@yoroll/react-icon 0.0.19 → 0.0.22
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 +901 -592
- package/dist/index.iife.js +883 -592
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +1111 -784
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Agent.d.ts +4 -0
- package/dist/types/components/AgentFilled.d.ts +4 -0
- package/dist/types/components/Canvaposition.d.ts +4 -0
- package/dist/types/components/Chathistory.d.ts +4 -0
- package/dist/types/components/Createplan.d.ts +4 -0
- package/dist/types/components/Document.d.ts +4 -0
- package/dist/types/components/Element.d.ts +4 -0
- package/dist/types/components/Gameuivariable2.d.ts +4 -0
- package/dist/types/components/Magic.d.ts +4 -0
- package/dist/types/components/ModelhappyhorseFilled.d.ts +4 -0
- package/dist/types/components/Newchat.d.ts +4 -0
- package/dist/types/components/Quote.d.ts +4 -0
- package/dist/types/components/Satisfied.d.ts +4 -0
- package/dist/types/components/SatisfiedFilled.d.ts +4 -0
- package/dist/types/components/Singleunchecked.d.ts +4 -0
- package/dist/types/components/Table.d.ts +4 -0
- package/dist/types/components/Unsatisfied.d.ts +4 -0
- package/dist/types/components/UnsatisfiedFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +18 -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.22 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1560,8 +1560,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1560
1560
|
}
|
|
1561
1561
|
});
|
|
1562
1562
|
|
|
1563
|
+
// src/components/Document.tsx
|
|
1564
|
+
var import_jsx_runtime = __toESM(require_jsx_runtime()), IconDocument = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1565
|
+
"path",
|
|
1566
|
+
{
|
|
1567
|
+
fill: stroke || color || "currentColor",
|
|
1568
|
+
d: "M21 7.5L13.5 0H3V24H21V7.5ZM18.568 8.25L12.75 2.43198V8.25H18.568ZM10.5 2.25H5.25V21.75H18.75V10.5H10.5V2.25Z",
|
|
1569
|
+
fillRule: "evenodd",
|
|
1570
|
+
clipRule: "evenodd"
|
|
1571
|
+
}
|
|
1572
|
+
) }), Document_default = IconDocument;
|
|
1573
|
+
|
|
1563
1574
|
// src/components/Homepage.tsx
|
|
1564
|
-
var
|
|
1575
|
+
var import_jsx_runtime2 = __toESM(require_jsx_runtime()), IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1565
1576
|
"path",
|
|
1566
1577
|
{
|
|
1567
1578
|
fill: stroke || color || "currentColor",
|
|
@@ -1572,7 +1583,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1572
1583
|
) }), Homepage_default = IconHomepage;
|
|
1573
1584
|
|
|
1574
1585
|
// src/components/Aiwriting.tsx
|
|
1575
|
-
var
|
|
1586
|
+
var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconAiwriting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1576
1587
|
"path",
|
|
1577
1588
|
{
|
|
1578
1589
|
fill: stroke || color || "currentColor",
|
|
@@ -1581,7 +1592,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1581
1592
|
) }), Aiwriting_default = IconAiwriting;
|
|
1582
1593
|
|
|
1583
1594
|
// src/components/FmVeditorstart.tsx
|
|
1584
|
-
var
|
|
1595
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1585
1596
|
"path",
|
|
1586
1597
|
{
|
|
1587
1598
|
fill: fill || color || "currentColor",
|
|
@@ -1592,7 +1603,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1592
1603
|
) }), FmVeditorstart_default = IconFmVeditorstart;
|
|
1593
1604
|
|
|
1594
1605
|
// src/components/QtEsave.tsx
|
|
1595
|
-
var
|
|
1606
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1596
1607
|
"path",
|
|
1597
1608
|
{
|
|
1598
1609
|
fill: stroke || color || "currentColor",
|
|
@@ -1603,8 +1614,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1603
1614
|
) }), QtEsave_default = IconQtEsave;
|
|
1604
1615
|
|
|
1605
1616
|
// src/components/Uploadimage.tsx
|
|
1606
|
-
var
|
|
1607
|
-
/* @__PURE__ */ (0,
|
|
1617
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconUploadimage = ({ 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: [
|
|
1618
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1608
1619
|
"path",
|
|
1609
1620
|
{
|
|
1610
1621
|
fill: stroke || color || "currentColor",
|
|
@@ -1613,7 +1624,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1613
1624
|
clipRule: "evenodd"
|
|
1614
1625
|
}
|
|
1615
1626
|
),
|
|
1616
|
-
/* @__PURE__ */ (0,
|
|
1627
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1617
1628
|
"path",
|
|
1618
1629
|
{
|
|
1619
1630
|
fill: stroke || color || "currentColor",
|
|
@@ -1623,8 +1634,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1623
1634
|
] }), Uploadimage_default = IconUploadimage;
|
|
1624
1635
|
|
|
1625
1636
|
// src/components/Aboutus.tsx
|
|
1626
|
-
var
|
|
1627
|
-
/* @__PURE__ */ (0,
|
|
1637
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconAboutus = ({ 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: [
|
|
1638
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1628
1639
|
"path",
|
|
1629
1640
|
{
|
|
1630
1641
|
fill: stroke || color || "currentColor",
|
|
@@ -1633,7 +1644,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1633
1644
|
clipRule: "evenodd"
|
|
1634
1645
|
}
|
|
1635
1646
|
),
|
|
1636
|
-
/* @__PURE__ */ (0,
|
|
1647
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1637
1648
|
"path",
|
|
1638
1649
|
{
|
|
1639
1650
|
fill: stroke || color || "currentColor",
|
|
@@ -1643,15 +1654,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1643
1654
|
] }), Aboutus_default = IconAboutus;
|
|
1644
1655
|
|
|
1645
1656
|
// src/components/AddSceneChoice.tsx
|
|
1646
|
-
var
|
|
1647
|
-
/* @__PURE__ */ (0,
|
|
1657
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1648
1659
|
"path",
|
|
1649
1660
|
{
|
|
1650
1661
|
fill: stroke || color || "currentColor",
|
|
1651
1662
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
1652
1663
|
}
|
|
1653
1664
|
),
|
|
1654
|
-
/* @__PURE__ */ (0,
|
|
1665
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1655
1666
|
"path",
|
|
1656
1667
|
{
|
|
1657
1668
|
fill: stroke || color || "currentColor",
|
|
@@ -1663,7 +1674,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1663
1674
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
1664
1675
|
|
|
1665
1676
|
// src/components/Add.tsx
|
|
1666
|
-
var
|
|
1677
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1667
1678
|
"path",
|
|
1668
1679
|
{
|
|
1669
1680
|
fill: stroke || color || "currentColor",
|
|
@@ -1671,9 +1682,45 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1671
1682
|
}
|
|
1672
1683
|
) }), Add_default = IconAdd;
|
|
1673
1684
|
|
|
1685
|
+
// src/components/AgentFilled.tsx
|
|
1686
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAgentFilled = ({ 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)(
|
|
1687
|
+
"path",
|
|
1688
|
+
{
|
|
1689
|
+
fill: fill || color || "currentColor",
|
|
1690
|
+
d: "M17.6387 2.47656L14.6182 6H23.5V23.5H0.5V6H9.38184L6.36133 2.47656L8.63867 0.523438L12 4.44531L15.3613 0.523438L17.6387 2.47656ZM17.5 9V20.5H20.5V9H17.5ZM7 11C6.17157 11 5.5 11.6716 5.5 12.5C5.5 13.3284 6.17157 14 7 14C7.82843 14 8.5 13.3284 8.5 12.5C8.5 11.6716 7.82843 11 7 11ZM13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11Z"
|
|
1691
|
+
}
|
|
1692
|
+
) }), AgentFilled_default = IconAgentFilled;
|
|
1693
|
+
|
|
1694
|
+
// src/components/Agent.tsx
|
|
1695
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconAgent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1696
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1697
|
+
"path",
|
|
1698
|
+
{
|
|
1699
|
+
fill: stroke || color || "currentColor",
|
|
1700
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H23.5V23.5H0.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM2.75 8.25V21.25H16.75V8.25H2.75ZM19 8.25V21.25H21.25V8.25H19Z",
|
|
1701
|
+
fillRule: "evenodd",
|
|
1702
|
+
clipRule: "evenodd"
|
|
1703
|
+
}
|
|
1704
|
+
),
|
|
1705
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1706
|
+
"path",
|
|
1707
|
+
{
|
|
1708
|
+
fill: stroke || color || "currentColor",
|
|
1709
|
+
d: "M8.5 12.5C8.5 13.3284 7.82843 14 7 14C6.17157 14 5.5 13.3284 5.5 12.5C5.5 11.6716 6.17157 11 7 11C7.82843 11 8.5 11.6716 8.5 12.5Z"
|
|
1710
|
+
}
|
|
1711
|
+
),
|
|
1712
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1713
|
+
"path",
|
|
1714
|
+
{
|
|
1715
|
+
fill: stroke || color || "currentColor",
|
|
1716
|
+
d: "M13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14Z"
|
|
1717
|
+
}
|
|
1718
|
+
)
|
|
1719
|
+
] }), Agent_default = IconAgent;
|
|
1720
|
+
|
|
1674
1721
|
// src/components/Agreements.tsx
|
|
1675
|
-
var
|
|
1676
|
-
/* @__PURE__ */ (0,
|
|
1722
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1723
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1677
1724
|
"path",
|
|
1678
1725
|
{
|
|
1679
1726
|
fill: stroke || color || "currentColor",
|
|
@@ -1682,11 +1729,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1682
1729
|
clipRule: "evenodd"
|
|
1683
1730
|
}
|
|
1684
1731
|
),
|
|
1685
|
-
/* @__PURE__ */ (0,
|
|
1732
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
1686
1733
|
] }), Agreements_default = IconAgreements;
|
|
1687
1734
|
|
|
1688
1735
|
// src/components/AngleDown.tsx
|
|
1689
|
-
var
|
|
1736
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconAngleDown = ({ 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)(
|
|
1690
1737
|
"path",
|
|
1691
1738
|
{
|
|
1692
1739
|
fill: stroke || color || "currentColor",
|
|
@@ -1695,7 +1742,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1695
1742
|
) }), AngleDown_default = IconAngleDown;
|
|
1696
1743
|
|
|
1697
1744
|
// src/components/Angleright.tsx
|
|
1698
|
-
var
|
|
1745
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1699
1746
|
"path",
|
|
1700
1747
|
{
|
|
1701
1748
|
fill: stroke || color || "currentColor",
|
|
@@ -1704,7 +1751,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1704
1751
|
) }), Angleright_default = IconAngleright;
|
|
1705
1752
|
|
|
1706
1753
|
// src/components/Announcement.tsx
|
|
1707
|
-
var
|
|
1754
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
1708
1755
|
"path",
|
|
1709
1756
|
{
|
|
1710
1757
|
fill: stroke || color || "currentColor",
|
|
@@ -1715,7 +1762,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1715
1762
|
) }), Announcement_default = IconAnnouncement;
|
|
1716
1763
|
|
|
1717
1764
|
// src/components/Artboard.tsx
|
|
1718
|
-
var
|
|
1765
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconArtboard = ({ 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)(
|
|
1719
1766
|
"path",
|
|
1720
1767
|
{
|
|
1721
1768
|
fill: stroke || color || "currentColor",
|
|
@@ -1726,17 +1773,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1726
1773
|
) }), Artboard_default = IconArtboard;
|
|
1727
1774
|
|
|
1728
1775
|
// src/components/AssetsFilled.tsx
|
|
1729
|
-
var
|
|
1730
|
-
/* @__PURE__ */ (0,
|
|
1731
|
-
/* @__PURE__ */ (0,
|
|
1732
|
-
/* @__PURE__ */ (0,
|
|
1776
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ 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: [
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1778
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1779
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1733
1780
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1734
1781
|
|
|
1735
1782
|
// src/components/Assets.tsx
|
|
1736
|
-
var
|
|
1737
|
-
/* @__PURE__ */ (0,
|
|
1738
|
-
/* @__PURE__ */ (0,
|
|
1739
|
-
/* @__PURE__ */ (0,
|
|
1783
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1784
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1785
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1786
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1740
1787
|
"path",
|
|
1741
1788
|
{
|
|
1742
1789
|
fill: stroke || color || "currentColor",
|
|
@@ -1748,7 +1795,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1748
1795
|
] }), Assets_default = IconAssets;
|
|
1749
1796
|
|
|
1750
1797
|
// src/components/Autolayout.tsx
|
|
1751
|
-
var
|
|
1798
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconAutolayout = ({ 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)(
|
|
1752
1799
|
"path",
|
|
1753
1800
|
{
|
|
1754
1801
|
fill: stroke || color || "currentColor",
|
|
@@ -1757,8 +1804,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1757
1804
|
) }), Autolayout_default = IconAutolayout;
|
|
1758
1805
|
|
|
1759
1806
|
// src/components/Backtoprojects.tsx
|
|
1760
|
-
var
|
|
1761
|
-
/* @__PURE__ */ (0,
|
|
1807
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1808
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1762
1809
|
"path",
|
|
1763
1810
|
{
|
|
1764
1811
|
fill: stroke || color || "currentColor",
|
|
@@ -1767,7 +1814,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1767
1814
|
clipRule: "evenodd"
|
|
1768
1815
|
}
|
|
1769
1816
|
),
|
|
1770
|
-
/* @__PURE__ */ (0,
|
|
1817
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1771
1818
|
"path",
|
|
1772
1819
|
{
|
|
1773
1820
|
fill: stroke || color || "currentColor",
|
|
@@ -1776,7 +1823,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1776
1823
|
clipRule: "evenodd"
|
|
1777
1824
|
}
|
|
1778
1825
|
),
|
|
1779
|
-
/* @__PURE__ */ (0,
|
|
1826
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1780
1827
|
"path",
|
|
1781
1828
|
{
|
|
1782
1829
|
fill: stroke || color || "currentColor",
|
|
@@ -1785,7 +1832,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1785
1832
|
clipRule: "evenodd"
|
|
1786
1833
|
}
|
|
1787
1834
|
),
|
|
1788
|
-
/* @__PURE__ */ (0,
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1789
1836
|
"path",
|
|
1790
1837
|
{
|
|
1791
1838
|
fill: stroke || color || "currentColor",
|
|
@@ -1797,7 +1844,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1797
1844
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1798
1845
|
|
|
1799
1846
|
// src/components/Backward.tsx
|
|
1800
|
-
var
|
|
1847
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
|
|
1801
1848
|
"path",
|
|
1802
1849
|
{
|
|
1803
1850
|
fill: stroke || color || "currentColor",
|
|
@@ -1806,7 +1853,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1806
1853
|
) }), Backward_default = IconBackward;
|
|
1807
1854
|
|
|
1808
1855
|
// src/components/BatchShots.tsx
|
|
1809
|
-
var
|
|
1856
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconBatchShots = ({ 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)(
|
|
1810
1857
|
"path",
|
|
1811
1858
|
{
|
|
1812
1859
|
fill: stroke || color || "currentColor",
|
|
@@ -1816,8 +1863,28 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1816
1863
|
}
|
|
1817
1864
|
) }), BatchShots_default = IconBatchShots;
|
|
1818
1865
|
|
|
1866
|
+
// src/components/Canvaposition.tsx
|
|
1867
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconCanvaposition = ({ 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: [
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1869
|
+
"path",
|
|
1870
|
+
{
|
|
1871
|
+
fill: stroke || color || "currentColor",
|
|
1872
|
+
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"
|
|
1873
|
+
}
|
|
1874
|
+
),
|
|
1875
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1876
|
+
"path",
|
|
1877
|
+
{
|
|
1878
|
+
fill: stroke || color || "currentColor",
|
|
1879
|
+
d: "M13.125 0V2.3142C17.6107 2.82957 21.1704 6.38926 21.6858 10.875H24V13.125H21.6858C21.1704 17.6107 17.6107 21.1704 13.125 21.6858V24H10.875V21.6858C6.38926 21.1704 2.82957 17.6107 2.3142 13.125H0V10.875H2.3142C2.82957 6.38926 6.38926 2.82957 10.875 2.3142V0H13.125ZM10.875 7.5V4.58381C7.63352 5.07141 5.07141 7.63352 4.58381 10.875H7.5V13.125H4.58381C5.07141 16.3665 7.63352 18.9286 10.875 19.4162V16.5H13.125V19.4162C16.3665 18.9286 18.9286 16.3665 19.4162 13.125H16.5V10.875H19.4162C18.9286 7.63352 16.3665 5.07141 13.125 4.58381V7.5H10.875Z",
|
|
1880
|
+
fillRule: "evenodd",
|
|
1881
|
+
clipRule: "evenodd"
|
|
1882
|
+
}
|
|
1883
|
+
)
|
|
1884
|
+
] }), Canvaposition_default = IconCanvaposition;
|
|
1885
|
+
|
|
1819
1886
|
// src/components/Canvasmode.tsx
|
|
1820
|
-
var
|
|
1887
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
|
|
1821
1888
|
"path",
|
|
1822
1889
|
{
|
|
1823
1890
|
fill: stroke || color || "currentColor",
|
|
@@ -1828,7 +1895,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1828
1895
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1829
1896
|
|
|
1830
1897
|
// src/components/CcgFilled.tsx
|
|
1831
|
-
var
|
|
1898
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCcgFilled = ({ 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)(
|
|
1832
1899
|
"path",
|
|
1833
1900
|
{
|
|
1834
1901
|
fill: fill || color || "currentColor",
|
|
@@ -1839,7 +1906,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1839
1906
|
) }), CcgFilled_default = IconCcgFilled;
|
|
1840
1907
|
|
|
1841
1908
|
// src/components/Ccg.tsx
|
|
1842
|
-
var
|
|
1909
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCcg = ({ 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)(
|
|
1843
1910
|
"path",
|
|
1844
1911
|
{
|
|
1845
1912
|
fill: stroke || color || "currentColor",
|
|
@@ -1850,29 +1917,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1850
1917
|
) }), Ccg_default = IconCcg;
|
|
1851
1918
|
|
|
1852
1919
|
// src/components/Ccggame.tsx
|
|
1853
|
-
var
|
|
1854
|
-
/* @__PURE__ */ (0,
|
|
1920
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1921
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1855
1922
|
"path",
|
|
1856
1923
|
{
|
|
1857
1924
|
fill: stroke || color || "currentColor",
|
|
1858
1925
|
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
1926
|
}
|
|
1860
1927
|
),
|
|
1861
|
-
/* @__PURE__ */ (0,
|
|
1928
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1862
1929
|
"path",
|
|
1863
1930
|
{
|
|
1864
1931
|
fill: stroke || color || "currentColor",
|
|
1865
1932
|
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
1933
|
}
|
|
1867
1934
|
),
|
|
1868
|
-
/* @__PURE__ */ (0,
|
|
1935
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1869
1936
|
"path",
|
|
1870
1937
|
{
|
|
1871
1938
|
fill: stroke || color || "currentColor",
|
|
1872
1939
|
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
1940
|
}
|
|
1874
1941
|
),
|
|
1875
|
-
/* @__PURE__ */ (0,
|
|
1942
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1876
1943
|
"path",
|
|
1877
1944
|
{
|
|
1878
1945
|
fill: stroke || color || "currentColor",
|
|
@@ -1884,7 +1951,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1884
1951
|
] }), Ccggame_default = IconCcggame;
|
|
1885
1952
|
|
|
1886
1953
|
// src/components/Ccglanguage.tsx
|
|
1887
|
-
var
|
|
1954
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconCcglanguage = ({ 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)(
|
|
1888
1955
|
"path",
|
|
1889
1956
|
{
|
|
1890
1957
|
fill: stroke || color || "currentColor",
|
|
@@ -1893,7 +1960,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1893
1960
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
1894
1961
|
|
|
1895
1962
|
// src/components/Chaptercollapse.tsx
|
|
1896
|
-
var
|
|
1963
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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)(
|
|
1897
1964
|
"path",
|
|
1898
1965
|
{
|
|
1899
1966
|
fill: stroke || color || "currentColor",
|
|
@@ -1904,7 +1971,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1904
1971
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1905
1972
|
|
|
1906
1973
|
// src/components/Chapterexpand.tsx
|
|
1907
|
-
var
|
|
1974
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1908
1975
|
"path",
|
|
1909
1976
|
{
|
|
1910
1977
|
fill: stroke || color || "currentColor",
|
|
@@ -1914,8 +1981,28 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1914
1981
|
}
|
|
1915
1982
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1916
1983
|
|
|
1984
|
+
// src/components/Chathistory.tsx
|
|
1985
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconChathistory = ({ 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: [
|
|
1986
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1987
|
+
"path",
|
|
1988
|
+
{
|
|
1989
|
+
fill: stroke || color || "currentColor",
|
|
1990
|
+
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
1991
|
+
}
|
|
1992
|
+
),
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1994
|
+
"path",
|
|
1995
|
+
{
|
|
1996
|
+
fill: stroke || color || "currentColor",
|
|
1997
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
|
|
1998
|
+
fillRule: "evenodd",
|
|
1999
|
+
clipRule: "evenodd"
|
|
2000
|
+
}
|
|
2001
|
+
)
|
|
2002
|
+
] }), Chathistory_default = IconChathistory;
|
|
2003
|
+
|
|
1917
2004
|
// src/components/Check.tsx
|
|
1918
|
-
var
|
|
2005
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1919
2006
|
"path",
|
|
1920
2007
|
{
|
|
1921
2008
|
fill: stroke || color || "currentColor",
|
|
@@ -1924,7 +2011,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1924
2011
|
) }), Check_default = IconCheck;
|
|
1925
2012
|
|
|
1926
2013
|
// src/components/CheckedFilled.tsx
|
|
1927
|
-
var
|
|
2014
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
1928
2015
|
"path",
|
|
1929
2016
|
{
|
|
1930
2017
|
fill: fill || color || "currentColor",
|
|
@@ -1935,7 +2022,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1935
2022
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1936
2023
|
|
|
1937
2024
|
// src/components/Close.tsx
|
|
1938
|
-
var
|
|
2025
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1939
2026
|
"path",
|
|
1940
2027
|
{
|
|
1941
2028
|
fill: stroke || color || "currentColor",
|
|
@@ -1944,8 +2031,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1944
2031
|
) }), Close_default = IconClose;
|
|
1945
2032
|
|
|
1946
2033
|
// src/components/Collapsewindow.tsx
|
|
1947
|
-
var
|
|
1948
|
-
/* @__PURE__ */ (0,
|
|
2034
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1949
2036
|
"path",
|
|
1950
2037
|
{
|
|
1951
2038
|
fill: stroke || color || "currentColor",
|
|
@@ -1954,7 +2041,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1954
2041
|
clipRule: "evenodd"
|
|
1955
2042
|
}
|
|
1956
2043
|
),
|
|
1957
|
-
/* @__PURE__ */ (0,
|
|
2044
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1958
2045
|
"path",
|
|
1959
2046
|
{
|
|
1960
2047
|
fill: stroke || color || "currentColor",
|
|
@@ -1966,9 +2053,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1966
2053
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
1967
2054
|
|
|
1968
2055
|
// src/components/Copy.tsx
|
|
1969
|
-
var
|
|
1970
|
-
/* @__PURE__ */ (0,
|
|
1971
|
-
/* @__PURE__ */ (0,
|
|
2056
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconCopy = ({ 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: [
|
|
2057
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
2058
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1972
2059
|
"path",
|
|
1973
2060
|
{
|
|
1974
2061
|
fill: stroke || color || "currentColor",
|
|
@@ -1980,7 +2067,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1980
2067
|
] }), Copy_default = IconCopy;
|
|
1981
2068
|
|
|
1982
2069
|
// src/components/Copylink.tsx
|
|
1983
|
-
var
|
|
2070
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1984
2071
|
"path",
|
|
1985
2072
|
{
|
|
1986
2073
|
fill: stroke || color || "currentColor",
|
|
@@ -1990,9 +2077,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1990
2077
|
}
|
|
1991
2078
|
) }), Copylink_default = IconCopylink;
|
|
1992
2079
|
|
|
2080
|
+
// src/components/Createplan.tsx
|
|
2081
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconCreateplan = ({ 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)(
|
|
2082
|
+
"path",
|
|
2083
|
+
{
|
|
2084
|
+
fill: stroke || color || "currentColor",
|
|
2085
|
+
d: "M7.5 0H16.5V3H21V24H3V3H7.5V0ZM9.75 2.25H14.25V5.25H9.75V2.25ZM7.5 5.25H5.25V21.75H18.75V5.25H16.5V7.5H7.5V5.25Z",
|
|
2086
|
+
fillRule: "evenodd",
|
|
2087
|
+
clipRule: "evenodd"
|
|
2088
|
+
}
|
|
2089
|
+
) }), Createplan_default = IconCreateplan;
|
|
2090
|
+
|
|
1993
2091
|
// src/components/CreditFilled.tsx
|
|
1994
|
-
var
|
|
1995
|
-
/* @__PURE__ */ (0,
|
|
2092
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2093
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1996
2094
|
"path",
|
|
1997
2095
|
{
|
|
1998
2096
|
fill: fill || color || "currentColor",
|
|
@@ -2001,11 +2099,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2001
2099
|
clipRule: "evenodd"
|
|
2002
2100
|
}
|
|
2003
2101
|
) }),
|
|
2004
|
-
/* @__PURE__ */ (0,
|
|
2102
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2005
2103
|
] }), CreditFilled_default = IconCreditFilled;
|
|
2006
2104
|
|
|
2007
2105
|
// src/components/Cursor.tsx
|
|
2008
|
-
var
|
|
2106
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2009
2107
|
"path",
|
|
2010
2108
|
{
|
|
2011
2109
|
fill: stroke || color || "currentColor",
|
|
@@ -2016,9 +2114,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2016
2114
|
) }), Cursor_default = IconCursor;
|
|
2017
2115
|
|
|
2018
2116
|
// src/components/DeleteSceneChoice.tsx
|
|
2019
|
-
var
|
|
2020
|
-
/* @__PURE__ */ (0,
|
|
2021
|
-
/* @__PURE__ */ (0,
|
|
2117
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2118
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
2119
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2022
2120
|
"path",
|
|
2023
2121
|
{
|
|
2024
2122
|
fill: stroke || color || "currentColor",
|
|
@@ -2030,9 +2128,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2030
2128
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
2031
2129
|
|
|
2032
2130
|
// src/components/Delete.tsx
|
|
2033
|
-
var
|
|
2034
|
-
/* @__PURE__ */ (0,
|
|
2035
|
-
/* @__PURE__ */ (0,
|
|
2131
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconDelete = ({ 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: [
|
|
2132
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
2133
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2036
2134
|
"path",
|
|
2037
2135
|
{
|
|
2038
2136
|
fill: stroke || color || "currentColor",
|
|
@@ -2044,7 +2142,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2044
2142
|
] }), Delete_default = IconDelete;
|
|
2045
2143
|
|
|
2046
2144
|
// src/components/DownFilled.tsx
|
|
2047
|
-
var
|
|
2145
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2048
2146
|
"path",
|
|
2049
2147
|
{
|
|
2050
2148
|
fill: fill || color || "currentColor",
|
|
@@ -2055,7 +2153,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2055
2153
|
) }), DownFilled_default = IconDownFilled;
|
|
2056
2154
|
|
|
2057
2155
|
// src/components/DownleftFilled.tsx
|
|
2058
|
-
var
|
|
2156
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ 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)(
|
|
2059
2157
|
"path",
|
|
2060
2158
|
{
|
|
2061
2159
|
fill: fill || color || "currentColor",
|
|
@@ -2066,15 +2164,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2066
2164
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
2067
2165
|
|
|
2068
2166
|
// src/components/Download.tsx
|
|
2069
|
-
var
|
|
2070
|
-
/* @__PURE__ */ (0,
|
|
2167
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2168
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2071
2169
|
"path",
|
|
2072
2170
|
{
|
|
2073
2171
|
fill: stroke || color || "currentColor",
|
|
2074
2172
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
2075
2173
|
}
|
|
2076
2174
|
),
|
|
2077
|
-
/* @__PURE__ */ (0,
|
|
2175
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2078
2176
|
"path",
|
|
2079
2177
|
{
|
|
2080
2178
|
fill: stroke || color || "currentColor",
|
|
@@ -2086,7 +2184,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2086
2184
|
] }), Download_default = IconDownload;
|
|
2087
2185
|
|
|
2088
2186
|
// src/components/DownrightFilled.tsx
|
|
2089
|
-
var
|
|
2187
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ 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)(
|
|
2090
2188
|
"path",
|
|
2091
2189
|
{
|
|
2092
2190
|
fill: fill || color || "currentColor",
|
|
@@ -2097,18 +2195,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2097
2195
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
2098
2196
|
|
|
2099
2197
|
// src/components/DraghandleFilled.tsx
|
|
2100
|
-
var
|
|
2101
|
-
/* @__PURE__ */ (0,
|
|
2102
|
-
/* @__PURE__ */ (0,
|
|
2103
|
-
/* @__PURE__ */ (0,
|
|
2104
|
-
/* @__PURE__ */ (0,
|
|
2105
|
-
/* @__PURE__ */ (0,
|
|
2106
|
-
/* @__PURE__ */ (0,
|
|
2198
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2199
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
2200
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
2201
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
2202
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
2203
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
2204
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
2107
2205
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
2108
2206
|
|
|
2109
2207
|
// src/components/Edit.tsx
|
|
2110
|
-
var
|
|
2111
|
-
/* @__PURE__ */ (0,
|
|
2208
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2112
2210
|
"path",
|
|
2113
2211
|
{
|
|
2114
2212
|
fill: stroke || color || "currentColor",
|
|
@@ -2117,7 +2215,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2117
2215
|
clipRule: "evenodd"
|
|
2118
2216
|
}
|
|
2119
2217
|
),
|
|
2120
|
-
/* @__PURE__ */ (0,
|
|
2218
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2121
2219
|
"path",
|
|
2122
2220
|
{
|
|
2123
2221
|
fill: stroke || color || "currentColor",
|
|
@@ -2126,9 +2224,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2126
2224
|
)
|
|
2127
2225
|
] }), Edit_default = IconEdit;
|
|
2128
2226
|
|
|
2227
|
+
// src/components/Element.tsx
|
|
2228
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconElement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2229
|
+
"path",
|
|
2230
|
+
{
|
|
2231
|
+
fill: stroke || color || "currentColor",
|
|
2232
|
+
d: "M8.76736 2.40203C5.77582 3.40922 3.40924 5.77581 2.40207 8.76735C1.0124 9.18502 0 10.4743 0 12C0 13.5257 1.0124 14.815 2.40206 15.2326C3.40924 18.2242 5.77582 20.5908 8.76736 21.598C9.18504 22.9876 10.4743 24 12 24C13.5257 24 14.8149 22.9876 15.2326 21.598C18.2242 20.5908 20.5909 18.2242 21.598 15.2326C22.9877 14.8149 24 13.5257 24 12C24 10.4743 22.9877 9.18508 21.598 8.76738C20.5909 5.77579 18.2242 3.40917 15.2326 2.40199C14.8149 1.01237 13.5257 0 12 0C10.4743 0 9.18504 1.01238 8.76736 2.40203ZM10.875 3.375C10.875 3.99632 11.3787 4.5 12 4.5C12.6213 4.5 13.125 3.99632 13.125 3.375C13.125 2.75368 12.6213 2.25 12 2.25C11.3787 2.25 10.875 2.75368 10.875 3.375ZM15.0826 4.75118C14.5559 5.92916 13.3738 6.75 12 6.75C10.6262 6.75 9.44412 5.92918 8.91742 4.75121C7.04694 5.54767 5.54767 7.04694 4.75123 8.91743C5.92919 9.44413 6.75 10.6262 6.75 12C6.75 13.3738 5.92919 14.5559 4.75123 15.0826C5.54767 16.9531 7.04694 18.4523 8.91742 19.2488C9.44412 18.0708 10.6262 17.25 12 17.25C13.3738 17.25 14.5559 18.0708 15.0826 19.2488C16.9531 18.4524 18.4524 16.9531 19.2488 15.0826C18.0708 14.5559 17.25 13.3738 17.25 12C17.25 10.6262 18.0708 9.44408 19.2488 8.91739C18.4524 7.04689 16.9531 5.54762 15.0826 4.75118ZM2.25 12C2.25 12.6213 2.75368 13.125 3.375 13.125C3.99632 13.125 4.5 12.6213 4.5 12C4.5 11.3787 3.99632 10.875 3.375 10.875C2.75368 10.875 2.25 11.3787 2.25 12ZM12 21.75C11.3787 21.75 10.875 21.2463 10.875 20.625C10.875 20.0037 11.3787 19.5 12 19.5C12.6213 19.5 13.125 20.0037 13.125 20.625C13.125 21.2463 12.6213 21.75 12 21.75ZM19.5 12C19.5 12.6213 20.0037 13.125 20.625 13.125C21.2463 13.125 21.75 12.6213 21.75 12C21.75 11.3787 21.2463 10.875 20.625 10.875C20.0037 10.875 19.5 11.3787 19.5 12Z",
|
|
2233
|
+
fillRule: "evenodd",
|
|
2234
|
+
clipRule: "evenodd"
|
|
2235
|
+
}
|
|
2236
|
+
) }), Element_default = IconElement;
|
|
2237
|
+
|
|
2129
2238
|
// src/components/Expandwindow.tsx
|
|
2130
|
-
var
|
|
2131
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2240
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2132
2241
|
"path",
|
|
2133
2242
|
{
|
|
2134
2243
|
fill: stroke || color || "currentColor",
|
|
@@ -2137,7 +2246,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2137
2246
|
clipRule: "evenodd"
|
|
2138
2247
|
}
|
|
2139
2248
|
),
|
|
2140
|
-
/* @__PURE__ */ (0,
|
|
2249
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2141
2250
|
"path",
|
|
2142
2251
|
{
|
|
2143
2252
|
fill: stroke || color || "currentColor",
|
|
@@ -2149,7 +2258,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2149
2258
|
] }), Expandwindow_default = IconExpandwindow;
|
|
2150
2259
|
|
|
2151
2260
|
// src/components/FavoriteFilled.tsx
|
|
2152
|
-
var
|
|
2261
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2153
2262
|
"path",
|
|
2154
2263
|
{
|
|
2155
2264
|
fill: fill || color || "currentColor",
|
|
@@ -2158,7 +2267,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2158
2267
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2159
2268
|
|
|
2160
2269
|
// src/components/Favorite.tsx
|
|
2161
|
-
var
|
|
2270
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2162
2271
|
"path",
|
|
2163
2272
|
{
|
|
2164
2273
|
fill: stroke || color || "currentColor",
|
|
@@ -2169,7 +2278,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2169
2278
|
) }), Favorite_default = IconFavorite;
|
|
2170
2279
|
|
|
2171
2280
|
// src/components/FeedbackFailFilled.tsx
|
|
2172
|
-
var
|
|
2281
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2173
2282
|
"path",
|
|
2174
2283
|
{
|
|
2175
2284
|
fill: fill || color || "currentColor",
|
|
@@ -2180,7 +2289,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2180
2289
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
2181
2290
|
|
|
2182
2291
|
// src/components/FeedbackPendingFilled.tsx
|
|
2183
|
-
var
|
|
2292
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2184
2293
|
"path",
|
|
2185
2294
|
{
|
|
2186
2295
|
fill: fill || color || "currentColor",
|
|
@@ -2191,7 +2300,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2191
2300
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
2192
2301
|
|
|
2193
2302
|
// src/components/FeedbackProblemFilled.tsx
|
|
2194
|
-
var
|
|
2303
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2195
2304
|
"path",
|
|
2196
2305
|
{
|
|
2197
2306
|
fill: fill || color || "currentColor",
|
|
@@ -2202,29 +2311,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2202
2311
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
2203
2312
|
|
|
2204
2313
|
// src/components/FeedbackProblem.tsx
|
|
2205
|
-
var
|
|
2206
|
-
/* @__PURE__ */ (0,
|
|
2314
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
|
|
2315
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2207
2316
|
"path",
|
|
2208
2317
|
{
|
|
2209
2318
|
fill: stroke || color || "currentColor",
|
|
2210
2319
|
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"
|
|
2211
2320
|
}
|
|
2212
2321
|
),
|
|
2213
|
-
/* @__PURE__ */ (0,
|
|
2322
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2214
2323
|
"path",
|
|
2215
2324
|
{
|
|
2216
2325
|
fill: stroke || color || "currentColor",
|
|
2217
2326
|
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"
|
|
2218
2327
|
}
|
|
2219
2328
|
),
|
|
2220
|
-
/* @__PURE__ */ (0,
|
|
2329
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2221
2330
|
"path",
|
|
2222
2331
|
{
|
|
2223
2332
|
fill: stroke || color || "currentColor",
|
|
2224
2333
|
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"
|
|
2225
2334
|
}
|
|
2226
2335
|
),
|
|
2227
|
-
/* @__PURE__ */ (0,
|
|
2336
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2228
2337
|
"path",
|
|
2229
2338
|
{
|
|
2230
2339
|
fill: stroke || color || "currentColor",
|
|
@@ -2236,8 +2345,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2236
2345
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
2237
2346
|
|
|
2238
2347
|
// src/components/FiletypeImageFilled.tsx
|
|
2239
|
-
var
|
|
2240
|
-
/* @__PURE__ */ (0,
|
|
2348
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ 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: [
|
|
2349
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2241
2350
|
"path",
|
|
2242
2351
|
{
|
|
2243
2352
|
fill: "#2E2E2E",
|
|
@@ -2245,21 +2354,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2245
2354
|
style: { opacity: 0.3 }
|
|
2246
2355
|
}
|
|
2247
2356
|
) }),
|
|
2248
|
-
/* @__PURE__ */ (0,
|
|
2357
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2249
2358
|
"path",
|
|
2250
2359
|
{
|
|
2251
2360
|
fill: "#2E2E2E",
|
|
2252
2361
|
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"
|
|
2253
2362
|
}
|
|
2254
2363
|
),
|
|
2255
|
-
/* @__PURE__ */ (0,
|
|
2364
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2256
2365
|
"path",
|
|
2257
2366
|
{
|
|
2258
2367
|
fill: "#2E2E2E",
|
|
2259
2368
|
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"
|
|
2260
2369
|
}
|
|
2261
2370
|
),
|
|
2262
|
-
/* @__PURE__ */ (0,
|
|
2371
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2263
2372
|
"path",
|
|
2264
2373
|
{
|
|
2265
2374
|
fill: "#2E2E2E",
|
|
@@ -2271,8 +2380,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2271
2380
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2272
2381
|
|
|
2273
2382
|
// src/components/FiletypePdfFilled.tsx
|
|
2274
|
-
var
|
|
2275
|
-
/* @__PURE__ */ (0,
|
|
2383
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2384
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2276
2385
|
"path",
|
|
2277
2386
|
{
|
|
2278
2387
|
fill: "#FF3E4C",
|
|
@@ -2280,14 +2389,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2280
2389
|
style: { opacity: 0.3 }
|
|
2281
2390
|
}
|
|
2282
2391
|
) }),
|
|
2283
|
-
/* @__PURE__ */ (0,
|
|
2392
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2284
2393
|
"path",
|
|
2285
2394
|
{
|
|
2286
2395
|
fill: "#FF3E4C",
|
|
2287
2396
|
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"
|
|
2288
2397
|
}
|
|
2289
2398
|
),
|
|
2290
|
-
/* @__PURE__ */ (0,
|
|
2399
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2291
2400
|
"path",
|
|
2292
2401
|
{
|
|
2293
2402
|
fill: "#FF3E4C",
|
|
@@ -2297,8 +2406,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2297
2406
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
2298
2407
|
|
|
2299
2408
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2300
|
-
var
|
|
2301
|
-
/* @__PURE__ */ (0,
|
|
2409
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
|
|
2410
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2302
2411
|
"path",
|
|
2303
2412
|
{
|
|
2304
2413
|
fill: "#2E2E2E",
|
|
@@ -2306,14 +2415,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2306
2415
|
style: { opacity: 0.3 }
|
|
2307
2416
|
}
|
|
2308
2417
|
) }),
|
|
2309
|
-
/* @__PURE__ */ (0,
|
|
2418
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2310
2419
|
"path",
|
|
2311
2420
|
{
|
|
2312
2421
|
fill: "#2E2E2E",
|
|
2313
2422
|
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"
|
|
2314
2423
|
}
|
|
2315
2424
|
),
|
|
2316
|
-
/* @__PURE__ */ (0,
|
|
2425
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2317
2426
|
"path",
|
|
2318
2427
|
{
|
|
2319
2428
|
fill: "#2E2E2E",
|
|
@@ -2323,8 +2432,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2323
2432
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2324
2433
|
|
|
2325
2434
|
// src/components/FiletypeTxtFilled.tsx
|
|
2326
|
-
var
|
|
2327
|
-
/* @__PURE__ */ (0,
|
|
2435
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ 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: [
|
|
2436
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2328
2437
|
"path",
|
|
2329
2438
|
{
|
|
2330
2439
|
fill: "#005FAD",
|
|
@@ -2332,11 +2441,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2332
2441
|
style: { opacity: 0.3 }
|
|
2333
2442
|
}
|
|
2334
2443
|
) }),
|
|
2335
|
-
/* @__PURE__ */ (0,
|
|
2336
|
-
/* @__PURE__ */ (0,
|
|
2337
|
-
/* @__PURE__ */ (0,
|
|
2338
|
-
/* @__PURE__ */ (0,
|
|
2339
|
-
/* @__PURE__ */ (0,
|
|
2444
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2445
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2446
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2447
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2448
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2340
2449
|
"path",
|
|
2341
2450
|
{
|
|
2342
2451
|
fill: "#005FAD",
|
|
@@ -2346,8 +2455,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2346
2455
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2347
2456
|
|
|
2348
2457
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2349
|
-
var
|
|
2350
|
-
/* @__PURE__ */ (0,
|
|
2458
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
2459
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2351
2460
|
"path",
|
|
2352
2461
|
{
|
|
2353
2462
|
fill: "#2E2E2E",
|
|
@@ -2355,11 +2464,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2355
2464
|
style: { opacity: 0.3 }
|
|
2356
2465
|
}
|
|
2357
2466
|
) }),
|
|
2358
|
-
/* @__PURE__ */ (0,
|
|
2359
|
-
/* @__PURE__ */ (0,
|
|
2360
|
-
/* @__PURE__ */ (0,
|
|
2361
|
-
/* @__PURE__ */ (0,
|
|
2362
|
-
/* @__PURE__ */ (0,
|
|
2467
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2468
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2469
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2470
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2471
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2363
2472
|
"path",
|
|
2364
2473
|
{
|
|
2365
2474
|
fill: "#2E2E2E",
|
|
@@ -2369,8 +2478,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2369
2478
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2370
2479
|
|
|
2371
2480
|
// src/components/FiletypeWordFilled.tsx
|
|
2372
|
-
var
|
|
2373
|
-
/* @__PURE__ */ (0,
|
|
2481
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2482
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2374
2483
|
"path",
|
|
2375
2484
|
{
|
|
2376
2485
|
fill: "#0072FF",
|
|
@@ -2378,14 +2487,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2378
2487
|
style: { opacity: 0.3 }
|
|
2379
2488
|
}
|
|
2380
2489
|
) }),
|
|
2381
|
-
/* @__PURE__ */ (0,
|
|
2490
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2382
2491
|
"path",
|
|
2383
2492
|
{
|
|
2384
2493
|
fill: "#0072FF",
|
|
2385
2494
|
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"
|
|
2386
2495
|
}
|
|
2387
2496
|
),
|
|
2388
|
-
/* @__PURE__ */ (0,
|
|
2497
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2389
2498
|
"path",
|
|
2390
2499
|
{
|
|
2391
2500
|
fill: "#0072FF",
|
|
@@ -2395,8 +2504,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2395
2504
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2396
2505
|
|
|
2397
2506
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
2398
|
-
var
|
|
2399
|
-
/* @__PURE__ */ (0,
|
|
2507
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2508
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2400
2509
|
"path",
|
|
2401
2510
|
{
|
|
2402
2511
|
fill: "#2E2E2E",
|
|
@@ -2404,14 +2513,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2404
2513
|
style: { opacity: 0.3 }
|
|
2405
2514
|
}
|
|
2406
2515
|
) }),
|
|
2407
|
-
/* @__PURE__ */ (0,
|
|
2516
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2408
2517
|
"path",
|
|
2409
2518
|
{
|
|
2410
2519
|
fill: "#2E2E2E",
|
|
2411
2520
|
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"
|
|
2412
2521
|
}
|
|
2413
2522
|
),
|
|
2414
|
-
/* @__PURE__ */ (0,
|
|
2523
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2415
2524
|
"path",
|
|
2416
2525
|
{
|
|
2417
2526
|
fill: "#2E2E2E",
|
|
@@ -2421,8 +2530,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2421
2530
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2422
2531
|
|
|
2423
2532
|
// src/components/Fillin.tsx
|
|
2424
|
-
var
|
|
2425
|
-
/* @__PURE__ */ (0,
|
|
2533
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2534
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2426
2535
|
"path",
|
|
2427
2536
|
{
|
|
2428
2537
|
fill: stroke || color || "currentColor",
|
|
@@ -2431,7 +2540,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2431
2540
|
clipRule: "evenodd"
|
|
2432
2541
|
}
|
|
2433
2542
|
) }),
|
|
2434
|
-
/* @__PURE__ */ (0,
|
|
2543
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2435
2544
|
"rect",
|
|
2436
2545
|
{
|
|
2437
2546
|
width: "24",
|
|
@@ -2443,33 +2552,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2443
2552
|
] }), Fillin_default = IconFillin;
|
|
2444
2553
|
|
|
2445
2554
|
// src/components/FoldedMenu.tsx
|
|
2446
|
-
var
|
|
2447
|
-
/* @__PURE__ */ (0,
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2449
|
-
/* @__PURE__ */ (0,
|
|
2450
|
-
/* @__PURE__ */ (0,
|
|
2555
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2556
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2558
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2559
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2451
2560
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2452
2561
|
|
|
2453
2562
|
// src/components/FullScreen.tsx
|
|
2454
|
-
var
|
|
2455
|
-
/* @__PURE__ */ (0,
|
|
2456
|
-
/* @__PURE__ */ (0,
|
|
2457
|
-
/* @__PURE__ */ (0,
|
|
2458
|
-
/* @__PURE__ */ (0,
|
|
2563
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2564
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2565
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2566
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2567
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2459
2568
|
] }), FullScreen_default = IconFullScreen;
|
|
2460
2569
|
|
|
2461
2570
|
// src/components/GameFilled.tsx
|
|
2462
|
-
var
|
|
2463
|
-
/* @__PURE__ */ (0,
|
|
2464
|
-
/* @__PURE__ */ (0,
|
|
2465
|
-
/* @__PURE__ */ (0,
|
|
2571
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGameFilled = ({ 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: [
|
|
2572
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2573
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2574
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2466
2575
|
"path",
|
|
2467
2576
|
{
|
|
2468
2577
|
fill: fill || color || "currentColor",
|
|
2469
2578
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2470
2579
|
}
|
|
2471
2580
|
),
|
|
2472
|
-
/* @__PURE__ */ (0,
|
|
2581
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2473
2582
|
"path",
|
|
2474
2583
|
{
|
|
2475
2584
|
fill: fill || color || "currentColor",
|
|
@@ -2479,8 +2588,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2479
2588
|
] }), GameFilled_default = IconGameFilled;
|
|
2480
2589
|
|
|
2481
2590
|
// src/components/Game.tsx
|
|
2482
|
-
var
|
|
2483
|
-
/* @__PURE__ */ (0,
|
|
2591
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
|
|
2592
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2484
2593
|
"path",
|
|
2485
2594
|
{
|
|
2486
2595
|
fill: stroke || color || "currentColor",
|
|
@@ -2489,7 +2598,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2489
2598
|
clipRule: "evenodd"
|
|
2490
2599
|
}
|
|
2491
2600
|
),
|
|
2492
|
-
/* @__PURE__ */ (0,
|
|
2601
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2493
2602
|
"path",
|
|
2494
2603
|
{
|
|
2495
2604
|
fill: stroke || color || "currentColor",
|
|
@@ -2498,7 +2607,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2498
2607
|
clipRule: "evenodd"
|
|
2499
2608
|
}
|
|
2500
2609
|
),
|
|
2501
|
-
/* @__PURE__ */ (0,
|
|
2610
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2502
2611
|
"path",
|
|
2503
2612
|
{
|
|
2504
2613
|
fill: stroke || color || "currentColor",
|
|
@@ -2507,7 +2616,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2507
2616
|
clipRule: "evenodd"
|
|
2508
2617
|
}
|
|
2509
2618
|
),
|
|
2510
|
-
/* @__PURE__ */ (0,
|
|
2619
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2511
2620
|
"path",
|
|
2512
2621
|
{
|
|
2513
2622
|
fill: stroke || color || "currentColor",
|
|
@@ -2519,7 +2628,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2519
2628
|
] }), Game_default = IconGame;
|
|
2520
2629
|
|
|
2521
2630
|
// src/components/GamebackupFilled.tsx
|
|
2522
|
-
var
|
|
2631
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
|
|
2523
2632
|
"path",
|
|
2524
2633
|
{
|
|
2525
2634
|
fill: fill || color || "currentColor",
|
|
@@ -2530,7 +2639,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2530
2639
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2531
2640
|
|
|
2532
2641
|
// src/components/Gamebackup.tsx
|
|
2533
|
-
var
|
|
2642
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2534
2643
|
"path",
|
|
2535
2644
|
{
|
|
2536
2645
|
fill: stroke || color || "currentColor",
|
|
@@ -2541,18 +2650,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2541
2650
|
) }), Gamebackup_default = IconGamebackup;
|
|
2542
2651
|
|
|
2543
2652
|
// src/components/GamecontrolChoice.tsx
|
|
2544
|
-
var
|
|
2653
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
|
|
2545
2654
|
"path",
|
|
2546
2655
|
{
|
|
2547
2656
|
fill: stroke || color || "currentColor",
|
|
2548
|
-
d: "
|
|
2657
|
+
d: "M22.5 4.125C22.5 6.01317 21.2314 7.60503 19.5 8.09473V13.5H6.75V15.9053C8.48138 16.395 9.75 17.9868 9.75 19.875C9.75 22.1532 7.90317 24 5.625 24C3.34683 24 1.5 22.1532 1.5 19.875C1.5 17.9868 2.76862 16.395 4.5 15.9053V8.09473C2.76862 7.60503 1.5 6.01317 1.5 4.125C1.5 1.84683 3.34683 0 5.625 0C7.90317 0 9.75 1.84683 9.75 4.125C9.75 6.01317 8.48138 7.60503 6.75 8.09473V11.25H17.25V8.09473C15.5186 7.60503 14.25 6.01317 14.25 4.125C14.25 1.84683 16.0968 0 18.375 0C20.6532 0 22.5 1.84683 22.5 4.125ZM18.375 6C19.4105 6 20.25 5.16053 20.25 4.125C20.25 3.08947 19.4105 2.25 18.375 2.25C17.3395 2.25 16.5 3.08947 16.5 4.125C16.5 5.16053 17.3395 6 18.375 6ZM7.5 19.875C7.5 20.9105 6.66053 21.75 5.625 21.75C4.58947 21.75 3.75 20.9105 3.75 19.875C3.75 18.8395 4.58947 18 5.625 18C6.66053 18 7.5 18.8395 7.5 19.875ZM7.5 4.125C7.5 5.16053 6.66053 6 5.625 6C4.58947 6 3.75 5.16053 3.75 4.125C3.75 3.08947 4.58947 2.25 5.625 2.25C6.66053 2.25 7.5 3.08947 7.5 4.125Z",
|
|
2549
2658
|
fillRule: "evenodd",
|
|
2550
2659
|
clipRule: "evenodd"
|
|
2551
2660
|
}
|
|
2552
2661
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2553
2662
|
|
|
2554
2663
|
// src/components/GamecontrolGameplay.tsx
|
|
2555
|
-
var
|
|
2664
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2556
2665
|
"path",
|
|
2557
2666
|
{
|
|
2558
2667
|
fill: stroke || color || "currentColor",
|
|
@@ -2563,7 +2672,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2563
2672
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2564
2673
|
|
|
2565
2674
|
// src/components/GamecontrolLinear.tsx
|
|
2566
|
-
var
|
|
2675
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ 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)(
|
|
2567
2676
|
"path",
|
|
2568
2677
|
{
|
|
2569
2678
|
fill: stroke || color || "currentColor",
|
|
@@ -2574,15 +2683,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2574
2683
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2575
2684
|
|
|
2576
2685
|
// src/components/GamecontrolNone.tsx
|
|
2577
|
-
var
|
|
2578
|
-
/* @__PURE__ */ (0,
|
|
2686
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
|
|
2687
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2579
2688
|
"path",
|
|
2580
2689
|
{
|
|
2581
2690
|
fill: stroke || color || "currentColor",
|
|
2582
2691
|
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"
|
|
2583
2692
|
}
|
|
2584
2693
|
),
|
|
2585
|
-
/* @__PURE__ */ (0,
|
|
2694
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2586
2695
|
"path",
|
|
2587
2696
|
{
|
|
2588
2697
|
fill: stroke || color || "currentColor",
|
|
@@ -2591,7 +2700,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2591
2700
|
clipRule: "evenodd"
|
|
2592
2701
|
}
|
|
2593
2702
|
),
|
|
2594
|
-
/* @__PURE__ */ (0,
|
|
2703
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2595
2704
|
"path",
|
|
2596
2705
|
{
|
|
2597
2706
|
fill: stroke || color || "currentColor",
|
|
@@ -2603,22 +2712,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2603
2712
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2604
2713
|
|
|
2605
2714
|
// src/components/GamecontrolTerminal.tsx
|
|
2606
|
-
var
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2715
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGamecontrolTerminal = ({ 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: [
|
|
2716
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2608
2717
|
"path",
|
|
2609
2718
|
{
|
|
2610
2719
|
fill: stroke || color || "currentColor",
|
|
2611
2720
|
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
2612
2721
|
}
|
|
2613
2722
|
),
|
|
2614
|
-
/* @__PURE__ */ (0,
|
|
2723
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2615
2724
|
"path",
|
|
2616
2725
|
{
|
|
2617
2726
|
fill: stroke || color || "currentColor",
|
|
2618
2727
|
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
2619
2728
|
}
|
|
2620
2729
|
),
|
|
2621
|
-
/* @__PURE__ */ (0,
|
|
2730
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2622
2731
|
"path",
|
|
2623
2732
|
{
|
|
2624
2733
|
fill: stroke || color || "currentColor",
|
|
@@ -2630,7 +2739,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2630
2739
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
2631
2740
|
|
|
2632
2741
|
// src/components/Gamelanguage.tsx
|
|
2633
|
-
var
|
|
2742
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2634
2743
|
"path",
|
|
2635
2744
|
{
|
|
2636
2745
|
fill: stroke || color || "currentColor",
|
|
@@ -2641,8 +2750,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2641
2750
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2642
2751
|
|
|
2643
2752
|
// src/components/Gamepreview.tsx
|
|
2644
|
-
var
|
|
2645
|
-
/* @__PURE__ */ (0,
|
|
2753
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
|
|
2754
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2646
2755
|
"path",
|
|
2647
2756
|
{
|
|
2648
2757
|
fill: stroke || color || "currentColor",
|
|
@@ -2651,7 +2760,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2651
2760
|
clipRule: "evenodd"
|
|
2652
2761
|
}
|
|
2653
2762
|
),
|
|
2654
|
-
/* @__PURE__ */ (0,
|
|
2763
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2655
2764
|
"path",
|
|
2656
2765
|
{
|
|
2657
2766
|
fill: stroke || color || "currentColor",
|
|
@@ -2663,7 +2772,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2663
2772
|
] }), Gamepreview_default = IconGamepreview;
|
|
2664
2773
|
|
|
2665
2774
|
// src/components/Gameui.tsx
|
|
2666
|
-
var
|
|
2775
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2667
2776
|
"path",
|
|
2668
2777
|
{
|
|
2669
2778
|
fill: stroke || color || "currentColor",
|
|
@@ -2674,35 +2783,53 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2674
2783
|
) }), Gameui_default = IconGameui;
|
|
2675
2784
|
|
|
2676
2785
|
// src/components/Gameuivariable.tsx
|
|
2677
|
-
var
|
|
2678
|
-
/* @__PURE__ */ (0,
|
|
2786
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGameuivariable = ({ 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: [
|
|
2787
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2679
2788
|
"path",
|
|
2680
2789
|
{
|
|
2681
2790
|
fill: fill || color || "currentColor",
|
|
2682
|
-
d: "M24 12L22.
|
|
2791
|
+
d: "M24 12L22.7363 13.2617C22.147 12.6727 21.4486 12.1931 20.6738 11.8555L17.2051 8.38672L13.5918 12L14.126 12.5342C13.5101 12.9715 12.9715 13.5101 12.5342 14.126L12 13.5918L8.38672 17.2051L11.8555 20.6738C12.1931 21.4486 12.6726 22.147 13.2617 22.7363L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
|
|
2683
2792
|
fillRule: "evenodd",
|
|
2684
2793
|
clipRule: "evenodd"
|
|
2685
2794
|
}
|
|
2686
2795
|
),
|
|
2687
|
-
/* @__PURE__ */ (0,
|
|
2796
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2688
2797
|
"path",
|
|
2689
2798
|
{
|
|
2690
2799
|
fill: stroke || color || "currentColor",
|
|
2691
|
-
d: "
|
|
2800
|
+
d: "M18 12C21.3137 12 24 14.6863 24 18C24 21.3137 21.3137 24 18 24C14.6863 24 12 21.3137 12 18C12 14.6863 14.6863 12 18 12ZM17.2922 18.6773L15.082 16.3781L13.9992 17.5406L17.2922 21L22.0008 16.1602L20.918 15L17.2922 18.6773Z"
|
|
2692
2801
|
}
|
|
2693
2802
|
)
|
|
2694
2803
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
2695
2804
|
|
|
2805
|
+
// src/components/Gameuivariable2.tsx
|
|
2806
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2807
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2808
|
+
"path",
|
|
2809
|
+
{
|
|
2810
|
+
fill: fill || color || "currentColor",
|
|
2811
|
+
d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
|
|
2812
|
+
}
|
|
2813
|
+
),
|
|
2814
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2815
|
+
"path",
|
|
2816
|
+
{
|
|
2817
|
+
fill: stroke || color || "currentColor",
|
|
2818
|
+
d: "M24 12L17.5 18.8L13 14.6L14.6 13L17.5 15.7L22.4 10.5L24 12Z"
|
|
2819
|
+
}
|
|
2820
|
+
)
|
|
2821
|
+
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
2822
|
+
|
|
2696
2823
|
// src/components/GenerateMultimage.tsx
|
|
2697
|
-
var
|
|
2698
|
-
/* @__PURE__ */ (0,
|
|
2824
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2825
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2699
2826
|
"path",
|
|
2700
2827
|
{
|
|
2701
2828
|
fill: stroke || color || "currentColor",
|
|
2702
2829
|
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"
|
|
2703
2830
|
}
|
|
2704
2831
|
),
|
|
2705
|
-
/* @__PURE__ */ (0,
|
|
2832
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2706
2833
|
"path",
|
|
2707
2834
|
{
|
|
2708
2835
|
fill: stroke || color || "currentColor",
|
|
@@ -2711,11 +2838,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2711
2838
|
clipRule: "evenodd"
|
|
2712
2839
|
}
|
|
2713
2840
|
),
|
|
2714
|
-
/* @__PURE__ */ (0,
|
|
2841
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2715
2842
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2716
2843
|
|
|
2717
2844
|
// src/components/GenerateFilled.tsx
|
|
2718
|
-
var
|
|
2845
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ 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)(
|
|
2719
2846
|
"path",
|
|
2720
2847
|
{
|
|
2721
2848
|
fill: fill || color || "currentColor",
|
|
@@ -2726,15 +2853,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2726
2853
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2727
2854
|
|
|
2728
2855
|
// src/components/GenerateFrameStart.tsx
|
|
2729
|
-
var
|
|
2730
|
-
/* @__PURE__ */ (0,
|
|
2856
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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: [
|
|
2857
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2731
2858
|
"path",
|
|
2732
2859
|
{
|
|
2733
2860
|
fill: stroke || color || "currentColor",
|
|
2734
2861
|
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"
|
|
2735
2862
|
}
|
|
2736
2863
|
),
|
|
2737
|
-
/* @__PURE__ */ (0,
|
|
2864
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2738
2865
|
"path",
|
|
2739
2866
|
{
|
|
2740
2867
|
fill: stroke || color || "currentColor",
|
|
@@ -2746,8 +2873,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2746
2873
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2747
2874
|
|
|
2748
2875
|
// src/components/GenerateFrameStart2End.tsx
|
|
2749
|
-
var
|
|
2750
|
-
/* @__PURE__ */ (0,
|
|
2876
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2877
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2751
2878
|
"path",
|
|
2752
2879
|
{
|
|
2753
2880
|
fill: stroke || color || "currentColor",
|
|
@@ -2756,14 +2883,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2756
2883
|
clipRule: "evenodd"
|
|
2757
2884
|
}
|
|
2758
2885
|
),
|
|
2759
|
-
/* @__PURE__ */ (0,
|
|
2886
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2760
2887
|
"path",
|
|
2761
2888
|
{
|
|
2762
2889
|
fill: stroke || color || "currentColor",
|
|
2763
2890
|
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"
|
|
2764
2891
|
}
|
|
2765
2892
|
),
|
|
2766
|
-
/* @__PURE__ */ (0,
|
|
2893
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2767
2894
|
"path",
|
|
2768
2895
|
{
|
|
2769
2896
|
fill: stroke || color || "currentColor",
|
|
@@ -2775,8 +2902,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2775
2902
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2776
2903
|
|
|
2777
2904
|
// src/components/GenerateSwitchframe.tsx
|
|
2778
|
-
var
|
|
2779
|
-
/* @__PURE__ */ (0,
|
|
2905
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2906
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2780
2907
|
"path",
|
|
2781
2908
|
{
|
|
2782
2909
|
fill: stroke || color || "currentColor",
|
|
@@ -2785,7 +2912,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2785
2912
|
clipRule: "evenodd"
|
|
2786
2913
|
}
|
|
2787
2914
|
),
|
|
2788
|
-
/* @__PURE__ */ (0,
|
|
2915
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2789
2916
|
"path",
|
|
2790
2917
|
{
|
|
2791
2918
|
fill: stroke || color || "currentColor",
|
|
@@ -2797,15 +2924,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2797
2924
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2798
2925
|
|
|
2799
2926
|
// src/components/GenerateT2V.tsx
|
|
2800
|
-
var
|
|
2801
|
-
/* @__PURE__ */ (0,
|
|
2927
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2928
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2802
2929
|
"path",
|
|
2803
2930
|
{
|
|
2804
2931
|
fill: stroke || color || "currentColor",
|
|
2805
2932
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2806
2933
|
}
|
|
2807
2934
|
),
|
|
2808
|
-
/* @__PURE__ */ (0,
|
|
2935
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2809
2936
|
"path",
|
|
2810
2937
|
{
|
|
2811
2938
|
fill: stroke || color || "currentColor",
|
|
@@ -2817,25 +2944,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2817
2944
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2818
2945
|
|
|
2819
2946
|
// src/components/Generate.tsx
|
|
2820
|
-
var
|
|
2947
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconGenerate = ({ 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)(
|
|
2821
2948
|
"path",
|
|
2822
2949
|
{
|
|
2823
|
-
|
|
2824
|
-
d: "
|
|
2825
|
-
strokeWidth: "2.2"
|
|
2950
|
+
fill: stroke || color || "currentColor",
|
|
2951
|
+
d: "M13.0908 0L16.3633 7.63672L24 10.9092V13.0908L16.3633 16.3633L13.0908 24H10.9092L7.63672 16.3633L0 13.0908V10.9092L7.63672 7.63672L10.9092 0H13.0908ZM9.31152 9.31152L3.03906 12L9.31152 14.6885L12 20.96L14.6885 14.6885L20.96 12L14.6885 9.31152L12 3.03906L9.31152 9.31152Z"
|
|
2826
2952
|
}
|
|
2827
2953
|
) }), Generate_default = IconGenerate;
|
|
2828
2954
|
|
|
2829
2955
|
// src/components/GenreAuto.tsx
|
|
2830
|
-
var
|
|
2831
|
-
/* @__PURE__ */ (0,
|
|
2956
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ 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: [
|
|
2957
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2832
2958
|
"path",
|
|
2833
2959
|
{
|
|
2834
2960
|
fill: stroke || color || "currentColor",
|
|
2835
2961
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2836
2962
|
}
|
|
2837
2963
|
),
|
|
2838
|
-
/* @__PURE__ */ (0,
|
|
2964
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2839
2965
|
"path",
|
|
2840
2966
|
{
|
|
2841
2967
|
fill: stroke || color || "currentColor",
|
|
@@ -2844,15 +2970,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2844
2970
|
clipRule: "evenodd"
|
|
2845
2971
|
}
|
|
2846
2972
|
),
|
|
2847
|
-
/* @__PURE__ */ (0,
|
|
2848
|
-
/* @__PURE__ */ (0,
|
|
2973
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2974
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2849
2975
|
"path",
|
|
2850
2976
|
{
|
|
2851
2977
|
fill: stroke || color || "currentColor",
|
|
2852
2978
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2853
2979
|
}
|
|
2854
2980
|
),
|
|
2855
|
-
/* @__PURE__ */ (0,
|
|
2981
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2856
2982
|
"path",
|
|
2857
2983
|
{
|
|
2858
2984
|
fill: stroke || color || "currentColor",
|
|
@@ -2862,22 +2988,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2862
2988
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2863
2989
|
|
|
2864
2990
|
// src/components/GenreComedy.tsx
|
|
2865
|
-
var
|
|
2866
|
-
/* @__PURE__ */ (0,
|
|
2991
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2992
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2867
2993
|
"path",
|
|
2868
2994
|
{
|
|
2869
2995
|
fill: stroke || color || "currentColor",
|
|
2870
2996
|
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"
|
|
2871
2997
|
}
|
|
2872
2998
|
),
|
|
2873
|
-
/* @__PURE__ */ (0,
|
|
2999
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2874
3000
|
"path",
|
|
2875
3001
|
{
|
|
2876
3002
|
fill: stroke || color || "currentColor",
|
|
2877
3003
|
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"
|
|
2878
3004
|
}
|
|
2879
3005
|
),
|
|
2880
|
-
/* @__PURE__ */ (0,
|
|
3006
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2881
3007
|
"path",
|
|
2882
3008
|
{
|
|
2883
3009
|
fill: stroke || color || "currentColor",
|
|
@@ -2886,7 +3012,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2886
3012
|
clipRule: "evenodd"
|
|
2887
3013
|
}
|
|
2888
3014
|
),
|
|
2889
|
-
/* @__PURE__ */ (0,
|
|
3015
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2890
3016
|
"path",
|
|
2891
3017
|
{
|
|
2892
3018
|
fill: stroke || color || "currentColor",
|
|
@@ -2898,7 +3024,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2898
3024
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2899
3025
|
|
|
2900
3026
|
// src/components/GenreFantasy.tsx
|
|
2901
|
-
var
|
|
3027
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
|
|
2902
3028
|
"path",
|
|
2903
3029
|
{
|
|
2904
3030
|
fill: stroke || color || "currentColor",
|
|
@@ -2909,22 +3035,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2909
3035
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2910
3036
|
|
|
2911
3037
|
// src/components/GenreHorror.tsx
|
|
2912
|
-
var
|
|
2913
|
-
/* @__PURE__ */ (0,
|
|
3038
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
|
|
3039
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2914
3040
|
"path",
|
|
2915
3041
|
{
|
|
2916
3042
|
fill: stroke || color || "currentColor",
|
|
2917
3043
|
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"
|
|
2918
3044
|
}
|
|
2919
3045
|
),
|
|
2920
|
-
/* @__PURE__ */ (0,
|
|
3046
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2921
3047
|
"path",
|
|
2922
3048
|
{
|
|
2923
3049
|
fill: stroke || color || "currentColor",
|
|
2924
3050
|
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"
|
|
2925
3051
|
}
|
|
2926
3052
|
),
|
|
2927
|
-
/* @__PURE__ */ (0,
|
|
3053
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2928
3054
|
"path",
|
|
2929
3055
|
{
|
|
2930
3056
|
fill: stroke || color || "currentColor",
|
|
@@ -2936,7 +3062,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2936
3062
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2937
3063
|
|
|
2938
3064
|
// src/components/GenreRomance.tsx
|
|
2939
|
-
var
|
|
3065
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2940
3066
|
"path",
|
|
2941
3067
|
{
|
|
2942
3068
|
fill: stroke || color || "currentColor",
|
|
@@ -2947,15 +3073,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2947
3073
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2948
3074
|
|
|
2949
3075
|
// src/components/GenreScifi.tsx
|
|
2950
|
-
var
|
|
2951
|
-
/* @__PURE__ */ (0,
|
|
3076
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ 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: [
|
|
3077
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2952
3078
|
"path",
|
|
2953
3079
|
{
|
|
2954
3080
|
fill: stroke || color || "currentColor",
|
|
2955
3081
|
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"
|
|
2956
3082
|
}
|
|
2957
3083
|
),
|
|
2958
|
-
/* @__PURE__ */ (0,
|
|
3084
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2959
3085
|
"path",
|
|
2960
3086
|
{
|
|
2961
3087
|
fill: stroke || color || "currentColor",
|
|
@@ -2964,7 +3090,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2964
3090
|
clipRule: "evenodd"
|
|
2965
3091
|
}
|
|
2966
3092
|
),
|
|
2967
|
-
/* @__PURE__ */ (0,
|
|
3093
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2968
3094
|
"path",
|
|
2969
3095
|
{
|
|
2970
3096
|
fill: stroke || color || "currentColor",
|
|
@@ -2974,7 +3100,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2974
3100
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2975
3101
|
|
|
2976
3102
|
// src/components/GenreSuspense.tsx
|
|
2977
|
-
var
|
|
3103
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2978
3104
|
"path",
|
|
2979
3105
|
{
|
|
2980
3106
|
fill: stroke || color || "currentColor",
|
|
@@ -2985,7 +3111,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2985
3111
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2986
3112
|
|
|
2987
3113
|
// src/components/Genre.tsx
|
|
2988
|
-
var
|
|
3114
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
|
|
2989
3115
|
"path",
|
|
2990
3116
|
{
|
|
2991
3117
|
fill: stroke || color || "currentColor",
|
|
@@ -2996,8 +3122,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2996
3122
|
) }), Genre_default = IconGenre;
|
|
2997
3123
|
|
|
2998
3124
|
// src/components/GoogleLogoFilled.tsx
|
|
2999
|
-
var
|
|
3000
|
-
/* @__PURE__ */ (0,
|
|
3125
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
|
|
3126
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3001
3127
|
"mask",
|
|
3002
3128
|
{
|
|
3003
3129
|
id: "mask0_48_113",
|
|
@@ -3007,7 +3133,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3007
3133
|
y: "0",
|
|
3008
3134
|
maskUnits: "userSpaceOnUse",
|
|
3009
3135
|
style: { maskType: "luminance" },
|
|
3010
|
-
children: /* @__PURE__ */ (0,
|
|
3136
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3011
3137
|
"path",
|
|
3012
3138
|
{
|
|
3013
3139
|
fill: stroke || color || "currentColor",
|
|
@@ -3016,64 +3142,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3016
3142
|
)
|
|
3017
3143
|
}
|
|
3018
3144
|
),
|
|
3019
|
-
/* @__PURE__ */ (0,
|
|
3020
|
-
/* @__PURE__ */ (0,
|
|
3145
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
3146
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3021
3147
|
"path",
|
|
3022
3148
|
{
|
|
3023
3149
|
fill: "url(#paint0_radial_48_113)",
|
|
3024
3150
|
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"
|
|
3025
3151
|
}
|
|
3026
3152
|
) }),
|
|
3027
|
-
/* @__PURE__ */ (0,
|
|
3153
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3028
3154
|
"path",
|
|
3029
3155
|
{
|
|
3030
3156
|
fill: "url(#paint1_radial_48_113)",
|
|
3031
3157
|
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"
|
|
3032
3158
|
}
|
|
3033
3159
|
) }),
|
|
3034
|
-
/* @__PURE__ */ (0,
|
|
3160
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3035
3161
|
"path",
|
|
3036
3162
|
{
|
|
3037
3163
|
fill: "url(#paint2_radial_48_113)",
|
|
3038
3164
|
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"
|
|
3039
3165
|
}
|
|
3040
3166
|
) }),
|
|
3041
|
-
/* @__PURE__ */ (0,
|
|
3167
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3042
3168
|
"path",
|
|
3043
3169
|
{
|
|
3044
3170
|
fill: "url(#paint3_radial_48_113)",
|
|
3045
3171
|
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"
|
|
3046
3172
|
}
|
|
3047
3173
|
) }),
|
|
3048
|
-
/* @__PURE__ */ (0,
|
|
3174
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3049
3175
|
"path",
|
|
3050
3176
|
{
|
|
3051
3177
|
fill: "#3086FF",
|
|
3052
3178
|
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"
|
|
3053
3179
|
}
|
|
3054
3180
|
) }),
|
|
3055
|
-
/* @__PURE__ */ (0,
|
|
3181
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3056
3182
|
"path",
|
|
3057
3183
|
{
|
|
3058
3184
|
fill: "url(#paint4_radial_48_113)",
|
|
3059
3185
|
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"
|
|
3060
3186
|
}
|
|
3061
3187
|
) }),
|
|
3062
|
-
/* @__PURE__ */ (0,
|
|
3188
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3063
3189
|
"path",
|
|
3064
3190
|
{
|
|
3065
3191
|
fill: "url(#paint5_radial_48_113)",
|
|
3066
3192
|
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"
|
|
3067
3193
|
}
|
|
3068
3194
|
) }),
|
|
3069
|
-
/* @__PURE__ */ (0,
|
|
3195
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3070
3196
|
"path",
|
|
3071
3197
|
{
|
|
3072
3198
|
fill: "url(#paint6_radial_48_113)",
|
|
3073
3199
|
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"
|
|
3074
3200
|
}
|
|
3075
3201
|
) }),
|
|
3076
|
-
/* @__PURE__ */ (0,
|
|
3202
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3077
3203
|
"path",
|
|
3078
3204
|
{
|
|
3079
3205
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -3081,8 +3207,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3081
3207
|
}
|
|
3082
3208
|
) })
|
|
3083
3209
|
] }),
|
|
3084
|
-
/* @__PURE__ */ (0,
|
|
3085
|
-
/* @__PURE__ */ (0,
|
|
3210
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("defs", { children: [
|
|
3211
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3086
3212
|
"filter",
|
|
3087
3213
|
{
|
|
3088
3214
|
id: "filter0_f_48_113",
|
|
@@ -3093,13 +3219,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3093
3219
|
filterUnits: "userSpaceOnUse",
|
|
3094
3220
|
colorInterpolationFilters: "sRGB",
|
|
3095
3221
|
children: [
|
|
3096
|
-
/* @__PURE__ */ (0,
|
|
3097
|
-
/* @__PURE__ */ (0,
|
|
3098
|
-
/* @__PURE__ */ (0,
|
|
3222
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3223
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3224
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3099
3225
|
]
|
|
3100
3226
|
}
|
|
3101
3227
|
),
|
|
3102
|
-
/* @__PURE__ */ (0,
|
|
3228
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3103
3229
|
"filter",
|
|
3104
3230
|
{
|
|
3105
3231
|
id: "filter1_f_48_113",
|
|
@@ -3110,13 +3236,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3110
3236
|
filterUnits: "userSpaceOnUse",
|
|
3111
3237
|
colorInterpolationFilters: "sRGB",
|
|
3112
3238
|
children: [
|
|
3113
|
-
/* @__PURE__ */ (0,
|
|
3114
|
-
/* @__PURE__ */ (0,
|
|
3115
|
-
/* @__PURE__ */ (0,
|
|
3239
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3240
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3241
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3116
3242
|
]
|
|
3117
3243
|
}
|
|
3118
3244
|
),
|
|
3119
|
-
/* @__PURE__ */ (0,
|
|
3245
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3120
3246
|
"filter",
|
|
3121
3247
|
{
|
|
3122
3248
|
id: "filter2_f_48_113",
|
|
@@ -3127,13 +3253,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3127
3253
|
filterUnits: "userSpaceOnUse",
|
|
3128
3254
|
colorInterpolationFilters: "sRGB",
|
|
3129
3255
|
children: [
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3131
|
-
/* @__PURE__ */ (0,
|
|
3132
|
-
/* @__PURE__ */ (0,
|
|
3256
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3257
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3258
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3133
3259
|
]
|
|
3134
3260
|
}
|
|
3135
3261
|
),
|
|
3136
|
-
/* @__PURE__ */ (0,
|
|
3262
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3137
3263
|
"filter",
|
|
3138
3264
|
{
|
|
3139
3265
|
id: "filter3_f_48_113",
|
|
@@ -3144,13 +3270,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3144
3270
|
filterUnits: "userSpaceOnUse",
|
|
3145
3271
|
colorInterpolationFilters: "sRGB",
|
|
3146
3272
|
children: [
|
|
3147
|
-
/* @__PURE__ */ (0,
|
|
3148
|
-
/* @__PURE__ */ (0,
|
|
3149
|
-
/* @__PURE__ */ (0,
|
|
3273
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3274
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3275
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3150
3276
|
]
|
|
3151
3277
|
}
|
|
3152
3278
|
),
|
|
3153
|
-
/* @__PURE__ */ (0,
|
|
3279
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3154
3280
|
"filter",
|
|
3155
3281
|
{
|
|
3156
3282
|
id: "filter4_f_48_113",
|
|
@@ -3161,13 +3287,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3161
3287
|
filterUnits: "userSpaceOnUse",
|
|
3162
3288
|
colorInterpolationFilters: "sRGB",
|
|
3163
3289
|
children: [
|
|
3164
|
-
/* @__PURE__ */ (0,
|
|
3165
|
-
/* @__PURE__ */ (0,
|
|
3166
|
-
/* @__PURE__ */ (0,
|
|
3290
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3291
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3167
3293
|
]
|
|
3168
3294
|
}
|
|
3169
3295
|
),
|
|
3170
|
-
/* @__PURE__ */ (0,
|
|
3296
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3171
3297
|
"filter",
|
|
3172
3298
|
{
|
|
3173
3299
|
id: "filter5_f_48_113",
|
|
@@ -3178,13 +3304,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3178
3304
|
filterUnits: "userSpaceOnUse",
|
|
3179
3305
|
colorInterpolationFilters: "sRGB",
|
|
3180
3306
|
children: [
|
|
3181
|
-
/* @__PURE__ */ (0,
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3183
|
-
/* @__PURE__ */ (0,
|
|
3307
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3308
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3309
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3184
3310
|
]
|
|
3185
3311
|
}
|
|
3186
3312
|
),
|
|
3187
|
-
/* @__PURE__ */ (0,
|
|
3313
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3188
3314
|
"filter",
|
|
3189
3315
|
{
|
|
3190
3316
|
id: "filter6_f_48_113",
|
|
@@ -3195,13 +3321,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3195
3321
|
filterUnits: "userSpaceOnUse",
|
|
3196
3322
|
colorInterpolationFilters: "sRGB",
|
|
3197
3323
|
children: [
|
|
3198
|
-
/* @__PURE__ */ (0,
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3200
|
-
/* @__PURE__ */ (0,
|
|
3324
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3325
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3326
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
3201
3327
|
]
|
|
3202
3328
|
}
|
|
3203
3329
|
),
|
|
3204
|
-
/* @__PURE__ */ (0,
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3205
3331
|
"filter",
|
|
3206
3332
|
{
|
|
3207
3333
|
id: "filter7_f_48_113",
|
|
@@ -3212,13 +3338,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3212
3338
|
filterUnits: "userSpaceOnUse",
|
|
3213
3339
|
colorInterpolationFilters: "sRGB",
|
|
3214
3340
|
children: [
|
|
3215
|
-
/* @__PURE__ */ (0,
|
|
3216
|
-
/* @__PURE__ */ (0,
|
|
3217
|
-
/* @__PURE__ */ (0,
|
|
3341
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3342
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3343
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3218
3344
|
]
|
|
3219
3345
|
}
|
|
3220
3346
|
),
|
|
3221
|
-
/* @__PURE__ */ (0,
|
|
3347
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3222
3348
|
"filter",
|
|
3223
3349
|
{
|
|
3224
3350
|
id: "filter8_f_48_113",
|
|
@@ -3229,13 +3355,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3229
3355
|
filterUnits: "userSpaceOnUse",
|
|
3230
3356
|
colorInterpolationFilters: "sRGB",
|
|
3231
3357
|
children: [
|
|
3232
|
-
/* @__PURE__ */ (0,
|
|
3233
|
-
/* @__PURE__ */ (0,
|
|
3234
|
-
/* @__PURE__ */ (0,
|
|
3358
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3359
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3360
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3235
3361
|
]
|
|
3236
3362
|
}
|
|
3237
3363
|
),
|
|
3238
|
-
/* @__PURE__ */ (0,
|
|
3364
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3239
3365
|
"radialGradient",
|
|
3240
3366
|
{
|
|
3241
3367
|
id: "paint0_radial_48_113",
|
|
@@ -3245,20 +3371,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3245
3371
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
3246
3372
|
gradientUnits: "userSpaceOnUse",
|
|
3247
3373
|
children: [
|
|
3248
|
-
/* @__PURE__ */ (0,
|
|
3249
|
-
/* @__PURE__ */ (0,
|
|
3250
|
-
/* @__PURE__ */ (0,
|
|
3251
|
-
/* @__PURE__ */ (0,
|
|
3252
|
-
/* @__PURE__ */ (0,
|
|
3253
|
-
/* @__PURE__ */ (0,
|
|
3254
|
-
/* @__PURE__ */ (0,
|
|
3255
|
-
/* @__PURE__ */ (0,
|
|
3256
|
-
/* @__PURE__ */ (0,
|
|
3257
|
-
/* @__PURE__ */ (0,
|
|
3374
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3375
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3376
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3377
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3378
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3379
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3380
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3381
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3382
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3383
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
3258
3384
|
]
|
|
3259
3385
|
}
|
|
3260
3386
|
),
|
|
3261
|
-
/* @__PURE__ */ (0,
|
|
3387
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3262
3388
|
"radialGradient",
|
|
3263
3389
|
{
|
|
3264
3390
|
id: "paint1_radial_48_113",
|
|
@@ -3268,12 +3394,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3268
3394
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
3269
3395
|
gradientUnits: "userSpaceOnUse",
|
|
3270
3396
|
children: [
|
|
3271
|
-
/* @__PURE__ */ (0,
|
|
3272
|
-
/* @__PURE__ */ (0,
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3398
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
3273
3399
|
]
|
|
3274
3400
|
}
|
|
3275
3401
|
),
|
|
3276
|
-
/* @__PURE__ */ (0,
|
|
3402
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3277
3403
|
"radialGradient",
|
|
3278
3404
|
{
|
|
3279
3405
|
id: "paint2_radial_48_113",
|
|
@@ -3283,18 +3409,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3283
3409
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3284
3410
|
gradientUnits: "userSpaceOnUse",
|
|
3285
3411
|
children: [
|
|
3286
|
-
/* @__PURE__ */ (0,
|
|
3287
|
-
/* @__PURE__ */ (0,
|
|
3288
|
-
/* @__PURE__ */ (0,
|
|
3289
|
-
/* @__PURE__ */ (0,
|
|
3290
|
-
/* @__PURE__ */ (0,
|
|
3291
|
-
/* @__PURE__ */ (0,
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3293
|
-
/* @__PURE__ */ (0,
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3413
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3414
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3415
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3416
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3417
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3418
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3419
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3294
3420
|
]
|
|
3295
3421
|
}
|
|
3296
3422
|
),
|
|
3297
|
-
/* @__PURE__ */ (0,
|
|
3423
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3298
3424
|
"radialGradient",
|
|
3299
3425
|
{
|
|
3300
3426
|
id: "paint3_radial_48_113",
|
|
@@ -3304,19 +3430,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3304
3430
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3305
3431
|
gradientUnits: "userSpaceOnUse",
|
|
3306
3432
|
children: [
|
|
3307
|
-
/* @__PURE__ */ (0,
|
|
3308
|
-
/* @__PURE__ */ (0,
|
|
3309
|
-
/* @__PURE__ */ (0,
|
|
3310
|
-
/* @__PURE__ */ (0,
|
|
3311
|
-
/* @__PURE__ */ (0,
|
|
3312
|
-
/* @__PURE__ */ (0,
|
|
3313
|
-
/* @__PURE__ */ (0,
|
|
3314
|
-
/* @__PURE__ */ (0,
|
|
3315
|
-
/* @__PURE__ */ (0,
|
|
3433
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3434
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3435
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3436
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3437
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3438
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3439
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3440
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3316
3442
|
]
|
|
3317
3443
|
}
|
|
3318
3444
|
),
|
|
3319
|
-
/* @__PURE__ */ (0,
|
|
3445
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3320
3446
|
"radialGradient",
|
|
3321
3447
|
{
|
|
3322
3448
|
id: "paint4_radial_48_113",
|
|
@@ -3326,18 +3452,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3326
3452
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3327
3453
|
gradientUnits: "userSpaceOnUse",
|
|
3328
3454
|
children: [
|
|
3329
|
-
/* @__PURE__ */ (0,
|
|
3330
|
-
/* @__PURE__ */ (0,
|
|
3331
|
-
/* @__PURE__ */ (0,
|
|
3332
|
-
/* @__PURE__ */ (0,
|
|
3333
|
-
/* @__PURE__ */ (0,
|
|
3334
|
-
/* @__PURE__ */ (0,
|
|
3335
|
-
/* @__PURE__ */ (0,
|
|
3336
|
-
/* @__PURE__ */ (0,
|
|
3455
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3456
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3457
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3458
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3459
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3460
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3461
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3462
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3337
3463
|
]
|
|
3338
3464
|
}
|
|
3339
3465
|
),
|
|
3340
|
-
/* @__PURE__ */ (0,
|
|
3466
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3341
3467
|
"radialGradient",
|
|
3342
3468
|
{
|
|
3343
3469
|
id: "paint5_radial_48_113",
|
|
@@ -3347,15 +3473,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3347
3473
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3348
3474
|
gradientUnits: "userSpaceOnUse",
|
|
3349
3475
|
children: [
|
|
3350
|
-
/* @__PURE__ */ (0,
|
|
3351
|
-
/* @__PURE__ */ (0,
|
|
3352
|
-
/* @__PURE__ */ (0,
|
|
3353
|
-
/* @__PURE__ */ (0,
|
|
3354
|
-
/* @__PURE__ */ (0,
|
|
3476
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3477
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3478
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3479
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3480
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3355
3481
|
]
|
|
3356
3482
|
}
|
|
3357
3483
|
),
|
|
3358
|
-
/* @__PURE__ */ (0,
|
|
3484
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3359
3485
|
"radialGradient",
|
|
3360
3486
|
{
|
|
3361
3487
|
id: "paint6_radial_48_113",
|
|
@@ -3365,20 +3491,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3365
3491
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3366
3492
|
gradientUnits: "userSpaceOnUse",
|
|
3367
3493
|
children: [
|
|
3368
|
-
/* @__PURE__ */ (0,
|
|
3369
|
-
/* @__PURE__ */ (0,
|
|
3370
|
-
/* @__PURE__ */ (0,
|
|
3371
|
-
/* @__PURE__ */ (0,
|
|
3372
|
-
/* @__PURE__ */ (0,
|
|
3373
|
-
/* @__PURE__ */ (0,
|
|
3374
|
-
/* @__PURE__ */ (0,
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3376
|
-
/* @__PURE__ */ (0,
|
|
3377
|
-
/* @__PURE__ */ (0,
|
|
3494
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3495
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3496
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3497
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3498
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3499
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3500
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3501
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3502
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3503
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3378
3504
|
]
|
|
3379
3505
|
}
|
|
3380
3506
|
),
|
|
3381
|
-
/* @__PURE__ */ (0,
|
|
3507
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3382
3508
|
"linearGradient",
|
|
3383
3509
|
{
|
|
3384
3510
|
id: "paint7_linear_48_113",
|
|
@@ -3388,8 +3514,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3388
3514
|
y2: "21.5116",
|
|
3389
3515
|
gradientUnits: "userSpaceOnUse",
|
|
3390
3516
|
children: [
|
|
3391
|
-
/* @__PURE__ */ (0,
|
|
3392
|
-
/* @__PURE__ */ (0,
|
|
3517
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3518
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3393
3519
|
]
|
|
3394
3520
|
}
|
|
3395
3521
|
)
|
|
@@ -3397,7 +3523,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3397
3523
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3398
3524
|
|
|
3399
3525
|
// src/components/Handtool.tsx
|
|
3400
|
-
var
|
|
3526
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3401
3527
|
"path",
|
|
3402
3528
|
{
|
|
3403
3529
|
fill: stroke || color || "currentColor",
|
|
@@ -3406,16 +3532,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3406
3532
|
) }), Handtool_default = IconHandtool;
|
|
3407
3533
|
|
|
3408
3534
|
// src/components/Help.tsx
|
|
3409
|
-
var
|
|
3410
|
-
/* @__PURE__ */ (0,
|
|
3411
|
-
/* @__PURE__ */ (0,
|
|
3535
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
|
|
3536
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3537
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3412
3538
|
"path",
|
|
3413
3539
|
{
|
|
3414
3540
|
fill: stroke || color || "currentColor",
|
|
3415
3541
|
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"
|
|
3416
3542
|
}
|
|
3417
3543
|
),
|
|
3418
|
-
/* @__PURE__ */ (0,
|
|
3544
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3419
3545
|
"path",
|
|
3420
3546
|
{
|
|
3421
3547
|
fill: stroke || color || "currentColor",
|
|
@@ -3427,7 +3553,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3427
3553
|
] }), Help_default = IconHelp;
|
|
3428
3554
|
|
|
3429
3555
|
// src/components/HomepageFilled.tsx
|
|
3430
|
-
var
|
|
3556
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
|
|
3431
3557
|
"path",
|
|
3432
3558
|
{
|
|
3433
3559
|
fill: fill || color || "currentColor",
|
|
@@ -3438,7 +3564,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3438
3564
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3439
3565
|
|
|
3440
3566
|
// src/components/Hotareacenter.tsx
|
|
3441
|
-
var
|
|
3567
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ 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)(
|
|
3442
3568
|
"path",
|
|
3443
3569
|
{
|
|
3444
3570
|
fill: "#191919",
|
|
@@ -3448,22 +3574,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3448
3574
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3449
3575
|
|
|
3450
3576
|
// src/components/ImageGeneration.tsx
|
|
3451
|
-
var
|
|
3452
|
-
/* @__PURE__ */ (0,
|
|
3577
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
|
|
3578
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3453
3579
|
"path",
|
|
3454
3580
|
{
|
|
3455
3581
|
fill: stroke || color || "currentColor",
|
|
3456
3582
|
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"
|
|
3457
3583
|
}
|
|
3458
3584
|
),
|
|
3459
|
-
/* @__PURE__ */ (0,
|
|
3585
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3460
3586
|
"path",
|
|
3461
3587
|
{
|
|
3462
3588
|
fill: stroke || color || "currentColor",
|
|
3463
3589
|
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"
|
|
3464
3590
|
}
|
|
3465
3591
|
),
|
|
3466
|
-
/* @__PURE__ */ (0,
|
|
3592
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3467
3593
|
"path",
|
|
3468
3594
|
{
|
|
3469
3595
|
fill: stroke || color || "currentColor",
|
|
@@ -3473,8 +3599,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3473
3599
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3474
3600
|
|
|
3475
3601
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3476
|
-
var
|
|
3477
|
-
/* @__PURE__ */ (0,
|
|
3602
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
3603
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3478
3604
|
"path",
|
|
3479
3605
|
{
|
|
3480
3606
|
fill: fill || color || "currentColor",
|
|
@@ -3483,7 +3609,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3483
3609
|
clipRule: "evenodd"
|
|
3484
3610
|
}
|
|
3485
3611
|
),
|
|
3486
|
-
/* @__PURE__ */ (0,
|
|
3612
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3487
3613
|
"path",
|
|
3488
3614
|
{
|
|
3489
3615
|
fill: fill || color || "currentColor",
|
|
@@ -3493,10 +3619,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3493
3619
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3494
3620
|
|
|
3495
3621
|
// src/components/Info.tsx
|
|
3496
|
-
var
|
|
3497
|
-
/* @__PURE__ */ (0,
|
|
3498
|
-
/* @__PURE__ */ (0,
|
|
3499
|
-
/* @__PURE__ */ (0,
|
|
3622
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3623
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3624
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3625
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3500
3626
|
"path",
|
|
3501
3627
|
{
|
|
3502
3628
|
fill: stroke || color || "currentColor",
|
|
@@ -3508,7 +3634,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3508
3634
|
] }), Info_default = IconInfo;
|
|
3509
3635
|
|
|
3510
3636
|
// src/components/Invitecode.tsx
|
|
3511
|
-
var
|
|
3637
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3512
3638
|
"path",
|
|
3513
3639
|
{
|
|
3514
3640
|
fill: fill || color || "currentColor",
|
|
@@ -3519,7 +3645,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3519
3645
|
) }), Invitecode_default = IconInvitecode;
|
|
3520
3646
|
|
|
3521
3647
|
// src/components/LeftFilled.tsx
|
|
3522
|
-
var
|
|
3648
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ 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)(
|
|
3523
3649
|
"path",
|
|
3524
3650
|
{
|
|
3525
3651
|
fill: fill || color || "currentColor",
|
|
@@ -3530,15 +3656,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3530
3656
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3531
3657
|
|
|
3532
3658
|
// src/components/Loading.tsx
|
|
3533
|
-
var
|
|
3534
|
-
/* @__PURE__ */ (0,
|
|
3659
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3660
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3535
3661
|
"path",
|
|
3536
3662
|
{
|
|
3537
3663
|
fill: fill || color || "currentColor",
|
|
3538
3664
|
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"
|
|
3539
3665
|
}
|
|
3540
3666
|
),
|
|
3541
|
-
/* @__PURE__ */ (0,
|
|
3667
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3542
3668
|
"path",
|
|
3543
3669
|
{
|
|
3544
3670
|
fill: stroke || color || "currentColor",
|
|
@@ -3548,15 +3674,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3548
3674
|
] }), Loading_default = IconLoading;
|
|
3549
3675
|
|
|
3550
3676
|
// src/components/Login.tsx
|
|
3551
|
-
var
|
|
3552
|
-
/* @__PURE__ */ (0,
|
|
3677
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3678
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3553
3679
|
"path",
|
|
3554
3680
|
{
|
|
3555
3681
|
fill: stroke || color || "currentColor",
|
|
3556
3682
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3557
3683
|
}
|
|
3558
3684
|
),
|
|
3559
|
-
/* @__PURE__ */ (0,
|
|
3685
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3560
3686
|
"path",
|
|
3561
3687
|
{
|
|
3562
3688
|
fill: stroke || color || "currentColor",
|
|
@@ -3568,8 +3694,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3568
3694
|
] }), Login_default = IconLogin;
|
|
3569
3695
|
|
|
3570
3696
|
// src/components/Logout.tsx
|
|
3571
|
-
var
|
|
3572
|
-
/* @__PURE__ */ (0,
|
|
3697
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
|
|
3698
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3573
3699
|
"path",
|
|
3574
3700
|
{
|
|
3575
3701
|
fill: stroke || color || "currentColor",
|
|
@@ -3578,7 +3704,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3578
3704
|
clipRule: "evenodd"
|
|
3579
3705
|
}
|
|
3580
3706
|
),
|
|
3581
|
-
/* @__PURE__ */ (0,
|
|
3707
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3582
3708
|
"path",
|
|
3583
3709
|
{
|
|
3584
3710
|
fill: stroke || color || "currentColor",
|
|
@@ -3587,8 +3713,36 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3587
3713
|
)
|
|
3588
3714
|
] }), Logout_default = IconLogout;
|
|
3589
3715
|
|
|
3716
|
+
// src/components/Magic.tsx
|
|
3717
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3718
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3719
|
+
"path",
|
|
3720
|
+
{
|
|
3721
|
+
fill: stroke || color || "currentColor",
|
|
3722
|
+
d: "M9 10.5L11.25 6L20.25 0L24 3.75L15.75 10.5L12.75 16.5L6 24L0 18L9 10.5ZM12.9952 7.54067L19.9633 2.89529L20.651 3.58297L13.9528 9.06334L10.8738 15.2213L5.91406 20.7321L3.33318 18.1512L10.802 11.9272L12.9952 7.54067Z",
|
|
3723
|
+
fillRule: "evenodd",
|
|
3724
|
+
clipRule: "evenodd"
|
|
3725
|
+
}
|
|
3726
|
+
),
|
|
3727
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
3728
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3729
|
+
"path",
|
|
3730
|
+
{
|
|
3731
|
+
fill: stroke || color || "currentColor",
|
|
3732
|
+
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
3733
|
+
}
|
|
3734
|
+
),
|
|
3735
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3736
|
+
"path",
|
|
3737
|
+
{
|
|
3738
|
+
fill: stroke || color || "currentColor",
|
|
3739
|
+
d: "M16.5 22.5C17.3284 22.5 18 21.8284 18 21C18 20.1716 17.3284 19.5 16.5 19.5C15.6716 19.5 15 20.1716 15 21C15 21.8284 15.6716 22.5 16.5 22.5Z"
|
|
3740
|
+
}
|
|
3741
|
+
)
|
|
3742
|
+
] }), Magic_default = IconMagic;
|
|
3743
|
+
|
|
3590
3744
|
// src/components/ModelGeminiFilled.tsx
|
|
3591
|
-
var
|
|
3745
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3592
3746
|
"path",
|
|
3593
3747
|
{
|
|
3594
3748
|
fill: fill || color || "currentColor",
|
|
@@ -3597,7 +3751,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3597
3751
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3598
3752
|
|
|
3599
3753
|
// src/components/ModelOpenaiFilled.tsx
|
|
3600
|
-
var
|
|
3754
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3601
3755
|
"path",
|
|
3602
3756
|
{
|
|
3603
3757
|
fill: fill || color || "currentColor",
|
|
@@ -3606,8 +3760,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3606
3760
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3607
3761
|
|
|
3608
3762
|
// src/components/ModelDeepmindFilled.tsx
|
|
3609
|
-
var
|
|
3610
|
-
/* @__PURE__ */ (0,
|
|
3763
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
|
|
3764
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3611
3765
|
"path",
|
|
3612
3766
|
{
|
|
3613
3767
|
fill: fill || color || "currentColor",
|
|
@@ -3616,27 +3770,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3616
3770
|
clipRule: "evenodd"
|
|
3617
3771
|
}
|
|
3618
3772
|
) }),
|
|
3619
|
-
/* @__PURE__ */ (0,
|
|
3773
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3620
3774
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3621
3775
|
|
|
3622
3776
|
// src/components/ModelSeedFilled.tsx
|
|
3623
|
-
var
|
|
3624
|
-
/* @__PURE__ */ (0,
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
3777
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ 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: [
|
|
3778
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3779
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3626
3780
|
"path",
|
|
3627
3781
|
{
|
|
3628
3782
|
fill: fill || color || "currentColor",
|
|
3629
3783
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3630
3784
|
}
|
|
3631
3785
|
),
|
|
3632
|
-
/* @__PURE__ */ (0,
|
|
3786
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3633
3787
|
"path",
|
|
3634
3788
|
{
|
|
3635
3789
|
fill: fill || color || "currentColor",
|
|
3636
3790
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3637
3791
|
}
|
|
3638
3792
|
),
|
|
3639
|
-
/* @__PURE__ */ (0,
|
|
3793
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3640
3794
|
"path",
|
|
3641
3795
|
{
|
|
3642
3796
|
fill: fill || color || "currentColor",
|
|
@@ -3646,7 +3800,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3646
3800
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3647
3801
|
|
|
3648
3802
|
// src/components/ModelSoraFilled.tsx
|
|
3649
|
-
var
|
|
3803
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3650
3804
|
"path",
|
|
3651
3805
|
{
|
|
3652
3806
|
fill: fill || color || "currentColor",
|
|
@@ -3655,7 +3809,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3655
3809
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3656
3810
|
|
|
3657
3811
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3658
|
-
var
|
|
3812
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3659
3813
|
size,
|
|
3660
3814
|
width,
|
|
3661
3815
|
height,
|
|
@@ -3663,64 +3817,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3663
3817
|
className,
|
|
3664
3818
|
fill,
|
|
3665
3819
|
stroke
|
|
3666
|
-
}) => /* @__PURE__ */ (0,
|
|
3667
|
-
/* @__PURE__ */ (0,
|
|
3820
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3821
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3668
3822
|
"path",
|
|
3669
3823
|
{
|
|
3670
3824
|
fill: "#5A5C62",
|
|
3671
3825
|
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"
|
|
3672
3826
|
}
|
|
3673
3827
|
),
|
|
3674
|
-
/* @__PURE__ */ (0,
|
|
3828
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3675
3829
|
"path",
|
|
3676
3830
|
{
|
|
3677
3831
|
fill: "#D5D6D7",
|
|
3678
3832
|
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"
|
|
3679
3833
|
}
|
|
3680
3834
|
),
|
|
3681
|
-
/* @__PURE__ */ (0,
|
|
3835
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3682
3836
|
"path",
|
|
3683
3837
|
{
|
|
3684
3838
|
fill: "#C4C5C7",
|
|
3685
3839
|
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"
|
|
3686
3840
|
}
|
|
3687
3841
|
),
|
|
3688
|
-
/* @__PURE__ */ (0,
|
|
3842
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3689
3843
|
"path",
|
|
3690
3844
|
{
|
|
3691
3845
|
fill: "#7B7C81",
|
|
3692
3846
|
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"
|
|
3693
3847
|
}
|
|
3694
3848
|
),
|
|
3695
|
-
/* @__PURE__ */ (0,
|
|
3849
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3696
3850
|
"path",
|
|
3697
3851
|
{
|
|
3698
3852
|
fill: "#85878B",
|
|
3699
3853
|
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"
|
|
3700
3854
|
}
|
|
3701
3855
|
),
|
|
3702
|
-
/* @__PURE__ */ (0,
|
|
3856
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3703
3857
|
"path",
|
|
3704
3858
|
{
|
|
3705
3859
|
fill: "#1B1D24",
|
|
3706
3860
|
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"
|
|
3707
3861
|
}
|
|
3708
3862
|
),
|
|
3709
|
-
/* @__PURE__ */ (0,
|
|
3863
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3710
3864
|
"path",
|
|
3711
3865
|
{
|
|
3712
3866
|
fill: "#D5D6D7",
|
|
3713
3867
|
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"
|
|
3714
3868
|
}
|
|
3715
3869
|
),
|
|
3716
|
-
/* @__PURE__ */ (0,
|
|
3870
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3717
3871
|
"path",
|
|
3718
3872
|
{
|
|
3719
3873
|
fill: "#85878B",
|
|
3720
3874
|
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"
|
|
3721
3875
|
}
|
|
3722
3876
|
),
|
|
3723
|
-
/* @__PURE__ */ (0,
|
|
3877
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3724
3878
|
"path",
|
|
3725
3879
|
{
|
|
3726
3880
|
fill: "#D5D6D7",
|
|
@@ -3729,8 +3883,35 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3729
3883
|
)
|
|
3730
3884
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3731
3885
|
|
|
3886
|
+
// src/components/ModelhappyhorseFilled.tsx
|
|
3887
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconModelhappyhorseFilled = ({ 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: [
|
|
3888
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
3889
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3890
|
+
"mask",
|
|
3891
|
+
{
|
|
3892
|
+
id: "mask0_786_80",
|
|
3893
|
+
width: "40",
|
|
3894
|
+
height: "40",
|
|
3895
|
+
x: "-8",
|
|
3896
|
+
y: "-8",
|
|
3897
|
+
maskUnits: "userSpaceOnUse",
|
|
3898
|
+
style: { maskType: "luminance" },
|
|
3899
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
3900
|
+
}
|
|
3901
|
+
),
|
|
3902
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3903
|
+
"path",
|
|
3904
|
+
{
|
|
3905
|
+
fill: fill || color || "currentColor",
|
|
3906
|
+
d: "M3.2393 18.3701C3.4048 18.3702 3.558 18.4208 3.6855 18.5068L3.6865 18.5049C4.3133 18.9561 4.978 19.357 5.6758 19.7021C5.8249 19.7762 5.9768 19.8484 6.1289 19.917C6.3239 20.0055 6.5212 20.089 6.7207 20.168C7.209 20.3621 7.7108 20.5294 8.2236 20.6689C9.4119 20.9922 10.6618 21.165 11.9521 21.165C13.0437 21.165 14.1069 21.0422 15.1279 20.8086C16.0405 20.5995 16.9198 20.3015 17.7559 19.9258C18.0406 19.7977 18.321 19.6608 18.5957 19.5146C19.1595 19.215 19.7005 18.8776 20.2158 18.5068C20.3114 18.4424 20.4213 18.398 20.54 18.3799L20.6621 18.3711C21.1024 18.3711 21.4599 18.7282 21.46 19.1689C21.46 19.3085 21.4234 19.4396 21.3604 19.5537C21.3909 19.5387 21.4212 19.5228 21.4512 19.5068C21.3961 19.5604 21.3407 19.6145 21.2852 19.667C21.2357 19.7285 21.1783 19.7826 21.1133 19.8271C18.6936 22.0267 15.4761 23.3672 11.9521 23.3672C8.4283 23.3672 5.217 22.0294 2.7988 19.834C2.7353 19.7765 2.6724 19.7177 2.6104 19.6592C2.5049 19.5237 2.4415 19.3539 2.4414 19.1689C2.4414 18.7281 2.7989 18.3701 3.2393 18.3701ZM5.8262 0.249023C6.2515 0.291053 6.657 0.403154 7.0303 0.572274C7.0667 0.588734 7.1037 0.605594 7.1396 0.623054C7.5044 0.530504 7.8861 0.481454 8.2793 0.481454C9.3996 0.481454 10.427 0.879554 11.2275 1.54199C12.0016 2.1829 12.5633 3.0717 12.792 4.0859C12.8244 4.2278 12.8497 4.3722 12.8682 4.5186L13.7178 9.3389L13.8174 9.9033L15.9014 10.2998C16.2851 10.3724 16.6414 10.5209 16.9541 10.7295C17.0382 10.5804 17.1369 10.4401 17.25 10.3125C17.6908 9.8132 18.3362 9.498 19.0547 9.498C19.8887 9.4981 20.6239 9.923 21.0557 10.5674C21.2961 10.9265 21.4434 11.3535 21.4609 11.8125H21.4668C21.5158 12.714 21.9753 13.5065 22.6621 14.0059C22.5726 14.0803 22.476 14.1466 22.374 14.2041C22.2336 14.2835 22.0827 14.3466 21.9238 14.3896C21.7602 14.4342 21.5868 14.458 21.4092 14.458C20.947 14.4579 20.5231 14.2974 20.1875 14.0303C20.0749 13.9402 19.9719 13.8386 19.8818 13.7266C19.6788 13.474 19.5356 13.1704 19.4775 12.8379L19.4678 12.8398C19.3102 11.9682 18.548 11.3066 17.6309 11.3066C17.6169 11.3066 17.6028 11.3076 17.5889 11.3076C17.9871 11.7984 18.2265 12.4241 18.2266 13.1055C18.2266 13.4527 18.1634 13.7861 18.0498 14.0938C17.9207 14.445 17.7242 14.7635 17.4766 15.0342C17.4836 15.0347 17.491 15.0356 17.498 15.0361C17.1499 15.5339 16.9443 16.1401 16.9443 16.7939C16.9444 17.1319 16.9991 17.4567 17.1006 17.7607L17.6533 19.5908C16.7978 19.9785 15.9035 20.2783 14.9814 20.4834L13.3896 16.9229C13.8845 16.8618 14.3319 16.6464 14.6807 16.3262C14.488 16.3672 14.2877 16.3896 14.083 16.3896C13.7254 16.3896 13.3834 16.3227 13.0684 16.2031C13.0366 16.1907 13.0054 16.1789 12.9746 16.166L12.6006 16.0391L10.9219 15.4404L9.6748 14.9951L7.0967 16.6582L7.6875 18.7646H7.6855C7.7085 18.8546 7.7207 18.9494 7.7207 19.0469C7.7206 19.4395 7.5204 19.7842 7.2168 19.9863C6.8017 19.8358 6.3947 19.6646 5.9961 19.4746L5.6641 18.4033L5.0068 16.2783C4.9638 16.1633 4.9395 16.0392 4.9395 15.9092C4.9395 15.5675 5.1029 15.2644 5.3555 15.0723C5.384 15.0508 5.4143 15.0302 5.4453 15.0117L6.917 14.0107L4.3105 13.0811L3.877 14.8018H3.875C3.6743 15.5827 2.9656 16.1592 2.1221 16.1592C2.0195 16.1592 1.91838 16.1508 1.82031 16.1338L1.82227 16.1211L2.6016 13.0225L2.7002 12.6338L2.9209 11.7578H2.9238C3.0454 11.2845 3.4759 10.9346 3.9873 10.9346C4.0741 10.9346 4.1574 10.9449 4.2383 10.9639L4.2422 10.9648C4.2476 10.9663 4.2524 10.9678 4.2578 10.9697C4.2948 10.9782 4.3317 10.989 4.3672 11.002C4.5027 11.0425 4.7277 11.1115 4.9658 11.1846C5.4061 11.3202 5.888 11.473 5.9141 11.499L5.9834 11.2949L6.2568 10.4893L6.6182 9.4258L7.2822 7.4736L7.7324 6.1494C7.806 6.0884 7.8763 6.0241 7.9434 5.957C8.1345 5.7664 8.2995 5.5501 8.4346 5.3145C8.6177 4.9952 8.7457 4.6395 8.8037 4.2607C8.6806 4.5719 8.4953 4.8523 8.2627 5.085C8.2057 5.142 8.1451 5.1965 8.082 5.248C8.0555 5.2696 8.0285 5.291 8.001 5.3115L6.9824 5.7559L5.0664 6.5898L5.0557 6.5947C4.9557 6.6366 4.8468 6.661 4.7334 6.667C4.7155 6.668 4.6975 6.6699 4.6797 6.6699C4.294 6.6699 3.9618 6.4453 3.8027 6.1211C3.7388 5.9916 3.7021 5.8459 3.7021 5.6914C3.7022 5.4443 3.7942 5.2185 3.9463 5.0459L4.3672 4.4268L6.1611 1.78906L6.0068 1.07812L5.9922 1.0127L5.9346 0.746094L5.8262 0.249023Z"
|
|
3907
|
+
}
|
|
3908
|
+
) })
|
|
3909
|
+
] }),
|
|
3910
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3911
|
+
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
3912
|
+
|
|
3732
3913
|
// src/components/ModelklingFilled.tsx
|
|
3733
|
-
var
|
|
3914
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ 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)(
|
|
3734
3915
|
"path",
|
|
3735
3916
|
{
|
|
3736
3917
|
fill: fill || color || "currentColor",
|
|
@@ -3741,7 +3922,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3741
3922
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3742
3923
|
|
|
3743
3924
|
// src/components/Models.tsx
|
|
3744
|
-
var
|
|
3925
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3745
3926
|
"path",
|
|
3746
3927
|
{
|
|
3747
3928
|
fill: stroke || color || "currentColor",
|
|
@@ -3752,7 +3933,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3752
3933
|
) }), Models_default = IconModels;
|
|
3753
3934
|
|
|
3754
3935
|
// src/components/MoreCollapse.tsx
|
|
3755
|
-
var
|
|
3936
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ 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)(
|
|
3756
3937
|
"path",
|
|
3757
3938
|
{
|
|
3758
3939
|
fill: stroke || color || "currentColor",
|
|
@@ -3761,22 +3942,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3761
3942
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3762
3943
|
|
|
3763
3944
|
// src/components/MoreHorizontal.tsx
|
|
3764
|
-
var
|
|
3765
|
-
/* @__PURE__ */ (0,
|
|
3945
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ 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: [
|
|
3946
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3766
3947
|
"path",
|
|
3767
3948
|
{
|
|
3768
3949
|
fill: stroke || color || "currentColor",
|
|
3769
3950
|
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"
|
|
3770
3951
|
}
|
|
3771
3952
|
),
|
|
3772
|
-
/* @__PURE__ */ (0,
|
|
3953
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3773
3954
|
"path",
|
|
3774
3955
|
{
|
|
3775
3956
|
fill: stroke || color || "currentColor",
|
|
3776
3957
|
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"
|
|
3777
3958
|
}
|
|
3778
3959
|
),
|
|
3779
|
-
/* @__PURE__ */ (0,
|
|
3960
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3780
3961
|
"path",
|
|
3781
3962
|
{
|
|
3782
3963
|
fill: stroke || color || "currentColor",
|
|
@@ -3786,7 +3967,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3786
3967
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3787
3968
|
|
|
3788
3969
|
// src/components/MoreShowed.tsx
|
|
3789
|
-
var
|
|
3970
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
3790
3971
|
"path",
|
|
3791
3972
|
{
|
|
3792
3973
|
fill: stroke || color || "currentColor",
|
|
@@ -3795,22 +3976,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3795
3976
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3796
3977
|
|
|
3797
3978
|
// src/components/More.tsx
|
|
3798
|
-
var
|
|
3799
|
-
/* @__PURE__ */ (0,
|
|
3979
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3980
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3800
3981
|
"path",
|
|
3801
3982
|
{
|
|
3802
3983
|
fill: stroke || color || "currentColor",
|
|
3803
3984
|
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"
|
|
3804
3985
|
}
|
|
3805
3986
|
),
|
|
3806
|
-
/* @__PURE__ */ (0,
|
|
3987
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3807
3988
|
"path",
|
|
3808
3989
|
{
|
|
3809
3990
|
fill: stroke || color || "currentColor",
|
|
3810
3991
|
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"
|
|
3811
3992
|
}
|
|
3812
3993
|
),
|
|
3813
|
-
/* @__PURE__ */ (0,
|
|
3994
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3814
3995
|
"path",
|
|
3815
3996
|
{
|
|
3816
3997
|
fill: stroke || color || "currentColor",
|
|
@@ -3820,29 +4001,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3820
4001
|
] }), More_default = IconMore;
|
|
3821
4002
|
|
|
3822
4003
|
// src/components/Moresettings.tsx
|
|
3823
|
-
var
|
|
3824
|
-
/* @__PURE__ */ (0,
|
|
4004
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4005
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3825
4006
|
"path",
|
|
3826
4007
|
{
|
|
3827
4008
|
fill: stroke || color || "currentColor",
|
|
3828
4009
|
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"
|
|
3829
4010
|
}
|
|
3830
4011
|
),
|
|
3831
|
-
/* @__PURE__ */ (0,
|
|
4012
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3832
4013
|
"path",
|
|
3833
4014
|
{
|
|
3834
4015
|
fill: stroke || color || "currentColor",
|
|
3835
4016
|
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"
|
|
3836
4017
|
}
|
|
3837
4018
|
),
|
|
3838
|
-
/* @__PURE__ */ (0,
|
|
4019
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3839
4020
|
"path",
|
|
3840
4021
|
{
|
|
3841
4022
|
fill: stroke || color || "currentColor",
|
|
3842
4023
|
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"
|
|
3843
4024
|
}
|
|
3844
4025
|
),
|
|
3845
|
-
/* @__PURE__ */ (0,
|
|
4026
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3846
4027
|
"path",
|
|
3847
4028
|
{
|
|
3848
4029
|
fill: stroke || color || "currentColor",
|
|
@@ -3854,8 +4035,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3854
4035
|
] }), Moresettings_default = IconMoresettings;
|
|
3855
4036
|
|
|
3856
4037
|
// src/components/MouseDrag.tsx
|
|
3857
|
-
var
|
|
3858
|
-
/* @__PURE__ */ (0,
|
|
4038
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4039
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3859
4040
|
"path",
|
|
3860
4041
|
{
|
|
3861
4042
|
fill: fill || color || "currentColor",
|
|
@@ -3863,7 +4044,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3863
4044
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3864
4045
|
}
|
|
3865
4046
|
),
|
|
3866
|
-
/* @__PURE__ */ (0,
|
|
4047
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3867
4048
|
"path",
|
|
3868
4049
|
{
|
|
3869
4050
|
fill: fill || color || "currentColor",
|
|
@@ -3871,7 +4052,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3871
4052
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3872
4053
|
}
|
|
3873
4054
|
),
|
|
3874
|
-
/* @__PURE__ */ (0,
|
|
4055
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3875
4056
|
"path",
|
|
3876
4057
|
{
|
|
3877
4058
|
fill: fill || color || "currentColor",
|
|
@@ -3882,8 +4063,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3882
4063
|
] }), MouseDrag_default = IconMouseDrag;
|
|
3883
4064
|
|
|
3884
4065
|
// src/components/MouseMove.tsx
|
|
3885
|
-
var
|
|
3886
|
-
/* @__PURE__ */ (0,
|
|
4066
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4067
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3887
4068
|
"path",
|
|
3888
4069
|
{
|
|
3889
4070
|
fill: fill || color || "currentColor",
|
|
@@ -3891,12 +4072,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3891
4072
|
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"
|
|
3892
4073
|
}
|
|
3893
4074
|
) }),
|
|
3894
|
-
/* @__PURE__ */ (0,
|
|
4075
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3895
4076
|
] }), MouseMove_default = IconMouseMove;
|
|
3896
4077
|
|
|
3897
4078
|
// src/components/MouseNumberchange.tsx
|
|
3898
|
-
var
|
|
3899
|
-
/* @__PURE__ */ (0,
|
|
4079
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4080
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3900
4081
|
"path",
|
|
3901
4082
|
{
|
|
3902
4083
|
fill: fill || color || "currentColor",
|
|
@@ -3904,7 +4085,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3904
4085
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3905
4086
|
}
|
|
3906
4087
|
),
|
|
3907
|
-
/* @__PURE__ */ (0,
|
|
4088
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3908
4089
|
"path",
|
|
3909
4090
|
{
|
|
3910
4091
|
fill: fill || color || "currentColor",
|
|
@@ -3915,7 +4096,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3915
4096
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3916
4097
|
|
|
3917
4098
|
// src/components/Musicassets.tsx
|
|
3918
|
-
var
|
|
4099
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3919
4100
|
"path",
|
|
3920
4101
|
{
|
|
3921
4102
|
fill: stroke || color || "currentColor",
|
|
@@ -3926,8 +4107,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3926
4107
|
) }), Musicassets_default = IconMusicassets;
|
|
3927
4108
|
|
|
3928
4109
|
// src/components/Mute.tsx
|
|
3929
|
-
var
|
|
3930
|
-
/* @__PURE__ */ (0,
|
|
4110
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconMute = ({ 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: [
|
|
4111
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3931
4112
|
"path",
|
|
3932
4113
|
{
|
|
3933
4114
|
fill: stroke || color || "currentColor",
|
|
@@ -3936,7 +4117,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3936
4117
|
clipRule: "evenodd"
|
|
3937
4118
|
}
|
|
3938
4119
|
),
|
|
3939
|
-
/* @__PURE__ */ (0,
|
|
4120
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3940
4121
|
"path",
|
|
3941
4122
|
{
|
|
3942
4123
|
fill: stroke || color || "currentColor",
|
|
@@ -3945,8 +4126,28 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3945
4126
|
)
|
|
3946
4127
|
] }), Mute_default = IconMute;
|
|
3947
4128
|
|
|
4129
|
+
// src/components/Newchat.tsx
|
|
4130
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4131
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
4132
|
+
"path",
|
|
4133
|
+
{
|
|
4134
|
+
fill: stroke || color || "currentColor",
|
|
4135
|
+
d: "M16.5 19.5H24V1.5H0V19.5H7.5L12 24L16.5 19.5ZM12 20.818L15.568 17.25H21.75V3.75H2.25V17.25H8.43198L12 20.818Z",
|
|
4136
|
+
fillRule: "evenodd",
|
|
4137
|
+
clipRule: "evenodd"
|
|
4138
|
+
}
|
|
4139
|
+
),
|
|
4140
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
4141
|
+
"path",
|
|
4142
|
+
{
|
|
4143
|
+
fill: stroke || color || "currentColor",
|
|
4144
|
+
d: "M11.0892 6V9.375H7.71423V11.625H11.0892V15H13.3392V11.625H16.7142V9.375H13.3392V6H11.0892Z"
|
|
4145
|
+
}
|
|
4146
|
+
)
|
|
4147
|
+
] }), Newchat_default = IconNewchat;
|
|
4148
|
+
|
|
3948
4149
|
// src/components/Next.tsx
|
|
3949
|
-
var
|
|
4150
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
3950
4151
|
"path",
|
|
3951
4152
|
{
|
|
3952
4153
|
fill: stroke || color || "currentColor",
|
|
@@ -3957,15 +4158,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3957
4158
|
) }), Next_default = IconNext;
|
|
3958
4159
|
|
|
3959
4160
|
// src/components/Nextscene.tsx
|
|
3960
|
-
var
|
|
3961
|
-
/* @__PURE__ */ (0,
|
|
4161
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4162
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3962
4163
|
"path",
|
|
3963
4164
|
{
|
|
3964
4165
|
fill: stroke || color || "currentColor",
|
|
3965
4166
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3966
4167
|
}
|
|
3967
4168
|
),
|
|
3968
|
-
/* @__PURE__ */ (0,
|
|
4169
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3969
4170
|
"path",
|
|
3970
4171
|
{
|
|
3971
4172
|
fill: stroke || color || "currentColor",
|
|
@@ -3977,7 +4178,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3977
4178
|
] }), Nextscene_default = IconNextscene;
|
|
3978
4179
|
|
|
3979
4180
|
// src/components/Niceofficial.tsx
|
|
3980
|
-
var
|
|
4181
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
3981
4182
|
"path",
|
|
3982
4183
|
{
|
|
3983
4184
|
fill: fill || color || "currentColor",
|
|
@@ -3988,8 +4189,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3988
4189
|
) }), Niceofficial_default = IconNiceofficial;
|
|
3989
4190
|
|
|
3990
4191
|
// src/components/Notification.tsx
|
|
3991
|
-
var
|
|
3992
|
-
/* @__PURE__ */ (0,
|
|
4192
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4193
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
3993
4194
|
"path",
|
|
3994
4195
|
{
|
|
3995
4196
|
fill: stroke || color || "currentColor",
|
|
@@ -3998,7 +4199,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3998
4199
|
clipRule: "evenodd"
|
|
3999
4200
|
}
|
|
4000
4201
|
),
|
|
4001
|
-
/* @__PURE__ */ (0,
|
|
4202
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
4002
4203
|
"path",
|
|
4003
4204
|
{
|
|
4004
4205
|
fill: stroke || color || "currentColor",
|
|
@@ -4008,17 +4209,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4008
4209
|
] }), Notification_default = IconNotification;
|
|
4009
4210
|
|
|
4010
4211
|
// src/components/Oneclickgenerate.tsx
|
|
4011
|
-
var
|
|
4012
|
-
/* @__PURE__ */ (0,
|
|
4013
|
-
/* @__PURE__ */ (0,
|
|
4014
|
-
/* @__PURE__ */ (0,
|
|
4212
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4213
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
4214
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
4215
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4015
4216
|
"path",
|
|
4016
4217
|
{
|
|
4017
4218
|
fill: stroke || color || "currentColor",
|
|
4018
4219
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
4019
4220
|
}
|
|
4020
4221
|
),
|
|
4021
|
-
/* @__PURE__ */ (0,
|
|
4222
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4022
4223
|
"path",
|
|
4023
4224
|
{
|
|
4024
4225
|
fill: stroke || color || "currentColor",
|
|
@@ -4030,8 +4231,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4030
4231
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
4031
4232
|
|
|
4032
4233
|
// src/components/Opendemo.tsx
|
|
4033
|
-
var
|
|
4034
|
-
/* @__PURE__ */ (0,
|
|
4234
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
|
|
4235
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4035
4236
|
"path",
|
|
4036
4237
|
{
|
|
4037
4238
|
fill: stroke || color || "currentColor",
|
|
@@ -4040,11 +4241,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4040
4241
|
clipRule: "evenodd"
|
|
4041
4242
|
}
|
|
4042
4243
|
),
|
|
4043
|
-
/* @__PURE__ */ (0,
|
|
4244
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4044
4245
|
] }), Opendemo_default = IconOpendemo;
|
|
4045
4246
|
|
|
4046
4247
|
// src/components/OppsFilled.tsx
|
|
4047
|
-
var
|
|
4248
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ 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)(
|
|
4048
4249
|
"path",
|
|
4049
4250
|
{
|
|
4050
4251
|
fill: fill || color || "currentColor",
|
|
@@ -4055,7 +4256,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4055
4256
|
) }), OppsFilled_default = IconOppsFilled;
|
|
4056
4257
|
|
|
4057
4258
|
// src/components/OptionalcheckedFilled.tsx
|
|
4058
|
-
var
|
|
4259
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ 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)(
|
|
4059
4260
|
"path",
|
|
4060
4261
|
{
|
|
4061
4262
|
fill: fill || color || "currentColor",
|
|
@@ -4066,7 +4267,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4066
4267
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
4067
4268
|
|
|
4068
4269
|
// src/components/Optionaluncheck.tsx
|
|
4069
|
-
var
|
|
4270
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4070
4271
|
"path",
|
|
4071
4272
|
{
|
|
4072
4273
|
fill: stroke || color || "currentColor",
|
|
@@ -4077,7 +4278,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4077
4278
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
4078
4279
|
|
|
4079
4280
|
// src/components/Packagegame.tsx
|
|
4080
|
-
var
|
|
4281
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4081
4282
|
"path",
|
|
4082
4283
|
{
|
|
4083
4284
|
fill: stroke || color || "currentColor",
|
|
@@ -4088,11 +4289,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4088
4289
|
) }), Packagegame_default = IconPackagegame;
|
|
4089
4290
|
|
|
4090
4291
|
// src/components/PageError.tsx
|
|
4091
|
-
var
|
|
4292
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
4092
4293
|
|
|
4093
4294
|
// src/components/Parameters.tsx
|
|
4094
|
-
var
|
|
4095
|
-
/* @__PURE__ */ (0,
|
|
4295
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconParameters = ({ 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: [
|
|
4296
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4096
4297
|
"path",
|
|
4097
4298
|
{
|
|
4098
4299
|
fill: stroke || color || "currentColor",
|
|
@@ -4101,7 +4302,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4101
4302
|
clipRule: "evenodd"
|
|
4102
4303
|
}
|
|
4103
4304
|
),
|
|
4104
|
-
/* @__PURE__ */ (0,
|
|
4305
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4105
4306
|
"path",
|
|
4106
4307
|
{
|
|
4107
4308
|
fill: stroke || color || "currentColor",
|
|
@@ -4113,8 +4314,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4113
4314
|
] }), Parameters_default = IconParameters;
|
|
4114
4315
|
|
|
4115
4316
|
// src/components/Pause.tsx
|
|
4116
|
-
var
|
|
4117
|
-
/* @__PURE__ */ (0,
|
|
4317
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconPause = ({ 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: [
|
|
4318
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4118
4319
|
"path",
|
|
4119
4320
|
{
|
|
4120
4321
|
fill: stroke || color || "currentColor",
|
|
@@ -4123,7 +4324,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4123
4324
|
clipRule: "evenodd"
|
|
4124
4325
|
}
|
|
4125
4326
|
),
|
|
4126
|
-
/* @__PURE__ */ (0,
|
|
4327
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4127
4328
|
"path",
|
|
4128
4329
|
{
|
|
4129
4330
|
fill: stroke || color || "currentColor",
|
|
@@ -4135,7 +4336,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4135
4336
|
] }), Pause_default = IconPause;
|
|
4136
4337
|
|
|
4137
4338
|
// src/components/Pencil.tsx
|
|
4138
|
-
var
|
|
4339
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4139
4340
|
"path",
|
|
4140
4341
|
{
|
|
4141
4342
|
fill: stroke || color || "currentColor",
|
|
@@ -4146,7 +4347,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4146
4347
|
) }), Pencil_default = IconPencil;
|
|
4147
4348
|
|
|
4148
4349
|
// src/components/Pick.tsx
|
|
4149
|
-
var
|
|
4350
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4150
4351
|
"path",
|
|
4151
4352
|
{
|
|
4152
4353
|
fill: stroke || color || "currentColor",
|
|
@@ -4157,22 +4358,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4157
4358
|
) }), Pick_default = IconPick;
|
|
4158
4359
|
|
|
4159
4360
|
// src/components/PickedFilled.tsx
|
|
4160
|
-
var
|
|
4361
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
4161
4362
|
|
|
4162
4363
|
// src/components/PlanFilled.tsx
|
|
4163
|
-
var
|
|
4164
|
-
/* @__PURE__ */ (0,
|
|
4364
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4365
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4165
4366
|
"path",
|
|
4166
4367
|
{
|
|
4167
4368
|
fill: fill || color || "currentColor",
|
|
4168
4369
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
4169
4370
|
}
|
|
4170
4371
|
) }),
|
|
4171
|
-
/* @__PURE__ */ (0,
|
|
4372
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
4172
4373
|
] }), PlanFilled_default = IconPlanFilled;
|
|
4173
4374
|
|
|
4174
4375
|
// src/components/PlayFilled.tsx
|
|
4175
|
-
var
|
|
4376
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4176
4377
|
"path",
|
|
4177
4378
|
{
|
|
4178
4379
|
fill: fill || color || "currentColor",
|
|
@@ -4181,7 +4382,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4181
4382
|
) }), PlayFilled_default = IconPlayFilled;
|
|
4182
4383
|
|
|
4183
4384
|
// src/components/Play.tsx
|
|
4184
|
-
var
|
|
4385
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconPlay = ({ 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)(
|
|
4185
4386
|
"path",
|
|
4186
4387
|
{
|
|
4187
4388
|
fill: stroke || color || "currentColor",
|
|
@@ -4192,15 +4393,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4192
4393
|
) }), Play_default = IconPlay;
|
|
4193
4394
|
|
|
4194
4395
|
// src/components/Previouscene.tsx
|
|
4195
|
-
var
|
|
4196
|
-
/* @__PURE__ */ (0,
|
|
4396
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4397
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4197
4398
|
"path",
|
|
4198
4399
|
{
|
|
4199
4400
|
fill: stroke || color || "currentColor",
|
|
4200
4401
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
4201
4402
|
}
|
|
4202
4403
|
),
|
|
4203
|
-
/* @__PURE__ */ (0,
|
|
4404
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4204
4405
|
"path",
|
|
4205
4406
|
{
|
|
4206
4407
|
fill: stroke || color || "currentColor",
|
|
@@ -4212,7 +4413,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4212
4413
|
] }), Previouscene_default = IconPreviouscene;
|
|
4213
4414
|
|
|
4214
4415
|
// src/components/ProblemFilled.tsx
|
|
4215
|
-
var
|
|
4416
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4216
4417
|
"path",
|
|
4217
4418
|
{
|
|
4218
4419
|
fill: fill || color || "currentColor",
|
|
@@ -4223,7 +4424,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4223
4424
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
4224
4425
|
|
|
4225
4426
|
// src/components/ProblemNoticeFilled.tsx
|
|
4226
|
-
var
|
|
4427
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
4227
4428
|
"path",
|
|
4228
4429
|
{
|
|
4229
4430
|
fill: fill || color || "currentColor",
|
|
@@ -4234,10 +4435,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4234
4435
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
4235
4436
|
|
|
4236
4437
|
// src/components/Problem.tsx
|
|
4237
|
-
var
|
|
4238
|
-
/* @__PURE__ */ (0,
|
|
4239
|
-
/* @__PURE__ */ (0,
|
|
4240
|
-
/* @__PURE__ */ (0,
|
|
4438
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4439
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
4440
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
4441
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4241
4442
|
"path",
|
|
4242
4443
|
{
|
|
4243
4444
|
fill: stroke || color || "currentColor",
|
|
@@ -4249,8 +4450,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4249
4450
|
] }), Problem_default = IconProblem;
|
|
4250
4451
|
|
|
4251
4452
|
// src/components/Publish.tsx
|
|
4252
|
-
var
|
|
4253
|
-
/* @__PURE__ */ (0,
|
|
4453
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4454
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
4254
4455
|
"path",
|
|
4255
4456
|
{
|
|
4256
4457
|
fill: stroke || color || "currentColor",
|
|
@@ -4259,11 +4460,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4259
4460
|
clipRule: "evenodd"
|
|
4260
4461
|
}
|
|
4261
4462
|
),
|
|
4262
|
-
/* @__PURE__ */ (0,
|
|
4463
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4263
4464
|
] }), Publish_default = IconPublish;
|
|
4264
4465
|
|
|
4466
|
+
// src/components/Quote.tsx
|
|
4467
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4468
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4469
|
+
"path",
|
|
4470
|
+
{
|
|
4471
|
+
fill: stroke || color || "currentColor",
|
|
4472
|
+
d: "M8.2045 2.2047L9.7955 3.79569L3.75 9.84118V10.5002H10.5V21.0002H1.5V8.9092L8.2045 2.2047ZM8.25 12.7502H3.75V18.7502H8.25V12.7502Z",
|
|
4473
|
+
fillRule: "evenodd",
|
|
4474
|
+
clipRule: "evenodd"
|
|
4475
|
+
}
|
|
4476
|
+
),
|
|
4477
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4478
|
+
"path",
|
|
4479
|
+
{
|
|
4480
|
+
fill: stroke || color || "currentColor",
|
|
4481
|
+
d: "M20.2045 2.2047L21.7955 3.79569L15.75 9.84118V10.5002H22.5V21.0002H13.5V8.9092L20.2045 2.2047ZM20.25 12.7502H15.75V18.7502H20.25V12.7502Z",
|
|
4482
|
+
fillRule: "evenodd",
|
|
4483
|
+
clipRule: "evenodd"
|
|
4484
|
+
}
|
|
4485
|
+
)
|
|
4486
|
+
] }), Quote_default = IconQuote;
|
|
4487
|
+
|
|
4265
4488
|
// src/components/Ratio169.tsx
|
|
4266
|
-
var
|
|
4489
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
|
|
4267
4490
|
"path",
|
|
4268
4491
|
{
|
|
4269
4492
|
fill: stroke || color || "currentColor",
|
|
@@ -4272,15 +4495,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4272
4495
|
) }), Ratio169_default = IconRatio169;
|
|
4273
4496
|
|
|
4274
4497
|
// src/components/Ratio11.tsx
|
|
4275
|
-
var
|
|
4276
|
-
/* @__PURE__ */ (0,
|
|
4498
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4499
|
+
/* @__PURE__ */ (0, import_jsx_runtime156.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4277
4500
|
"path",
|
|
4278
4501
|
{
|
|
4279
4502
|
fill: stroke || color || "currentColor",
|
|
4280
4503
|
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"
|
|
4281
4504
|
}
|
|
4282
4505
|
) }),
|
|
4283
|
-
/* @__PURE__ */ (0,
|
|
4506
|
+
/* @__PURE__ */ (0, import_jsx_runtime156.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4284
4507
|
"rect",
|
|
4285
4508
|
{
|
|
4286
4509
|
width: "24",
|
|
@@ -4292,15 +4515,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4292
4515
|
] }), Ratio11_default = IconRatio11;
|
|
4293
4516
|
|
|
4294
4517
|
// src/components/Ratio916.tsx
|
|
4295
|
-
var
|
|
4296
|
-
/* @__PURE__ */ (0,
|
|
4518
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4519
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
4297
4520
|
"path",
|
|
4298
4521
|
{
|
|
4299
4522
|
fill: stroke || color || "currentColor",
|
|
4300
4523
|
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"
|
|
4301
4524
|
}
|
|
4302
4525
|
) }),
|
|
4303
|
-
/* @__PURE__ */ (0,
|
|
4526
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
4304
4527
|
"rect",
|
|
4305
4528
|
{
|
|
4306
4529
|
width: "24",
|
|
@@ -4312,17 +4535,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4312
4535
|
] }), Ratio916_default = IconRatio916;
|
|
4313
4536
|
|
|
4314
4537
|
// src/components/RatioAuto.tsx
|
|
4315
|
-
var
|
|
4316
|
-
/* @__PURE__ */ (0,
|
|
4317
|
-
/* @__PURE__ */ (0,
|
|
4538
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ 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: [
|
|
4539
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4540
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4318
4541
|
"path",
|
|
4319
4542
|
{
|
|
4320
4543
|
fill: stroke || color || "currentColor",
|
|
4321
4544
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4322
4545
|
}
|
|
4323
4546
|
),
|
|
4324
|
-
/* @__PURE__ */ (0,
|
|
4325
|
-
/* @__PURE__ */ (0,
|
|
4547
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4548
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4326
4549
|
"path",
|
|
4327
4550
|
{
|
|
4328
4551
|
fill: stroke || color || "currentColor",
|
|
@@ -4332,7 +4555,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4332
4555
|
}
|
|
4333
4556
|
)
|
|
4334
4557
|
] }),
|
|
4335
|
-
/* @__PURE__ */ (0,
|
|
4558
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4336
4559
|
"rect",
|
|
4337
4560
|
{
|
|
4338
4561
|
width: "24",
|
|
@@ -4344,15 +4567,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4344
4567
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4345
4568
|
|
|
4346
4569
|
// src/components/Ratio.tsx
|
|
4347
|
-
var
|
|
4348
|
-
/* @__PURE__ */ (0,
|
|
4570
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
|
|
4571
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4349
4572
|
"path",
|
|
4350
4573
|
{
|
|
4351
4574
|
fill: stroke || color || "currentColor",
|
|
4352
4575
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4353
4576
|
}
|
|
4354
4577
|
),
|
|
4355
|
-
/* @__PURE__ */ (0,
|
|
4578
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4356
4579
|
"path",
|
|
4357
4580
|
{
|
|
4358
4581
|
fill: stroke || color || "currentColor",
|
|
@@ -4362,7 +4585,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4362
4585
|
] }), Ratio_default = IconRatio;
|
|
4363
4586
|
|
|
4364
4587
|
// src/components/ReEdit.tsx
|
|
4365
|
-
var
|
|
4588
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconReEdit = ({ 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)(
|
|
4366
4589
|
"path",
|
|
4367
4590
|
{
|
|
4368
4591
|
fill: stroke || color || "currentColor",
|
|
@@ -4373,7 +4596,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4373
4596
|
) }), ReEdit_default = IconReEdit;
|
|
4374
4597
|
|
|
4375
4598
|
// src/components/Regenerate.tsx
|
|
4376
|
-
var
|
|
4599
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4377
4600
|
"path",
|
|
4378
4601
|
{
|
|
4379
4602
|
fill: stroke || color || "currentColor",
|
|
@@ -4384,8 +4607,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4384
4607
|
) }), Regenerate_default = IconRegenerate;
|
|
4385
4608
|
|
|
4386
4609
|
// src/components/Resultsetting.tsx
|
|
4387
|
-
var
|
|
4388
|
-
/* @__PURE__ */ (0,
|
|
4610
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconResultsetting = ({ 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: [
|
|
4611
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4389
4612
|
"path",
|
|
4390
4613
|
{
|
|
4391
4614
|
fill: stroke || color || "currentColor",
|
|
@@ -4394,7 +4617,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4394
4617
|
clipRule: "evenodd"
|
|
4395
4618
|
}
|
|
4396
4619
|
) }),
|
|
4397
|
-
/* @__PURE__ */ (0,
|
|
4620
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4398
4621
|
"rect",
|
|
4399
4622
|
{
|
|
4400
4623
|
width: "24",
|
|
@@ -4406,7 +4629,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4406
4629
|
] }), Resultsetting_default = IconResultsetting;
|
|
4407
4630
|
|
|
4408
4631
|
// src/components/RightFilled.tsx
|
|
4409
|
-
var
|
|
4632
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4410
4633
|
"path",
|
|
4411
4634
|
{
|
|
4412
4635
|
fill: fill || color || "currentColor",
|
|
@@ -4416,8 +4639,31 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4416
4639
|
}
|
|
4417
4640
|
) }), RightFilled_default = IconRightFilled;
|
|
4418
4641
|
|
|
4642
|
+
// src/components/SatisfiedFilled.tsx
|
|
4643
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4644
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4645
|
+
"path",
|
|
4646
|
+
{
|
|
4647
|
+
fill: fill || color || "currentColor",
|
|
4648
|
+
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
4649
|
+
}
|
|
4650
|
+
),
|
|
4651
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
4652
|
+
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
4653
|
+
|
|
4654
|
+
// src/components/Satisfied.tsx
|
|
4655
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconSatisfied = ({ 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)(
|
|
4656
|
+
"path",
|
|
4657
|
+
{
|
|
4658
|
+
fill: stroke || color || "currentColor",
|
|
4659
|
+
d: "M6.675 7.5L9.75 0H12.75C14.4069 0 15.75 1.34315 15.75 3V7.5H24V12L21 21H0V7.5H6.675ZM6 9.75H2.25V18.75H6V9.75ZM8.25 18.75H19.3783L21.75 11.6349V9.75H13.5V3C13.5 2.58579 13.1642 2.25 12.75 2.25H11.2593L8.25 9.58968V18.75Z",
|
|
4660
|
+
fillRule: "evenodd",
|
|
4661
|
+
clipRule: "evenodd"
|
|
4662
|
+
}
|
|
4663
|
+
) }), Satisfied_default = IconSatisfied;
|
|
4664
|
+
|
|
4419
4665
|
// src/components/SceneNext.tsx
|
|
4420
|
-
var
|
|
4666
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4421
4667
|
"path",
|
|
4422
4668
|
{
|
|
4423
4669
|
fill: stroke || color || "currentColor",
|
|
@@ -4426,27 +4672,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4426
4672
|
) }), SceneNext_default = IconSceneNext;
|
|
4427
4673
|
|
|
4428
4674
|
// src/components/Scriptmode.tsx
|
|
4429
|
-
var
|
|
4430
|
-
/* @__PURE__ */ (0,
|
|
4431
|
-
/* @__PURE__ */ (0,
|
|
4432
|
-
/* @__PURE__ */ (0,
|
|
4433
|
-
/* @__PURE__ */ (0,
|
|
4434
|
-
/* @__PURE__ */ (0,
|
|
4435
|
-
/* @__PURE__ */ (0,
|
|
4436
|
-
/* @__PURE__ */ (0,
|
|
4437
|
-
/* @__PURE__ */ (0,
|
|
4675
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4676
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4677
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4678
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4679
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4680
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4681
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4682
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4683
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4438
4684
|
] }), Scriptmode_default = IconScriptmode;
|
|
4439
4685
|
|
|
4440
4686
|
// src/components/Scrolldown.tsx
|
|
4441
|
-
var
|
|
4442
|
-
/* @__PURE__ */ (0,
|
|
4687
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4688
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4443
4689
|
"path",
|
|
4444
4690
|
{
|
|
4445
4691
|
fill: stroke || color || "currentColor",
|
|
4446
4692
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
4447
4693
|
}
|
|
4448
4694
|
),
|
|
4449
|
-
/* @__PURE__ */ (0,
|
|
4695
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4450
4696
|
"path",
|
|
4451
4697
|
{
|
|
4452
4698
|
fill: stroke || color || "currentColor",
|
|
@@ -4456,7 +4702,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4456
4702
|
] }), Scrolldown_default = IconScrolldown;
|
|
4457
4703
|
|
|
4458
4704
|
// src/components/Sendrequest.tsx
|
|
4459
|
-
var
|
|
4705
|
+
var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4460
4706
|
"path",
|
|
4461
4707
|
{
|
|
4462
4708
|
fill: fill || color || "currentColor",
|
|
@@ -4467,7 +4713,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4467
4713
|
) }), Sendrequest_default = IconSendrequest;
|
|
4468
4714
|
|
|
4469
4715
|
// src/components/Sendup.tsx
|
|
4470
|
-
var
|
|
4716
|
+
var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconSendup = ({ 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)(
|
|
4471
4717
|
"path",
|
|
4472
4718
|
{
|
|
4473
4719
|
fill: stroke || color || "currentColor",
|
|
@@ -4476,7 +4722,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4476
4722
|
) }), Sendup_default = IconSendup;
|
|
4477
4723
|
|
|
4478
4724
|
// src/components/Sendup2.tsx
|
|
4479
|
-
var
|
|
4725
|
+
var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconSendup2 = ({ 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)(
|
|
4480
4726
|
"path",
|
|
4481
4727
|
{
|
|
4482
4728
|
fill: stroke || color || "currentColor",
|
|
@@ -4485,7 +4731,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4485
4731
|
) }), Sendup2_default = IconSendup2;
|
|
4486
4732
|
|
|
4487
4733
|
// src/components/ShareFilled.tsx
|
|
4488
|
-
var
|
|
4734
|
+
var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconShareFilled = ({ 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)(
|
|
4489
4735
|
"path",
|
|
4490
4736
|
{
|
|
4491
4737
|
fill: fill || color || "currentColor",
|
|
@@ -4494,7 +4740,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4494
4740
|
) }), ShareFilled_default = IconShareFilled;
|
|
4495
4741
|
|
|
4496
4742
|
// src/components/Share.tsx
|
|
4497
|
-
var
|
|
4743
|
+
var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconShare = ({ 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)(
|
|
4498
4744
|
"path",
|
|
4499
4745
|
{
|
|
4500
4746
|
fill: stroke || color || "currentColor",
|
|
@@ -4505,7 +4751,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4505
4751
|
) }), Share_default = IconShare;
|
|
4506
4752
|
|
|
4507
4753
|
// src/components/Sidebar.tsx
|
|
4508
|
-
var
|
|
4754
|
+
var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconSidebar = ({ 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)(
|
|
4509
4755
|
"path",
|
|
4510
4756
|
{
|
|
4511
4757
|
fill: stroke || color || "currentColor",
|
|
@@ -4515,8 +4761,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4515
4761
|
}
|
|
4516
4762
|
) }), Sidebar_default = IconSidebar;
|
|
4517
4763
|
|
|
4764
|
+
// src/components/Singleunchecked.tsx
|
|
4765
|
+
var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconSingleunchecked = ({ 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)(
|
|
4766
|
+
"path",
|
|
4767
|
+
{
|
|
4768
|
+
fill: stroke || color || "currentColor",
|
|
4769
|
+
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 24ZM12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75Z",
|
|
4770
|
+
fillRule: "evenodd",
|
|
4771
|
+
clipRule: "evenodd"
|
|
4772
|
+
}
|
|
4773
|
+
) }), Singleunchecked_default = IconSingleunchecked;
|
|
4774
|
+
|
|
4518
4775
|
// src/components/SocialX.tsx
|
|
4519
|
-
var
|
|
4776
|
+
var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
|
|
4520
4777
|
"path",
|
|
4521
4778
|
{
|
|
4522
4779
|
fill: fill || color || "currentColor",
|
|
@@ -4525,7 +4782,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4525
4782
|
) }), SocialX_default = IconSocialX;
|
|
4526
4783
|
|
|
4527
4784
|
// src/components/SocialDiscord.tsx
|
|
4528
|
-
var
|
|
4785
|
+
var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
|
|
4529
4786
|
"path",
|
|
4530
4787
|
{
|
|
4531
4788
|
fill: fill || color || "currentColor",
|
|
@@ -4534,8 +4791,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4534
4791
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4535
4792
|
|
|
4536
4793
|
// src/components/SoundOff.tsx
|
|
4537
|
-
var
|
|
4538
|
-
/* @__PURE__ */ (0,
|
|
4794
|
+
var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4795
|
+
/* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
4539
4796
|
"path",
|
|
4540
4797
|
{
|
|
4541
4798
|
fill: stroke || color || "currentColor",
|
|
@@ -4544,7 +4801,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4544
4801
|
clipRule: "evenodd"
|
|
4545
4802
|
}
|
|
4546
4803
|
),
|
|
4547
|
-
/* @__PURE__ */ (0,
|
|
4804
|
+
/* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
4548
4805
|
"path",
|
|
4549
4806
|
{
|
|
4550
4807
|
fill: stroke || color || "currentColor",
|
|
@@ -4554,8 +4811,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4554
4811
|
] }), SoundOff_default = IconSoundOff;
|
|
4555
4812
|
|
|
4556
4813
|
// src/components/SoundOn.tsx
|
|
4557
|
-
var
|
|
4558
|
-
/* @__PURE__ */ (0,
|
|
4814
|
+
var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
|
|
4815
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4559
4816
|
"path",
|
|
4560
4817
|
{
|
|
4561
4818
|
fill: stroke || color || "currentColor",
|
|
@@ -4564,14 +4821,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4564
4821
|
clipRule: "evenodd"
|
|
4565
4822
|
}
|
|
4566
4823
|
),
|
|
4567
|
-
/* @__PURE__ */ (0,
|
|
4824
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4568
4825
|
"path",
|
|
4569
4826
|
{
|
|
4570
4827
|
fill: stroke || color || "currentColor",
|
|
4571
4828
|
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"
|
|
4572
4829
|
}
|
|
4573
4830
|
),
|
|
4574
|
-
/* @__PURE__ */ (0,
|
|
4831
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4575
4832
|
"path",
|
|
4576
4833
|
{
|
|
4577
4834
|
fill: stroke || color || "currentColor",
|
|
@@ -4581,7 +4838,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4581
4838
|
] }), SoundOn_default = IconSoundOn;
|
|
4582
4839
|
|
|
4583
4840
|
// src/components/Storyboard.tsx
|
|
4584
|
-
var
|
|
4841
|
+
var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconStoryboard = ({ 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)(
|
|
4585
4842
|
"path",
|
|
4586
4843
|
{
|
|
4587
4844
|
fill: stroke || color || "currentColor",
|
|
@@ -4592,24 +4849,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4592
4849
|
) }), Storyboard_default = IconStoryboard;
|
|
4593
4850
|
|
|
4594
4851
|
// src/components/StyleAutoFilled.tsx
|
|
4595
|
-
var
|
|
4596
|
-
/* @__PURE__ */ (0,
|
|
4852
|
+
var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4853
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4597
4854
|
"path",
|
|
4598
4855
|
{
|
|
4599
4856
|
fill: fill || color || "currentColor",
|
|
4600
4857
|
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"
|
|
4601
4858
|
}
|
|
4602
4859
|
),
|
|
4603
|
-
/* @__PURE__ */ (0,
|
|
4860
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4604
4861
|
"path",
|
|
4605
4862
|
{
|
|
4606
4863
|
fill: fill || color || "currentColor",
|
|
4607
4864
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4608
4865
|
}
|
|
4609
4866
|
),
|
|
4610
|
-
/* @__PURE__ */ (0,
|
|
4611
|
-
/* @__PURE__ */ (0,
|
|
4612
|
-
/* @__PURE__ */ (0,
|
|
4867
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4868
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4869
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4613
4870
|
"path",
|
|
4614
4871
|
{
|
|
4615
4872
|
fill: fill || color || "currentColor",
|
|
@@ -4619,43 +4876,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4619
4876
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4620
4877
|
|
|
4621
4878
|
// src/components/Style.tsx
|
|
4622
|
-
var
|
|
4623
|
-
/* @__PURE__ */ (0,
|
|
4879
|
+
var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconStyle = ({ 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: [
|
|
4880
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4624
4881
|
"path",
|
|
4625
4882
|
{
|
|
4626
4883
|
fill: stroke || color || "currentColor",
|
|
4627
4884
|
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"
|
|
4628
4885
|
}
|
|
4629
4886
|
),
|
|
4630
|
-
/* @__PURE__ */ (0,
|
|
4887
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4631
4888
|
"path",
|
|
4632
4889
|
{
|
|
4633
4890
|
fill: stroke || color || "currentColor",
|
|
4634
4891
|
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"
|
|
4635
4892
|
}
|
|
4636
4893
|
),
|
|
4637
|
-
/* @__PURE__ */ (0,
|
|
4894
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4638
4895
|
"path",
|
|
4639
4896
|
{
|
|
4640
4897
|
fill: stroke || color || "currentColor",
|
|
4641
4898
|
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"
|
|
4642
4899
|
}
|
|
4643
4900
|
),
|
|
4644
|
-
/* @__PURE__ */ (0,
|
|
4901
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4645
4902
|
"path",
|
|
4646
4903
|
{
|
|
4647
4904
|
fill: stroke || color || "currentColor",
|
|
4648
4905
|
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"
|
|
4649
4906
|
}
|
|
4650
4907
|
),
|
|
4651
|
-
/* @__PURE__ */ (0,
|
|
4908
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4652
4909
|
"path",
|
|
4653
4910
|
{
|
|
4654
4911
|
fill: stroke || color || "currentColor",
|
|
4655
4912
|
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"
|
|
4656
4913
|
}
|
|
4657
4914
|
),
|
|
4658
|
-
/* @__PURE__ */ (0,
|
|
4915
|
+
/* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4659
4916
|
"path",
|
|
4660
4917
|
{
|
|
4661
4918
|
fill: stroke || color || "currentColor",
|
|
@@ -4667,8 +4924,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4667
4924
|
] }), Style_default = IconStyle;
|
|
4668
4925
|
|
|
4669
4926
|
// src/components/Styleoverall.tsx
|
|
4670
|
-
var
|
|
4671
|
-
/* @__PURE__ */ (0,
|
|
4927
|
+
var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ 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: [
|
|
4928
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4672
4929
|
"path",
|
|
4673
4930
|
{
|
|
4674
4931
|
fill: stroke || color || "currentColor",
|
|
@@ -4677,7 +4934,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4677
4934
|
clipRule: "evenodd"
|
|
4678
4935
|
}
|
|
4679
4936
|
),
|
|
4680
|
-
/* @__PURE__ */ (0,
|
|
4937
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4681
4938
|
"path",
|
|
4682
4939
|
{
|
|
4683
4940
|
fill: stroke || color || "currentColor",
|
|
@@ -4686,7 +4943,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4686
4943
|
clipRule: "evenodd"
|
|
4687
4944
|
}
|
|
4688
4945
|
),
|
|
4689
|
-
/* @__PURE__ */ (0,
|
|
4946
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4690
4947
|
"path",
|
|
4691
4948
|
{
|
|
4692
4949
|
fill: stroke || color || "currentColor",
|
|
@@ -4695,7 +4952,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4695
4952
|
clipRule: "evenodd"
|
|
4696
4953
|
}
|
|
4697
4954
|
),
|
|
4698
|
-
/* @__PURE__ */ (0,
|
|
4955
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4699
4956
|
"path",
|
|
4700
4957
|
{
|
|
4701
4958
|
fill: stroke || color || "currentColor",
|
|
@@ -4707,7 +4964,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4707
4964
|
] }), Styleoverall_default = IconStyleoverall;
|
|
4708
4965
|
|
|
4709
4966
|
// src/components/SwitchOffFilled.tsx
|
|
4710
|
-
var
|
|
4967
|
+
var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4711
4968
|
"path",
|
|
4712
4969
|
{
|
|
4713
4970
|
fill: fill || color || "currentColor",
|
|
@@ -4718,7 +4975,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4718
4975
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4719
4976
|
|
|
4720
4977
|
// src/components/SwitchOnFilled.tsx
|
|
4721
|
-
var
|
|
4978
|
+
var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
|
|
4722
4979
|
"path",
|
|
4723
4980
|
{
|
|
4724
4981
|
fill: fill || color || "currentColor",
|
|
@@ -4728,9 +4985,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4728
4985
|
}
|
|
4729
4986
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4730
4987
|
|
|
4988
|
+
// src/components/Table.tsx
|
|
4989
|
+
var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4990
|
+
"path",
|
|
4991
|
+
{
|
|
4992
|
+
fill: stroke || color || "currentColor",
|
|
4993
|
+
d: "M24 21.875L24 3.125L0 3.125L0 21.875L24 21.875ZM21.75 5.46875L16.5 5.46875V11.3281L21.75 11.3281V5.46875ZM21.75 13.6719V19.5312L16.5 19.5312V13.6719L21.75 13.6719ZM14.25 11.3281L14.25 5.46875L8.25 5.46875L8.25 11.3281L14.25 11.3281ZM8.25 13.6719L14.25 13.6719V19.5312L8.25 19.5312V13.6719ZM6 19.5312L6 5.46875L2.25 5.46875L2.25 19.5312L6 19.5312Z",
|
|
4994
|
+
fillRule: "evenodd",
|
|
4995
|
+
clipRule: "evenodd"
|
|
4996
|
+
}
|
|
4997
|
+
) }), Table_default = IconTable;
|
|
4998
|
+
|
|
4731
4999
|
// src/components/Target.tsx
|
|
4732
|
-
var
|
|
4733
|
-
/* @__PURE__ */ (0,
|
|
5000
|
+
var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5001
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4734
5002
|
"path",
|
|
4735
5003
|
{
|
|
4736
5004
|
fill: stroke || color || "currentColor",
|
|
@@ -4739,7 +5007,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4739
5007
|
clipRule: "evenodd"
|
|
4740
5008
|
}
|
|
4741
5009
|
),
|
|
4742
|
-
/* @__PURE__ */ (0,
|
|
5010
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4743
5011
|
"path",
|
|
4744
5012
|
{
|
|
4745
5013
|
fill: stroke || color || "currentColor",
|
|
@@ -4751,43 +5019,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4751
5019
|
] }), Target_default = IconTarget;
|
|
4752
5020
|
|
|
4753
5021
|
// src/components/TextLogo.tsx
|
|
4754
|
-
var
|
|
4755
|
-
/* @__PURE__ */ (0,
|
|
5022
|
+
var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
5023
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4756
5024
|
"path",
|
|
4757
5025
|
{
|
|
4758
5026
|
fill: fill || color || "currentColor",
|
|
4759
5027
|
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"
|
|
4760
5028
|
}
|
|
4761
5029
|
),
|
|
4762
|
-
/* @__PURE__ */ (0,
|
|
5030
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4763
5031
|
"path",
|
|
4764
5032
|
{
|
|
4765
5033
|
fill: fill || color || "currentColor",
|
|
4766
5034
|
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"
|
|
4767
5035
|
}
|
|
4768
5036
|
),
|
|
4769
|
-
/* @__PURE__ */ (0,
|
|
5037
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4770
5038
|
"path",
|
|
4771
5039
|
{
|
|
4772
5040
|
fill: fill || color || "currentColor",
|
|
4773
5041
|
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"
|
|
4774
5042
|
}
|
|
4775
5043
|
),
|
|
4776
|
-
/* @__PURE__ */ (0,
|
|
5044
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4777
5045
|
"path",
|
|
4778
5046
|
{
|
|
4779
5047
|
fill: fill || color || "currentColor",
|
|
4780
5048
|
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"
|
|
4781
5049
|
}
|
|
4782
5050
|
),
|
|
4783
|
-
/* @__PURE__ */ (0,
|
|
5051
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4784
5052
|
"path",
|
|
4785
5053
|
{
|
|
4786
5054
|
fill: fill || color || "currentColor",
|
|
4787
5055
|
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"
|
|
4788
5056
|
}
|
|
4789
5057
|
),
|
|
4790
|
-
/* @__PURE__ */ (0,
|
|
5058
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4791
5059
|
"path",
|
|
4792
5060
|
{
|
|
4793
5061
|
fill: fill || color || "currentColor",
|
|
@@ -4797,7 +5065,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4797
5065
|
] }), TextLogo_default = IconTextLogo;
|
|
4798
5066
|
|
|
4799
5067
|
// src/components/TipsFilled.tsx
|
|
4800
|
-
var
|
|
5068
|
+
var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4801
5069
|
"path",
|
|
4802
5070
|
{
|
|
4803
5071
|
fill: fill || color || "currentColor",
|
|
@@ -4808,7 +5076,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4808
5076
|
) }), TipsFilled_default = IconTipsFilled;
|
|
4809
5077
|
|
|
4810
5078
|
// src/components/Tips.tsx
|
|
4811
|
-
var
|
|
5079
|
+
var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4812
5080
|
"path",
|
|
4813
5081
|
{
|
|
4814
5082
|
fill: stroke || color || "currentColor",
|
|
@@ -4819,15 +5087,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4819
5087
|
) }), Tips_default = IconTips;
|
|
4820
5088
|
|
|
4821
5089
|
// src/components/ToolsFilled.tsx
|
|
4822
|
-
var
|
|
4823
|
-
/* @__PURE__ */ (0,
|
|
5090
|
+
var import_jsx_runtime191 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5091
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
4824
5092
|
"path",
|
|
4825
5093
|
{
|
|
4826
5094
|
fill: fill || color || "currentColor",
|
|
4827
5095
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
4828
5096
|
}
|
|
4829
5097
|
),
|
|
4830
|
-
/* @__PURE__ */ (0,
|
|
5098
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
4831
5099
|
"path",
|
|
4832
5100
|
{
|
|
4833
5101
|
fill: fill || color || "currentColor",
|
|
@@ -4837,7 +5105,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4837
5105
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
4838
5106
|
|
|
4839
5107
|
// src/components/Tools.tsx
|
|
4840
|
-
var
|
|
5108
|
+
var import_jsx_runtime192 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4841
5109
|
"path",
|
|
4842
5110
|
{
|
|
4843
5111
|
stroke: stroke || color || "currentColor",
|
|
@@ -4847,7 +5115,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4847
5115
|
) }), Tools_default = IconTools;
|
|
4848
5116
|
|
|
4849
5117
|
// src/components/Undo.tsx
|
|
4850
|
-
var
|
|
5118
|
+
var import_jsx_runtime193 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
4851
5119
|
"path",
|
|
4852
5120
|
{
|
|
4853
5121
|
fill: stroke || color || "currentColor",
|
|
@@ -4857,8 +5125,31 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4857
5125
|
}
|
|
4858
5126
|
) }), Undo_default = IconUndo;
|
|
4859
5127
|
|
|
5128
|
+
// src/components/UnsatisfiedFilled.tsx
|
|
5129
|
+
var import_jsx_runtime194 = __toESM(require_jsx_runtime()), IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5130
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5131
|
+
"path",
|
|
5132
|
+
{
|
|
5133
|
+
fill: fill || color || "currentColor",
|
|
5134
|
+
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
5135
|
+
}
|
|
5136
|
+
),
|
|
5137
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
5138
|
+
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
5139
|
+
|
|
5140
|
+
// src/components/Unsatisfied.tsx
|
|
5141
|
+
var import_jsx_runtime195 = __toESM(require_jsx_runtime()), IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
5142
|
+
"path",
|
|
5143
|
+
{
|
|
5144
|
+
fill: stroke || color || "currentColor",
|
|
5145
|
+
d: "M6.675 16.5L9.75 24H12.75C14.4069 24 15.75 22.6569 15.75 21V16.5H24V12L21 3H0V16.5H6.675ZM6 14.25H2.25V5.25H6V14.25ZM8.25 5.25H19.3783L21.75 12.3651V14.25H13.5V21C13.5 21.4142 13.1642 21.75 12.75 21.75H11.2593L8.25 14.4103V5.25Z",
|
|
5146
|
+
fillRule: "evenodd",
|
|
5147
|
+
clipRule: "evenodd"
|
|
5148
|
+
}
|
|
5149
|
+
) }), Unsatisfied_default = IconUnsatisfied;
|
|
5150
|
+
|
|
4860
5151
|
// src/components/UpFilled.tsx
|
|
4861
|
-
var
|
|
5152
|
+
var import_jsx_runtime196 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
4862
5153
|
"path",
|
|
4863
5154
|
{
|
|
4864
5155
|
fill: fill || color || "currentColor",
|
|
@@ -4869,7 +5160,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4869
5160
|
) }), UpFilled_default = IconUpFilled;
|
|
4870
5161
|
|
|
4871
5162
|
// src/components/UpleftFilled.tsx
|
|
4872
|
-
var
|
|
5163
|
+
var import_jsx_runtime197 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime197.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
4873
5164
|
"path",
|
|
4874
5165
|
{
|
|
4875
5166
|
fill: fill || color || "currentColor",
|
|
@@ -4880,7 +5171,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4880
5171
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4881
5172
|
|
|
4882
5173
|
// src/components/Uploadedvideo.tsx
|
|
4883
|
-
var
|
|
5174
|
+
var import_jsx_runtime198 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime198.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
4884
5175
|
"path",
|
|
4885
5176
|
{
|
|
4886
5177
|
fill: fill || color || "currentColor",
|
|
@@ -4891,7 +5182,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4891
5182
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
4892
5183
|
|
|
4893
5184
|
// src/components/Uploadfiles.tsx
|
|
4894
|
-
var
|
|
5185
|
+
var import_jsx_runtime199 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime199.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
4895
5186
|
"path",
|
|
4896
5187
|
{
|
|
4897
5188
|
fill: stroke || color || "currentColor",
|
|
@@ -4900,7 +5191,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4900
5191
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
4901
5192
|
|
|
4902
5193
|
// src/components/Uploadstory.tsx
|
|
4903
|
-
var
|
|
5194
|
+
var import_jsx_runtime200 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
4904
5195
|
"path",
|
|
4905
5196
|
{
|
|
4906
5197
|
fill: stroke || color || "currentColor",
|
|
@@ -4911,7 +5202,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4911
5202
|
) }), Uploadstory_default = IconUploadstory;
|
|
4912
5203
|
|
|
4913
5204
|
// src/components/UprightFilled.tsx
|
|
4914
|
-
var
|
|
5205
|
+
var import_jsx_runtime201 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
|
|
4915
5206
|
"path",
|
|
4916
5207
|
{
|
|
4917
5208
|
fill: fill || color || "currentColor",
|
|
@@ -4922,7 +5213,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4922
5213
|
) }), UprightFilled_default = IconUprightFilled;
|
|
4923
5214
|
|
|
4924
5215
|
// src/components/Userfeedback.tsx
|
|
4925
|
-
var
|
|
5216
|
+
var import_jsx_runtime202 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
4926
5217
|
"path",
|
|
4927
5218
|
{
|
|
4928
5219
|
fill: stroke || color || "currentColor",
|
|
@@ -4933,16 +5224,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4933
5224
|
) }), Userfeedback_default = IconUserfeedback;
|
|
4934
5225
|
|
|
4935
5226
|
// src/components/Userfollow.tsx
|
|
4936
|
-
var
|
|
4937
|
-
/* @__PURE__ */ (0,
|
|
5227
|
+
var import_jsx_runtime203 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5228
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
4938
5229
|
"path",
|
|
4939
5230
|
{
|
|
4940
5231
|
fill: stroke || color || "currentColor",
|
|
4941
5232
|
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"
|
|
4942
5233
|
}
|
|
4943
5234
|
),
|
|
4944
|
-
/* @__PURE__ */ (0,
|
|
4945
|
-
/* @__PURE__ */ (0,
|
|
5235
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
5236
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
4946
5237
|
"path",
|
|
4947
5238
|
{
|
|
4948
5239
|
fill: stroke || color || "currentColor",
|
|
@@ -4954,7 +5245,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4954
5245
|
] }), Userfollow_default = IconUserfollow;
|
|
4955
5246
|
|
|
4956
5247
|
// src/components/Userfollowback.tsx
|
|
4957
|
-
var
|
|
5248
|
+
var import_jsx_runtime204 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(
|
|
4958
5249
|
"path",
|
|
4959
5250
|
{
|
|
4960
5251
|
fill: stroke || color || "currentColor",
|
|
@@ -4963,7 +5254,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4963
5254
|
) }), Userfollowback_default = IconUserfollowback;
|
|
4964
5255
|
|
|
4965
5256
|
// src/components/Userfollowed.tsx
|
|
4966
|
-
var
|
|
5257
|
+
var import_jsx_runtime205 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4967
5258
|
"path",
|
|
4968
5259
|
{
|
|
4969
5260
|
fill: stroke || color || "currentColor",
|
|
@@ -4972,15 +5263,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4972
5263
|
) }), Userfollowed_default = IconUserfollowed;
|
|
4973
5264
|
|
|
4974
5265
|
// src/components/VideoGeneration.tsx
|
|
4975
|
-
var
|
|
4976
|
-
/* @__PURE__ */ (0,
|
|
5266
|
+
var import_jsx_runtime206 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime206.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5267
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
4977
5268
|
"path",
|
|
4978
5269
|
{
|
|
4979
5270
|
fill: stroke || color || "currentColor",
|
|
4980
5271
|
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"
|
|
4981
5272
|
}
|
|
4982
5273
|
),
|
|
4983
|
-
/* @__PURE__ */ (0,
|
|
5274
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
4984
5275
|
"path",
|
|
4985
5276
|
{
|
|
4986
5277
|
fill: stroke || color || "currentColor",
|
|
@@ -4989,7 +5280,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4989
5280
|
clipRule: "evenodd"
|
|
4990
5281
|
}
|
|
4991
5282
|
),
|
|
4992
|
-
/* @__PURE__ */ (0,
|
|
5283
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
4993
5284
|
"path",
|
|
4994
5285
|
{
|
|
4995
5286
|
fill: stroke || color || "currentColor",
|
|
@@ -4999,9 +5290,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4999
5290
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
5000
5291
|
|
|
5001
5292
|
// src/components/VideoLength.tsx
|
|
5002
|
-
var
|
|
5003
|
-
/* @__PURE__ */ (0,
|
|
5004
|
-
/* @__PURE__ */ (0,
|
|
5293
|
+
var import_jsx_runtime207 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime207.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5294
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
5295
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsx)(
|
|
5005
5296
|
"path",
|
|
5006
5297
|
{
|
|
5007
5298
|
fill: stroke || color || "currentColor",
|
|
@@ -5013,8 +5304,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5013
5304
|
] }), VideoLength_default = IconVideoLength;
|
|
5014
5305
|
|
|
5015
5306
|
// src/components/Videogenerate.tsx
|
|
5016
|
-
var
|
|
5017
|
-
/* @__PURE__ */ (0,
|
|
5307
|
+
var import_jsx_runtime208 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime208.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5308
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
5018
5309
|
"path",
|
|
5019
5310
|
{
|
|
5020
5311
|
fill: stroke || color || "currentColor",
|
|
@@ -5023,7 +5314,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5023
5314
|
clipRule: "evenodd"
|
|
5024
5315
|
}
|
|
5025
5316
|
),
|
|
5026
|
-
/* @__PURE__ */ (0,
|
|
5317
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
5027
5318
|
"path",
|
|
5028
5319
|
{
|
|
5029
5320
|
fill: stroke || color || "currentColor",
|
|
@@ -5035,7 +5326,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5035
5326
|
] }), Videogenerate_default = IconVideogenerate;
|
|
5036
5327
|
|
|
5037
5328
|
// src/components/Visualstyles.tsx
|
|
5038
|
-
var
|
|
5329
|
+
var import_jsx_runtime209 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime209.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
5039
5330
|
"path",
|
|
5040
5331
|
{
|
|
5041
5332
|
fill: stroke || color || "currentColor",
|
|
@@ -5046,8 +5337,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5046
5337
|
) }), Visualstyles_default = IconVisualstyles;
|
|
5047
5338
|
|
|
5048
5339
|
// src/components/Volume.tsx
|
|
5049
|
-
var
|
|
5050
|
-
/* @__PURE__ */ (0,
|
|
5340
|
+
var import_jsx_runtime210 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime210.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5341
|
+
/* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
5051
5342
|
"path",
|
|
5052
5343
|
{
|
|
5053
5344
|
fill: stroke || color || "currentColor",
|
|
@@ -5056,14 +5347,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5056
5347
|
clipRule: "evenodd"
|
|
5057
5348
|
}
|
|
5058
5349
|
),
|
|
5059
|
-
/* @__PURE__ */ (0,
|
|
5350
|
+
/* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
5060
5351
|
"path",
|
|
5061
5352
|
{
|
|
5062
5353
|
fill: stroke || color || "currentColor",
|
|
5063
5354
|
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"
|
|
5064
5355
|
}
|
|
5065
5356
|
),
|
|
5066
|
-
/* @__PURE__ */ (0,
|
|
5357
|
+
/* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
5067
5358
|
"path",
|
|
5068
5359
|
{
|
|
5069
5360
|
fill: stroke || color || "currentColor",
|
|
@@ -5073,7 +5364,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5073
5364
|
] }), Volume_default = IconVolume;
|
|
5074
5365
|
|
|
5075
5366
|
// src/components/Withdrawgame.tsx
|
|
5076
|
-
var
|
|
5367
|
+
var import_jsx_runtime211 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime211.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
5077
5368
|
"path",
|
|
5078
5369
|
{
|
|
5079
5370
|
fill: stroke || color || "currentColor",
|
|
@@ -5084,15 +5375,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5084
5375
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
5085
5376
|
|
|
5086
5377
|
// src/components/Zoomhandle.tsx
|
|
5087
|
-
var
|
|
5088
|
-
/* @__PURE__ */ (0,
|
|
5378
|
+
var import_jsx_runtime212 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime212.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5379
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
5089
5380
|
"path",
|
|
5090
5381
|
{
|
|
5091
5382
|
fill: fill || color || "currentColor",
|
|
5092
5383
|
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"
|
|
5093
5384
|
}
|
|
5094
5385
|
),
|
|
5095
|
-
/* @__PURE__ */ (0,
|
|
5386
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
5096
5387
|
"path",
|
|
5097
5388
|
{
|
|
5098
5389
|
fill: stroke || color || "currentColor",
|
|
@@ -5102,15 +5393,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5102
5393
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
5103
5394
|
|
|
5104
5395
|
// src/components/Zoomin.tsx
|
|
5105
|
-
var
|
|
5106
|
-
/* @__PURE__ */ (0,
|
|
5396
|
+
var import_jsx_runtime213 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime213.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5397
|
+
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
5107
5398
|
"path",
|
|
5108
5399
|
{
|
|
5109
5400
|
fill: stroke || color || "currentColor",
|
|
5110
5401
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
5111
5402
|
}
|
|
5112
5403
|
),
|
|
5113
|
-
/* @__PURE__ */ (0,
|
|
5404
|
+
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
5114
5405
|
"path",
|
|
5115
5406
|
{
|
|
5116
5407
|
fill: stroke || color || "currentColor",
|
|
@@ -5122,9 +5413,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5122
5413
|
] }), Zoomin_default = IconZoomin;
|
|
5123
5414
|
|
|
5124
5415
|
// src/components/Zoomout.tsx
|
|
5125
|
-
var
|
|
5126
|
-
/* @__PURE__ */ (0,
|
|
5127
|
-
/* @__PURE__ */ (0,
|
|
5416
|
+
var import_jsx_runtime214 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime214.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5417
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
5418
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
5128
5419
|
"path",
|
|
5129
5420
|
{
|
|
5130
5421
|
fill: stroke || color || "currentColor",
|