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