@yoroll/react-icon 0.0.16 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +807 -545
- package/dist/index.iife.js +791 -545
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +987 -709
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Autolayout.d.ts +4 -0
- package/dist/types/components/Ccg.d.ts +4 -0
- package/dist/types/components/CcgFilled.d.ts +4 -0
- package/dist/types/components/Ccggame.d.ts +4 -0
- package/dist/types/components/Ccglanguage.d.ts +4 -0
- package/dist/types/components/Collapsewindow.d.ts +4 -0
- package/dist/types/components/Expandwindow.d.ts +4 -0
- package/dist/types/components/FmVeditorstart.d.ts +4 -0
- package/dist/types/components/GamecontrolTerminal.d.ts +4 -0
- package/dist/types/components/ProblemFilled.d.ts +4 -0
- package/dist/types/components/QtEsave.d.ts +4 -0
- package/dist/types/components/Scrolldown.d.ts +4 -0
- package/dist/types/components/Sidebar.d.ts +4 -0
- package/dist/types/components/Userfollow.d.ts +4 -0
- package/dist/types/components/Userfollowback.d.ts +4 -0
- package/dist/types/components/Userfollowed.d.ts +4 -0
- package/dist/types/components/index.d.ts +16 -0
- package/package.json +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.17 */
|
|
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",
|
|
@@ -1725,9 +1747,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1725
1747
|
)
|
|
1726
1748
|
] }), Assets_default = IconAssets;
|
|
1727
1749
|
|
|
1750
|
+
// src/components/Autolayout.tsx
|
|
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)(
|
|
1752
|
+
"path",
|
|
1753
|
+
{
|
|
1754
|
+
fill: stroke || color || "currentColor",
|
|
1755
|
+
d: "M6 22.5H0V16.5H6V22.5ZM15 22.5H9V16.5H15V22.5ZM24 22.5H18V16.5H24V22.5ZM1.875 20.625H4.125V18.375H1.875V20.625ZM10.875 20.625H13.125V18.375H10.875V20.625ZM19.875 20.625H22.125V18.375H19.875V20.625ZM24 15H0V12.75H24V15ZM6 11.25H0V5.25H6V11.25ZM15 11.25H9V5.25H15V11.25ZM24 11.25H18V5.25H24V11.25ZM1.875 9.375H4.125V7.125H1.875V9.375ZM10.875 9.375H13.125V7.125H10.875V9.375ZM19.875 9.375H22.125V7.125H19.875V9.375ZM24 3.75H0V1.5H24V3.75Z"
|
|
1756
|
+
}
|
|
1757
|
+
) }), Autolayout_default = IconAutolayout;
|
|
1758
|
+
|
|
1728
1759
|
// src/components/Backtoprojects.tsx
|
|
1729
|
-
var
|
|
1730
|
-
/* @__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)(
|
|
1731
1762
|
"path",
|
|
1732
1763
|
{
|
|
1733
1764
|
fill: stroke || color || "currentColor",
|
|
@@ -1736,7 +1767,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1736
1767
|
clipRule: "evenodd"
|
|
1737
1768
|
}
|
|
1738
1769
|
),
|
|
1739
|
-
/* @__PURE__ */ (0,
|
|
1770
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1740
1771
|
"path",
|
|
1741
1772
|
{
|
|
1742
1773
|
fill: stroke || color || "currentColor",
|
|
@@ -1745,7 +1776,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1745
1776
|
clipRule: "evenodd"
|
|
1746
1777
|
}
|
|
1747
1778
|
),
|
|
1748
|
-
/* @__PURE__ */ (0,
|
|
1779
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1749
1780
|
"path",
|
|
1750
1781
|
{
|
|
1751
1782
|
fill: stroke || color || "currentColor",
|
|
@@ -1754,7 +1785,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1754
1785
|
clipRule: "evenodd"
|
|
1755
1786
|
}
|
|
1756
1787
|
),
|
|
1757
|
-
/* @__PURE__ */ (0,
|
|
1788
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1758
1789
|
"path",
|
|
1759
1790
|
{
|
|
1760
1791
|
fill: stroke || color || "currentColor",
|
|
@@ -1766,7 +1797,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1766
1797
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1767
1798
|
|
|
1768
1799
|
// src/components/Backward.tsx
|
|
1769
|
-
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)(
|
|
1770
1801
|
"path",
|
|
1771
1802
|
{
|
|
1772
1803
|
fill: stroke || color || "currentColor",
|
|
@@ -1775,7 +1806,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1775
1806
|
) }), Backward_default = IconBackward;
|
|
1776
1807
|
|
|
1777
1808
|
// src/components/BatchShots.tsx
|
|
1778
|
-
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)(
|
|
1779
1810
|
"path",
|
|
1780
1811
|
{
|
|
1781
1812
|
fill: stroke || color || "currentColor",
|
|
@@ -1786,7 +1817,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1786
1817
|
) }), BatchShots_default = IconBatchShots;
|
|
1787
1818
|
|
|
1788
1819
|
// src/components/Canvasmode.tsx
|
|
1789
|
-
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)(
|
|
1790
1821
|
"path",
|
|
1791
1822
|
{
|
|
1792
1823
|
fill: stroke || color || "currentColor",
|
|
@@ -1796,8 +1827,73 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1796
1827
|
}
|
|
1797
1828
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1798
1829
|
|
|
1830
|
+
// src/components/CcgFilled.tsx
|
|
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)(
|
|
1832
|
+
"path",
|
|
1833
|
+
{
|
|
1834
|
+
fill: fill || color || "currentColor",
|
|
1835
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM4.5 8.12109L6.87891 10.5L4.5 12.8789L6.62109 15L11.1211 10.5L6.62109 6L4.5 8.12109ZM12 12V15H19.5V12H12Z",
|
|
1836
|
+
fillRule: "evenodd",
|
|
1837
|
+
clipRule: "evenodd"
|
|
1838
|
+
}
|
|
1839
|
+
) }), CcgFilled_default = IconCcgFilled;
|
|
1840
|
+
|
|
1841
|
+
// src/components/Ccg.tsx
|
|
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)(
|
|
1843
|
+
"path",
|
|
1844
|
+
{
|
|
1845
|
+
fill: stroke || color || "currentColor",
|
|
1846
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM5.60938 5.25C4.44585 5.25005 3.4747 6.13721 3.36914 7.2959L2.40234 19.4287L3.89258 19.9258L8.06836 15.75H15.9316L20.1074 19.9258L21.5977 19.4287L20.6309 7.2959C20.5253 6.13721 19.5541 5.25005 18.3906 5.25H5.60938ZM10.9658 10.125L7.59082 13.5L6 11.9092L7.78418 10.125L6 8.34082L7.59082 6.75L10.9658 10.125ZM18 11.25V13.5H12V11.25H18Z",
|
|
1847
|
+
fillRule: "evenodd",
|
|
1848
|
+
clipRule: "evenodd"
|
|
1849
|
+
}
|
|
1850
|
+
) }), Ccg_default = IconCcg;
|
|
1851
|
+
|
|
1852
|
+
// src/components/Ccggame.tsx
|
|
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)(
|
|
1855
|
+
"path",
|
|
1856
|
+
{
|
|
1857
|
+
fill: stroke || color || "currentColor",
|
|
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"
|
|
1859
|
+
}
|
|
1860
|
+
),
|
|
1861
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1862
|
+
"path",
|
|
1863
|
+
{
|
|
1864
|
+
fill: stroke || color || "currentColor",
|
|
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"
|
|
1866
|
+
}
|
|
1867
|
+
),
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1869
|
+
"path",
|
|
1870
|
+
{
|
|
1871
|
+
fill: stroke || color || "currentColor",
|
|
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"
|
|
1873
|
+
}
|
|
1874
|
+
),
|
|
1875
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1876
|
+
"path",
|
|
1877
|
+
{
|
|
1878
|
+
fill: stroke || color || "currentColor",
|
|
1879
|
+
d: "M0 19.5L4.5 21L9 16.5H15L19.5 21L24 19.5L22.8721 7.09259C22.6613 4.77474 20.7179 3 18.3905 3H5.60947C3.28205 3 1.33866 4.77473 1.12795 7.09259L0 19.5ZM8.06802 14.25L3.8923 18.4257L2.4021 17.929L3.36871 7.29629C3.47406 6.13737 4.44576 5.25 5.60947 5.25H18.3905C19.5542 5.25 20.5259 6.13737 20.6313 7.2963L21.5979 17.929L20.1077 18.4257L15.932 14.25H8.06802Z",
|
|
1880
|
+
fillRule: "evenodd",
|
|
1881
|
+
clipRule: "evenodd"
|
|
1882
|
+
}
|
|
1883
|
+
)
|
|
1884
|
+
] }), Ccggame_default = IconCcggame;
|
|
1885
|
+
|
|
1886
|
+
// src/components/Ccglanguage.tsx
|
|
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)(
|
|
1888
|
+
"path",
|
|
1889
|
+
{
|
|
1890
|
+
fill: stroke || color || "currentColor",
|
|
1891
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 -8.1423e-07 18.6274 -5.24537e-07 12C-2.34843e-07 5.37258 5.37258 -5.24537e-07 12 -5.24537e-07C18.6274 -5.24537e-07 24 5.37258 24 12ZM8.58691 21.1338C8.43802 20.8883 8.28463 20.6256 8.13281 20.3457C7.24233 18.7038 6.3439 16.4572 6.08008 13.7852C5.2722 13.4845 4.53609 13.1526 3.88574 12.8223C3.26339 12.5062 2.71671 12.1868 2.25293 11.8984C2.25258 11.9323 2.25 11.9661 2.25 12C2.25 16.1838 4.88584 19.7502 8.58691 21.1338ZM8.7002 2.82324C5.71454 3.89699 3.40555 6.3861 2.58008 9.48144C2.61635 9.50698 2.65324 9.53449 2.69238 9.56152C3.20234 9.91372 3.94893 10.3875 4.88184 10.8613C5.23842 11.0425 5.62062 11.2223 6.02539 11.3955C6.18261 8.39036 7.15879 5.77643 8.11914 3.88574C8.314 3.50214 8.51182 3.14823 8.7002 2.82324ZM15.7422 12.2275C15.7421 9.33235 14.8132 6.75592 13.8613 4.88184C13.3875 3.94911 12.9137 3.20227 12.5615 2.69238C12.4409 2.51769 12.3338 2.37193 12.2471 2.25586C12.1649 2.25382 12.0826 2.25 12 2.25C11.8977 2.25 11.7959 2.25371 11.6943 2.25684C11.6077 2.3728 11.5003 2.518 11.3799 2.69238C11.0277 3.20227 10.5539 3.94911 10.0801 4.88184C9.13492 6.74263 8.2143 9.29587 8.20117 12.166C9.43367 12.5126 10.7912 12.7422 12.2275 12.7422C13.4914 12.7422 14.6699 12.5651 15.7412 12.2871C15.7413 12.2674 15.7422 12.2473 15.7422 12.2275ZM15.5352 14.5918C14.5087 14.8078 13.4022 14.9414 12.2275 14.9414C10.8673 14.9414 9.57858 14.7627 8.38867 14.4834C8.7064 16.3955 9.38139 18.0338 10.0664 19.2969C10.5357 20.1622 11.0049 20.8428 11.3525 21.3027C11.4907 21.4855 11.6107 21.6324 11.7021 21.7422C11.8011 21.7452 11.9003 21.75 12 21.75C12.08 21.75 12.1597 21.7451 12.2393 21.7432C12.3308 21.6334 12.4504 21.4859 12.5889 21.3027C12.9365 20.8428 13.4057 20.1622 13.875 19.2969C14.5471 18.0577 15.2102 16.4575 15.5352 14.5918ZM21.4238 9.49414C20.5947 6.36804 18.2521 3.85972 15.2275 2.79883C15.4203 3.13033 15.6226 3.49259 15.8223 3.88574C16.7977 5.8061 17.7925 8.4724 17.9258 11.5371C18.4211 11.3253 18.8797 11.1012 19.2969 10.875C20.1624 10.4056 20.8428 9.93654 21.3027 9.58887C21.3454 9.55664 21.3851 9.52416 21.4238 9.49414ZM21.75 11.9639C21.3458 12.2314 20.8764 12.5208 20.3457 12.8086C19.6246 13.1997 18.7868 13.5922 17.8477 13.9326C17.5658 16.54 16.6827 18.7341 15.8086 20.3457C15.6507 20.6368 15.4915 20.9093 15.3369 21.1631C19.0782 19.8003 21.75 16.2125 21.75 12C21.75 11.988 21.75 11.9759 21.75 11.9639Z"
|
|
1892
|
+
}
|
|
1893
|
+
) }), Ccglanguage_default = IconCcglanguage;
|
|
1894
|
+
|
|
1799
1895
|
// src/components/Changeprofilephoto.tsx
|
|
1800
|
-
var
|
|
1896
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
|
|
1801
1897
|
"path",
|
|
1802
1898
|
{
|
|
1803
1899
|
fill: stroke || color || "currentColor",
|
|
@@ -1808,7 +1904,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1808
1904
|
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
1809
1905
|
|
|
1810
1906
|
// src/components/Chaptercollapse.tsx
|
|
1811
|
-
var
|
|
1907
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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)(
|
|
1812
1908
|
"path",
|
|
1813
1909
|
{
|
|
1814
1910
|
fill: stroke || color || "currentColor",
|
|
@@ -1819,7 +1915,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1819
1915
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1820
1916
|
|
|
1821
1917
|
// src/components/Chapterexpand.tsx
|
|
1822
|
-
var
|
|
1918
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1823
1919
|
"path",
|
|
1824
1920
|
{
|
|
1825
1921
|
fill: stroke || color || "currentColor",
|
|
@@ -1830,7 +1926,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1830
1926
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1831
1927
|
|
|
1832
1928
|
// src/components/Check.tsx
|
|
1833
|
-
var
|
|
1929
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
|
|
1834
1930
|
"path",
|
|
1835
1931
|
{
|
|
1836
1932
|
fill: stroke || color || "currentColor",
|
|
@@ -1839,7 +1935,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1839
1935
|
) }), Check_default = IconCheck;
|
|
1840
1936
|
|
|
1841
1937
|
// src/components/CheckedFilled.tsx
|
|
1842
|
-
var
|
|
1938
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
1843
1939
|
"path",
|
|
1844
1940
|
{
|
|
1845
1941
|
fill: fill || color || "currentColor",
|
|
@@ -1850,7 +1946,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1850
1946
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1851
1947
|
|
|
1852
1948
|
// src/components/Close.tsx
|
|
1853
|
-
var
|
|
1949
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1854
1950
|
"path",
|
|
1855
1951
|
{
|
|
1856
1952
|
fill: stroke || color || "currentColor",
|
|
@@ -1858,10 +1954,32 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1858
1954
|
}
|
|
1859
1955
|
) }), Close_default = IconClose;
|
|
1860
1956
|
|
|
1957
|
+
// src/components/Collapsewindow.tsx
|
|
1958
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ 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: [
|
|
1959
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1960
|
+
"path",
|
|
1961
|
+
{
|
|
1962
|
+
fill: stroke || color || "currentColor",
|
|
1963
|
+
d: "M19.1705 6.4205L22.875 10.125L21 12H12V3.00001L13.875 1.12501L17.5795 4.82951L21.7045 0.704506L23.2955 2.2955L19.1705 6.4205ZM14.25 4.68199L19.318 9.75001H14.25V4.68199Z",
|
|
1964
|
+
fillRule: "evenodd",
|
|
1965
|
+
clipRule: "evenodd"
|
|
1966
|
+
}
|
|
1967
|
+
),
|
|
1968
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1969
|
+
"path",
|
|
1970
|
+
{
|
|
1971
|
+
fill: stroke || color || "currentColor",
|
|
1972
|
+
d: "M12 12V21L10.125 22.875L6.42046 19.1705L2.29546 23.2955L0.704468 21.7045L4.82947 17.5795L1.12497 13.875L2.99997 12H12ZM4.68195 14.25L9.74997 19.318V14.25H4.68195Z",
|
|
1973
|
+
fillRule: "evenodd",
|
|
1974
|
+
clipRule: "evenodd"
|
|
1975
|
+
}
|
|
1976
|
+
)
|
|
1977
|
+
] }), Collapsewindow_default = IconCollapsewindow;
|
|
1978
|
+
|
|
1861
1979
|
// src/components/Copy.tsx
|
|
1862
|
-
var
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1864
|
-
/* @__PURE__ */ (0,
|
|
1980
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1981
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1865
1983
|
"path",
|
|
1866
1984
|
{
|
|
1867
1985
|
fill: stroke || color || "currentColor",
|
|
@@ -1873,7 +1991,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1873
1991
|
] }), Copy_default = IconCopy;
|
|
1874
1992
|
|
|
1875
1993
|
// src/components/Copylink.tsx
|
|
1876
|
-
var
|
|
1994
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1877
1995
|
"path",
|
|
1878
1996
|
{
|
|
1879
1997
|
fill: stroke || color || "currentColor",
|
|
@@ -1884,8 +2002,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1884
2002
|
) }), Copylink_default = IconCopylink;
|
|
1885
2003
|
|
|
1886
2004
|
// src/components/CreditFilled.tsx
|
|
1887
|
-
var
|
|
1888
|
-
/* @__PURE__ */ (0,
|
|
2005
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2006
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1889
2007
|
"path",
|
|
1890
2008
|
{
|
|
1891
2009
|
fill: fill || color || "currentColor",
|
|
@@ -1894,11 +2012,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1894
2012
|
clipRule: "evenodd"
|
|
1895
2013
|
}
|
|
1896
2014
|
) }),
|
|
1897
|
-
/* @__PURE__ */ (0,
|
|
2015
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1898
2016
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1899
2017
|
|
|
1900
2018
|
// src/components/Cursor.tsx
|
|
1901
|
-
var
|
|
2019
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1902
2020
|
"path",
|
|
1903
2021
|
{
|
|
1904
2022
|
fill: stroke || color || "currentColor",
|
|
@@ -1909,9 +2027,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1909
2027
|
) }), Cursor_default = IconCursor;
|
|
1910
2028
|
|
|
1911
2029
|
// src/components/DeleteSceneChoice.tsx
|
|
1912
|
-
var
|
|
1913
|
-
/* @__PURE__ */ (0,
|
|
1914
|
-
/* @__PURE__ */ (0,
|
|
2030
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ 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: [
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1915
2033
|
"path",
|
|
1916
2034
|
{
|
|
1917
2035
|
fill: stroke || color || "currentColor",
|
|
@@ -1923,9 +2041,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1923
2041
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1924
2042
|
|
|
1925
2043
|
// src/components/Delete.tsx
|
|
1926
|
-
var
|
|
1927
|
-
/* @__PURE__ */ (0,
|
|
1928
|
-
/* @__PURE__ */ (0,
|
|
2044
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2045
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
2046
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1929
2047
|
"path",
|
|
1930
2048
|
{
|
|
1931
2049
|
fill: stroke || color || "currentColor",
|
|
@@ -1937,7 +2055,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1937
2055
|
] }), Delete_default = IconDelete;
|
|
1938
2056
|
|
|
1939
2057
|
// src/components/DownFilled.tsx
|
|
1940
|
-
var
|
|
2058
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconDownFilled = ({ 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)(
|
|
1941
2059
|
"path",
|
|
1942
2060
|
{
|
|
1943
2061
|
fill: fill || color || "currentColor",
|
|
@@ -1948,7 +2066,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1948
2066
|
) }), DownFilled_default = IconDownFilled;
|
|
1949
2067
|
|
|
1950
2068
|
// src/components/DownleftFilled.tsx
|
|
1951
|
-
var
|
|
2069
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1952
2070
|
"path",
|
|
1953
2071
|
{
|
|
1954
2072
|
fill: fill || color || "currentColor",
|
|
@@ -1959,15 +2077,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1959
2077
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
1960
2078
|
|
|
1961
2079
|
// src/components/Download.tsx
|
|
1962
|
-
var
|
|
1963
|
-
/* @__PURE__ */ (0,
|
|
2080
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2081
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1964
2082
|
"path",
|
|
1965
2083
|
{
|
|
1966
2084
|
fill: stroke || color || "currentColor",
|
|
1967
2085
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1968
2086
|
}
|
|
1969
2087
|
),
|
|
1970
|
-
/* @__PURE__ */ (0,
|
|
2088
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1971
2089
|
"path",
|
|
1972
2090
|
{
|
|
1973
2091
|
fill: stroke || color || "currentColor",
|
|
@@ -1979,7 +2097,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1979
2097
|
] }), Download_default = IconDownload;
|
|
1980
2098
|
|
|
1981
2099
|
// src/components/DownrightFilled.tsx
|
|
1982
|
-
var
|
|
2100
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1983
2101
|
"path",
|
|
1984
2102
|
{
|
|
1985
2103
|
fill: fill || color || "currentColor",
|
|
@@ -1990,17 +2108,39 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1990
2108
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
1991
2109
|
|
|
1992
2110
|
// src/components/DraghandleFilled.tsx
|
|
1993
|
-
var
|
|
1994
|
-
/* @__PURE__ */ (0,
|
|
1995
|
-
/* @__PURE__ */ (0,
|
|
1996
|
-
/* @__PURE__ */ (0,
|
|
1997
|
-
/* @__PURE__ */ (0,
|
|
1998
|
-
/* @__PURE__ */ (0,
|
|
1999
|
-
/* @__PURE__ */ (0,
|
|
2111
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ 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: [
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
2113
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
2114
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
2115
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
2116
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
2117
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
2000
2118
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
2001
2119
|
|
|
2120
|
+
// src/components/Expandwindow.tsx
|
|
2121
|
+
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: [
|
|
2122
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2123
|
+
"path",
|
|
2124
|
+
{
|
|
2125
|
+
fill: stroke || color || "currentColor",
|
|
2126
|
+
d: "M13.125 1.875L15 0H24V9L22.125 10.875L18.4205 7.17049L14.2955 11.2955L12.7045 9.70451L16.8295 5.5795L13.125 1.875ZM16.682 2.25L21.75 7.31802V2.25H16.682Z",
|
|
2127
|
+
fillRule: "evenodd",
|
|
2128
|
+
clipRule: "evenodd"
|
|
2129
|
+
}
|
|
2130
|
+
),
|
|
2131
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2132
|
+
"path",
|
|
2133
|
+
{
|
|
2134
|
+
fill: stroke || color || "currentColor",
|
|
2135
|
+
d: "M7.1705 18.4205L10.875 22.125L9 24H0V15L1.875 13.125L5.5795 16.8295L9.7045 12.7045L11.2955 14.2955L7.1705 18.4205ZM2.25 16.682L7.31802 21.75H2.25V16.682Z",
|
|
2136
|
+
fillRule: "evenodd",
|
|
2137
|
+
clipRule: "evenodd"
|
|
2138
|
+
}
|
|
2139
|
+
)
|
|
2140
|
+
] }), Expandwindow_default = IconExpandwindow;
|
|
2141
|
+
|
|
2002
2142
|
// src/components/FavoriteFilled.tsx
|
|
2003
|
-
var
|
|
2143
|
+
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)(
|
|
2004
2144
|
"path",
|
|
2005
2145
|
{
|
|
2006
2146
|
fill: fill || color || "currentColor",
|
|
@@ -2009,7 +2149,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2009
2149
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2010
2150
|
|
|
2011
2151
|
// src/components/Favorite.tsx
|
|
2012
|
-
var
|
|
2152
|
+
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)(
|
|
2013
2153
|
"path",
|
|
2014
2154
|
{
|
|
2015
2155
|
fill: stroke || color || "currentColor",
|
|
@@ -2020,7 +2160,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2020
2160
|
) }), Favorite_default = IconFavorite;
|
|
2021
2161
|
|
|
2022
2162
|
// src/components/FeedbackFailFilled.tsx
|
|
2023
|
-
var
|
|
2163
|
+
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)(
|
|
2024
2164
|
"path",
|
|
2025
2165
|
{
|
|
2026
2166
|
fill: fill || color || "currentColor",
|
|
@@ -2031,7 +2171,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2031
2171
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
2032
2172
|
|
|
2033
2173
|
// src/components/FeedbackPendingFilled.tsx
|
|
2034
|
-
var
|
|
2174
|
+
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)(
|
|
2035
2175
|
"path",
|
|
2036
2176
|
{
|
|
2037
2177
|
fill: fill || color || "currentColor",
|
|
@@ -2042,7 +2182,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2042
2182
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
2043
2183
|
|
|
2044
2184
|
// src/components/FeedbackProblemFilled.tsx
|
|
2045
|
-
var
|
|
2185
|
+
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)(
|
|
2046
2186
|
"path",
|
|
2047
2187
|
{
|
|
2048
2188
|
fill: fill || color || "currentColor",
|
|
@@ -2053,29 +2193,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2053
2193
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
2054
2194
|
|
|
2055
2195
|
// src/components/FeedbackProblem.tsx
|
|
2056
|
-
var
|
|
2057
|
-
/* @__PURE__ */ (0,
|
|
2196
|
+
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: [
|
|
2197
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2058
2198
|
"path",
|
|
2059
2199
|
{
|
|
2060
2200
|
fill: stroke || color || "currentColor",
|
|
2061
2201
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
2062
2202
|
}
|
|
2063
2203
|
),
|
|
2064
|
-
/* @__PURE__ */ (0,
|
|
2204
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2065
2205
|
"path",
|
|
2066
2206
|
{
|
|
2067
2207
|
fill: stroke || color || "currentColor",
|
|
2068
2208
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
2069
2209
|
}
|
|
2070
2210
|
),
|
|
2071
|
-
/* @__PURE__ */ (0,
|
|
2211
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2072
2212
|
"path",
|
|
2073
2213
|
{
|
|
2074
2214
|
fill: stroke || color || "currentColor",
|
|
2075
2215
|
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
2076
2216
|
}
|
|
2077
2217
|
),
|
|
2078
|
-
/* @__PURE__ */ (0,
|
|
2218
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2079
2219
|
"path",
|
|
2080
2220
|
{
|
|
2081
2221
|
fill: stroke || color || "currentColor",
|
|
@@ -2087,8 +2227,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2087
2227
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
2088
2228
|
|
|
2089
2229
|
// src/components/FiletypeImageFilled.tsx
|
|
2090
|
-
var
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2230
|
+
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: [
|
|
2231
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2092
2232
|
"path",
|
|
2093
2233
|
{
|
|
2094
2234
|
fill: "#2E2E2E",
|
|
@@ -2096,21 +2236,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2096
2236
|
style: { opacity: 0.3 }
|
|
2097
2237
|
}
|
|
2098
2238
|
) }),
|
|
2099
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2100
2240
|
"path",
|
|
2101
2241
|
{
|
|
2102
2242
|
fill: "#2E2E2E",
|
|
2103
2243
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
2104
2244
|
}
|
|
2105
2245
|
),
|
|
2106
|
-
/* @__PURE__ */ (0,
|
|
2246
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2107
2247
|
"path",
|
|
2108
2248
|
{
|
|
2109
2249
|
fill: "#2E2E2E",
|
|
2110
2250
|
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
2111
2251
|
}
|
|
2112
2252
|
),
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2253
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2114
2254
|
"path",
|
|
2115
2255
|
{
|
|
2116
2256
|
fill: "#2E2E2E",
|
|
@@ -2122,8 +2262,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2122
2262
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2123
2263
|
|
|
2124
2264
|
// src/components/FiletypePdfFilled.tsx
|
|
2125
|
-
var
|
|
2126
|
-
/* @__PURE__ */ (0,
|
|
2265
|
+
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: [
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2127
2267
|
"path",
|
|
2128
2268
|
{
|
|
2129
2269
|
fill: "#FF3E4C",
|
|
@@ -2131,14 +2271,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2131
2271
|
style: { opacity: 0.3 }
|
|
2132
2272
|
}
|
|
2133
2273
|
) }),
|
|
2134
|
-
/* @__PURE__ */ (0,
|
|
2274
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2135
2275
|
"path",
|
|
2136
2276
|
{
|
|
2137
2277
|
fill: "#FF3E4C",
|
|
2138
2278
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
2139
2279
|
}
|
|
2140
2280
|
),
|
|
2141
|
-
/* @__PURE__ */ (0,
|
|
2281
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2142
2282
|
"path",
|
|
2143
2283
|
{
|
|
2144
2284
|
fill: "#FF3E4C",
|
|
@@ -2148,8 +2288,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2148
2288
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
2149
2289
|
|
|
2150
2290
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2151
|
-
var
|
|
2152
|
-
/* @__PURE__ */ (0,
|
|
2291
|
+
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: [
|
|
2292
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2153
2293
|
"path",
|
|
2154
2294
|
{
|
|
2155
2295
|
fill: "#2E2E2E",
|
|
@@ -2157,14 +2297,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2157
2297
|
style: { opacity: 0.3 }
|
|
2158
2298
|
}
|
|
2159
2299
|
) }),
|
|
2160
|
-
/* @__PURE__ */ (0,
|
|
2300
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2161
2301
|
"path",
|
|
2162
2302
|
{
|
|
2163
2303
|
fill: "#2E2E2E",
|
|
2164
2304
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
2165
2305
|
}
|
|
2166
2306
|
),
|
|
2167
|
-
/* @__PURE__ */ (0,
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2168
2308
|
"path",
|
|
2169
2309
|
{
|
|
2170
2310
|
fill: "#2E2E2E",
|
|
@@ -2174,8 +2314,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2174
2314
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2175
2315
|
|
|
2176
2316
|
// src/components/FiletypeTxtFilled.tsx
|
|
2177
|
-
var
|
|
2178
|
-
/* @__PURE__ */ (0,
|
|
2317
|
+
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: [
|
|
2318
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2179
2319
|
"path",
|
|
2180
2320
|
{
|
|
2181
2321
|
fill: "#005FAD",
|
|
@@ -2183,11 +2323,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2183
2323
|
style: { opacity: 0.3 }
|
|
2184
2324
|
}
|
|
2185
2325
|
) }),
|
|
2186
|
-
/* @__PURE__ */ (0,
|
|
2187
|
-
/* @__PURE__ */ (0,
|
|
2188
|
-
/* @__PURE__ */ (0,
|
|
2189
|
-
/* @__PURE__ */ (0,
|
|
2190
|
-
/* @__PURE__ */ (0,
|
|
2326
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2327
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2328
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2329
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2330
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2191
2331
|
"path",
|
|
2192
2332
|
{
|
|
2193
2333
|
fill: "#005FAD",
|
|
@@ -2197,8 +2337,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2197
2337
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2198
2338
|
|
|
2199
2339
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2200
|
-
var
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2340
|
+
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: [
|
|
2341
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2202
2342
|
"path",
|
|
2203
2343
|
{
|
|
2204
2344
|
fill: "#2E2E2E",
|
|
@@ -2206,11 +2346,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2206
2346
|
style: { opacity: 0.3 }
|
|
2207
2347
|
}
|
|
2208
2348
|
) }),
|
|
2209
|
-
/* @__PURE__ */ (0,
|
|
2210
|
-
/* @__PURE__ */ (0,
|
|
2211
|
-
/* @__PURE__ */ (0,
|
|
2212
|
-
/* @__PURE__ */ (0,
|
|
2213
|
-
/* @__PURE__ */ (0,
|
|
2349
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2350
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2351
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2352
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2353
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2214
2354
|
"path",
|
|
2215
2355
|
{
|
|
2216
2356
|
fill: "#2E2E2E",
|
|
@@ -2220,8 +2360,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2220
2360
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2221
2361
|
|
|
2222
2362
|
// src/components/FiletypeWordFilled.tsx
|
|
2223
|
-
var
|
|
2224
|
-
/* @__PURE__ */ (0,
|
|
2363
|
+
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: [
|
|
2364
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2225
2365
|
"path",
|
|
2226
2366
|
{
|
|
2227
2367
|
fill: "#0072FF",
|
|
@@ -2229,14 +2369,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2229
2369
|
style: { opacity: 0.3 }
|
|
2230
2370
|
}
|
|
2231
2371
|
) }),
|
|
2232
|
-
/* @__PURE__ */ (0,
|
|
2372
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2233
2373
|
"path",
|
|
2234
2374
|
{
|
|
2235
2375
|
fill: "#0072FF",
|
|
2236
2376
|
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
2237
2377
|
}
|
|
2238
2378
|
),
|
|
2239
|
-
/* @__PURE__ */ (0,
|
|
2379
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2240
2380
|
"path",
|
|
2241
2381
|
{
|
|
2242
2382
|
fill: "#0072FF",
|
|
@@ -2246,8 +2386,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2246
2386
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2247
2387
|
|
|
2248
2388
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
2249
|
-
var
|
|
2250
|
-
/* @__PURE__ */ (0,
|
|
2389
|
+
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: [
|
|
2390
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2251
2391
|
"path",
|
|
2252
2392
|
{
|
|
2253
2393
|
fill: "#2E2E2E",
|
|
@@ -2255,14 +2395,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2255
2395
|
style: { opacity: 0.3 }
|
|
2256
2396
|
}
|
|
2257
2397
|
) }),
|
|
2258
|
-
/* @__PURE__ */ (0,
|
|
2398
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2259
2399
|
"path",
|
|
2260
2400
|
{
|
|
2261
2401
|
fill: "#2E2E2E",
|
|
2262
2402
|
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
2263
2403
|
}
|
|
2264
2404
|
),
|
|
2265
|
-
/* @__PURE__ */ (0,
|
|
2405
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2266
2406
|
"path",
|
|
2267
2407
|
{
|
|
2268
2408
|
fill: "#2E2E2E",
|
|
@@ -2272,8 +2412,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2272
2412
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2273
2413
|
|
|
2274
2414
|
// src/components/Fillin.tsx
|
|
2275
|
-
var
|
|
2276
|
-
/* @__PURE__ */ (0,
|
|
2415
|
+
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: [
|
|
2416
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2277
2417
|
"path",
|
|
2278
2418
|
{
|
|
2279
2419
|
fill: stroke || color || "currentColor",
|
|
@@ -2282,7 +2422,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2282
2422
|
clipRule: "evenodd"
|
|
2283
2423
|
}
|
|
2284
2424
|
) }),
|
|
2285
|
-
/* @__PURE__ */ (0,
|
|
2425
|
+
/* @__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)(
|
|
2286
2426
|
"rect",
|
|
2287
2427
|
{
|
|
2288
2428
|
width: "24",
|
|
@@ -2294,33 +2434,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2294
2434
|
] }), Fillin_default = IconFillin;
|
|
2295
2435
|
|
|
2296
2436
|
// src/components/FoldedMenu.tsx
|
|
2297
|
-
var
|
|
2298
|
-
/* @__PURE__ */ (0,
|
|
2299
|
-
/* @__PURE__ */ (0,
|
|
2300
|
-
/* @__PURE__ */ (0,
|
|
2301
|
-
/* @__PURE__ */ (0,
|
|
2437
|
+
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: [
|
|
2438
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2439
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2440
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2441
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2302
2442
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2303
2443
|
|
|
2304
2444
|
// src/components/FullScreen.tsx
|
|
2305
|
-
var
|
|
2306
|
-
/* @__PURE__ */ (0,
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
2308
|
-
/* @__PURE__ */ (0,
|
|
2309
|
-
/* @__PURE__ */ (0,
|
|
2445
|
+
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: [
|
|
2446
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2447
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2448
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2449
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2310
2450
|
] }), FullScreen_default = IconFullScreen;
|
|
2311
2451
|
|
|
2312
2452
|
// src/components/GameFilled.tsx
|
|
2313
|
-
var
|
|
2314
|
-
/* @__PURE__ */ (0,
|
|
2315
|
-
/* @__PURE__ */ (0,
|
|
2316
|
-
/* @__PURE__ */ (0,
|
|
2453
|
+
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: [
|
|
2454
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2455
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2456
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2317
2457
|
"path",
|
|
2318
2458
|
{
|
|
2319
2459
|
fill: fill || color || "currentColor",
|
|
2320
2460
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2321
2461
|
}
|
|
2322
2462
|
),
|
|
2323
|
-
/* @__PURE__ */ (0,
|
|
2463
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2324
2464
|
"path",
|
|
2325
2465
|
{
|
|
2326
2466
|
fill: fill || color || "currentColor",
|
|
@@ -2330,8 +2470,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2330
2470
|
] }), GameFilled_default = IconGameFilled;
|
|
2331
2471
|
|
|
2332
2472
|
// src/components/Game.tsx
|
|
2333
|
-
var
|
|
2334
|
-
/* @__PURE__ */ (0,
|
|
2473
|
+
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: [
|
|
2474
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2335
2475
|
"path",
|
|
2336
2476
|
{
|
|
2337
2477
|
fill: stroke || color || "currentColor",
|
|
@@ -2340,7 +2480,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2340
2480
|
clipRule: "evenodd"
|
|
2341
2481
|
}
|
|
2342
2482
|
),
|
|
2343
|
-
/* @__PURE__ */ (0,
|
|
2483
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2344
2484
|
"path",
|
|
2345
2485
|
{
|
|
2346
2486
|
fill: stroke || color || "currentColor",
|
|
@@ -2349,7 +2489,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2349
2489
|
clipRule: "evenodd"
|
|
2350
2490
|
}
|
|
2351
2491
|
),
|
|
2352
|
-
/* @__PURE__ */ (0,
|
|
2492
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2353
2493
|
"path",
|
|
2354
2494
|
{
|
|
2355
2495
|
fill: stroke || color || "currentColor",
|
|
@@ -2358,7 +2498,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2358
2498
|
clipRule: "evenodd"
|
|
2359
2499
|
}
|
|
2360
2500
|
),
|
|
2361
|
-
/* @__PURE__ */ (0,
|
|
2501
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2362
2502
|
"path",
|
|
2363
2503
|
{
|
|
2364
2504
|
fill: stroke || color || "currentColor",
|
|
@@ -2370,7 +2510,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2370
2510
|
] }), Game_default = IconGame;
|
|
2371
2511
|
|
|
2372
2512
|
// src/components/GamebackupFilled.tsx
|
|
2373
|
-
var
|
|
2513
|
+
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)(
|
|
2374
2514
|
"path",
|
|
2375
2515
|
{
|
|
2376
2516
|
fill: fill || color || "currentColor",
|
|
@@ -2381,7 +2521,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2381
2521
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2382
2522
|
|
|
2383
2523
|
// src/components/Gamebackup.tsx
|
|
2384
|
-
var
|
|
2524
|
+
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)(
|
|
2385
2525
|
"path",
|
|
2386
2526
|
{
|
|
2387
2527
|
fill: stroke || color || "currentColor",
|
|
@@ -2392,18 +2532,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2392
2532
|
) }), Gamebackup_default = IconGamebackup;
|
|
2393
2533
|
|
|
2394
2534
|
// src/components/GamecontrolChoice.tsx
|
|
2395
|
-
var
|
|
2535
|
+
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)(
|
|
2396
2536
|
"path",
|
|
2397
2537
|
{
|
|
2398
2538
|
fill: stroke || color || "currentColor",
|
|
2399
|
-
d: "
|
|
2539
|
+
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",
|
|
2400
2540
|
fillRule: "evenodd",
|
|
2401
2541
|
clipRule: "evenodd"
|
|
2402
2542
|
}
|
|
2403
2543
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2404
2544
|
|
|
2405
2545
|
// src/components/GamecontrolGameplay.tsx
|
|
2406
|
-
var
|
|
2546
|
+
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)(
|
|
2407
2547
|
"path",
|
|
2408
2548
|
{
|
|
2409
2549
|
fill: stroke || color || "currentColor",
|
|
@@ -2414,7 +2554,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2414
2554
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2415
2555
|
|
|
2416
2556
|
// src/components/GamecontrolLinear.tsx
|
|
2417
|
-
var
|
|
2557
|
+
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)(
|
|
2418
2558
|
"path",
|
|
2419
2559
|
{
|
|
2420
2560
|
fill: stroke || color || "currentColor",
|
|
@@ -2425,15 +2565,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2425
2565
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2426
2566
|
|
|
2427
2567
|
// src/components/GamecontrolNone.tsx
|
|
2428
|
-
var
|
|
2429
|
-
/* @__PURE__ */ (0,
|
|
2568
|
+
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: [
|
|
2569
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2430
2570
|
"path",
|
|
2431
2571
|
{
|
|
2432
2572
|
fill: stroke || color || "currentColor",
|
|
2433
2573
|
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
2434
2574
|
}
|
|
2435
2575
|
),
|
|
2436
|
-
/* @__PURE__ */ (0,
|
|
2576
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2437
2577
|
"path",
|
|
2438
2578
|
{
|
|
2439
2579
|
fill: stroke || color || "currentColor",
|
|
@@ -2442,7 +2582,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2442
2582
|
clipRule: "evenodd"
|
|
2443
2583
|
}
|
|
2444
2584
|
),
|
|
2445
|
-
/* @__PURE__ */ (0,
|
|
2585
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2446
2586
|
"path",
|
|
2447
2587
|
{
|
|
2448
2588
|
fill: stroke || color || "currentColor",
|
|
@@ -2453,8 +2593,35 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2453
2593
|
)
|
|
2454
2594
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2455
2595
|
|
|
2596
|
+
// src/components/GamecontrolTerminal.tsx
|
|
2597
|
+
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: [
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2599
|
+
"path",
|
|
2600
|
+
{
|
|
2601
|
+
fill: stroke || color || "currentColor",
|
|
2602
|
+
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"
|
|
2603
|
+
}
|
|
2604
|
+
),
|
|
2605
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2606
|
+
"path",
|
|
2607
|
+
{
|
|
2608
|
+
fill: stroke || color || "currentColor",
|
|
2609
|
+
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"
|
|
2610
|
+
}
|
|
2611
|
+
),
|
|
2612
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2613
|
+
"path",
|
|
2614
|
+
{
|
|
2615
|
+
fill: stroke || color || "currentColor",
|
|
2616
|
+
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",
|
|
2617
|
+
fillRule: "evenodd",
|
|
2618
|
+
clipRule: "evenodd"
|
|
2619
|
+
}
|
|
2620
|
+
)
|
|
2621
|
+
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
2622
|
+
|
|
2456
2623
|
// src/components/Gamelanguage.tsx
|
|
2457
|
-
var
|
|
2624
|
+
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)(
|
|
2458
2625
|
"path",
|
|
2459
2626
|
{
|
|
2460
2627
|
fill: stroke || color || "currentColor",
|
|
@@ -2465,8 +2632,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2465
2632
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2466
2633
|
|
|
2467
2634
|
// src/components/Gamepreview.tsx
|
|
2468
|
-
var
|
|
2469
|
-
/* @__PURE__ */ (0,
|
|
2635
|
+
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: [
|
|
2636
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2470
2637
|
"path",
|
|
2471
2638
|
{
|
|
2472
2639
|
fill: stroke || color || "currentColor",
|
|
@@ -2475,7 +2642,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2475
2642
|
clipRule: "evenodd"
|
|
2476
2643
|
}
|
|
2477
2644
|
),
|
|
2478
|
-
/* @__PURE__ */ (0,
|
|
2645
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2479
2646
|
"path",
|
|
2480
2647
|
{
|
|
2481
2648
|
fill: stroke || color || "currentColor",
|
|
@@ -2487,7 +2654,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2487
2654
|
] }), Gamepreview_default = IconGamepreview;
|
|
2488
2655
|
|
|
2489
2656
|
// src/components/Gameui.tsx
|
|
2490
|
-
var
|
|
2657
|
+
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)(
|
|
2491
2658
|
"path",
|
|
2492
2659
|
{
|
|
2493
2660
|
fill: stroke || color || "currentColor",
|
|
@@ -2498,15 +2665,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2498
2665
|
) }), Gameui_default = IconGameui;
|
|
2499
2666
|
|
|
2500
2667
|
// src/components/GenerateMultimage.tsx
|
|
2501
|
-
var
|
|
2502
|
-
/* @__PURE__ */ (0,
|
|
2668
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2669
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2503
2670
|
"path",
|
|
2504
2671
|
{
|
|
2505
2672
|
fill: stroke || color || "currentColor",
|
|
2506
2673
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
2507
2674
|
}
|
|
2508
2675
|
),
|
|
2509
|
-
/* @__PURE__ */ (0,
|
|
2676
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2510
2677
|
"path",
|
|
2511
2678
|
{
|
|
2512
2679
|
fill: stroke || color || "currentColor",
|
|
@@ -2515,11 +2682,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2515
2682
|
clipRule: "evenodd"
|
|
2516
2683
|
}
|
|
2517
2684
|
),
|
|
2518
|
-
/* @__PURE__ */ (0,
|
|
2685
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2519
2686
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2520
2687
|
|
|
2521
2688
|
// src/components/GenerateFilled.tsx
|
|
2522
|
-
var
|
|
2689
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2523
2690
|
"path",
|
|
2524
2691
|
{
|
|
2525
2692
|
fill: fill || color || "currentColor",
|
|
@@ -2530,15 +2697,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2530
2697
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2531
2698
|
|
|
2532
2699
|
// src/components/GenerateFrameStart.tsx
|
|
2533
|
-
var
|
|
2534
|
-
/* @__PURE__ */ (0,
|
|
2700
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2701
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2535
2702
|
"path",
|
|
2536
2703
|
{
|
|
2537
2704
|
fill: stroke || color || "currentColor",
|
|
2538
2705
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
2539
2706
|
}
|
|
2540
2707
|
),
|
|
2541
|
-
/* @__PURE__ */ (0,
|
|
2708
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2542
2709
|
"path",
|
|
2543
2710
|
{
|
|
2544
2711
|
fill: stroke || color || "currentColor",
|
|
@@ -2550,8 +2717,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2550
2717
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2551
2718
|
|
|
2552
2719
|
// src/components/GenerateFrameStart2End.tsx
|
|
2553
|
-
var
|
|
2554
|
-
/* @__PURE__ */ (0,
|
|
2720
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
|
|
2721
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2555
2722
|
"path",
|
|
2556
2723
|
{
|
|
2557
2724
|
fill: stroke || color || "currentColor",
|
|
@@ -2560,14 +2727,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2560
2727
|
clipRule: "evenodd"
|
|
2561
2728
|
}
|
|
2562
2729
|
),
|
|
2563
|
-
/* @__PURE__ */ (0,
|
|
2730
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2564
2731
|
"path",
|
|
2565
2732
|
{
|
|
2566
2733
|
fill: stroke || color || "currentColor",
|
|
2567
2734
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
2568
2735
|
}
|
|
2569
2736
|
),
|
|
2570
|
-
/* @__PURE__ */ (0,
|
|
2737
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2571
2738
|
"path",
|
|
2572
2739
|
{
|
|
2573
2740
|
fill: stroke || color || "currentColor",
|
|
@@ -2579,8 +2746,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2579
2746
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2580
2747
|
|
|
2581
2748
|
// src/components/GenerateSwitchframe.tsx
|
|
2582
|
-
var
|
|
2583
|
-
/* @__PURE__ */ (0,
|
|
2749
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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)(
|
|
2584
2751
|
"path",
|
|
2585
2752
|
{
|
|
2586
2753
|
fill: stroke || color || "currentColor",
|
|
@@ -2589,7 +2756,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2589
2756
|
clipRule: "evenodd"
|
|
2590
2757
|
}
|
|
2591
2758
|
),
|
|
2592
|
-
/* @__PURE__ */ (0,
|
|
2759
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2593
2760
|
"path",
|
|
2594
2761
|
{
|
|
2595
2762
|
fill: stroke || color || "currentColor",
|
|
@@ -2601,15 +2768,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2601
2768
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2602
2769
|
|
|
2603
2770
|
// src/components/GenerateT2V.tsx
|
|
2604
|
-
var
|
|
2605
|
-
/* @__PURE__ */ (0,
|
|
2771
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2772
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2606
2773
|
"path",
|
|
2607
2774
|
{
|
|
2608
2775
|
fill: stroke || color || "currentColor",
|
|
2609
2776
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2610
2777
|
}
|
|
2611
2778
|
),
|
|
2612
|
-
/* @__PURE__ */ (0,
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2613
2780
|
"path",
|
|
2614
2781
|
{
|
|
2615
2782
|
fill: stroke || color || "currentColor",
|
|
@@ -2621,15 +2788,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2621
2788
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2622
2789
|
|
|
2623
2790
|
// src/components/GenreAuto.tsx
|
|
2624
|
-
var
|
|
2625
|
-
/* @__PURE__ */ (0,
|
|
2791
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ 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: [
|
|
2792
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2626
2793
|
"path",
|
|
2627
2794
|
{
|
|
2628
2795
|
fill: stroke || color || "currentColor",
|
|
2629
2796
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2630
2797
|
}
|
|
2631
2798
|
),
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2799
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2633
2800
|
"path",
|
|
2634
2801
|
{
|
|
2635
2802
|
fill: stroke || color || "currentColor",
|
|
@@ -2638,15 +2805,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2638
2805
|
clipRule: "evenodd"
|
|
2639
2806
|
}
|
|
2640
2807
|
),
|
|
2641
|
-
/* @__PURE__ */ (0,
|
|
2642
|
-
/* @__PURE__ */ (0,
|
|
2808
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2809
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2643
2810
|
"path",
|
|
2644
2811
|
{
|
|
2645
2812
|
fill: stroke || color || "currentColor",
|
|
2646
2813
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2647
2814
|
}
|
|
2648
2815
|
),
|
|
2649
|
-
/* @__PURE__ */ (0,
|
|
2816
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2650
2817
|
"path",
|
|
2651
2818
|
{
|
|
2652
2819
|
fill: stroke || color || "currentColor",
|
|
@@ -2656,22 +2823,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2656
2823
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2657
2824
|
|
|
2658
2825
|
// src/components/GenreComedy.tsx
|
|
2659
|
-
var
|
|
2660
|
-
/* @__PURE__ */ (0,
|
|
2826
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2827
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2661
2828
|
"path",
|
|
2662
2829
|
{
|
|
2663
2830
|
fill: stroke || color || "currentColor",
|
|
2664
2831
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
2665
2832
|
}
|
|
2666
2833
|
),
|
|
2667
|
-
/* @__PURE__ */ (0,
|
|
2834
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2668
2835
|
"path",
|
|
2669
2836
|
{
|
|
2670
2837
|
fill: stroke || color || "currentColor",
|
|
2671
2838
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
2672
2839
|
}
|
|
2673
2840
|
),
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2841
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2675
2842
|
"path",
|
|
2676
2843
|
{
|
|
2677
2844
|
fill: stroke || color || "currentColor",
|
|
@@ -2680,7 +2847,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2680
2847
|
clipRule: "evenodd"
|
|
2681
2848
|
}
|
|
2682
2849
|
),
|
|
2683
|
-
/* @__PURE__ */ (0,
|
|
2850
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2684
2851
|
"path",
|
|
2685
2852
|
{
|
|
2686
2853
|
fill: stroke || color || "currentColor",
|
|
@@ -2692,7 +2859,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2692
2859
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2693
2860
|
|
|
2694
2861
|
// src/components/GenreFantasy.tsx
|
|
2695
|
-
var
|
|
2862
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2696
2863
|
"path",
|
|
2697
2864
|
{
|
|
2698
2865
|
fill: stroke || color || "currentColor",
|
|
@@ -2703,22 +2870,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2703
2870
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2704
2871
|
|
|
2705
2872
|
// src/components/GenreHorror.tsx
|
|
2706
|
-
var
|
|
2707
|
-
/* @__PURE__ */ (0,
|
|
2873
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2708
2875
|
"path",
|
|
2709
2876
|
{
|
|
2710
2877
|
fill: stroke || color || "currentColor",
|
|
2711
2878
|
d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
|
|
2712
2879
|
}
|
|
2713
2880
|
),
|
|
2714
|
-
/* @__PURE__ */ (0,
|
|
2881
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2715
2882
|
"path",
|
|
2716
2883
|
{
|
|
2717
2884
|
fill: stroke || color || "currentColor",
|
|
2718
2885
|
d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
|
|
2719
2886
|
}
|
|
2720
2887
|
),
|
|
2721
|
-
/* @__PURE__ */ (0,
|
|
2888
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2722
2889
|
"path",
|
|
2723
2890
|
{
|
|
2724
2891
|
fill: stroke || color || "currentColor",
|
|
@@ -2730,7 +2897,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2730
2897
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2731
2898
|
|
|
2732
2899
|
// src/components/GenreRomance.tsx
|
|
2733
|
-
var
|
|
2900
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
|
|
2734
2901
|
"path",
|
|
2735
2902
|
{
|
|
2736
2903
|
fill: stroke || color || "currentColor",
|
|
@@ -2741,15 +2908,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2741
2908
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2742
2909
|
|
|
2743
2910
|
// src/components/GenreScifi.tsx
|
|
2744
|
-
var
|
|
2745
|
-
/* @__PURE__ */ (0,
|
|
2911
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2912
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2746
2913
|
"path",
|
|
2747
2914
|
{
|
|
2748
2915
|
fill: stroke || color || "currentColor",
|
|
2749
2916
|
d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
|
|
2750
2917
|
}
|
|
2751
2918
|
),
|
|
2752
|
-
/* @__PURE__ */ (0,
|
|
2919
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2753
2920
|
"path",
|
|
2754
2921
|
{
|
|
2755
2922
|
fill: stroke || color || "currentColor",
|
|
@@ -2758,7 +2925,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2758
2925
|
clipRule: "evenodd"
|
|
2759
2926
|
}
|
|
2760
2927
|
),
|
|
2761
|
-
/* @__PURE__ */ (0,
|
|
2928
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2762
2929
|
"path",
|
|
2763
2930
|
{
|
|
2764
2931
|
fill: stroke || color || "currentColor",
|
|
@@ -2768,7 +2935,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2768
2935
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2769
2936
|
|
|
2770
2937
|
// src/components/GenreSuspense.tsx
|
|
2771
|
-
var
|
|
2938
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2772
2939
|
"path",
|
|
2773
2940
|
{
|
|
2774
2941
|
fill: stroke || color || "currentColor",
|
|
@@ -2779,7 +2946,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2779
2946
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2780
2947
|
|
|
2781
2948
|
// src/components/Genre.tsx
|
|
2782
|
-
var
|
|
2949
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2783
2950
|
"path",
|
|
2784
2951
|
{
|
|
2785
2952
|
fill: stroke || color || "currentColor",
|
|
@@ -2790,8 +2957,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2790
2957
|
) }), Genre_default = IconGenre;
|
|
2791
2958
|
|
|
2792
2959
|
// src/components/GoogleLogoFilled.tsx
|
|
2793
|
-
var
|
|
2794
|
-
/* @__PURE__ */ (0,
|
|
2960
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2961
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2795
2962
|
"mask",
|
|
2796
2963
|
{
|
|
2797
2964
|
id: "mask0_48_113",
|
|
@@ -2801,7 +2968,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2801
2968
|
y: "0",
|
|
2802
2969
|
maskUnits: "userSpaceOnUse",
|
|
2803
2970
|
style: { maskType: "luminance" },
|
|
2804
|
-
children: /* @__PURE__ */ (0,
|
|
2971
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2805
2972
|
"path",
|
|
2806
2973
|
{
|
|
2807
2974
|
fill: stroke || color || "currentColor",
|
|
@@ -2810,64 +2977,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2810
2977
|
)
|
|
2811
2978
|
}
|
|
2812
2979
|
),
|
|
2813
|
-
/* @__PURE__ */ (0,
|
|
2814
|
-
/* @__PURE__ */ (0,
|
|
2980
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2981
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2815
2982
|
"path",
|
|
2816
2983
|
{
|
|
2817
2984
|
fill: "url(#paint0_radial_48_113)",
|
|
2818
2985
|
d: "M-0.13855 12.0511C-0.125823 13.9626 0.41885 15.9348 1.2433 17.5269V17.5378C1.83901 18.694 2.65317 19.6074 3.58049 20.5123L9.18123 18.4687C8.1216 17.9304 7.95992 17.6006 7.20034 16.9988C6.42411 16.2161 5.84559 15.3175 5.4853 14.2639H5.47079L5.4853 14.253C5.24828 13.5572 5.2249 12.8187 5.21615 12.0511H-0.13855Z"
|
|
2819
2986
|
}
|
|
2820
2987
|
) }),
|
|
2821
|
-
/* @__PURE__ */ (0,
|
|
2988
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2822
2989
|
"path",
|
|
2823
2990
|
{
|
|
2824
2991
|
fill: "url(#paint1_radial_48_113)",
|
|
2825
2992
|
d: "M12.2937 -0.116608C11.7402 1.82819 11.9518 3.71859 12.2937 4.81851C12.933 4.81898 13.5488 4.89518 14.1327 5.04699C15.4713 5.395 16.4181 6.08044 16.9983 6.6226L20.5889 3.10649C18.4618 1.15622 15.902 -0.113535 12.2937 -0.116608Z"
|
|
2826
2993
|
}
|
|
2827
2994
|
) }),
|
|
2828
|
-
/* @__PURE__ */ (0,
|
|
2995
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2829
2996
|
"path",
|
|
2830
2997
|
{
|
|
2831
2998
|
fill: "url(#paint2_radial_48_113)",
|
|
2832
2999
|
d: "M12.2817 -0.131989C9.56642 -0.132047 7.05954 0.713967 5.00522 2.14376C4.24245 2.67465 3.54248 3.2879 2.91919 3.96986C2.7559 5.50172 4.14151 7.38453 6.88543 7.36895C8.21677 5.8203 10.1858 4.81833 12.3773 4.81833C12.3793 4.81833 12.3813 4.8185 12.3833 4.81851L12.2938 -0.131638C12.2897 -0.131641 12.2858 -0.131989 12.2817 -0.131989Z"
|
|
2833
3000
|
}
|
|
2834
3001
|
) }),
|
|
2835
|
-
/* @__PURE__ */ (0,
|
|
3002
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2836
3003
|
"path",
|
|
2837
3004
|
{
|
|
2838
3005
|
fill: "url(#paint3_radial_48_113)",
|
|
2839
3006
|
d: "M21.2438 12.6054L18.8202 14.2704C18.7139 14.9233 18.4749 15.5657 18.1252 16.1513C17.7245 16.8224 17.2292 17.3333 16.7215 17.7223C15.2038 18.8853 13.4353 19.1248 12.2043 19.1258C10.9318 21.293 10.7087 22.3785 12.2938 24.1276C14.2551 24.1262 15.9938 23.7721 17.5275 23.1091C18.6362 22.6299 19.6185 22.0048 20.5078 21.2014C21.6829 20.1399 22.6033 18.8268 23.2315 17.3162C23.8597 15.8056 24.1956 14.0974 24.1956 12.2454L21.2438 12.6054Z"
|
|
2840
3007
|
}
|
|
2841
3008
|
) }),
|
|
2842
|
-
/* @__PURE__ */ (0,
|
|
3009
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2843
3010
|
"path",
|
|
2844
3011
|
{
|
|
2845
3012
|
fill: "#3086FF",
|
|
2846
3013
|
d: "M12.1147 9.56912V14.5333H23.7753C23.8778 13.8535 24.217 12.9737 24.217 12.2454C24.217 11.3943 24.1316 10.3547 23.9866 9.56912H12.1147Z"
|
|
2847
3014
|
}
|
|
2848
3015
|
) }),
|
|
2849
|
-
/* @__PURE__ */ (0,
|
|
3016
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2850
3017
|
"path",
|
|
2851
3018
|
{
|
|
2852
3019
|
fill: "url(#paint4_radial_48_113)",
|
|
2853
3020
|
d: "M2.97483 3.79462C2.25525 4.58193 1.64051 5.46316 1.1531 6.4162C0.316879 8.0461 -0.140991 10.0276 -0.140991 11.9697C-0.140991 11.997 -0.138726 12.0238 -0.138544 12.0511C0.231793 12.7612 4.97698 12.6252 5.21616 12.0511C5.21586 12.0244 5.21284 11.9982 5.21284 11.9714C5.21284 11.1748 5.34741 10.5877 5.5927 9.8676C5.8953 8.97932 6.36909 8.16135 6.97495 7.45659C7.11229 7.28125 7.47863 6.9043 7.58551 6.6782C7.62622 6.59208 7.5116 6.54374 7.50518 6.51343C7.49801 6.47952 7.34433 6.50679 7.30989 6.48153C7.20057 6.40135 6.98409 6.35947 6.85263 6.32225C6.57166 6.24269 6.10601 6.06725 5.84737 5.88538C5.02982 5.3105 3.75397 4.62381 2.97483 3.79462Z"
|
|
2854
3021
|
}
|
|
2855
3022
|
) }),
|
|
2856
|
-
/* @__PURE__ */ (0,
|
|
3023
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2857
3024
|
"path",
|
|
2858
3025
|
{
|
|
2859
3026
|
fill: "url(#paint5_radial_48_113)",
|
|
2860
3027
|
d: "M5.86493 6.51682C7.76074 7.66521 8.30593 5.93717 9.56638 5.39642L7.37379 0.849579C6.56724 1.18857 5.80521 1.60974 5.09815 2.10184C4.04224 2.83676 3.10978 3.73356 2.33951 4.75414L5.86493 6.51682Z"
|
|
2861
3028
|
}
|
|
2862
3029
|
) }),
|
|
2863
|
-
/* @__PURE__ */ (0,
|
|
3030
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2864
3031
|
"path",
|
|
2865
3032
|
{
|
|
2866
3033
|
fill: "url(#paint6_radial_48_113)",
|
|
2867
3034
|
d: "M6.63653 18.1174C4.09165 19.0362 3.69324 19.0691 3.45898 20.6463C3.90663 21.0831 4.3876 21.4872 4.8987 21.8536C6.27014 22.8367 8.9082 24.1459 12.282 24.1459C12.286 24.1459 12.2898 24.1456 12.2938 24.1456V19.0381C12.2912 19.0382 12.2883 19.0383 12.2857 19.0383C11.0223 19.0383 10.0128 18.7065 8.97763 18.1294C8.72242 17.9872 8.25938 18.3692 8.02401 18.1984C7.69937 17.9629 6.9181 18.4014 6.63653 18.1174Z"
|
|
2868
3035
|
}
|
|
2869
3036
|
) }),
|
|
2870
|
-
/* @__PURE__ */ (0,
|
|
3037
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2871
3038
|
"path",
|
|
2872
3039
|
{
|
|
2873
3040
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2875,8 +3042,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2875
3042
|
}
|
|
2876
3043
|
) })
|
|
2877
3044
|
] }),
|
|
2878
|
-
/* @__PURE__ */ (0,
|
|
2879
|
-
/* @__PURE__ */ (0,
|
|
3045
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("defs", { children: [
|
|
3046
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2880
3047
|
"filter",
|
|
2881
3048
|
{
|
|
2882
3049
|
id: "filter0_f_48_113",
|
|
@@ -2887,13 +3054,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2887
3054
|
filterUnits: "userSpaceOnUse",
|
|
2888
3055
|
colorInterpolationFilters: "sRGB",
|
|
2889
3056
|
children: [
|
|
2890
|
-
/* @__PURE__ */ (0,
|
|
2891
|
-
/* @__PURE__ */ (0,
|
|
2892
|
-
/* @__PURE__ */ (0,
|
|
3057
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3058
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3059
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2893
3060
|
]
|
|
2894
3061
|
}
|
|
2895
3062
|
),
|
|
2896
|
-
/* @__PURE__ */ (0,
|
|
3063
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2897
3064
|
"filter",
|
|
2898
3065
|
{
|
|
2899
3066
|
id: "filter1_f_48_113",
|
|
@@ -2904,13 +3071,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2904
3071
|
filterUnits: "userSpaceOnUse",
|
|
2905
3072
|
colorInterpolationFilters: "sRGB",
|
|
2906
3073
|
children: [
|
|
2907
|
-
/* @__PURE__ */ (0,
|
|
2908
|
-
/* @__PURE__ */ (0,
|
|
2909
|
-
/* @__PURE__ */ (0,
|
|
3074
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3075
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3076
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2910
3077
|
]
|
|
2911
3078
|
}
|
|
2912
3079
|
),
|
|
2913
|
-
/* @__PURE__ */ (0,
|
|
3080
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2914
3081
|
"filter",
|
|
2915
3082
|
{
|
|
2916
3083
|
id: "filter2_f_48_113",
|
|
@@ -2921,13 +3088,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2921
3088
|
filterUnits: "userSpaceOnUse",
|
|
2922
3089
|
colorInterpolationFilters: "sRGB",
|
|
2923
3090
|
children: [
|
|
2924
|
-
/* @__PURE__ */ (0,
|
|
2925
|
-
/* @__PURE__ */ (0,
|
|
2926
|
-
/* @__PURE__ */ (0,
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3092
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3093
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2927
3094
|
]
|
|
2928
3095
|
}
|
|
2929
3096
|
),
|
|
2930
|
-
/* @__PURE__ */ (0,
|
|
3097
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2931
3098
|
"filter",
|
|
2932
3099
|
{
|
|
2933
3100
|
id: "filter3_f_48_113",
|
|
@@ -2938,13 +3105,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2938
3105
|
filterUnits: "userSpaceOnUse",
|
|
2939
3106
|
colorInterpolationFilters: "sRGB",
|
|
2940
3107
|
children: [
|
|
2941
|
-
/* @__PURE__ */ (0,
|
|
2942
|
-
/* @__PURE__ */ (0,
|
|
2943
|
-
/* @__PURE__ */ (0,
|
|
3108
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3109
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3110
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2944
3111
|
]
|
|
2945
3112
|
}
|
|
2946
3113
|
),
|
|
2947
|
-
/* @__PURE__ */ (0,
|
|
3114
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2948
3115
|
"filter",
|
|
2949
3116
|
{
|
|
2950
3117
|
id: "filter4_f_48_113",
|
|
@@ -2955,13 +3122,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2955
3122
|
filterUnits: "userSpaceOnUse",
|
|
2956
3123
|
colorInterpolationFilters: "sRGB",
|
|
2957
3124
|
children: [
|
|
2958
|
-
/* @__PURE__ */ (0,
|
|
2959
|
-
/* @__PURE__ */ (0,
|
|
2960
|
-
/* @__PURE__ */ (0,
|
|
3125
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3126
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3127
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2961
3128
|
]
|
|
2962
3129
|
}
|
|
2963
3130
|
),
|
|
2964
|
-
/* @__PURE__ */ (0,
|
|
3131
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2965
3132
|
"filter",
|
|
2966
3133
|
{
|
|
2967
3134
|
id: "filter5_f_48_113",
|
|
@@ -2972,13 +3139,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2972
3139
|
filterUnits: "userSpaceOnUse",
|
|
2973
3140
|
colorInterpolationFilters: "sRGB",
|
|
2974
3141
|
children: [
|
|
2975
|
-
/* @__PURE__ */ (0,
|
|
2976
|
-
/* @__PURE__ */ (0,
|
|
2977
|
-
/* @__PURE__ */ (0,
|
|
3142
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3143
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3144
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2978
3145
|
]
|
|
2979
3146
|
}
|
|
2980
3147
|
),
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3148
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2982
3149
|
"filter",
|
|
2983
3150
|
{
|
|
2984
3151
|
id: "filter6_f_48_113",
|
|
@@ -2989,13 +3156,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2989
3156
|
filterUnits: "userSpaceOnUse",
|
|
2990
3157
|
colorInterpolationFilters: "sRGB",
|
|
2991
3158
|
children: [
|
|
2992
|
-
/* @__PURE__ */ (0,
|
|
2993
|
-
/* @__PURE__ */ (0,
|
|
2994
|
-
/* @__PURE__ */ (0,
|
|
3159
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3160
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3161
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2995
3162
|
]
|
|
2996
3163
|
}
|
|
2997
3164
|
),
|
|
2998
|
-
/* @__PURE__ */ (0,
|
|
3165
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2999
3166
|
"filter",
|
|
3000
3167
|
{
|
|
3001
3168
|
id: "filter7_f_48_113",
|
|
@@ -3006,13 +3173,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3006
3173
|
filterUnits: "userSpaceOnUse",
|
|
3007
3174
|
colorInterpolationFilters: "sRGB",
|
|
3008
3175
|
children: [
|
|
3009
|
-
/* @__PURE__ */ (0,
|
|
3010
|
-
/* @__PURE__ */ (0,
|
|
3011
|
-
/* @__PURE__ */ (0,
|
|
3176
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3177
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3178
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3012
3179
|
]
|
|
3013
3180
|
}
|
|
3014
3181
|
),
|
|
3015
|
-
/* @__PURE__ */ (0,
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3016
3183
|
"filter",
|
|
3017
3184
|
{
|
|
3018
3185
|
id: "filter8_f_48_113",
|
|
@@ -3023,13 +3190,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3023
3190
|
filterUnits: "userSpaceOnUse",
|
|
3024
3191
|
colorInterpolationFilters: "sRGB",
|
|
3025
3192
|
children: [
|
|
3026
|
-
/* @__PURE__ */ (0,
|
|
3027
|
-
/* @__PURE__ */ (0,
|
|
3028
|
-
/* @__PURE__ */ (0,
|
|
3193
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3194
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3195
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3029
3196
|
]
|
|
3030
3197
|
}
|
|
3031
3198
|
),
|
|
3032
|
-
/* @__PURE__ */ (0,
|
|
3199
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3033
3200
|
"radialGradient",
|
|
3034
3201
|
{
|
|
3035
3202
|
id: "paint0_radial_48_113",
|
|
@@ -3039,20 +3206,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3039
3206
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
3040
3207
|
gradientUnits: "userSpaceOnUse",
|
|
3041
3208
|
children: [
|
|
3042
|
-
/* @__PURE__ */ (0,
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3044
|
-
/* @__PURE__ */ (0,
|
|
3045
|
-
/* @__PURE__ */ (0,
|
|
3046
|
-
/* @__PURE__ */ (0,
|
|
3047
|
-
/* @__PURE__ */ (0,
|
|
3048
|
-
/* @__PURE__ */ (0,
|
|
3049
|
-
/* @__PURE__ */ (0,
|
|
3050
|
-
/* @__PURE__ */ (0,
|
|
3051
|
-
/* @__PURE__ */ (0,
|
|
3209
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3210
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3211
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3212
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3213
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3214
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3215
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3217
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3218
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
3052
3219
|
]
|
|
3053
3220
|
}
|
|
3054
3221
|
),
|
|
3055
|
-
/* @__PURE__ */ (0,
|
|
3222
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3056
3223
|
"radialGradient",
|
|
3057
3224
|
{
|
|
3058
3225
|
id: "paint1_radial_48_113",
|
|
@@ -3062,12 +3229,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3062
3229
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
3063
3230
|
gradientUnits: "userSpaceOnUse",
|
|
3064
3231
|
children: [
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3066
|
-
/* @__PURE__ */ (0,
|
|
3232
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3233
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
3067
3234
|
]
|
|
3068
3235
|
}
|
|
3069
3236
|
),
|
|
3070
|
-
/* @__PURE__ */ (0,
|
|
3237
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3071
3238
|
"radialGradient",
|
|
3072
3239
|
{
|
|
3073
3240
|
id: "paint2_radial_48_113",
|
|
@@ -3077,18 +3244,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3077
3244
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3078
3245
|
gradientUnits: "userSpaceOnUse",
|
|
3079
3246
|
children: [
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3081
|
-
/* @__PURE__ */ (0,
|
|
3082
|
-
/* @__PURE__ */ (0,
|
|
3083
|
-
/* @__PURE__ */ (0,
|
|
3084
|
-
/* @__PURE__ */ (0,
|
|
3085
|
-
/* @__PURE__ */ (0,
|
|
3086
|
-
/* @__PURE__ */ (0,
|
|
3087
|
-
/* @__PURE__ */ (0,
|
|
3247
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3248
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3249
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3250
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3251
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3252
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3253
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3254
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3088
3255
|
]
|
|
3089
3256
|
}
|
|
3090
3257
|
),
|
|
3091
|
-
/* @__PURE__ */ (0,
|
|
3258
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3092
3259
|
"radialGradient",
|
|
3093
3260
|
{
|
|
3094
3261
|
id: "paint3_radial_48_113",
|
|
@@ -3098,19 +3265,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3098
3265
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3099
3266
|
gradientUnits: "userSpaceOnUse",
|
|
3100
3267
|
children: [
|
|
3101
|
-
/* @__PURE__ */ (0,
|
|
3102
|
-
/* @__PURE__ */ (0,
|
|
3103
|
-
/* @__PURE__ */ (0,
|
|
3104
|
-
/* @__PURE__ */ (0,
|
|
3105
|
-
/* @__PURE__ */ (0,
|
|
3106
|
-
/* @__PURE__ */ (0,
|
|
3107
|
-
/* @__PURE__ */ (0,
|
|
3108
|
-
/* @__PURE__ */ (0,
|
|
3109
|
-
/* @__PURE__ */ (0,
|
|
3268
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3269
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3270
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3271
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3272
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3273
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3274
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3275
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3110
3277
|
]
|
|
3111
3278
|
}
|
|
3112
3279
|
),
|
|
3113
|
-
/* @__PURE__ */ (0,
|
|
3280
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3114
3281
|
"radialGradient",
|
|
3115
3282
|
{
|
|
3116
3283
|
id: "paint4_radial_48_113",
|
|
@@ -3120,18 +3287,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3120
3287
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3121
3288
|
gradientUnits: "userSpaceOnUse",
|
|
3122
3289
|
children: [
|
|
3123
|
-
/* @__PURE__ */ (0,
|
|
3124
|
-
/* @__PURE__ */ (0,
|
|
3125
|
-
/* @__PURE__ */ (0,
|
|
3126
|
-
/* @__PURE__ */ (0,
|
|
3127
|
-
/* @__PURE__ */ (0,
|
|
3128
|
-
/* @__PURE__ */ (0,
|
|
3129
|
-
/* @__PURE__ */ (0,
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3290
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3291
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3293
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3294
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3295
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3296
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3297
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3131
3298
|
]
|
|
3132
3299
|
}
|
|
3133
3300
|
),
|
|
3134
|
-
/* @__PURE__ */ (0,
|
|
3301
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3135
3302
|
"radialGradient",
|
|
3136
3303
|
{
|
|
3137
3304
|
id: "paint5_radial_48_113",
|
|
@@ -3141,15 +3308,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3141
3308
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3142
3309
|
gradientUnits: "userSpaceOnUse",
|
|
3143
3310
|
children: [
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3145
|
-
/* @__PURE__ */ (0,
|
|
3146
|
-
/* @__PURE__ */ (0,
|
|
3147
|
-
/* @__PURE__ */ (0,
|
|
3148
|
-
/* @__PURE__ */ (0,
|
|
3311
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3312
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3313
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3314
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3315
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3149
3316
|
]
|
|
3150
3317
|
}
|
|
3151
3318
|
),
|
|
3152
|
-
/* @__PURE__ */ (0,
|
|
3319
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3153
3320
|
"radialGradient",
|
|
3154
3321
|
{
|
|
3155
3322
|
id: "paint6_radial_48_113",
|
|
@@ -3159,20 +3326,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3159
3326
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3160
3327
|
gradientUnits: "userSpaceOnUse",
|
|
3161
3328
|
children: [
|
|
3162
|
-
/* @__PURE__ */ (0,
|
|
3163
|
-
/* @__PURE__ */ (0,
|
|
3164
|
-
/* @__PURE__ */ (0,
|
|
3165
|
-
/* @__PURE__ */ (0,
|
|
3166
|
-
/* @__PURE__ */ (0,
|
|
3167
|
-
/* @__PURE__ */ (0,
|
|
3168
|
-
/* @__PURE__ */ (0,
|
|
3169
|
-
/* @__PURE__ */ (0,
|
|
3170
|
-
/* @__PURE__ */ (0,
|
|
3171
|
-
/* @__PURE__ */ (0,
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3333
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3334
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3335
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3336
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3337
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3172
3339
|
]
|
|
3173
3340
|
}
|
|
3174
3341
|
),
|
|
3175
|
-
/* @__PURE__ */ (0,
|
|
3342
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3176
3343
|
"linearGradient",
|
|
3177
3344
|
{
|
|
3178
3345
|
id: "paint7_linear_48_113",
|
|
@@ -3182,8 +3349,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3182
3349
|
y2: "21.5116",
|
|
3183
3350
|
gradientUnits: "userSpaceOnUse",
|
|
3184
3351
|
children: [
|
|
3185
|
-
/* @__PURE__ */ (0,
|
|
3186
|
-
/* @__PURE__ */ (0,
|
|
3352
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3353
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3187
3354
|
]
|
|
3188
3355
|
}
|
|
3189
3356
|
)
|
|
@@ -3191,7 +3358,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3191
3358
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3192
3359
|
|
|
3193
3360
|
// src/components/Handtool.tsx
|
|
3194
|
-
var
|
|
3361
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconHandtool = ({ 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)(
|
|
3195
3362
|
"path",
|
|
3196
3363
|
{
|
|
3197
3364
|
fill: stroke || color || "currentColor",
|
|
@@ -3200,16 +3367,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3200
3367
|
) }), Handtool_default = IconHandtool;
|
|
3201
3368
|
|
|
3202
3369
|
// src/components/Help.tsx
|
|
3203
|
-
var
|
|
3204
|
-
/* @__PURE__ */ (0,
|
|
3205
|
-
/* @__PURE__ */ (0,
|
|
3370
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
|
|
3371
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3372
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3206
3373
|
"path",
|
|
3207
3374
|
{
|
|
3208
3375
|
fill: stroke || color || "currentColor",
|
|
3209
3376
|
d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
|
|
3210
3377
|
}
|
|
3211
3378
|
),
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3379
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3213
3380
|
"path",
|
|
3214
3381
|
{
|
|
3215
3382
|
fill: stroke || color || "currentColor",
|
|
@@ -3221,7 +3388,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3221
3388
|
] }), Help_default = IconHelp;
|
|
3222
3389
|
|
|
3223
3390
|
// src/components/HomepageFilled.tsx
|
|
3224
|
-
var
|
|
3391
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
|
|
3225
3392
|
"path",
|
|
3226
3393
|
{
|
|
3227
3394
|
fill: fill || color || "currentColor",
|
|
@@ -3232,7 +3399,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3232
3399
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3233
3400
|
|
|
3234
3401
|
// src/components/Hotareacenter.tsx
|
|
3235
|
-
var
|
|
3402
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3236
3403
|
"path",
|
|
3237
3404
|
{
|
|
3238
3405
|
fill: "#191919",
|
|
@@ -3242,22 +3409,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3242
3409
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3243
3410
|
|
|
3244
3411
|
// src/components/ImageGeneration.tsx
|
|
3245
|
-
var
|
|
3246
|
-
/* @__PURE__ */ (0,
|
|
3412
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3413
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3247
3414
|
"path",
|
|
3248
3415
|
{
|
|
3249
3416
|
fill: stroke || color || "currentColor",
|
|
3250
3417
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
3251
3418
|
}
|
|
3252
3419
|
),
|
|
3253
|
-
/* @__PURE__ */ (0,
|
|
3420
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3254
3421
|
"path",
|
|
3255
3422
|
{
|
|
3256
3423
|
fill: stroke || color || "currentColor",
|
|
3257
3424
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
3258
3425
|
}
|
|
3259
3426
|
),
|
|
3260
|
-
/* @__PURE__ */ (0,
|
|
3427
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3261
3428
|
"path",
|
|
3262
3429
|
{
|
|
3263
3430
|
fill: stroke || color || "currentColor",
|
|
@@ -3267,8 +3434,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3267
3434
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3268
3435
|
|
|
3269
3436
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3270
|
-
var
|
|
3271
|
-
/* @__PURE__ */ (0,
|
|
3437
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3438
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3272
3439
|
"path",
|
|
3273
3440
|
{
|
|
3274
3441
|
fill: fill || color || "currentColor",
|
|
@@ -3277,7 +3444,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3277
3444
|
clipRule: "evenodd"
|
|
3278
3445
|
}
|
|
3279
3446
|
),
|
|
3280
|
-
/* @__PURE__ */ (0,
|
|
3447
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3281
3448
|
"path",
|
|
3282
3449
|
{
|
|
3283
3450
|
fill: fill || color || "currentColor",
|
|
@@ -3287,10 +3454,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3287
3454
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3288
3455
|
|
|
3289
3456
|
// src/components/Info.tsx
|
|
3290
|
-
var
|
|
3291
|
-
/* @__PURE__ */ (0,
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3293
|
-
/* @__PURE__ */ (0,
|
|
3457
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
|
|
3458
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3459
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3460
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3294
3461
|
"path",
|
|
3295
3462
|
{
|
|
3296
3463
|
fill: stroke || color || "currentColor",
|
|
@@ -3302,7 +3469,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3302
3469
|
] }), Info_default = IconInfo;
|
|
3303
3470
|
|
|
3304
3471
|
// src/components/Invitecode.tsx
|
|
3305
|
-
var
|
|
3472
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3306
3473
|
"path",
|
|
3307
3474
|
{
|
|
3308
3475
|
fill: fill || color || "currentColor",
|
|
@@ -3313,7 +3480,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3313
3480
|
) }), Invitecode_default = IconInvitecode;
|
|
3314
3481
|
|
|
3315
3482
|
// src/components/LeftFilled.tsx
|
|
3316
|
-
var
|
|
3483
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3317
3484
|
"path",
|
|
3318
3485
|
{
|
|
3319
3486
|
fill: fill || color || "currentColor",
|
|
@@ -3324,33 +3491,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3324
3491
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3325
3492
|
|
|
3326
3493
|
// src/components/Loading.tsx
|
|
3327
|
-
var
|
|
3328
|
-
/* @__PURE__ */ (0,
|
|
3494
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3495
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3329
3496
|
"path",
|
|
3330
3497
|
{
|
|
3331
|
-
fill:
|
|
3332
|
-
d: "
|
|
3498
|
+
fill: fill || color || "currentColor",
|
|
3499
|
+
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"
|
|
3333
3500
|
}
|
|
3334
3501
|
),
|
|
3335
|
-
/* @__PURE__ */ (0,
|
|
3502
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3336
3503
|
"path",
|
|
3337
3504
|
{
|
|
3338
|
-
fill:
|
|
3339
|
-
d: "
|
|
3505
|
+
fill: stroke || color || "currentColor",
|
|
3506
|
+
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"
|
|
3340
3507
|
}
|
|
3341
3508
|
)
|
|
3342
3509
|
] }), Loading_default = IconLoading;
|
|
3343
3510
|
|
|
3344
3511
|
// src/components/Login.tsx
|
|
3345
|
-
var
|
|
3346
|
-
/* @__PURE__ */ (0,
|
|
3512
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3513
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3347
3514
|
"path",
|
|
3348
3515
|
{
|
|
3349
3516
|
fill: stroke || color || "currentColor",
|
|
3350
3517
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3351
3518
|
}
|
|
3352
3519
|
),
|
|
3353
|
-
/* @__PURE__ */ (0,
|
|
3520
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3354
3521
|
"path",
|
|
3355
3522
|
{
|
|
3356
3523
|
fill: stroke || color || "currentColor",
|
|
@@ -3362,8 +3529,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3362
3529
|
] }), Login_default = IconLogin;
|
|
3363
3530
|
|
|
3364
3531
|
// src/components/Logout.tsx
|
|
3365
|
-
var
|
|
3366
|
-
/* @__PURE__ */ (0,
|
|
3532
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
|
|
3533
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3367
3534
|
"path",
|
|
3368
3535
|
{
|
|
3369
3536
|
fill: stroke || color || "currentColor",
|
|
@@ -3372,7 +3539,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3372
3539
|
clipRule: "evenodd"
|
|
3373
3540
|
}
|
|
3374
3541
|
),
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3542
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3376
3543
|
"path",
|
|
3377
3544
|
{
|
|
3378
3545
|
fill: stroke || color || "currentColor",
|
|
@@ -3382,7 +3549,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3382
3549
|
] }), Logout_default = IconLogout;
|
|
3383
3550
|
|
|
3384
3551
|
// src/components/ModelGeminiFilled.tsx
|
|
3385
|
-
var
|
|
3552
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3386
3553
|
"path",
|
|
3387
3554
|
{
|
|
3388
3555
|
fill: fill || color || "currentColor",
|
|
@@ -3391,7 +3558,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3391
3558
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3392
3559
|
|
|
3393
3560
|
// src/components/ModelOpenaiFilled.tsx
|
|
3394
|
-
var
|
|
3561
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3395
3562
|
"path",
|
|
3396
3563
|
{
|
|
3397
3564
|
fill: fill || color || "currentColor",
|
|
@@ -3400,8 +3567,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3400
3567
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3401
3568
|
|
|
3402
3569
|
// src/components/ModelDeepmindFilled.tsx
|
|
3403
|
-
var
|
|
3404
|
-
/* @__PURE__ */ (0,
|
|
3570
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3571
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3405
3572
|
"path",
|
|
3406
3573
|
{
|
|
3407
3574
|
fill: fill || color || "currentColor",
|
|
@@ -3410,27 +3577,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3410
3577
|
clipRule: "evenodd"
|
|
3411
3578
|
}
|
|
3412
3579
|
) }),
|
|
3413
|
-
/* @__PURE__ */ (0,
|
|
3580
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3414
3581
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3415
3582
|
|
|
3416
3583
|
// src/components/ModelSeedFilled.tsx
|
|
3417
|
-
var
|
|
3418
|
-
/* @__PURE__ */ (0,
|
|
3419
|
-
/* @__PURE__ */ (0,
|
|
3584
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3585
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3586
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3420
3587
|
"path",
|
|
3421
3588
|
{
|
|
3422
3589
|
fill: fill || color || "currentColor",
|
|
3423
3590
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3424
3591
|
}
|
|
3425
3592
|
),
|
|
3426
|
-
/* @__PURE__ */ (0,
|
|
3593
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3427
3594
|
"path",
|
|
3428
3595
|
{
|
|
3429
3596
|
fill: fill || color || "currentColor",
|
|
3430
3597
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3431
3598
|
}
|
|
3432
3599
|
),
|
|
3433
|
-
/* @__PURE__ */ (0,
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3434
3601
|
"path",
|
|
3435
3602
|
{
|
|
3436
3603
|
fill: fill || color || "currentColor",
|
|
@@ -3440,7 +3607,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3440
3607
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3441
3608
|
|
|
3442
3609
|
// src/components/ModelSoraFilled.tsx
|
|
3443
|
-
var
|
|
3610
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3444
3611
|
"path",
|
|
3445
3612
|
{
|
|
3446
3613
|
fill: fill || color || "currentColor",
|
|
@@ -3449,7 +3616,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3449
3616
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3450
3617
|
|
|
3451
3618
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3452
|
-
var
|
|
3619
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3453
3620
|
size,
|
|
3454
3621
|
width,
|
|
3455
3622
|
height,
|
|
@@ -3457,64 +3624,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3457
3624
|
className,
|
|
3458
3625
|
fill,
|
|
3459
3626
|
stroke
|
|
3460
|
-
}) => /* @__PURE__ */ (0,
|
|
3461
|
-
/* @__PURE__ */ (0,
|
|
3627
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3628
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3462
3629
|
"path",
|
|
3463
3630
|
{
|
|
3464
3631
|
fill: "#5A5C62",
|
|
3465
3632
|
d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
|
|
3466
3633
|
}
|
|
3467
3634
|
),
|
|
3468
|
-
/* @__PURE__ */ (0,
|
|
3635
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3469
3636
|
"path",
|
|
3470
3637
|
{
|
|
3471
3638
|
fill: "#D5D6D7",
|
|
3472
3639
|
d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
|
|
3473
3640
|
}
|
|
3474
3641
|
),
|
|
3475
|
-
/* @__PURE__ */ (0,
|
|
3642
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3476
3643
|
"path",
|
|
3477
3644
|
{
|
|
3478
3645
|
fill: "#C4C5C7",
|
|
3479
3646
|
d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
|
|
3480
3647
|
}
|
|
3481
3648
|
),
|
|
3482
|
-
/* @__PURE__ */ (0,
|
|
3649
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3483
3650
|
"path",
|
|
3484
3651
|
{
|
|
3485
3652
|
fill: "#7B7C81",
|
|
3486
3653
|
d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
|
|
3487
3654
|
}
|
|
3488
3655
|
),
|
|
3489
|
-
/* @__PURE__ */ (0,
|
|
3656
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3490
3657
|
"path",
|
|
3491
3658
|
{
|
|
3492
3659
|
fill: "#85878B",
|
|
3493
3660
|
d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
|
|
3494
3661
|
}
|
|
3495
3662
|
),
|
|
3496
|
-
/* @__PURE__ */ (0,
|
|
3663
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3497
3664
|
"path",
|
|
3498
3665
|
{
|
|
3499
3666
|
fill: "#1B1D24",
|
|
3500
3667
|
d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
|
|
3501
3668
|
}
|
|
3502
3669
|
),
|
|
3503
|
-
/* @__PURE__ */ (0,
|
|
3670
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3504
3671
|
"path",
|
|
3505
3672
|
{
|
|
3506
3673
|
fill: "#D5D6D7",
|
|
3507
3674
|
d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
|
|
3508
3675
|
}
|
|
3509
3676
|
),
|
|
3510
|
-
/* @__PURE__ */ (0,
|
|
3677
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3511
3678
|
"path",
|
|
3512
3679
|
{
|
|
3513
3680
|
fill: "#85878B",
|
|
3514
3681
|
d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
|
|
3515
3682
|
}
|
|
3516
3683
|
),
|
|
3517
|
-
/* @__PURE__ */ (0,
|
|
3684
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3518
3685
|
"path",
|
|
3519
3686
|
{
|
|
3520
3687
|
fill: "#D5D6D7",
|
|
@@ -3524,7 +3691,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3524
3691
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3525
3692
|
|
|
3526
3693
|
// src/components/ModelklingFilled.tsx
|
|
3527
|
-
var
|
|
3694
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3528
3695
|
"path",
|
|
3529
3696
|
{
|
|
3530
3697
|
fill: fill || color || "currentColor",
|
|
@@ -3535,7 +3702,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3535
3702
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3536
3703
|
|
|
3537
3704
|
// src/components/Models.tsx
|
|
3538
|
-
var
|
|
3705
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3539
3706
|
"path",
|
|
3540
3707
|
{
|
|
3541
3708
|
fill: stroke || color || "currentColor",
|
|
@@ -3546,7 +3713,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3546
3713
|
) }), Models_default = IconModels;
|
|
3547
3714
|
|
|
3548
3715
|
// src/components/MoreCollapse.tsx
|
|
3549
|
-
var
|
|
3716
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ 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)(
|
|
3550
3717
|
"path",
|
|
3551
3718
|
{
|
|
3552
3719
|
fill: stroke || color || "currentColor",
|
|
@@ -3555,22 +3722,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3555
3722
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3556
3723
|
|
|
3557
3724
|
// src/components/MoreHorizontal.tsx
|
|
3558
|
-
var
|
|
3559
|
-
/* @__PURE__ */ (0,
|
|
3725
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3726
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3560
3727
|
"path",
|
|
3561
3728
|
{
|
|
3562
3729
|
fill: stroke || color || "currentColor",
|
|
3563
3730
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
3564
3731
|
}
|
|
3565
3732
|
),
|
|
3566
|
-
/* @__PURE__ */ (0,
|
|
3733
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3567
3734
|
"path",
|
|
3568
3735
|
{
|
|
3569
3736
|
fill: stroke || color || "currentColor",
|
|
3570
3737
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
3571
3738
|
}
|
|
3572
3739
|
),
|
|
3573
|
-
/* @__PURE__ */ (0,
|
|
3740
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3574
3741
|
"path",
|
|
3575
3742
|
{
|
|
3576
3743
|
fill: stroke || color || "currentColor",
|
|
@@ -3580,7 +3747,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3580
3747
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3581
3748
|
|
|
3582
3749
|
// src/components/MoreShowed.tsx
|
|
3583
|
-
var
|
|
3750
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ 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)(
|
|
3584
3751
|
"path",
|
|
3585
3752
|
{
|
|
3586
3753
|
fill: stroke || color || "currentColor",
|
|
@@ -3589,22 +3756,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3589
3756
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3590
3757
|
|
|
3591
3758
|
// src/components/More.tsx
|
|
3592
|
-
var
|
|
3593
|
-
/* @__PURE__ */ (0,
|
|
3759
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
|
|
3760
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3594
3761
|
"path",
|
|
3595
3762
|
{
|
|
3596
3763
|
fill: stroke || color || "currentColor",
|
|
3597
3764
|
d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
|
|
3598
3765
|
}
|
|
3599
3766
|
),
|
|
3600
|
-
/* @__PURE__ */ (0,
|
|
3767
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3601
3768
|
"path",
|
|
3602
3769
|
{
|
|
3603
3770
|
fill: stroke || color || "currentColor",
|
|
3604
3771
|
d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
|
|
3605
3772
|
}
|
|
3606
3773
|
),
|
|
3607
|
-
/* @__PURE__ */ (0,
|
|
3774
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3608
3775
|
"path",
|
|
3609
3776
|
{
|
|
3610
3777
|
fill: stroke || color || "currentColor",
|
|
@@ -3614,29 +3781,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3614
3781
|
] }), More_default = IconMore;
|
|
3615
3782
|
|
|
3616
3783
|
// src/components/Moresettings.tsx
|
|
3617
|
-
var
|
|
3618
|
-
/* @__PURE__ */ (0,
|
|
3784
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3785
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3619
3786
|
"path",
|
|
3620
3787
|
{
|
|
3621
3788
|
fill: stroke || color || "currentColor",
|
|
3622
3789
|
d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
|
|
3623
3790
|
}
|
|
3624
3791
|
),
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
3792
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3626
3793
|
"path",
|
|
3627
3794
|
{
|
|
3628
3795
|
fill: stroke || color || "currentColor",
|
|
3629
3796
|
d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
|
|
3630
3797
|
}
|
|
3631
3798
|
),
|
|
3632
|
-
/* @__PURE__ */ (0,
|
|
3799
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3633
3800
|
"path",
|
|
3634
3801
|
{
|
|
3635
3802
|
fill: stroke || color || "currentColor",
|
|
3636
3803
|
d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
|
|
3637
3804
|
}
|
|
3638
3805
|
),
|
|
3639
|
-
/* @__PURE__ */ (0,
|
|
3806
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3640
3807
|
"path",
|
|
3641
3808
|
{
|
|
3642
3809
|
fill: stroke || color || "currentColor",
|
|
@@ -3648,8 +3815,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3648
3815
|
] }), Moresettings_default = IconMoresettings;
|
|
3649
3816
|
|
|
3650
3817
|
// src/components/MouseDrag.tsx
|
|
3651
|
-
var
|
|
3652
|
-
/* @__PURE__ */ (0,
|
|
3818
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ 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: [
|
|
3819
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3653
3820
|
"path",
|
|
3654
3821
|
{
|
|
3655
3822
|
fill: fill || color || "currentColor",
|
|
@@ -3657,7 +3824,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3657
3824
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3658
3825
|
}
|
|
3659
3826
|
),
|
|
3660
|
-
/* @__PURE__ */ (0,
|
|
3827
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3661
3828
|
"path",
|
|
3662
3829
|
{
|
|
3663
3830
|
fill: fill || color || "currentColor",
|
|
@@ -3665,7 +3832,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3665
3832
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3666
3833
|
}
|
|
3667
3834
|
),
|
|
3668
|
-
/* @__PURE__ */ (0,
|
|
3835
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3669
3836
|
"path",
|
|
3670
3837
|
{
|
|
3671
3838
|
fill: fill || color || "currentColor",
|
|
@@ -3676,8 +3843,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3676
3843
|
] }), MouseDrag_default = IconMouseDrag;
|
|
3677
3844
|
|
|
3678
3845
|
// src/components/MouseMove.tsx
|
|
3679
|
-
var
|
|
3680
|
-
/* @__PURE__ */ (0,
|
|
3846
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconMouseMove = ({ 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: [
|
|
3847
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3681
3848
|
"path",
|
|
3682
3849
|
{
|
|
3683
3850
|
fill: fill || color || "currentColor",
|
|
@@ -3685,12 +3852,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3685
3852
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
3686
3853
|
}
|
|
3687
3854
|
) }),
|
|
3688
|
-
/* @__PURE__ */ (0,
|
|
3855
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3689
3856
|
] }), MouseMove_default = IconMouseMove;
|
|
3690
3857
|
|
|
3691
3858
|
// src/components/MouseNumberchange.tsx
|
|
3692
|
-
var
|
|
3693
|
-
/* @__PURE__ */ (0,
|
|
3859
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ 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: [
|
|
3860
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3694
3861
|
"path",
|
|
3695
3862
|
{
|
|
3696
3863
|
fill: fill || color || "currentColor",
|
|
@@ -3698,7 +3865,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3698
3865
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3699
3866
|
}
|
|
3700
3867
|
),
|
|
3701
|
-
/* @__PURE__ */ (0,
|
|
3868
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3702
3869
|
"path",
|
|
3703
3870
|
{
|
|
3704
3871
|
fill: fill || color || "currentColor",
|
|
@@ -3709,7 +3876,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3709
3876
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3710
3877
|
|
|
3711
3878
|
// src/components/Musicassets.tsx
|
|
3712
|
-
var
|
|
3879
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3713
3880
|
"path",
|
|
3714
3881
|
{
|
|
3715
3882
|
fill: stroke || color || "currentColor",
|
|
@@ -3720,8 +3887,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3720
3887
|
) }), Musicassets_default = IconMusicassets;
|
|
3721
3888
|
|
|
3722
3889
|
// src/components/Mute.tsx
|
|
3723
|
-
var
|
|
3724
|
-
/* @__PURE__ */ (0,
|
|
3890
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconMute = ({ 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: [
|
|
3891
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3725
3892
|
"path",
|
|
3726
3893
|
{
|
|
3727
3894
|
fill: stroke || color || "currentColor",
|
|
@@ -3730,7 +3897,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3730
3897
|
clipRule: "evenodd"
|
|
3731
3898
|
}
|
|
3732
3899
|
),
|
|
3733
|
-
/* @__PURE__ */ (0,
|
|
3900
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3734
3901
|
"path",
|
|
3735
3902
|
{
|
|
3736
3903
|
fill: stroke || color || "currentColor",
|
|
@@ -3740,7 +3907,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3740
3907
|
] }), Mute_default = IconMute;
|
|
3741
3908
|
|
|
3742
3909
|
// src/components/Next.tsx
|
|
3743
|
-
var
|
|
3910
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
|
|
3744
3911
|
"path",
|
|
3745
3912
|
{
|
|
3746
3913
|
fill: stroke || color || "currentColor",
|
|
@@ -3751,15 +3918,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3751
3918
|
) }), Next_default = IconNext;
|
|
3752
3919
|
|
|
3753
3920
|
// src/components/Nextscene.tsx
|
|
3754
|
-
var
|
|
3755
|
-
/* @__PURE__ */ (0,
|
|
3921
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconNextscene = ({ 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: [
|
|
3922
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3756
3923
|
"path",
|
|
3757
3924
|
{
|
|
3758
3925
|
fill: stroke || color || "currentColor",
|
|
3759
3926
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3760
3927
|
}
|
|
3761
3928
|
),
|
|
3762
|
-
/* @__PURE__ */ (0,
|
|
3929
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3763
3930
|
"path",
|
|
3764
3931
|
{
|
|
3765
3932
|
fill: stroke || color || "currentColor",
|
|
@@ -3771,7 +3938,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3771
3938
|
] }), Nextscene_default = IconNextscene;
|
|
3772
3939
|
|
|
3773
3940
|
// src/components/Niceofficial.tsx
|
|
3774
|
-
var
|
|
3941
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ 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)(
|
|
3775
3942
|
"path",
|
|
3776
3943
|
{
|
|
3777
3944
|
fill: fill || color || "currentColor",
|
|
@@ -3782,17 +3949,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3782
3949
|
) }), Niceofficial_default = IconNiceofficial;
|
|
3783
3950
|
|
|
3784
3951
|
// src/components/Oneclickgenerate.tsx
|
|
3785
|
-
var
|
|
3786
|
-
/* @__PURE__ */ (0,
|
|
3787
|
-
/* @__PURE__ */ (0,
|
|
3788
|
-
/* @__PURE__ */ (0,
|
|
3952
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ 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: [
|
|
3953
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3954
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3955
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3789
3956
|
"path",
|
|
3790
3957
|
{
|
|
3791
3958
|
fill: stroke || color || "currentColor",
|
|
3792
3959
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3793
3960
|
}
|
|
3794
3961
|
),
|
|
3795
|
-
/* @__PURE__ */ (0,
|
|
3962
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3796
3963
|
"path",
|
|
3797
3964
|
{
|
|
3798
3965
|
fill: stroke || color || "currentColor",
|
|
@@ -3804,8 +3971,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3804
3971
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3805
3972
|
|
|
3806
3973
|
// src/components/Opendemo.tsx
|
|
3807
|
-
var
|
|
3808
|
-
/* @__PURE__ */ (0,
|
|
3974
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3975
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
3809
3976
|
"path",
|
|
3810
3977
|
{
|
|
3811
3978
|
fill: stroke || color || "currentColor",
|
|
@@ -3814,11 +3981,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3814
3981
|
clipRule: "evenodd"
|
|
3815
3982
|
}
|
|
3816
3983
|
),
|
|
3817
|
-
/* @__PURE__ */ (0,
|
|
3984
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3818
3985
|
] }), Opendemo_default = IconOpendemo;
|
|
3819
3986
|
|
|
3820
3987
|
// src/components/OppsFilled.tsx
|
|
3821
|
-
var
|
|
3988
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3822
3989
|
"path",
|
|
3823
3990
|
{
|
|
3824
3991
|
fill: fill || color || "currentColor",
|
|
@@ -3829,7 +3996,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3829
3996
|
) }), OppsFilled_default = IconOppsFilled;
|
|
3830
3997
|
|
|
3831
3998
|
// src/components/OptionalcheckedFilled.tsx
|
|
3832
|
-
var
|
|
3999
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3833
4000
|
"path",
|
|
3834
4001
|
{
|
|
3835
4002
|
fill: fill || color || "currentColor",
|
|
@@ -3840,7 +4007,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3840
4007
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
3841
4008
|
|
|
3842
4009
|
// src/components/Optionaluncheck.tsx
|
|
3843
|
-
var
|
|
4010
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3844
4011
|
"path",
|
|
3845
4012
|
{
|
|
3846
4013
|
fill: stroke || color || "currentColor",
|
|
@@ -3851,7 +4018,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3851
4018
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
3852
4019
|
|
|
3853
4020
|
// src/components/Packagegame.tsx
|
|
3854
|
-
var
|
|
4021
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconPackagegame = ({ 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)(
|
|
3855
4022
|
"path",
|
|
3856
4023
|
{
|
|
3857
4024
|
fill: stroke || color || "currentColor",
|
|
@@ -3862,11 +4029,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3862
4029
|
) }), Packagegame_default = IconPackagegame;
|
|
3863
4030
|
|
|
3864
4031
|
// src/components/PageError.tsx
|
|
3865
|
-
var
|
|
4032
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3866
4033
|
|
|
3867
4034
|
// src/components/Parameters.tsx
|
|
3868
|
-
var
|
|
3869
|
-
/* @__PURE__ */ (0,
|
|
4035
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4036
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3870
4037
|
"path",
|
|
3871
4038
|
{
|
|
3872
4039
|
fill: stroke || color || "currentColor",
|
|
@@ -3875,7 +4042,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3875
4042
|
clipRule: "evenodd"
|
|
3876
4043
|
}
|
|
3877
4044
|
),
|
|
3878
|
-
/* @__PURE__ */ (0,
|
|
4045
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3879
4046
|
"path",
|
|
3880
4047
|
{
|
|
3881
4048
|
fill: stroke || color || "currentColor",
|
|
@@ -3887,8 +4054,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3887
4054
|
] }), Parameters_default = IconParameters;
|
|
3888
4055
|
|
|
3889
4056
|
// src/components/Pause.tsx
|
|
3890
|
-
var
|
|
3891
|
-
/* @__PURE__ */ (0,
|
|
4057
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4058
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3892
4059
|
"path",
|
|
3893
4060
|
{
|
|
3894
4061
|
fill: stroke || color || "currentColor",
|
|
@@ -3897,7 +4064,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3897
4064
|
clipRule: "evenodd"
|
|
3898
4065
|
}
|
|
3899
4066
|
),
|
|
3900
|
-
/* @__PURE__ */ (0,
|
|
4067
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3901
4068
|
"path",
|
|
3902
4069
|
{
|
|
3903
4070
|
fill: stroke || color || "currentColor",
|
|
@@ -3909,7 +4076,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3909
4076
|
] }), Pause_default = IconPause;
|
|
3910
4077
|
|
|
3911
4078
|
// src/components/Pencil.tsx
|
|
3912
|
-
var
|
|
4079
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconPencil = ({ 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)(
|
|
3913
4080
|
"path",
|
|
3914
4081
|
{
|
|
3915
4082
|
fill: stroke || color || "currentColor",
|
|
@@ -3920,7 +4087,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3920
4087
|
) }), Pencil_default = IconPencil;
|
|
3921
4088
|
|
|
3922
4089
|
// src/components/Pick.tsx
|
|
3923
|
-
var
|
|
4090
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
3924
4091
|
"path",
|
|
3925
4092
|
{
|
|
3926
4093
|
fill: stroke || color || "currentColor",
|
|
@@ -3931,22 +4098,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3931
4098
|
) }), Pick_default = IconPick;
|
|
3932
4099
|
|
|
3933
4100
|
// src/components/PickedFilled.tsx
|
|
3934
|
-
var
|
|
4101
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3935
4102
|
|
|
3936
4103
|
// src/components/PlanFilled.tsx
|
|
3937
|
-
var
|
|
3938
|
-
/* @__PURE__ */ (0,
|
|
4104
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4105
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
3939
4106
|
"path",
|
|
3940
4107
|
{
|
|
3941
4108
|
fill: fill || color || "currentColor",
|
|
3942
4109
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3943
4110
|
}
|
|
3944
4111
|
) }),
|
|
3945
|
-
/* @__PURE__ */ (0,
|
|
4112
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3946
4113
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3947
4114
|
|
|
3948
4115
|
// src/components/PlayFilled.tsx
|
|
3949
|
-
var
|
|
4116
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ 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)(
|
|
3950
4117
|
"path",
|
|
3951
4118
|
{
|
|
3952
4119
|
fill: fill || color || "currentColor",
|
|
@@ -3955,7 +4122,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3955
4122
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3956
4123
|
|
|
3957
4124
|
// src/components/Play.tsx
|
|
3958
|
-
var
|
|
4125
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconPlay = ({ 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)(
|
|
3959
4126
|
"path",
|
|
3960
4127
|
{
|
|
3961
4128
|
fill: stroke || color || "currentColor",
|
|
@@ -3966,15 +4133,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3966
4133
|
) }), Play_default = IconPlay;
|
|
3967
4134
|
|
|
3968
4135
|
// src/components/Previouscene.tsx
|
|
3969
|
-
var
|
|
3970
|
-
/* @__PURE__ */ (0,
|
|
4136
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ 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: [
|
|
4137
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
3971
4138
|
"path",
|
|
3972
4139
|
{
|
|
3973
4140
|
fill: stroke || color || "currentColor",
|
|
3974
4141
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3975
4142
|
}
|
|
3976
4143
|
),
|
|
3977
|
-
/* @__PURE__ */ (0,
|
|
4144
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
3978
4145
|
"path",
|
|
3979
4146
|
{
|
|
3980
4147
|
fill: stroke || color || "currentColor",
|
|
@@ -3985,8 +4152,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3985
4152
|
)
|
|
3986
4153
|
] }), Previouscene_default = IconPreviouscene;
|
|
3987
4154
|
|
|
4155
|
+
// src/components/ProblemFilled.tsx
|
|
4156
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ 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)(
|
|
4157
|
+
"path",
|
|
4158
|
+
{
|
|
4159
|
+
fill: fill || color || "currentColor",
|
|
4160
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM10.5 13.5V4.5H13.5V13.5H10.5ZM10.5 19.5V16.5H13.5V19.5H10.5Z",
|
|
4161
|
+
fillRule: "evenodd",
|
|
4162
|
+
clipRule: "evenodd"
|
|
4163
|
+
}
|
|
4164
|
+
) }), ProblemFilled_default = IconProblemFilled;
|
|
4165
|
+
|
|
3988
4166
|
// src/components/ProblemNoticeFilled.tsx
|
|
3989
|
-
var
|
|
4167
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ 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)(
|
|
3990
4168
|
"path",
|
|
3991
4169
|
{
|
|
3992
4170
|
fill: fill || color || "currentColor",
|
|
@@ -3997,10 +4175,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3997
4175
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3998
4176
|
|
|
3999
4177
|
// src/components/Problem.tsx
|
|
4000
|
-
var
|
|
4001
|
-
/* @__PURE__ */ (0,
|
|
4002
|
-
/* @__PURE__ */ (0,
|
|
4003
|
-
/* @__PURE__ */ (0,
|
|
4178
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
|
|
4179
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
4180
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
4181
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4004
4182
|
"path",
|
|
4005
4183
|
{
|
|
4006
4184
|
fill: stroke || color || "currentColor",
|
|
@@ -4012,8 +4190,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4012
4190
|
] }), Problem_default = IconProblem;
|
|
4013
4191
|
|
|
4014
4192
|
// src/components/Publish.tsx
|
|
4015
|
-
var
|
|
4016
|
-
/* @__PURE__ */ (0,
|
|
4193
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4194
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4017
4195
|
"path",
|
|
4018
4196
|
{
|
|
4019
4197
|
fill: stroke || color || "currentColor",
|
|
@@ -4022,11 +4200,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4022
4200
|
clipRule: "evenodd"
|
|
4023
4201
|
}
|
|
4024
4202
|
),
|
|
4025
|
-
/* @__PURE__ */ (0,
|
|
4203
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4026
4204
|
] }), Publish_default = IconPublish;
|
|
4027
4205
|
|
|
4028
4206
|
// src/components/Ratio169.tsx
|
|
4029
|
-
var
|
|
4207
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
|
|
4030
4208
|
"path",
|
|
4031
4209
|
{
|
|
4032
4210
|
fill: stroke || color || "currentColor",
|
|
@@ -4035,15 +4213,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4035
4213
|
) }), Ratio169_default = IconRatio169;
|
|
4036
4214
|
|
|
4037
4215
|
// src/components/Ratio11.tsx
|
|
4038
|
-
var
|
|
4039
|
-
/* @__PURE__ */ (0,
|
|
4216
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
|
|
4217
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4040
4218
|
"path",
|
|
4041
4219
|
{
|
|
4042
4220
|
fill: stroke || color || "currentColor",
|
|
4043
4221
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
4044
4222
|
}
|
|
4045
4223
|
) }),
|
|
4046
|
-
/* @__PURE__ */ (0,
|
|
4224
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4047
4225
|
"rect",
|
|
4048
4226
|
{
|
|
4049
4227
|
width: "24",
|
|
@@ -4055,15 +4233,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4055
4233
|
] }), Ratio11_default = IconRatio11;
|
|
4056
4234
|
|
|
4057
4235
|
// src/components/Ratio916.tsx
|
|
4058
|
-
var
|
|
4059
|
-
/* @__PURE__ */ (0,
|
|
4236
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
|
|
4237
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4060
4238
|
"path",
|
|
4061
4239
|
{
|
|
4062
4240
|
fill: stroke || color || "currentColor",
|
|
4063
4241
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
4064
4242
|
}
|
|
4065
4243
|
) }),
|
|
4066
|
-
/* @__PURE__ */ (0,
|
|
4244
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4067
4245
|
"rect",
|
|
4068
4246
|
{
|
|
4069
4247
|
width: "24",
|
|
@@ -4075,17 +4253,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4075
4253
|
] }), Ratio916_default = IconRatio916;
|
|
4076
4254
|
|
|
4077
4255
|
// src/components/RatioAuto.tsx
|
|
4078
|
-
var
|
|
4079
|
-
/* @__PURE__ */ (0,
|
|
4080
|
-
/* @__PURE__ */ (0,
|
|
4256
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4257
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4258
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4081
4259
|
"path",
|
|
4082
4260
|
{
|
|
4083
4261
|
fill: stroke || color || "currentColor",
|
|
4084
4262
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4085
4263
|
}
|
|
4086
4264
|
),
|
|
4087
|
-
/* @__PURE__ */ (0,
|
|
4088
|
-
/* @__PURE__ */ (0,
|
|
4265
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4266
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4089
4267
|
"path",
|
|
4090
4268
|
{
|
|
4091
4269
|
fill: stroke || color || "currentColor",
|
|
@@ -4095,7 +4273,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4095
4273
|
}
|
|
4096
4274
|
)
|
|
4097
4275
|
] }),
|
|
4098
|
-
/* @__PURE__ */ (0,
|
|
4276
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4099
4277
|
"rect",
|
|
4100
4278
|
{
|
|
4101
4279
|
width: "24",
|
|
@@ -4107,15 +4285,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4107
4285
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4108
4286
|
|
|
4109
4287
|
// src/components/Ratio.tsx
|
|
4110
|
-
var
|
|
4111
|
-
/* @__PURE__ */ (0,
|
|
4288
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
|
|
4289
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4112
4290
|
"path",
|
|
4113
4291
|
{
|
|
4114
4292
|
fill: stroke || color || "currentColor",
|
|
4115
4293
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4116
4294
|
}
|
|
4117
4295
|
),
|
|
4118
|
-
/* @__PURE__ */ (0,
|
|
4296
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4119
4297
|
"path",
|
|
4120
4298
|
{
|
|
4121
4299
|
fill: stroke || color || "currentColor",
|
|
@@ -4125,7 +4303,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4125
4303
|
] }), Ratio_default = IconRatio;
|
|
4126
4304
|
|
|
4127
4305
|
// src/components/ReEdit.tsx
|
|
4128
|
-
var
|
|
4306
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4129
4307
|
"path",
|
|
4130
4308
|
{
|
|
4131
4309
|
fill: stroke || color || "currentColor",
|
|
@@ -4136,7 +4314,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4136
4314
|
) }), ReEdit_default = IconReEdit;
|
|
4137
4315
|
|
|
4138
4316
|
// src/components/Regenerate.tsx
|
|
4139
|
-
var
|
|
4317
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4140
4318
|
"path",
|
|
4141
4319
|
{
|
|
4142
4320
|
fill: stroke || color || "currentColor",
|
|
@@ -4147,8 +4325,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4147
4325
|
) }), Regenerate_default = IconRegenerate;
|
|
4148
4326
|
|
|
4149
4327
|
// src/components/Resultsetting.tsx
|
|
4150
|
-
var
|
|
4151
|
-
/* @__PURE__ */ (0,
|
|
4328
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconResultsetting = ({ 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: [
|
|
4329
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4152
4330
|
"path",
|
|
4153
4331
|
{
|
|
4154
4332
|
fill: stroke || color || "currentColor",
|
|
@@ -4157,7 +4335,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4157
4335
|
clipRule: "evenodd"
|
|
4158
4336
|
}
|
|
4159
4337
|
) }),
|
|
4160
|
-
/* @__PURE__ */ (0,
|
|
4338
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4161
4339
|
"rect",
|
|
4162
4340
|
{
|
|
4163
4341
|
width: "24",
|
|
@@ -4169,7 +4347,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4169
4347
|
] }), Resultsetting_default = IconResultsetting;
|
|
4170
4348
|
|
|
4171
4349
|
// src/components/RightFilled.tsx
|
|
4172
|
-
var
|
|
4350
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconRightFilled = ({ 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)(
|
|
4173
4351
|
"path",
|
|
4174
4352
|
{
|
|
4175
4353
|
fill: fill || color || "currentColor",
|
|
@@ -4180,7 +4358,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4180
4358
|
) }), RightFilled_default = IconRightFilled;
|
|
4181
4359
|
|
|
4182
4360
|
// src/components/SceneNext.tsx
|
|
4183
|
-
var
|
|
4361
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconSceneNext = ({ 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)(
|
|
4184
4362
|
"path",
|
|
4185
4363
|
{
|
|
4186
4364
|
fill: stroke || color || "currentColor",
|
|
@@ -4189,19 +4367,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4189
4367
|
) }), SceneNext_default = IconSceneNext;
|
|
4190
4368
|
|
|
4191
4369
|
// src/components/Scriptmode.tsx
|
|
4192
|
-
var
|
|
4193
|
-
/* @__PURE__ */ (0,
|
|
4194
|
-
/* @__PURE__ */ (0,
|
|
4195
|
-
/* @__PURE__ */ (0,
|
|
4196
|
-
/* @__PURE__ */ (0,
|
|
4197
|
-
/* @__PURE__ */ (0,
|
|
4198
|
-
/* @__PURE__ */ (0,
|
|
4199
|
-
/* @__PURE__ */ (0,
|
|
4200
|
-
/* @__PURE__ */ (0,
|
|
4370
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconScriptmode = ({ 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: [
|
|
4371
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4372
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4373
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4374
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4375
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4376
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4377
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4378
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4201
4379
|
] }), Scriptmode_default = IconScriptmode;
|
|
4202
4380
|
|
|
4381
|
+
// src/components/Scrolldown.tsx
|
|
4382
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4383
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
4384
|
+
"path",
|
|
4385
|
+
{
|
|
4386
|
+
fill: stroke || color || "currentColor",
|
|
4387
|
+
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
4388
|
+
}
|
|
4389
|
+
),
|
|
4390
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
4391
|
+
"path",
|
|
4392
|
+
{
|
|
4393
|
+
fill: stroke || color || "currentColor",
|
|
4394
|
+
d: "M3.79547 0.704529L12 8.90903L20.2045 0.70453L21.7955 2.29552L12 12.091L2.20448 2.29552L3.79547 0.704529Z"
|
|
4395
|
+
}
|
|
4396
|
+
)
|
|
4397
|
+
] }), Scrolldown_default = IconScrolldown;
|
|
4398
|
+
|
|
4203
4399
|
// src/components/Sendrequest.tsx
|
|
4204
|
-
var
|
|
4400
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconSendrequest = ({ 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)(
|
|
4205
4401
|
"path",
|
|
4206
4402
|
{
|
|
4207
4403
|
fill: fill || color || "currentColor",
|
|
@@ -4212,7 +4408,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4212
4408
|
) }), Sendrequest_default = IconSendrequest;
|
|
4213
4409
|
|
|
4214
4410
|
// src/components/ShareFilled.tsx
|
|
4215
|
-
var
|
|
4411
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
4216
4412
|
"path",
|
|
4217
4413
|
{
|
|
4218
4414
|
fill: fill || color || "currentColor",
|
|
@@ -4221,7 +4417,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4221
4417
|
) }), ShareFilled_default = IconShareFilled;
|
|
4222
4418
|
|
|
4223
4419
|
// src/components/Share.tsx
|
|
4224
|
-
var
|
|
4420
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4225
4421
|
"path",
|
|
4226
4422
|
{
|
|
4227
4423
|
fill: stroke || color || "currentColor",
|
|
@@ -4231,8 +4427,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4231
4427
|
}
|
|
4232
4428
|
) }), Share_default = IconShare;
|
|
4233
4429
|
|
|
4430
|
+
// src/components/Sidebar.tsx
|
|
4431
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconSidebar = ({ 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)(
|
|
4432
|
+
"path",
|
|
4433
|
+
{
|
|
4434
|
+
fill: stroke || color || "currentColor",
|
|
4435
|
+
d: "M24 3V21H0V3H24ZM9 5.25H21.75V18.75H9V5.25ZM6.75 18.75H2.25V5.25H6.75V18.75Z",
|
|
4436
|
+
fillRule: "evenodd",
|
|
4437
|
+
clipRule: "evenodd"
|
|
4438
|
+
}
|
|
4439
|
+
) }), Sidebar_default = IconSidebar;
|
|
4440
|
+
|
|
4234
4441
|
// src/components/SocialX.tsx
|
|
4235
|
-
var
|
|
4442
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
|
|
4236
4443
|
"path",
|
|
4237
4444
|
{
|
|
4238
4445
|
fill: fill || color || "currentColor",
|
|
@@ -4241,7 +4448,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4241
4448
|
) }), SocialX_default = IconSocialX;
|
|
4242
4449
|
|
|
4243
4450
|
// src/components/SocialDiscord.tsx
|
|
4244
|
-
var
|
|
4451
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
|
|
4245
4452
|
"path",
|
|
4246
4453
|
{
|
|
4247
4454
|
fill: fill || color || "currentColor",
|
|
@@ -4250,8 +4457,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4250
4457
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4251
4458
|
|
|
4252
4459
|
// src/components/SoundOff.tsx
|
|
4253
|
-
var
|
|
4254
|
-
/* @__PURE__ */ (0,
|
|
4460
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4461
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4255
4462
|
"path",
|
|
4256
4463
|
{
|
|
4257
4464
|
fill: stroke || color || "currentColor",
|
|
@@ -4260,7 +4467,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4260
4467
|
clipRule: "evenodd"
|
|
4261
4468
|
}
|
|
4262
4469
|
),
|
|
4263
|
-
/* @__PURE__ */ (0,
|
|
4470
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4264
4471
|
"path",
|
|
4265
4472
|
{
|
|
4266
4473
|
fill: stroke || color || "currentColor",
|
|
@@ -4270,8 +4477,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4270
4477
|
] }), SoundOff_default = IconSoundOff;
|
|
4271
4478
|
|
|
4272
4479
|
// src/components/SoundOn.tsx
|
|
4273
|
-
var
|
|
4274
|
-
/* @__PURE__ */ (0,
|
|
4480
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4481
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4275
4482
|
"path",
|
|
4276
4483
|
{
|
|
4277
4484
|
fill: stroke || color || "currentColor",
|
|
@@ -4280,14 +4487,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4280
4487
|
clipRule: "evenodd"
|
|
4281
4488
|
}
|
|
4282
4489
|
),
|
|
4283
|
-
/* @__PURE__ */ (0,
|
|
4490
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4284
4491
|
"path",
|
|
4285
4492
|
{
|
|
4286
4493
|
fill: stroke || color || "currentColor",
|
|
4287
4494
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
4288
4495
|
}
|
|
4289
4496
|
),
|
|
4290
|
-
/* @__PURE__ */ (0,
|
|
4497
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4291
4498
|
"path",
|
|
4292
4499
|
{
|
|
4293
4500
|
fill: stroke || color || "currentColor",
|
|
@@ -4297,7 +4504,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4297
4504
|
] }), SoundOn_default = IconSoundOn;
|
|
4298
4505
|
|
|
4299
4506
|
// src/components/Storyboard.tsx
|
|
4300
|
-
var
|
|
4507
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconStoryboard = ({ 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)(
|
|
4301
4508
|
"path",
|
|
4302
4509
|
{
|
|
4303
4510
|
fill: stroke || color || "currentColor",
|
|
@@ -4308,24 +4515,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4308
4515
|
) }), Storyboard_default = IconStoryboard;
|
|
4309
4516
|
|
|
4310
4517
|
// src/components/StyleAutoFilled.tsx
|
|
4311
|
-
var
|
|
4312
|
-
/* @__PURE__ */ (0,
|
|
4518
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4519
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4313
4520
|
"path",
|
|
4314
4521
|
{
|
|
4315
4522
|
fill: fill || color || "currentColor",
|
|
4316
4523
|
d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
|
|
4317
4524
|
}
|
|
4318
4525
|
),
|
|
4319
|
-
/* @__PURE__ */ (0,
|
|
4526
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4320
4527
|
"path",
|
|
4321
4528
|
{
|
|
4322
4529
|
fill: fill || color || "currentColor",
|
|
4323
4530
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4324
4531
|
}
|
|
4325
4532
|
),
|
|
4326
|
-
/* @__PURE__ */ (0,
|
|
4327
|
-
/* @__PURE__ */ (0,
|
|
4328
|
-
/* @__PURE__ */ (0,
|
|
4533
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4534
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4535
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4329
4536
|
"path",
|
|
4330
4537
|
{
|
|
4331
4538
|
fill: fill || color || "currentColor",
|
|
@@ -4335,43 +4542,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4335
4542
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4336
4543
|
|
|
4337
4544
|
// src/components/Style.tsx
|
|
4338
|
-
var
|
|
4339
|
-
/* @__PURE__ */ (0,
|
|
4545
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4546
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4340
4547
|
"path",
|
|
4341
4548
|
{
|
|
4342
4549
|
fill: stroke || color || "currentColor",
|
|
4343
4550
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
4344
4551
|
}
|
|
4345
4552
|
),
|
|
4346
|
-
/* @__PURE__ */ (0,
|
|
4553
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4347
4554
|
"path",
|
|
4348
4555
|
{
|
|
4349
4556
|
fill: stroke || color || "currentColor",
|
|
4350
4557
|
d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
|
|
4351
4558
|
}
|
|
4352
4559
|
),
|
|
4353
|
-
/* @__PURE__ */ (0,
|
|
4560
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4354
4561
|
"path",
|
|
4355
4562
|
{
|
|
4356
4563
|
fill: stroke || color || "currentColor",
|
|
4357
4564
|
d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
|
|
4358
4565
|
}
|
|
4359
4566
|
),
|
|
4360
|
-
/* @__PURE__ */ (0,
|
|
4567
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4361
4568
|
"path",
|
|
4362
4569
|
{
|
|
4363
4570
|
fill: stroke || color || "currentColor",
|
|
4364
4571
|
d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
|
|
4365
4572
|
}
|
|
4366
4573
|
),
|
|
4367
|
-
/* @__PURE__ */ (0,
|
|
4574
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4368
4575
|
"path",
|
|
4369
4576
|
{
|
|
4370
4577
|
fill: stroke || color || "currentColor",
|
|
4371
4578
|
d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
|
|
4372
4579
|
}
|
|
4373
4580
|
),
|
|
4374
|
-
/* @__PURE__ */ (0,
|
|
4581
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4375
4582
|
"path",
|
|
4376
4583
|
{
|
|
4377
4584
|
fill: stroke || color || "currentColor",
|
|
@@ -4383,8 +4590,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4383
4590
|
] }), Style_default = IconStyle;
|
|
4384
4591
|
|
|
4385
4592
|
// src/components/Styleoverall.tsx
|
|
4386
|
-
var
|
|
4387
|
-
/* @__PURE__ */ (0,
|
|
4593
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ 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: [
|
|
4594
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4388
4595
|
"path",
|
|
4389
4596
|
{
|
|
4390
4597
|
fill: stroke || color || "currentColor",
|
|
@@ -4393,7 +4600,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4393
4600
|
clipRule: "evenodd"
|
|
4394
4601
|
}
|
|
4395
4602
|
),
|
|
4396
|
-
/* @__PURE__ */ (0,
|
|
4603
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4397
4604
|
"path",
|
|
4398
4605
|
{
|
|
4399
4606
|
fill: stroke || color || "currentColor",
|
|
@@ -4402,7 +4609,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4402
4609
|
clipRule: "evenodd"
|
|
4403
4610
|
}
|
|
4404
4611
|
),
|
|
4405
|
-
/* @__PURE__ */ (0,
|
|
4612
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4406
4613
|
"path",
|
|
4407
4614
|
{
|
|
4408
4615
|
fill: stroke || color || "currentColor",
|
|
@@ -4411,7 +4618,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4411
4618
|
clipRule: "evenodd"
|
|
4412
4619
|
}
|
|
4413
4620
|
),
|
|
4414
|
-
/* @__PURE__ */ (0,
|
|
4621
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4415
4622
|
"path",
|
|
4416
4623
|
{
|
|
4417
4624
|
fill: stroke || color || "currentColor",
|
|
@@ -4423,7 +4630,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4423
4630
|
] }), Styleoverall_default = IconStyleoverall;
|
|
4424
4631
|
|
|
4425
4632
|
// src/components/SwitchOffFilled.tsx
|
|
4426
|
-
var
|
|
4633
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4427
4634
|
"path",
|
|
4428
4635
|
{
|
|
4429
4636
|
fill: fill || color || "currentColor",
|
|
@@ -4434,7 +4641,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4434
4641
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4435
4642
|
|
|
4436
4643
|
// src/components/SwitchOnFilled.tsx
|
|
4437
|
-
var
|
|
4644
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
|
|
4438
4645
|
"path",
|
|
4439
4646
|
{
|
|
4440
4647
|
fill: fill || color || "currentColor",
|
|
@@ -4445,8 +4652,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4445
4652
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4446
4653
|
|
|
4447
4654
|
// src/components/Target.tsx
|
|
4448
|
-
var
|
|
4449
|
-
/* @__PURE__ */ (0,
|
|
4655
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconTarget = ({ 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: [
|
|
4656
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4450
4657
|
"path",
|
|
4451
4658
|
{
|
|
4452
4659
|
fill: stroke || color || "currentColor",
|
|
@@ -4455,7 +4662,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4455
4662
|
clipRule: "evenodd"
|
|
4456
4663
|
}
|
|
4457
4664
|
),
|
|
4458
|
-
/* @__PURE__ */ (0,
|
|
4665
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4459
4666
|
"path",
|
|
4460
4667
|
{
|
|
4461
4668
|
fill: stroke || color || "currentColor",
|
|
@@ -4467,43 +4674,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4467
4674
|
] }), Target_default = IconTarget;
|
|
4468
4675
|
|
|
4469
4676
|
// src/components/TextLogo.tsx
|
|
4470
|
-
var
|
|
4471
|
-
/* @__PURE__ */ (0,
|
|
4677
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
4678
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4472
4679
|
"path",
|
|
4473
4680
|
{
|
|
4474
4681
|
fill: fill || color || "currentColor",
|
|
4475
4682
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
4476
4683
|
}
|
|
4477
4684
|
),
|
|
4478
|
-
/* @__PURE__ */ (0,
|
|
4685
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4479
4686
|
"path",
|
|
4480
4687
|
{
|
|
4481
4688
|
fill: fill || color || "currentColor",
|
|
4482
4689
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
4483
4690
|
}
|
|
4484
4691
|
),
|
|
4485
|
-
/* @__PURE__ */ (0,
|
|
4692
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4486
4693
|
"path",
|
|
4487
4694
|
{
|
|
4488
4695
|
fill: fill || color || "currentColor",
|
|
4489
4696
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
4490
4697
|
}
|
|
4491
4698
|
),
|
|
4492
|
-
/* @__PURE__ */ (0,
|
|
4699
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4493
4700
|
"path",
|
|
4494
4701
|
{
|
|
4495
4702
|
fill: fill || color || "currentColor",
|
|
4496
4703
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
4497
4704
|
}
|
|
4498
4705
|
),
|
|
4499
|
-
/* @__PURE__ */ (0,
|
|
4706
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4500
4707
|
"path",
|
|
4501
4708
|
{
|
|
4502
4709
|
fill: fill || color || "currentColor",
|
|
4503
4710
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
4504
4711
|
}
|
|
4505
4712
|
),
|
|
4506
|
-
/* @__PURE__ */ (0,
|
|
4713
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4507
4714
|
"path",
|
|
4508
4715
|
{
|
|
4509
4716
|
fill: fill || color || "currentColor",
|
|
@@ -4513,7 +4720,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4513
4720
|
] }), TextLogo_default = IconTextLogo;
|
|
4514
4721
|
|
|
4515
4722
|
// src/components/Tips.tsx
|
|
4516
|
-
var
|
|
4723
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4517
4724
|
"path",
|
|
4518
4725
|
{
|
|
4519
4726
|
fill: stroke || color || "currentColor",
|
|
@@ -4524,15 +4731,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4524
4731
|
) }), Tips_default = IconTips;
|
|
4525
4732
|
|
|
4526
4733
|
// src/components/ToolsFilled.tsx
|
|
4527
|
-
var
|
|
4528
|
-
/* @__PURE__ */ (0,
|
|
4734
|
+
var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4735
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4529
4736
|
"path",
|
|
4530
4737
|
{
|
|
4531
4738
|
fill: fill || color || "currentColor",
|
|
4532
4739
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
4533
4740
|
}
|
|
4534
4741
|
),
|
|
4535
|
-
/* @__PURE__ */ (0,
|
|
4742
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4536
4743
|
"path",
|
|
4537
4744
|
{
|
|
4538
4745
|
fill: fill || color || "currentColor",
|
|
@@ -4542,7 +4749,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4542
4749
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
4543
4750
|
|
|
4544
4751
|
// src/components/Tools.tsx
|
|
4545
|
-
var
|
|
4752
|
+
var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconTools = ({ 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)(
|
|
4546
4753
|
"path",
|
|
4547
4754
|
{
|
|
4548
4755
|
stroke: stroke || color || "currentColor",
|
|
@@ -4552,7 +4759,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4552
4759
|
) }), Tools_default = IconTools;
|
|
4553
4760
|
|
|
4554
4761
|
// src/components/Undo.tsx
|
|
4555
|
-
var
|
|
4762
|
+
var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4556
4763
|
"path",
|
|
4557
4764
|
{
|
|
4558
4765
|
fill: stroke || color || "currentColor",
|
|
@@ -4563,7 +4770,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4563
4770
|
) }), Undo_default = IconUndo;
|
|
4564
4771
|
|
|
4565
4772
|
// src/components/UpFilled.tsx
|
|
4566
|
-
var
|
|
4773
|
+
var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4567
4774
|
"path",
|
|
4568
4775
|
{
|
|
4569
4776
|
fill: fill || color || "currentColor",
|
|
@@ -4574,7 +4781,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4574
4781
|
) }), UpFilled_default = IconUpFilled;
|
|
4575
4782
|
|
|
4576
4783
|
// src/components/UpleftFilled.tsx
|
|
4577
|
-
var
|
|
4784
|
+
var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ 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)(
|
|
4578
4785
|
"path",
|
|
4579
4786
|
{
|
|
4580
4787
|
fill: fill || color || "currentColor",
|
|
@@ -4585,7 +4792,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4585
4792
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4586
4793
|
|
|
4587
4794
|
// src/components/Uploadedvideo.tsx
|
|
4588
|
-
var
|
|
4795
|
+
var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ 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)(
|
|
4589
4796
|
"path",
|
|
4590
4797
|
{
|
|
4591
4798
|
fill: fill || color || "currentColor",
|
|
@@ -4596,7 +4803,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4596
4803
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
4597
4804
|
|
|
4598
4805
|
// src/components/Uploadfiles.tsx
|
|
4599
|
-
var
|
|
4806
|
+
var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4600
4807
|
"path",
|
|
4601
4808
|
{
|
|
4602
4809
|
fill: stroke || color || "currentColor",
|
|
@@ -4605,7 +4812,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4605
4812
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
4606
4813
|
|
|
4607
4814
|
// src/components/Uploadstory.tsx
|
|
4608
|
-
var
|
|
4815
|
+
var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconUploadstory = ({ 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)(
|
|
4609
4816
|
"path",
|
|
4610
4817
|
{
|
|
4611
4818
|
fill: stroke || color || "currentColor",
|
|
@@ -4616,7 +4823,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4616
4823
|
) }), Uploadstory_default = IconUploadstory;
|
|
4617
4824
|
|
|
4618
4825
|
// src/components/UprightFilled.tsx
|
|
4619
|
-
var
|
|
4826
|
+
var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ 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)(
|
|
4620
4827
|
"path",
|
|
4621
4828
|
{
|
|
4622
4829
|
fill: fill || color || "currentColor",
|
|
@@ -4627,7 +4834,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4627
4834
|
) }), UprightFilled_default = IconUprightFilled;
|
|
4628
4835
|
|
|
4629
4836
|
// src/components/Userfeedback.tsx
|
|
4630
|
-
var
|
|
4837
|
+
var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ 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)(
|
|
4631
4838
|
"path",
|
|
4632
4839
|
{
|
|
4633
4840
|
fill: stroke || color || "currentColor",
|
|
@@ -4637,16 +4844,55 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4637
4844
|
}
|
|
4638
4845
|
) }), Userfeedback_default = IconUserfeedback;
|
|
4639
4846
|
|
|
4847
|
+
// src/components/Userfollow.tsx
|
|
4848
|
+
var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4849
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4850
|
+
"path",
|
|
4851
|
+
{
|
|
4852
|
+
fill: stroke || color || "currentColor",
|
|
4853
|
+
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"
|
|
4854
|
+
}
|
|
4855
|
+
),
|
|
4856
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4857
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4858
|
+
"path",
|
|
4859
|
+
{
|
|
4860
|
+
fill: stroke || color || "currentColor",
|
|
4861
|
+
d: "M11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z",
|
|
4862
|
+
fillRule: "evenodd",
|
|
4863
|
+
clipRule: "evenodd"
|
|
4864
|
+
}
|
|
4865
|
+
)
|
|
4866
|
+
] }), Userfollow_default = IconUserfollow;
|
|
4867
|
+
|
|
4868
|
+
// src/components/Userfollowback.tsx
|
|
4869
|
+
var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ 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)(
|
|
4870
|
+
"path",
|
|
4871
|
+
{
|
|
4872
|
+
fill: stroke || color || "currentColor",
|
|
4873
|
+
d: "M23 21H17.4141L18.4141 22L17 23.4141L14.293 20.707L15 19H23V21ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM23.707 16.293L23 18H15V16H20.5859L19.5859 15L21 13.5859L23.707 16.293ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
4874
|
+
}
|
|
4875
|
+
) }), Userfollowback_default = IconUserfollowback;
|
|
4876
|
+
|
|
4877
|
+
// src/components/Userfollowed.tsx
|
|
4878
|
+
var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ 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)(
|
|
4879
|
+
"path",
|
|
4880
|
+
{
|
|
4881
|
+
fill: stroke || color || "currentColor",
|
|
4882
|
+
d: "M22.3643 16.4141L17.4141 21.3643L17.4131 21.3633L16.6816 22.0957L13 18.4141L14.4141 17L16.6816 19.2676L20.9502 15L22.3643 16.4141ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
4883
|
+
}
|
|
4884
|
+
) }), Userfollowed_default = IconUserfollowed;
|
|
4885
|
+
|
|
4640
4886
|
// src/components/VideoGeneration.tsx
|
|
4641
|
-
var
|
|
4642
|
-
/* @__PURE__ */ (0,
|
|
4887
|
+
var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4888
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4643
4889
|
"path",
|
|
4644
4890
|
{
|
|
4645
4891
|
fill: stroke || color || "currentColor",
|
|
4646
4892
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
4647
4893
|
}
|
|
4648
4894
|
),
|
|
4649
|
-
/* @__PURE__ */ (0,
|
|
4895
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4650
4896
|
"path",
|
|
4651
4897
|
{
|
|
4652
4898
|
fill: stroke || color || "currentColor",
|
|
@@ -4655,7 +4901,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4655
4901
|
clipRule: "evenodd"
|
|
4656
4902
|
}
|
|
4657
4903
|
),
|
|
4658
|
-
/* @__PURE__ */ (0,
|
|
4904
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4659
4905
|
"path",
|
|
4660
4906
|
{
|
|
4661
4907
|
fill: stroke || color || "currentColor",
|
|
@@ -4665,9 +4911,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4665
4911
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
4666
4912
|
|
|
4667
4913
|
// src/components/VideoLength.tsx
|
|
4668
|
-
var
|
|
4669
|
-
/* @__PURE__ */ (0,
|
|
4670
|
-
/* @__PURE__ */ (0,
|
|
4914
|
+
var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4915
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4916
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4671
4917
|
"path",
|
|
4672
4918
|
{
|
|
4673
4919
|
fill: stroke || color || "currentColor",
|
|
@@ -4679,8 +4925,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4679
4925
|
] }), VideoLength_default = IconVideoLength;
|
|
4680
4926
|
|
|
4681
4927
|
// src/components/Videogenerate.tsx
|
|
4682
|
-
var
|
|
4683
|
-
/* @__PURE__ */ (0,
|
|
4928
|
+
var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4929
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4684
4930
|
"path",
|
|
4685
4931
|
{
|
|
4686
4932
|
fill: stroke || color || "currentColor",
|
|
@@ -4689,7 +4935,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4689
4935
|
clipRule: "evenodd"
|
|
4690
4936
|
}
|
|
4691
4937
|
),
|
|
4692
|
-
/* @__PURE__ */ (0,
|
|
4938
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4693
4939
|
"path",
|
|
4694
4940
|
{
|
|
4695
4941
|
fill: stroke || color || "currentColor",
|
|
@@ -4701,7 +4947,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4701
4947
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4702
4948
|
|
|
4703
4949
|
// src/components/Visualstyles.tsx
|
|
4704
|
-
var
|
|
4950
|
+
var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4705
4951
|
"path",
|
|
4706
4952
|
{
|
|
4707
4953
|
fill: stroke || color || "currentColor",
|
|
@@ -4712,8 +4958,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4712
4958
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4713
4959
|
|
|
4714
4960
|
// src/components/Volume.tsx
|
|
4715
|
-
var
|
|
4716
|
-
/* @__PURE__ */ (0,
|
|
4961
|
+
var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4962
|
+
/* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4717
4963
|
"path",
|
|
4718
4964
|
{
|
|
4719
4965
|
fill: stroke || color || "currentColor",
|
|
@@ -4722,14 +4968,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4722
4968
|
clipRule: "evenodd"
|
|
4723
4969
|
}
|
|
4724
4970
|
),
|
|
4725
|
-
/* @__PURE__ */ (0,
|
|
4971
|
+
/* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4726
4972
|
"path",
|
|
4727
4973
|
{
|
|
4728
4974
|
fill: stroke || color || "currentColor",
|
|
4729
4975
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
4730
4976
|
}
|
|
4731
4977
|
),
|
|
4732
|
-
/* @__PURE__ */ (0,
|
|
4978
|
+
/* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4733
4979
|
"path",
|
|
4734
4980
|
{
|
|
4735
4981
|
fill: stroke || color || "currentColor",
|
|
@@ -4739,7 +4985,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4739
4985
|
] }), Volume_default = IconVolume;
|
|
4740
4986
|
|
|
4741
4987
|
// src/components/Withdrawgame.tsx
|
|
4742
|
-
var
|
|
4988
|
+
var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ 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)(
|
|
4743
4989
|
"path",
|
|
4744
4990
|
{
|
|
4745
4991
|
fill: stroke || color || "currentColor",
|
|
@@ -4750,15 +4996,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4750
4996
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4751
4997
|
|
|
4752
4998
|
// src/components/Zoomhandle.tsx
|
|
4753
|
-
var
|
|
4754
|
-
/* @__PURE__ */ (0,
|
|
4999
|
+
var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ 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: [
|
|
5000
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4755
5001
|
"path",
|
|
4756
5002
|
{
|
|
4757
5003
|
fill: fill || color || "currentColor",
|
|
4758
5004
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
4759
5005
|
}
|
|
4760
5006
|
),
|
|
4761
|
-
/* @__PURE__ */ (0,
|
|
5007
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4762
5008
|
"path",
|
|
4763
5009
|
{
|
|
4764
5010
|
fill: stroke || color || "currentColor",
|
|
@@ -4768,15 +5014,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4768
5014
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
4769
5015
|
|
|
4770
5016
|
// src/components/Zoomin.tsx
|
|
4771
|
-
var
|
|
4772
|
-
/* @__PURE__ */ (0,
|
|
5017
|
+
var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconZoomin = ({ 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: [
|
|
5018
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4773
5019
|
"path",
|
|
4774
5020
|
{
|
|
4775
5021
|
fill: stroke || color || "currentColor",
|
|
4776
5022
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4777
5023
|
}
|
|
4778
5024
|
),
|
|
4779
|
-
/* @__PURE__ */ (0,
|
|
5025
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4780
5026
|
"path",
|
|
4781
5027
|
{
|
|
4782
5028
|
fill: stroke || color || "currentColor",
|
|
@@ -4788,9 +5034,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4788
5034
|
] }), Zoomin_default = IconZoomin;
|
|
4789
5035
|
|
|
4790
5036
|
// src/components/Zoomout.tsx
|
|
4791
|
-
var
|
|
4792
|
-
/* @__PURE__ */ (0,
|
|
4793
|
-
/* @__PURE__ */ (0,
|
|
5037
|
+
var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconZoomout = ({ 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: [
|
|
5038
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
5039
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4794
5040
|
"path",
|
|
4795
5041
|
{
|
|
4796
5042
|
fill: stroke || color || "currentColor",
|