@yoroll/react-icon 0.0.12 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1202 -439
- package/dist/index.iife.js +1156 -438
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +1367 -559
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Aboutus.d.ts +4 -0
- package/dist/types/components/Announcement.d.ts +4 -0
- package/dist/types/components/Backtoprojects.d.ts +4 -0
- package/dist/types/components/Changeprofilephoto.d.ts +4 -0
- package/dist/types/components/DownFilled.d.ts +4 -0
- package/dist/types/components/DownleftFilled.d.ts +4 -0
- package/dist/types/components/DownrightFilled.d.ts +4 -0
- package/dist/types/components/FiletypeImageFilled.d.ts +4 -0
- package/dist/types/components/FiletypeTxtFilled.d.ts +4 -0
- package/dist/types/components/FiletypeTxtLumiFilled.d.ts +4 -0
- package/dist/types/components/FiletypeWordFilled.d.ts +4 -0
- package/dist/types/components/FiletypeWordLumiFilled.d.ts +4 -0
- package/dist/types/components/FoldedMenu.d.ts +4 -0
- package/dist/types/components/Game.d.ts +4 -0
- package/dist/types/components/GameFilled.d.ts +4 -0
- package/dist/types/components/Gamebackup.d.ts +4 -0
- package/dist/types/components/GamebackupFilled.d.ts +4 -0
- package/dist/types/components/GamecontrolNone.d.ts +4 -0
- package/dist/types/components/Gameui.d.ts +4 -0
- package/dist/types/components/Hotareacenter.d.ts +4 -0
- package/dist/types/components/LeftFilled.d.ts +4 -0
- package/dist/types/components/ModelOpenaiFilled.d.ts +4 -0
- package/dist/types/components/MoreCollapse.d.ts +4 -0
- package/dist/types/components/MoreHorizontal.d.ts +4 -0
- package/dist/types/components/MoreShowed.d.ts +4 -0
- package/dist/types/components/MouseDrag.d.ts +4 -0
- package/dist/types/components/MouseMove.d.ts +4 -0
- package/dist/types/components/MouseNumberchange.d.ts +4 -0
- package/dist/types/components/OppsFilled.d.ts +4 -0
- package/dist/types/components/OptionalcheckedFilled.d.ts +4 -0
- package/dist/types/components/Optionaluncheck.d.ts +4 -0
- package/dist/types/components/Packagegame.d.ts +4 -0
- package/dist/types/components/Parameters.d.ts +4 -0
- package/dist/types/components/Pause.d.ts +4 -0
- package/dist/types/components/Play.d.ts +4 -0
- package/dist/types/components/Publish.d.ts +4 -0
- package/dist/types/components/RightFilled.d.ts +4 -0
- package/dist/types/components/SwitchOffFilled.d.ts +4 -0
- package/dist/types/components/Tips.d.ts +4 -0
- package/dist/types/components/UpFilled.d.ts +4 -0
- package/dist/types/components/UpleftFilled.d.ts +4 -0
- package/dist/types/components/UprightFilled.d.ts +4 -0
- package/dist/types/components/Withdrawgame.d.ts +4 -0
- package/dist/types/components/Zoomin.d.ts +4 -0
- package/dist/types/components/Zoomout.d.ts +4 -0
- package/dist/types/components/index.d.ts +45 -0
- package/package.json +2 -3
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.13 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1600,16 +1600,36 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1600
1600
|
)
|
|
1601
1601
|
] }), Uploadimage_default = IconUploadimage;
|
|
1602
1602
|
|
|
1603
|
-
// src/components/
|
|
1604
|
-
var import_jsx_runtime4 = __toESM(require_jsx_runtime()),
|
|
1603
|
+
// src/components/Aboutus.tsx
|
|
1604
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1605
1605
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1606
1606
|
"path",
|
|
1607
1607
|
{
|
|
1608
1608
|
fill: stroke || color || "currentColor",
|
|
1609
|
-
d: "
|
|
1609
|
+
d: "M8.25 3.75V0H15.75V3.75H20.25L24 9L20.25 14.25H1.5V3.75H8.25ZM10.5 2.25H13.5V3.75H10.5V2.25ZM3.75 6V12H19.0921L21.235 9L19.0921 6H3.75Z",
|
|
1610
|
+
fillRule: "evenodd",
|
|
1611
|
+
clipRule: "evenodd"
|
|
1610
1612
|
}
|
|
1611
1613
|
),
|
|
1612
1614
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1615
|
+
"path",
|
|
1616
|
+
{
|
|
1617
|
+
fill: stroke || color || "currentColor",
|
|
1618
|
+
d: "M10.5 17.25V21.75H13.5V17.25H15.75V24H8.25V17.25H10.5Z"
|
|
1619
|
+
}
|
|
1620
|
+
)
|
|
1621
|
+
] }), Aboutus_default = IconAboutus;
|
|
1622
|
+
|
|
1623
|
+
// src/components/AddSceneChoice.tsx
|
|
1624
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1625
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1626
|
+
"path",
|
|
1627
|
+
{
|
|
1628
|
+
fill: stroke || color || "currentColor",
|
|
1629
|
+
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
1630
|
+
}
|
|
1631
|
+
),
|
|
1632
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1613
1633
|
"path",
|
|
1614
1634
|
{
|
|
1615
1635
|
fill: stroke || color || "currentColor",
|
|
@@ -1621,7 +1641,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1621
1641
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
1622
1642
|
|
|
1623
1643
|
// src/components/Add.tsx
|
|
1624
|
-
var
|
|
1644
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1625
1645
|
"path",
|
|
1626
1646
|
{
|
|
1627
1647
|
fill: stroke || color || "currentColor",
|
|
@@ -1630,8 +1650,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1630
1650
|
) }), Add_default = IconAdd;
|
|
1631
1651
|
|
|
1632
1652
|
// src/components/Agreements.tsx
|
|
1633
|
-
var
|
|
1634
|
-
/* @__PURE__ */ (0,
|
|
1653
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconAgreements = ({ 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: [
|
|
1654
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1635
1655
|
"path",
|
|
1636
1656
|
{
|
|
1637
1657
|
fill: stroke || color || "currentColor",
|
|
@@ -1640,11 +1660,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1640
1660
|
clipRule: "evenodd"
|
|
1641
1661
|
}
|
|
1642
1662
|
),
|
|
1643
|
-
/* @__PURE__ */ (0,
|
|
1663
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
1644
1664
|
] }), Agreements_default = IconAgreements;
|
|
1645
1665
|
|
|
1646
1666
|
// src/components/AngleDown.tsx
|
|
1647
|
-
var
|
|
1667
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1648
1668
|
"path",
|
|
1649
1669
|
{
|
|
1650
1670
|
fill: stroke || color || "currentColor",
|
|
@@ -1652,8 +1672,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1652
1672
|
}
|
|
1653
1673
|
) }), AngleDown_default = IconAngleDown;
|
|
1654
1674
|
|
|
1675
|
+
// src/components/Announcement.tsx
|
|
1676
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ 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)(
|
|
1677
|
+
"path",
|
|
1678
|
+
{
|
|
1679
|
+
fill: stroke || color || "currentColor",
|
|
1680
|
+
d: "M19.5 20.25H22.5V1.5H19.5C19.5 3.98528 17.4853 6 15 6H1.5V15.75H6.92877L8.26664 23.4428L10.4834 23.0572L9.21254 15.75H15C17.4853 15.75 19.5 17.7647 19.5 20.25ZM12 13.5H15C17.1205 13.5 19.0125 14.4778 20.25 16.007V5.743C19.0125 7.27225 17.1205 8.25 15 8.25H12V13.5ZM9.75 13.5V8.25H3.75V13.5H9.75Z",
|
|
1681
|
+
fillRule: "evenodd",
|
|
1682
|
+
clipRule: "evenodd"
|
|
1683
|
+
}
|
|
1684
|
+
) }), Announcement_default = IconAnnouncement;
|
|
1685
|
+
|
|
1655
1686
|
// src/components/Artboard.tsx
|
|
1656
|
-
var
|
|
1687
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1657
1688
|
"path",
|
|
1658
1689
|
{
|
|
1659
1690
|
fill: stroke || color || "currentColor",
|
|
@@ -1664,17 +1695,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1664
1695
|
) }), Artboard_default = IconArtboard;
|
|
1665
1696
|
|
|
1666
1697
|
// src/components/AssetsFilled.tsx
|
|
1667
|
-
var
|
|
1668
|
-
/* @__PURE__ */ (0,
|
|
1669
|
-
/* @__PURE__ */ (0,
|
|
1670
|
-
/* @__PURE__ */ (0,
|
|
1698
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1699
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1700
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1701
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1671
1702
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1672
1703
|
|
|
1673
1704
|
// src/components/Assets.tsx
|
|
1674
|
-
var
|
|
1675
|
-
/* @__PURE__ */ (0,
|
|
1676
|
-
/* @__PURE__ */ (0,
|
|
1677
|
-
/* @__PURE__ */ (0,
|
|
1705
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1706
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1707
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1708
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1678
1709
|
"path",
|
|
1679
1710
|
{
|
|
1680
1711
|
fill: stroke || color || "currentColor",
|
|
@@ -1685,8 +1716,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1685
1716
|
)
|
|
1686
1717
|
] }), Assets_default = IconAssets;
|
|
1687
1718
|
|
|
1719
|
+
// src/components/Backtoprojects.tsx
|
|
1720
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1721
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1722
|
+
"path",
|
|
1723
|
+
{
|
|
1724
|
+
fill: stroke || color || "currentColor",
|
|
1725
|
+
d: "M1.5 1.5H10.5V10.5H1.5V1.5ZM3.75 3.75H8.25V8.25H3.75V3.75Z",
|
|
1726
|
+
fillRule: "evenodd",
|
|
1727
|
+
clipRule: "evenodd"
|
|
1728
|
+
}
|
|
1729
|
+
),
|
|
1730
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1731
|
+
"path",
|
|
1732
|
+
{
|
|
1733
|
+
fill: stroke || color || "currentColor",
|
|
1734
|
+
d: "M1.5 13.5H10.5V22.5H1.5V13.5ZM3.75 15.75H8.25V20.25H3.75V15.75Z",
|
|
1735
|
+
fillRule: "evenodd",
|
|
1736
|
+
clipRule: "evenodd"
|
|
1737
|
+
}
|
|
1738
|
+
),
|
|
1739
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1740
|
+
"path",
|
|
1741
|
+
{
|
|
1742
|
+
fill: stroke || color || "currentColor",
|
|
1743
|
+
d: "M13.5 1.5V10.5H22.5V1.5H13.5ZM20.25 3.75H15.75V8.25H20.25V3.75Z",
|
|
1744
|
+
fillRule: "evenodd",
|
|
1745
|
+
clipRule: "evenodd"
|
|
1746
|
+
}
|
|
1747
|
+
),
|
|
1748
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1749
|
+
"path",
|
|
1750
|
+
{
|
|
1751
|
+
fill: stroke || color || "currentColor",
|
|
1752
|
+
d: "M13.5 13.5H22.5V22.5H13.5V13.5ZM15.75 15.75H20.25V20.25H15.75V15.75Z",
|
|
1753
|
+
fillRule: "evenodd",
|
|
1754
|
+
clipRule: "evenodd"
|
|
1755
|
+
}
|
|
1756
|
+
)
|
|
1757
|
+
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1758
|
+
|
|
1688
1759
|
// src/components/Backward.tsx
|
|
1689
|
-
var
|
|
1760
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
|
|
1690
1761
|
"path",
|
|
1691
1762
|
{
|
|
1692
1763
|
fill: stroke || color || "currentColor",
|
|
@@ -1695,7 +1766,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1695
1766
|
) }), Backward_default = IconBackward;
|
|
1696
1767
|
|
|
1697
1768
|
// src/components/BatchShots.tsx
|
|
1698
|
-
var
|
|
1769
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
1699
1770
|
"path",
|
|
1700
1771
|
{
|
|
1701
1772
|
fill: stroke || color || "currentColor",
|
|
@@ -1706,7 +1777,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1706
1777
|
) }), BatchShots_default = IconBatchShots;
|
|
1707
1778
|
|
|
1708
1779
|
// src/components/Canvasmode.tsx
|
|
1709
|
-
var
|
|
1780
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
1710
1781
|
"path",
|
|
1711
1782
|
{
|
|
1712
1783
|
fill: stroke || color || "currentColor",
|
|
@@ -1716,8 +1787,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1716
1787
|
}
|
|
1717
1788
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1718
1789
|
|
|
1790
|
+
// src/components/Changeprofilephoto.tsx
|
|
1791
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
|
|
1792
|
+
"path",
|
|
1793
|
+
{
|
|
1794
|
+
fill: stroke || color || "currentColor",
|
|
1795
|
+
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",
|
|
1796
|
+
fillRule: "evenodd",
|
|
1797
|
+
clipRule: "evenodd"
|
|
1798
|
+
}
|
|
1799
|
+
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
1800
|
+
|
|
1719
1801
|
// src/components/Chaptercollapse.tsx
|
|
1720
|
-
var
|
|
1802
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1721
1803
|
"path",
|
|
1722
1804
|
{
|
|
1723
1805
|
fill: stroke || color || "currentColor",
|
|
@@ -1728,7 +1810,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1728
1810
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1729
1811
|
|
|
1730
1812
|
// src/components/Chapterexpand.tsx
|
|
1731
|
-
var
|
|
1813
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1732
1814
|
"path",
|
|
1733
1815
|
{
|
|
1734
1816
|
fill: stroke || color || "currentColor",
|
|
@@ -1739,7 +1821,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1739
1821
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1740
1822
|
|
|
1741
1823
|
// src/components/Check.tsx
|
|
1742
|
-
var
|
|
1824
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
|
|
1743
1825
|
"path",
|
|
1744
1826
|
{
|
|
1745
1827
|
fill: stroke || color || "currentColor",
|
|
@@ -1748,7 +1830,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1748
1830
|
) }), Check_default = IconCheck;
|
|
1749
1831
|
|
|
1750
1832
|
// src/components/CheckedFilled.tsx
|
|
1751
|
-
var
|
|
1833
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1752
1834
|
"path",
|
|
1753
1835
|
{
|
|
1754
1836
|
fill: fill || color || "currentColor",
|
|
@@ -1759,7 +1841,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1759
1841
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1760
1842
|
|
|
1761
1843
|
// src/components/Close.tsx
|
|
1762
|
-
var
|
|
1844
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconClose = ({ 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)(
|
|
1763
1845
|
"path",
|
|
1764
1846
|
{
|
|
1765
1847
|
fill: stroke || color || "currentColor",
|
|
@@ -1768,9 +1850,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1768
1850
|
) }), Close_default = IconClose;
|
|
1769
1851
|
|
|
1770
1852
|
// src/components/Copy.tsx
|
|
1771
|
-
var
|
|
1772
|
-
/* @__PURE__ */ (0,
|
|
1773
|
-
/* @__PURE__ */ (0,
|
|
1853
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1854
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1855
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1774
1856
|
"path",
|
|
1775
1857
|
{
|
|
1776
1858
|
fill: stroke || color || "currentColor",
|
|
@@ -1782,8 +1864,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1782
1864
|
] }), Copy_default = IconCopy;
|
|
1783
1865
|
|
|
1784
1866
|
// src/components/CreditFilled.tsx
|
|
1785
|
-
var
|
|
1786
|
-
/* @__PURE__ */ (0,
|
|
1867
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1787
1869
|
"path",
|
|
1788
1870
|
{
|
|
1789
1871
|
fill: fill || color || "currentColor",
|
|
@@ -1792,11 +1874,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1792
1874
|
clipRule: "evenodd"
|
|
1793
1875
|
}
|
|
1794
1876
|
) }),
|
|
1795
|
-
/* @__PURE__ */ (0,
|
|
1877
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1796
1878
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1797
1879
|
|
|
1798
1880
|
// src/components/Cursor.tsx
|
|
1799
|
-
var
|
|
1881
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCursor = ({ 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)(
|
|
1800
1882
|
"path",
|
|
1801
1883
|
{
|
|
1802
1884
|
fill: stroke || color || "currentColor",
|
|
@@ -1807,9 +1889,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1807
1889
|
) }), Cursor_default = IconCursor;
|
|
1808
1890
|
|
|
1809
1891
|
// src/components/DeleteSceneChoice.tsx
|
|
1810
|
-
var
|
|
1811
|
-
/* @__PURE__ */ (0,
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1892
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1893
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
1894
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1813
1895
|
"path",
|
|
1814
1896
|
{
|
|
1815
1897
|
fill: stroke || color || "currentColor",
|
|
@@ -1821,9 +1903,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1821
1903
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1822
1904
|
|
|
1823
1905
|
// src/components/Delete.tsx
|
|
1824
|
-
var
|
|
1825
|
-
/* @__PURE__ */ (0,
|
|
1826
|
-
/* @__PURE__ */ (0,
|
|
1906
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1907
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
1908
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1827
1909
|
"path",
|
|
1828
1910
|
{
|
|
1829
1911
|
fill: stroke || color || "currentColor",
|
|
@@ -1834,16 +1916,38 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1834
1916
|
)
|
|
1835
1917
|
] }), Delete_default = IconDelete;
|
|
1836
1918
|
|
|
1919
|
+
// src/components/DownFilled.tsx
|
|
1920
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconDownFilled = ({ 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)(
|
|
1921
|
+
"path",
|
|
1922
|
+
{
|
|
1923
|
+
fill: fill || color || "currentColor",
|
|
1924
|
+
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 24ZM18 12H13.5V4.5H10.5V12H6V13.5L12 19.5L18 13.5V12Z",
|
|
1925
|
+
fillRule: "evenodd",
|
|
1926
|
+
clipRule: "evenodd"
|
|
1927
|
+
}
|
|
1928
|
+
) }), DownFilled_default = IconDownFilled;
|
|
1929
|
+
|
|
1930
|
+
// src/components/DownleftFilled.tsx
|
|
1931
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1932
|
+
"path",
|
|
1933
|
+
{
|
|
1934
|
+
fill: fill || color || "currentColor",
|
|
1935
|
+
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 24ZM18.3107 7.81068L13.0607 13.0607L16.125 16.125L15 17.25H6.75V9.00002L7.875 7.87502L10.9393 10.9394L16.1893 5.68936L18.3107 7.81068Z",
|
|
1936
|
+
fillRule: "evenodd",
|
|
1937
|
+
clipRule: "evenodd"
|
|
1938
|
+
}
|
|
1939
|
+
) }), DownleftFilled_default = IconDownleftFilled;
|
|
1940
|
+
|
|
1837
1941
|
// src/components/Download.tsx
|
|
1838
|
-
var
|
|
1839
|
-
/* @__PURE__ */ (0,
|
|
1942
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1943
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1840
1944
|
"path",
|
|
1841
1945
|
{
|
|
1842
1946
|
fill: stroke || color || "currentColor",
|
|
1843
1947
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1844
1948
|
}
|
|
1845
1949
|
),
|
|
1846
|
-
/* @__PURE__ */ (0,
|
|
1950
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1847
1951
|
"path",
|
|
1848
1952
|
{
|
|
1849
1953
|
fill: stroke || color || "currentColor",
|
|
@@ -1854,18 +1958,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1854
1958
|
)
|
|
1855
1959
|
] }), Download_default = IconDownload;
|
|
1856
1960
|
|
|
1961
|
+
// src/components/DownrightFilled.tsx
|
|
1962
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ 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)(
|
|
1963
|
+
"path",
|
|
1964
|
+
{
|
|
1965
|
+
fill: fill || color || "currentColor",
|
|
1966
|
+
d: "M24 12C24 5.37258 18.6274 -2.89694e-07 12 0C5.37258 2.89694e-07 -2.89694e-07 5.37258 0 12C2.89694e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12ZM7.81068 5.68934L13.0607 10.9393L16.125 7.875L17.25 9V17.25L9.00002 17.25L7.87502 16.125L10.9394 13.0607L5.68936 7.81066L7.81068 5.68934Z",
|
|
1967
|
+
fillRule: "evenodd",
|
|
1968
|
+
clipRule: "evenodd"
|
|
1969
|
+
}
|
|
1970
|
+
) }), DownrightFilled_default = IconDownrightFilled;
|
|
1971
|
+
|
|
1857
1972
|
// src/components/DraghandleFilled.tsx
|
|
1858
|
-
var
|
|
1859
|
-
/* @__PURE__ */ (0,
|
|
1860
|
-
/* @__PURE__ */ (0,
|
|
1861
|
-
/* @__PURE__ */ (0,
|
|
1862
|
-
/* @__PURE__ */ (0,
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1864
|
-
/* @__PURE__ */ (0,
|
|
1973
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1974
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
1975
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
1976
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
1978
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
1979
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
1865
1980
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
1866
1981
|
|
|
1867
1982
|
// src/components/FeedbackFailFilled.tsx
|
|
1868
|
-
var
|
|
1983
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1869
1984
|
"path",
|
|
1870
1985
|
{
|
|
1871
1986
|
fill: fill || color || "currentColor",
|
|
@@ -1876,7 +1991,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1876
1991
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
1877
1992
|
|
|
1878
1993
|
// src/components/FeedbackPendingFilled.tsx
|
|
1879
|
-
var
|
|
1994
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1880
1995
|
"path",
|
|
1881
1996
|
{
|
|
1882
1997
|
fill: fill || color || "currentColor",
|
|
@@ -1887,7 +2002,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1887
2002
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
1888
2003
|
|
|
1889
2004
|
// src/components/FeedbackProblemFilled.tsx
|
|
1890
|
-
var
|
|
2005
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ 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)(
|
|
1891
2006
|
"path",
|
|
1892
2007
|
{
|
|
1893
2008
|
fill: fill || color || "currentColor",
|
|
@@ -1898,29 +2013,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1898
2013
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
1899
2014
|
|
|
1900
2015
|
// src/components/FeedbackProblem.tsx
|
|
1901
|
-
var
|
|
1902
|
-
/* @__PURE__ */ (0,
|
|
2016
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
|
|
2017
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1903
2018
|
"path",
|
|
1904
2019
|
{
|
|
1905
2020
|
fill: stroke || color || "currentColor",
|
|
1906
2021
|
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"
|
|
1907
2022
|
}
|
|
1908
2023
|
),
|
|
1909
|
-
/* @__PURE__ */ (0,
|
|
2024
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1910
2025
|
"path",
|
|
1911
2026
|
{
|
|
1912
2027
|
fill: stroke || color || "currentColor",
|
|
1913
2028
|
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"
|
|
1914
2029
|
}
|
|
1915
2030
|
),
|
|
1916
|
-
/* @__PURE__ */ (0,
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1917
2032
|
"path",
|
|
1918
2033
|
{
|
|
1919
2034
|
fill: stroke || color || "currentColor",
|
|
1920
2035
|
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"
|
|
1921
2036
|
}
|
|
1922
2037
|
),
|
|
1923
|
-
/* @__PURE__ */ (0,
|
|
2038
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1924
2039
|
"path",
|
|
1925
2040
|
{
|
|
1926
2041
|
fill: stroke || color || "currentColor",
|
|
@@ -1931,9 +2046,44 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1931
2046
|
)
|
|
1932
2047
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
1933
2048
|
|
|
2049
|
+
// src/components/FiletypeImageFilled.tsx
|
|
2050
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2051
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2052
|
+
"path",
|
|
2053
|
+
{
|
|
2054
|
+
fill: "#2E2E2E",
|
|
2055
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
2056
|
+
style: { opacity: 0.3 }
|
|
2057
|
+
}
|
|
2058
|
+
) }),
|
|
2059
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2060
|
+
"path",
|
|
2061
|
+
{
|
|
2062
|
+
fill: "#2E2E2E",
|
|
2063
|
+
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"
|
|
2064
|
+
}
|
|
2065
|
+
),
|
|
2066
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2067
|
+
"path",
|
|
2068
|
+
{
|
|
2069
|
+
fill: "#2E2E2E",
|
|
2070
|
+
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"
|
|
2071
|
+
}
|
|
2072
|
+
),
|
|
2073
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2074
|
+
"path",
|
|
2075
|
+
{
|
|
2076
|
+
fill: "#2E2E2E",
|
|
2077
|
+
d: "M9.625 7.625C8.52043 7.625 7.625 8.52043 7.625 9.625V14.375C7.625 15.4796 8.52043 16.375 9.625 16.375H14.375C15.4796 16.375 16.375 15.4796 16.375 14.375V9.625C16.375 8.52043 15.4796 7.625 14.375 7.625H9.625ZM15.4375 9.5625C15.4375 9.01022 14.9898 8.5625 14.4375 8.5625H9.5625C9.01022 8.5625 8.5625 9.01022 8.5625 9.5625V13.4837C8.5625 14.4334 9.76209 14.8483 10.3488 14.1015L11.3107 12.8773C11.6773 12.4107 12.3693 12.3693 12.7889 12.7889C13.1798 13.1798 13.8151 13.1748 14.1997 12.7777L15.1557 11.7908C15.3365 11.6043 15.4375 11.3548 15.4375 11.0951V9.5625Z",
|
|
2078
|
+
fillRule: "evenodd",
|
|
2079
|
+
clipRule: "evenodd"
|
|
2080
|
+
}
|
|
2081
|
+
)
|
|
2082
|
+
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2083
|
+
|
|
1934
2084
|
// src/components/FiletypePdfFilled.tsx
|
|
1935
|
-
var
|
|
1936
|
-
/* @__PURE__ */ (0,
|
|
2085
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2086
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1937
2087
|
"path",
|
|
1938
2088
|
{
|
|
1939
2089
|
fill: "#FF3E4C",
|
|
@@ -1941,14 +2091,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1941
2091
|
style: { opacity: 0.3 }
|
|
1942
2092
|
}
|
|
1943
2093
|
) }),
|
|
1944
|
-
/* @__PURE__ */ (0,
|
|
2094
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1945
2095
|
"path",
|
|
1946
2096
|
{
|
|
1947
2097
|
fill: "#FF3E4C",
|
|
1948
2098
|
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"
|
|
1949
2099
|
}
|
|
1950
2100
|
),
|
|
1951
|
-
/* @__PURE__ */ (0,
|
|
2101
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1952
2102
|
"path",
|
|
1953
2103
|
{
|
|
1954
2104
|
fill: "#FF3E4C",
|
|
@@ -1958,8 +2108,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1958
2108
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
1959
2109
|
|
|
1960
2110
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
1961
|
-
var
|
|
1962
|
-
/* @__PURE__ */ (0,
|
|
2111
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1963
2113
|
"path",
|
|
1964
2114
|
{
|
|
1965
2115
|
fill: "#2E2E2E",
|
|
@@ -1967,14 +2117,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1967
2117
|
style: { opacity: 0.3 }
|
|
1968
2118
|
}
|
|
1969
2119
|
) }),
|
|
1970
|
-
/* @__PURE__ */ (0,
|
|
2120
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1971
2121
|
"path",
|
|
1972
2122
|
{
|
|
1973
2123
|
fill: "#2E2E2E",
|
|
1974
2124
|
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"
|
|
1975
2125
|
}
|
|
1976
2126
|
),
|
|
1977
|
-
/* @__PURE__ */ (0,
|
|
2127
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1978
2128
|
"path",
|
|
1979
2129
|
{
|
|
1980
2130
|
fill: "#2E2E2E",
|
|
@@ -1983,8 +2133,196 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1983
2133
|
)
|
|
1984
2134
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
1985
2135
|
|
|
2136
|
+
// src/components/FiletypeTxtFilled.tsx
|
|
2137
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2138
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2139
|
+
"path",
|
|
2140
|
+
{
|
|
2141
|
+
fill: "#005FAD",
|
|
2142
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
2143
|
+
style: { opacity: 0.3 }
|
|
2144
|
+
}
|
|
2145
|
+
) }),
|
|
2146
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2147
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2148
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2149
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2150
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2151
|
+
"path",
|
|
2152
|
+
{
|
|
2153
|
+
fill: "#005FAD",
|
|
2154
|
+
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"
|
|
2155
|
+
}
|
|
2156
|
+
)
|
|
2157
|
+
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2158
|
+
|
|
2159
|
+
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2160
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2161
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2162
|
+
"path",
|
|
2163
|
+
{
|
|
2164
|
+
fill: "#2E2E2E",
|
|
2165
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
2166
|
+
style: { opacity: 0.3 }
|
|
2167
|
+
}
|
|
2168
|
+
) }),
|
|
2169
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2170
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2172
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2173
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2174
|
+
"path",
|
|
2175
|
+
{
|
|
2176
|
+
fill: "#2E2E2E",
|
|
2177
|
+
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"
|
|
2178
|
+
}
|
|
2179
|
+
)
|
|
2180
|
+
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2181
|
+
|
|
2182
|
+
// src/components/FiletypeWordFilled.tsx
|
|
2183
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ 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: [
|
|
2184
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2185
|
+
"path",
|
|
2186
|
+
{
|
|
2187
|
+
fill: "#0072FF",
|
|
2188
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
2189
|
+
style: { opacity: 0.3 }
|
|
2190
|
+
}
|
|
2191
|
+
) }),
|
|
2192
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2193
|
+
"path",
|
|
2194
|
+
{
|
|
2195
|
+
fill: "#0072FF",
|
|
2196
|
+
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"
|
|
2197
|
+
}
|
|
2198
|
+
),
|
|
2199
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2200
|
+
"path",
|
|
2201
|
+
{
|
|
2202
|
+
fill: "#0072FF",
|
|
2203
|
+
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"
|
|
2204
|
+
}
|
|
2205
|
+
)
|
|
2206
|
+
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2207
|
+
|
|
2208
|
+
// src/components/FiletypeWordLumiFilled.tsx
|
|
2209
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2210
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2211
|
+
"path",
|
|
2212
|
+
{
|
|
2213
|
+
fill: "#2E2E2E",
|
|
2214
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
2215
|
+
style: { opacity: 0.3 }
|
|
2216
|
+
}
|
|
2217
|
+
) }),
|
|
2218
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2219
|
+
"path",
|
|
2220
|
+
{
|
|
2221
|
+
fill: "#2E2E2E",
|
|
2222
|
+
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"
|
|
2223
|
+
}
|
|
2224
|
+
),
|
|
2225
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2226
|
+
"path",
|
|
2227
|
+
{
|
|
2228
|
+
fill: "#2E2E2E",
|
|
2229
|
+
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"
|
|
2230
|
+
}
|
|
2231
|
+
)
|
|
2232
|
+
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2233
|
+
|
|
2234
|
+
// src/components/FoldedMenu.tsx
|
|
2235
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ 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: [
|
|
2236
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2237
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2238
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2240
|
+
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2241
|
+
|
|
2242
|
+
// src/components/GameFilled.tsx
|
|
2243
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconGameFilled = ({ 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: [
|
|
2244
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2245
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2246
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2247
|
+
"path",
|
|
2248
|
+
{
|
|
2249
|
+
fill: fill || color || "currentColor",
|
|
2250
|
+
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2251
|
+
}
|
|
2252
|
+
),
|
|
2253
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2254
|
+
"path",
|
|
2255
|
+
{
|
|
2256
|
+
fill: fill || color || "currentColor",
|
|
2257
|
+
d: "M18.6213 16.5H24V7.5H18.6213L14.1213 12L18.6213 16.5Z"
|
|
2258
|
+
}
|
|
2259
|
+
)
|
|
2260
|
+
] }), GameFilled_default = IconGameFilled;
|
|
2261
|
+
|
|
2262
|
+
// src/components/Game.tsx
|
|
2263
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
|
|
2264
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2265
|
+
"path",
|
|
2266
|
+
{
|
|
2267
|
+
fill: stroke || color || "currentColor",
|
|
2268
|
+
d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0ZM9.75 4.4467L12 6.6967L14.25 4.4467V2.25H9.75V4.4467Z",
|
|
2269
|
+
fillRule: "evenodd",
|
|
2270
|
+
clipRule: "evenodd"
|
|
2271
|
+
}
|
|
2272
|
+
),
|
|
2273
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2274
|
+
"path",
|
|
2275
|
+
{
|
|
2276
|
+
fill: stroke || color || "currentColor",
|
|
2277
|
+
d: "M0 7.5H5.37868L9.87868 12L5.37868 16.5H0V7.5ZM2.25 14.25H4.4467L6.6967 12L4.4467 9.75H2.25V14.25Z",
|
|
2278
|
+
fillRule: "evenodd",
|
|
2279
|
+
clipRule: "evenodd"
|
|
2280
|
+
}
|
|
2281
|
+
),
|
|
2282
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2283
|
+
"path",
|
|
2284
|
+
{
|
|
2285
|
+
fill: stroke || color || "currentColor",
|
|
2286
|
+
d: "M7.5 24V18.6213L12 14.1213L16.5 18.6213V24H7.5ZM14.25 21.75V19.5533L12 17.3033L9.75 19.5533V21.75H14.25Z",
|
|
2287
|
+
fillRule: "evenodd",
|
|
2288
|
+
clipRule: "evenodd"
|
|
2289
|
+
}
|
|
2290
|
+
),
|
|
2291
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2292
|
+
"path",
|
|
2293
|
+
{
|
|
2294
|
+
fill: stroke || color || "currentColor",
|
|
2295
|
+
d: "M24 16.5H18.6213L14.1213 12L18.6213 7.5H24V16.5ZM21.75 9.75H19.5533L17.3033 12L19.5533 14.25H21.75V9.75Z",
|
|
2296
|
+
fillRule: "evenodd",
|
|
2297
|
+
clipRule: "evenodd"
|
|
2298
|
+
}
|
|
2299
|
+
)
|
|
2300
|
+
] }), Game_default = IconGame;
|
|
2301
|
+
|
|
2302
|
+
// src/components/GamebackupFilled.tsx
|
|
2303
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
|
|
2304
|
+
"path",
|
|
2305
|
+
{
|
|
2306
|
+
fill: fill || color || "currentColor",
|
|
2307
|
+
d: "M12 4.44507L8.63888 0.523773L6.36111 2.47615L9.38156 6H1.5V22.5H22.5V6H14.6184L17.6389 2.47615L15.3611 0.523773L12 4.44507ZM16.5 9H19.5V19.5H16.5V9Z",
|
|
2308
|
+
fillRule: "evenodd",
|
|
2309
|
+
clipRule: "evenodd"
|
|
2310
|
+
}
|
|
2311
|
+
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2312
|
+
|
|
2313
|
+
// src/components/Gamebackup.tsx
|
|
2314
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconGamebackup = ({ 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)(
|
|
2315
|
+
"path",
|
|
2316
|
+
{
|
|
2317
|
+
fill: stroke || color || "currentColor",
|
|
2318
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H22.5V22.5H1.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM3.75 8.25V20.25H15.75V8.25H3.75ZM18 8.25V20.25H20.25V8.25H18Z",
|
|
2319
|
+
fillRule: "evenodd",
|
|
2320
|
+
clipRule: "evenodd"
|
|
2321
|
+
}
|
|
2322
|
+
) }), Gamebackup_default = IconGamebackup;
|
|
2323
|
+
|
|
1986
2324
|
// src/components/GamecontrolChoice.tsx
|
|
1987
|
-
var
|
|
2325
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
|
|
1988
2326
|
"path",
|
|
1989
2327
|
{
|
|
1990
2328
|
fill: stroke || color || "currentColor",
|
|
@@ -1995,7 +2333,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1995
2333
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1996
2334
|
|
|
1997
2335
|
// src/components/GamecontrolGameplay.tsx
|
|
1998
|
-
var
|
|
2336
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ 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)(
|
|
1999
2337
|
"path",
|
|
2000
2338
|
{
|
|
2001
2339
|
fill: stroke || color || "currentColor",
|
|
@@ -2006,7 +2344,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2006
2344
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2007
2345
|
|
|
2008
2346
|
// src/components/GamecontrolLinear.tsx
|
|
2009
|
-
var
|
|
2347
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ 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)(
|
|
2010
2348
|
"path",
|
|
2011
2349
|
{
|
|
2012
2350
|
fill: stroke || color || "currentColor",
|
|
@@ -2016,8 +2354,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2016
2354
|
}
|
|
2017
2355
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2018
2356
|
|
|
2357
|
+
// src/components/GamecontrolNone.tsx
|
|
2358
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
|
|
2359
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2360
|
+
"path",
|
|
2361
|
+
{
|
|
2362
|
+
fill: stroke || color || "currentColor",
|
|
2363
|
+
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"
|
|
2364
|
+
}
|
|
2365
|
+
),
|
|
2366
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2367
|
+
"path",
|
|
2368
|
+
{
|
|
2369
|
+
fill: stroke || color || "currentColor",
|
|
2370
|
+
d: "M18.75 12C18.75 15.7279 15.7279 18.75 12 18.75C8.27208 18.75 5.25 15.7279 5.25 12C5.25 8.27208 8.27208 5.25 12 5.25C15.7279 5.25 18.75 8.27208 18.75 12ZM12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z",
|
|
2371
|
+
fillRule: "evenodd",
|
|
2372
|
+
clipRule: "evenodd"
|
|
2373
|
+
}
|
|
2374
|
+
),
|
|
2375
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2376
|
+
"path",
|
|
2377
|
+
{
|
|
2378
|
+
fill: stroke || color || "currentColor",
|
|
2379
|
+
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",
|
|
2380
|
+
fillRule: "evenodd",
|
|
2381
|
+
clipRule: "evenodd"
|
|
2382
|
+
}
|
|
2383
|
+
)
|
|
2384
|
+
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2385
|
+
|
|
2019
2386
|
// src/components/Gamelanguage.tsx
|
|
2020
|
-
var
|
|
2387
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2021
2388
|
"path",
|
|
2022
2389
|
{
|
|
2023
2390
|
fill: stroke || color || "currentColor",
|
|
@@ -2028,8 +2395,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2028
2395
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2029
2396
|
|
|
2030
2397
|
// src/components/Gamepreview.tsx
|
|
2031
|
-
var
|
|
2032
|
-
/* @__PURE__ */ (0,
|
|
2398
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
|
|
2399
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2033
2400
|
"path",
|
|
2034
2401
|
{
|
|
2035
2402
|
fill: stroke || color || "currentColor",
|
|
@@ -2038,7 +2405,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2038
2405
|
clipRule: "evenodd"
|
|
2039
2406
|
}
|
|
2040
2407
|
),
|
|
2041
|
-
/* @__PURE__ */ (0,
|
|
2408
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2042
2409
|
"path",
|
|
2043
2410
|
{
|
|
2044
2411
|
fill: stroke || color || "currentColor",
|
|
@@ -2049,16 +2416,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2049
2416
|
)
|
|
2050
2417
|
] }), Gamepreview_default = IconGamepreview;
|
|
2051
2418
|
|
|
2419
|
+
// src/components/Gameui.tsx
|
|
2420
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2421
|
+
"path",
|
|
2422
|
+
{
|
|
2423
|
+
fill: stroke || color || "currentColor",
|
|
2424
|
+
d: "M12 24L24 12L12 0L0 12L12 24ZM8.38649 17.2045L12 20.818L15.6135 17.2045L12 13.591L8.38649 17.2045ZM6.7955 15.6135L10.409 12L6.7955 8.38649L3.18198 12L6.7955 15.6135ZM8.38649 6.7955L12 10.409L15.6135 6.7955L12 3.18198L8.38649 6.7955ZM17.2045 8.38649L13.591 12L17.2045 15.6135L20.818 12L17.2045 8.38649Z",
|
|
2425
|
+
fillRule: "evenodd",
|
|
2426
|
+
clipRule: "evenodd"
|
|
2427
|
+
}
|
|
2428
|
+
) }), Gameui_default = IconGameui;
|
|
2429
|
+
|
|
2052
2430
|
// src/components/GenerateMultimage.tsx
|
|
2053
|
-
var
|
|
2054
|
-
/* @__PURE__ */ (0,
|
|
2431
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2432
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2055
2433
|
"path",
|
|
2056
2434
|
{
|
|
2057
2435
|
fill: stroke || color || "currentColor",
|
|
2058
2436
|
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"
|
|
2059
2437
|
}
|
|
2060
2438
|
),
|
|
2061
|
-
/* @__PURE__ */ (0,
|
|
2439
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2062
2440
|
"path",
|
|
2063
2441
|
{
|
|
2064
2442
|
fill: stroke || color || "currentColor",
|
|
@@ -2067,11 +2445,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2067
2445
|
clipRule: "evenodd"
|
|
2068
2446
|
}
|
|
2069
2447
|
),
|
|
2070
|
-
/* @__PURE__ */ (0,
|
|
2448
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2071
2449
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2072
2450
|
|
|
2073
2451
|
// src/components/GenerateFilled.tsx
|
|
2074
|
-
var
|
|
2452
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2075
2453
|
"path",
|
|
2076
2454
|
{
|
|
2077
2455
|
fill: fill || color || "currentColor",
|
|
@@ -2082,15 +2460,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2082
2460
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2083
2461
|
|
|
2084
2462
|
// src/components/GenerateFrameStart.tsx
|
|
2085
|
-
var
|
|
2086
|
-
/* @__PURE__ */ (0,
|
|
2463
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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: [
|
|
2464
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2087
2465
|
"path",
|
|
2088
2466
|
{
|
|
2089
2467
|
fill: stroke || color || "currentColor",
|
|
2090
2468
|
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"
|
|
2091
2469
|
}
|
|
2092
2470
|
),
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2471
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2094
2472
|
"path",
|
|
2095
2473
|
{
|
|
2096
2474
|
fill: stroke || color || "currentColor",
|
|
@@ -2102,8 +2480,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2102
2480
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2103
2481
|
|
|
2104
2482
|
// src/components/GenerateFrameStart2End.tsx
|
|
2105
|
-
var
|
|
2106
|
-
/* @__PURE__ */ (0,
|
|
2483
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
|
|
2484
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2107
2485
|
"path",
|
|
2108
2486
|
{
|
|
2109
2487
|
fill: stroke || color || "currentColor",
|
|
@@ -2112,14 +2490,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2112
2490
|
clipRule: "evenodd"
|
|
2113
2491
|
}
|
|
2114
2492
|
),
|
|
2115
|
-
/* @__PURE__ */ (0,
|
|
2493
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2116
2494
|
"path",
|
|
2117
2495
|
{
|
|
2118
2496
|
fill: stroke || color || "currentColor",
|
|
2119
2497
|
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"
|
|
2120
2498
|
}
|
|
2121
2499
|
),
|
|
2122
|
-
/* @__PURE__ */ (0,
|
|
2500
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2123
2501
|
"path",
|
|
2124
2502
|
{
|
|
2125
2503
|
fill: stroke || color || "currentColor",
|
|
@@ -2131,8 +2509,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2131
2509
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2132
2510
|
|
|
2133
2511
|
// src/components/GenerateSwitchframe.tsx
|
|
2134
|
-
var
|
|
2135
|
-
/* @__PURE__ */ (0,
|
|
2512
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
|
|
2513
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2136
2514
|
"path",
|
|
2137
2515
|
{
|
|
2138
2516
|
fill: stroke || color || "currentColor",
|
|
@@ -2141,7 +2519,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2141
2519
|
clipRule: "evenodd"
|
|
2142
2520
|
}
|
|
2143
2521
|
),
|
|
2144
|
-
/* @__PURE__ */ (0,
|
|
2522
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2145
2523
|
"path",
|
|
2146
2524
|
{
|
|
2147
2525
|
fill: stroke || color || "currentColor",
|
|
@@ -2153,15 +2531,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2153
2531
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2154
2532
|
|
|
2155
2533
|
// src/components/GenerateT2V.tsx
|
|
2156
|
-
var
|
|
2157
|
-
/* @__PURE__ */ (0,
|
|
2534
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2535
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2158
2536
|
"path",
|
|
2159
2537
|
{
|
|
2160
2538
|
fill: stroke || color || "currentColor",
|
|
2161
2539
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2162
2540
|
}
|
|
2163
2541
|
),
|
|
2164
|
-
/* @__PURE__ */ (0,
|
|
2542
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2165
2543
|
"path",
|
|
2166
2544
|
{
|
|
2167
2545
|
fill: stroke || color || "currentColor",
|
|
@@ -2173,15 +2551,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2173
2551
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2174
2552
|
|
|
2175
2553
|
// src/components/GenreAuto.tsx
|
|
2176
|
-
var
|
|
2177
|
-
/* @__PURE__ */ (0,
|
|
2554
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ 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: [
|
|
2555
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2178
2556
|
"path",
|
|
2179
2557
|
{
|
|
2180
2558
|
fill: stroke || color || "currentColor",
|
|
2181
2559
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2182
2560
|
}
|
|
2183
2561
|
),
|
|
2184
|
-
/* @__PURE__ */ (0,
|
|
2562
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2185
2563
|
"path",
|
|
2186
2564
|
{
|
|
2187
2565
|
fill: stroke || color || "currentColor",
|
|
@@ -2190,15 +2568,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2190
2568
|
clipRule: "evenodd"
|
|
2191
2569
|
}
|
|
2192
2570
|
),
|
|
2193
|
-
/* @__PURE__ */ (0,
|
|
2194
|
-
/* @__PURE__ */ (0,
|
|
2571
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2572
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2195
2573
|
"path",
|
|
2196
2574
|
{
|
|
2197
2575
|
fill: stroke || color || "currentColor",
|
|
2198
2576
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2199
2577
|
}
|
|
2200
2578
|
),
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2579
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2202
2580
|
"path",
|
|
2203
2581
|
{
|
|
2204
2582
|
fill: stroke || color || "currentColor",
|
|
@@ -2208,22 +2586,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2208
2586
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2209
2587
|
|
|
2210
2588
|
// src/components/GenreComedy.tsx
|
|
2211
|
-
var
|
|
2212
|
-
/* @__PURE__ */ (0,
|
|
2589
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ 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: [
|
|
2590
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2213
2591
|
"path",
|
|
2214
2592
|
{
|
|
2215
2593
|
fill: stroke || color || "currentColor",
|
|
2216
2594
|
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"
|
|
2217
2595
|
}
|
|
2218
2596
|
),
|
|
2219
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2220
2598
|
"path",
|
|
2221
2599
|
{
|
|
2222
2600
|
fill: stroke || color || "currentColor",
|
|
2223
2601
|
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"
|
|
2224
2602
|
}
|
|
2225
2603
|
),
|
|
2226
|
-
/* @__PURE__ */ (0,
|
|
2604
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2227
2605
|
"path",
|
|
2228
2606
|
{
|
|
2229
2607
|
fill: stroke || color || "currentColor",
|
|
@@ -2232,7 +2610,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2232
2610
|
clipRule: "evenodd"
|
|
2233
2611
|
}
|
|
2234
2612
|
),
|
|
2235
|
-
/* @__PURE__ */ (0,
|
|
2613
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2236
2614
|
"path",
|
|
2237
2615
|
{
|
|
2238
2616
|
fill: stroke || color || "currentColor",
|
|
@@ -2244,7 +2622,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2244
2622
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2245
2623
|
|
|
2246
2624
|
// src/components/GenreFantasy.tsx
|
|
2247
|
-
var
|
|
2625
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2248
2626
|
"path",
|
|
2249
2627
|
{
|
|
2250
2628
|
fill: stroke || color || "currentColor",
|
|
@@ -2255,22 +2633,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2255
2633
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2256
2634
|
|
|
2257
2635
|
// src/components/GenreHorror.tsx
|
|
2258
|
-
var
|
|
2259
|
-
/* @__PURE__ */ (0,
|
|
2636
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2637
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2260
2638
|
"path",
|
|
2261
2639
|
{
|
|
2262
2640
|
fill: stroke || color || "currentColor",
|
|
2263
2641
|
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"
|
|
2264
2642
|
}
|
|
2265
2643
|
),
|
|
2266
|
-
/* @__PURE__ */ (0,
|
|
2644
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2267
2645
|
"path",
|
|
2268
2646
|
{
|
|
2269
2647
|
fill: stroke || color || "currentColor",
|
|
2270
2648
|
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"
|
|
2271
2649
|
}
|
|
2272
2650
|
),
|
|
2273
|
-
/* @__PURE__ */ (0,
|
|
2651
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2274
2652
|
"path",
|
|
2275
2653
|
{
|
|
2276
2654
|
fill: stroke || color || "currentColor",
|
|
@@ -2282,7 +2660,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2282
2660
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2283
2661
|
|
|
2284
2662
|
// src/components/GenreRomance.tsx
|
|
2285
|
-
var
|
|
2663
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
|
|
2286
2664
|
"path",
|
|
2287
2665
|
{
|
|
2288
2666
|
fill: stroke || color || "currentColor",
|
|
@@ -2293,15 +2671,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2293
2671
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2294
2672
|
|
|
2295
2673
|
// src/components/GenreScifi.tsx
|
|
2296
|
-
var
|
|
2297
|
-
/* @__PURE__ */ (0,
|
|
2674
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2298
2676
|
"path",
|
|
2299
2677
|
{
|
|
2300
2678
|
fill: stroke || color || "currentColor",
|
|
2301
2679
|
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"
|
|
2302
2680
|
}
|
|
2303
2681
|
),
|
|
2304
|
-
/* @__PURE__ */ (0,
|
|
2682
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2305
2683
|
"path",
|
|
2306
2684
|
{
|
|
2307
2685
|
fill: stroke || color || "currentColor",
|
|
@@ -2310,7 +2688,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2310
2688
|
clipRule: "evenodd"
|
|
2311
2689
|
}
|
|
2312
2690
|
),
|
|
2313
|
-
/* @__PURE__ */ (0,
|
|
2691
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2314
2692
|
"path",
|
|
2315
2693
|
{
|
|
2316
2694
|
fill: stroke || color || "currentColor",
|
|
@@ -2320,7 +2698,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2320
2698
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2321
2699
|
|
|
2322
2700
|
// src/components/GenreSuspense.tsx
|
|
2323
|
-
var
|
|
2701
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2324
2702
|
"path",
|
|
2325
2703
|
{
|
|
2326
2704
|
fill: stroke || color || "currentColor",
|
|
@@ -2331,7 +2709,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2331
2709
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2332
2710
|
|
|
2333
2711
|
// src/components/Genre.tsx
|
|
2334
|
-
var
|
|
2712
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
|
|
2335
2713
|
"path",
|
|
2336
2714
|
{
|
|
2337
2715
|
fill: stroke || color || "currentColor",
|
|
@@ -2342,8 +2720,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2342
2720
|
) }), Genre_default = IconGenre;
|
|
2343
2721
|
|
|
2344
2722
|
// src/components/GoogleLogoFilled.tsx
|
|
2345
|
-
var
|
|
2346
|
-
/* @__PURE__ */ (0,
|
|
2723
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
|
|
2724
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2347
2725
|
"mask",
|
|
2348
2726
|
{
|
|
2349
2727
|
id: "mask0_48_113",
|
|
@@ -2353,7 +2731,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2353
2731
|
y: "0",
|
|
2354
2732
|
maskUnits: "userSpaceOnUse",
|
|
2355
2733
|
style: { maskType: "luminance" },
|
|
2356
|
-
children: /* @__PURE__ */ (0,
|
|
2734
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2357
2735
|
"path",
|
|
2358
2736
|
{
|
|
2359
2737
|
fill: stroke || color || "currentColor",
|
|
@@ -2362,64 +2740,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2362
2740
|
)
|
|
2363
2741
|
}
|
|
2364
2742
|
),
|
|
2365
|
-
/* @__PURE__ */ (0,
|
|
2366
|
-
/* @__PURE__ */ (0,
|
|
2743
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2744
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2367
2745
|
"path",
|
|
2368
2746
|
{
|
|
2369
2747
|
fill: "url(#paint0_radial_48_113)",
|
|
2370
2748
|
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"
|
|
2371
2749
|
}
|
|
2372
2750
|
) }),
|
|
2373
|
-
/* @__PURE__ */ (0,
|
|
2751
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2374
2752
|
"path",
|
|
2375
2753
|
{
|
|
2376
2754
|
fill: "url(#paint1_radial_48_113)",
|
|
2377
2755
|
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"
|
|
2378
2756
|
}
|
|
2379
2757
|
) }),
|
|
2380
|
-
/* @__PURE__ */ (0,
|
|
2758
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2381
2759
|
"path",
|
|
2382
2760
|
{
|
|
2383
2761
|
fill: "url(#paint2_radial_48_113)",
|
|
2384
2762
|
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"
|
|
2385
2763
|
}
|
|
2386
2764
|
) }),
|
|
2387
|
-
/* @__PURE__ */ (0,
|
|
2765
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2388
2766
|
"path",
|
|
2389
2767
|
{
|
|
2390
2768
|
fill: "url(#paint3_radial_48_113)",
|
|
2391
2769
|
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"
|
|
2392
2770
|
}
|
|
2393
2771
|
) }),
|
|
2394
|
-
/* @__PURE__ */ (0,
|
|
2772
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2395
2773
|
"path",
|
|
2396
2774
|
{
|
|
2397
2775
|
fill: "#3086FF",
|
|
2398
2776
|
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"
|
|
2399
2777
|
}
|
|
2400
2778
|
) }),
|
|
2401
|
-
/* @__PURE__ */ (0,
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2402
2780
|
"path",
|
|
2403
2781
|
{
|
|
2404
2782
|
fill: "url(#paint4_radial_48_113)",
|
|
2405
2783
|
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"
|
|
2406
2784
|
}
|
|
2407
2785
|
) }),
|
|
2408
|
-
/* @__PURE__ */ (0,
|
|
2786
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2409
2787
|
"path",
|
|
2410
2788
|
{
|
|
2411
2789
|
fill: "url(#paint5_radial_48_113)",
|
|
2412
2790
|
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"
|
|
2413
2791
|
}
|
|
2414
2792
|
) }),
|
|
2415
|
-
/* @__PURE__ */ (0,
|
|
2793
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2416
2794
|
"path",
|
|
2417
2795
|
{
|
|
2418
2796
|
fill: "url(#paint6_radial_48_113)",
|
|
2419
2797
|
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"
|
|
2420
2798
|
}
|
|
2421
2799
|
) }),
|
|
2422
|
-
/* @__PURE__ */ (0,
|
|
2800
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2423
2801
|
"path",
|
|
2424
2802
|
{
|
|
2425
2803
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2427,8 +2805,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2427
2805
|
}
|
|
2428
2806
|
) })
|
|
2429
2807
|
] }),
|
|
2430
|
-
/* @__PURE__ */ (0,
|
|
2431
|
-
/* @__PURE__ */ (0,
|
|
2808
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("defs", { children: [
|
|
2809
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2432
2810
|
"filter",
|
|
2433
2811
|
{
|
|
2434
2812
|
id: "filter0_f_48_113",
|
|
@@ -2439,13 +2817,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2439
2817
|
filterUnits: "userSpaceOnUse",
|
|
2440
2818
|
colorInterpolationFilters: "sRGB",
|
|
2441
2819
|
children: [
|
|
2442
|
-
/* @__PURE__ */ (0,
|
|
2443
|
-
/* @__PURE__ */ (0,
|
|
2444
|
-
/* @__PURE__ */ (0,
|
|
2820
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2821
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2822
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2445
2823
|
]
|
|
2446
2824
|
}
|
|
2447
2825
|
),
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2826
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2449
2827
|
"filter",
|
|
2450
2828
|
{
|
|
2451
2829
|
id: "filter1_f_48_113",
|
|
@@ -2456,13 +2834,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2456
2834
|
filterUnits: "userSpaceOnUse",
|
|
2457
2835
|
colorInterpolationFilters: "sRGB",
|
|
2458
2836
|
children: [
|
|
2459
|
-
/* @__PURE__ */ (0,
|
|
2460
|
-
/* @__PURE__ */ (0,
|
|
2461
|
-
/* @__PURE__ */ (0,
|
|
2837
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2838
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2839
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2462
2840
|
]
|
|
2463
2841
|
}
|
|
2464
2842
|
),
|
|
2465
|
-
/* @__PURE__ */ (0,
|
|
2843
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2466
2844
|
"filter",
|
|
2467
2845
|
{
|
|
2468
2846
|
id: "filter2_f_48_113",
|
|
@@ -2473,13 +2851,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2473
2851
|
filterUnits: "userSpaceOnUse",
|
|
2474
2852
|
colorInterpolationFilters: "sRGB",
|
|
2475
2853
|
children: [
|
|
2476
|
-
/* @__PURE__ */ (0,
|
|
2477
|
-
/* @__PURE__ */ (0,
|
|
2478
|
-
/* @__PURE__ */ (0,
|
|
2854
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2855
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2479
2857
|
]
|
|
2480
2858
|
}
|
|
2481
2859
|
),
|
|
2482
|
-
/* @__PURE__ */ (0,
|
|
2860
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2483
2861
|
"filter",
|
|
2484
2862
|
{
|
|
2485
2863
|
id: "filter3_f_48_113",
|
|
@@ -2490,13 +2868,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2490
2868
|
filterUnits: "userSpaceOnUse",
|
|
2491
2869
|
colorInterpolationFilters: "sRGB",
|
|
2492
2870
|
children: [
|
|
2493
|
-
/* @__PURE__ */ (0,
|
|
2494
|
-
/* @__PURE__ */ (0,
|
|
2495
|
-
/* @__PURE__ */ (0,
|
|
2871
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2872
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2873
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2496
2874
|
]
|
|
2497
2875
|
}
|
|
2498
2876
|
),
|
|
2499
|
-
/* @__PURE__ */ (0,
|
|
2877
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2500
2878
|
"filter",
|
|
2501
2879
|
{
|
|
2502
2880
|
id: "filter4_f_48_113",
|
|
@@ -2507,13 +2885,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2507
2885
|
filterUnits: "userSpaceOnUse",
|
|
2508
2886
|
colorInterpolationFilters: "sRGB",
|
|
2509
2887
|
children: [
|
|
2510
|
-
/* @__PURE__ */ (0,
|
|
2511
|
-
/* @__PURE__ */ (0,
|
|
2512
|
-
/* @__PURE__ */ (0,
|
|
2888
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2889
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2890
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2513
2891
|
]
|
|
2514
2892
|
}
|
|
2515
2893
|
),
|
|
2516
|
-
/* @__PURE__ */ (0,
|
|
2894
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2517
2895
|
"filter",
|
|
2518
2896
|
{
|
|
2519
2897
|
id: "filter5_f_48_113",
|
|
@@ -2524,13 +2902,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2524
2902
|
filterUnits: "userSpaceOnUse",
|
|
2525
2903
|
colorInterpolationFilters: "sRGB",
|
|
2526
2904
|
children: [
|
|
2527
|
-
/* @__PURE__ */ (0,
|
|
2528
|
-
/* @__PURE__ */ (0,
|
|
2529
|
-
/* @__PURE__ */ (0,
|
|
2905
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2906
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2907
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2530
2908
|
]
|
|
2531
2909
|
}
|
|
2532
2910
|
),
|
|
2533
|
-
/* @__PURE__ */ (0,
|
|
2911
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2534
2912
|
"filter",
|
|
2535
2913
|
{
|
|
2536
2914
|
id: "filter6_f_48_113",
|
|
@@ -2541,13 +2919,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2541
2919
|
filterUnits: "userSpaceOnUse",
|
|
2542
2920
|
colorInterpolationFilters: "sRGB",
|
|
2543
2921
|
children: [
|
|
2544
|
-
/* @__PURE__ */ (0,
|
|
2545
|
-
/* @__PURE__ */ (0,
|
|
2546
|
-
/* @__PURE__ */ (0,
|
|
2922
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2923
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2924
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2547
2925
|
]
|
|
2548
2926
|
}
|
|
2549
2927
|
),
|
|
2550
|
-
/* @__PURE__ */ (0,
|
|
2928
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2551
2929
|
"filter",
|
|
2552
2930
|
{
|
|
2553
2931
|
id: "filter7_f_48_113",
|
|
@@ -2558,13 +2936,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2558
2936
|
filterUnits: "userSpaceOnUse",
|
|
2559
2937
|
colorInterpolationFilters: "sRGB",
|
|
2560
2938
|
children: [
|
|
2561
|
-
/* @__PURE__ */ (0,
|
|
2562
|
-
/* @__PURE__ */ (0,
|
|
2563
|
-
/* @__PURE__ */ (0,
|
|
2939
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2940
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2941
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2564
2942
|
]
|
|
2565
2943
|
}
|
|
2566
2944
|
),
|
|
2567
|
-
/* @__PURE__ */ (0,
|
|
2945
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2568
2946
|
"filter",
|
|
2569
2947
|
{
|
|
2570
2948
|
id: "filter8_f_48_113",
|
|
@@ -2575,13 +2953,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2575
2953
|
filterUnits: "userSpaceOnUse",
|
|
2576
2954
|
colorInterpolationFilters: "sRGB",
|
|
2577
2955
|
children: [
|
|
2578
|
-
/* @__PURE__ */ (0,
|
|
2579
|
-
/* @__PURE__ */ (0,
|
|
2580
|
-
/* @__PURE__ */ (0,
|
|
2956
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2957
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2958
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2581
2959
|
]
|
|
2582
2960
|
}
|
|
2583
2961
|
),
|
|
2584
|
-
/* @__PURE__ */ (0,
|
|
2962
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2585
2963
|
"radialGradient",
|
|
2586
2964
|
{
|
|
2587
2965
|
id: "paint0_radial_48_113",
|
|
@@ -2591,20 +2969,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2591
2969
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
2592
2970
|
gradientUnits: "userSpaceOnUse",
|
|
2593
2971
|
children: [
|
|
2594
|
-
/* @__PURE__ */ (0,
|
|
2595
|
-
/* @__PURE__ */ (0,
|
|
2596
|
-
/* @__PURE__ */ (0,
|
|
2597
|
-
/* @__PURE__ */ (0,
|
|
2598
|
-
/* @__PURE__ */ (0,
|
|
2599
|
-
/* @__PURE__ */ (0,
|
|
2600
|
-
/* @__PURE__ */ (0,
|
|
2601
|
-
/* @__PURE__ */ (0,
|
|
2602
|
-
/* @__PURE__ */ (0,
|
|
2603
|
-
/* @__PURE__ */ (0,
|
|
2972
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
2973
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
2974
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
2975
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
2976
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
2977
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
2978
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
2979
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
2980
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
2981
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
2604
2982
|
]
|
|
2605
2983
|
}
|
|
2606
2984
|
),
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2985
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2608
2986
|
"radialGradient",
|
|
2609
2987
|
{
|
|
2610
2988
|
id: "paint1_radial_48_113",
|
|
@@ -2614,12 +2992,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2614
2992
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2615
2993
|
gradientUnits: "userSpaceOnUse",
|
|
2616
2994
|
children: [
|
|
2617
|
-
/* @__PURE__ */ (0,
|
|
2618
|
-
/* @__PURE__ */ (0,
|
|
2995
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2996
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2619
2997
|
]
|
|
2620
2998
|
}
|
|
2621
2999
|
),
|
|
2622
|
-
/* @__PURE__ */ (0,
|
|
3000
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2623
3001
|
"radialGradient",
|
|
2624
3002
|
{
|
|
2625
3003
|
id: "paint2_radial_48_113",
|
|
@@ -2629,18 +3007,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2629
3007
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
2630
3008
|
gradientUnits: "userSpaceOnUse",
|
|
2631
3009
|
children: [
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2633
|
-
/* @__PURE__ */ (0,
|
|
2634
|
-
/* @__PURE__ */ (0,
|
|
2635
|
-
/* @__PURE__ */ (0,
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2637
|
-
/* @__PURE__ */ (0,
|
|
2638
|
-
/* @__PURE__ */ (0,
|
|
2639
|
-
/* @__PURE__ */ (0,
|
|
3010
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3011
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3012
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3013
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3014
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3015
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3016
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3017
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
2640
3018
|
]
|
|
2641
3019
|
}
|
|
2642
3020
|
),
|
|
2643
|
-
/* @__PURE__ */ (0,
|
|
3021
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2644
3022
|
"radialGradient",
|
|
2645
3023
|
{
|
|
2646
3024
|
id: "paint3_radial_48_113",
|
|
@@ -2650,19 +3028,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2650
3028
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
2651
3029
|
gradientUnits: "userSpaceOnUse",
|
|
2652
3030
|
children: [
|
|
2653
|
-
/* @__PURE__ */ (0,
|
|
2654
|
-
/* @__PURE__ */ (0,
|
|
2655
|
-
/* @__PURE__ */ (0,
|
|
2656
|
-
/* @__PURE__ */ (0,
|
|
2657
|
-
/* @__PURE__ */ (0,
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
2659
|
-
/* @__PURE__ */ (0,
|
|
2660
|
-
/* @__PURE__ */ (0,
|
|
2661
|
-
/* @__PURE__ */ (0,
|
|
3031
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3032
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3033
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3034
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3035
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3036
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3037
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3038
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3039
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
2662
3040
|
]
|
|
2663
3041
|
}
|
|
2664
3042
|
),
|
|
2665
|
-
/* @__PURE__ */ (0,
|
|
3043
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2666
3044
|
"radialGradient",
|
|
2667
3045
|
{
|
|
2668
3046
|
id: "paint4_radial_48_113",
|
|
@@ -2672,18 +3050,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2672
3050
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
2673
3051
|
gradientUnits: "userSpaceOnUse",
|
|
2674
3052
|
children: [
|
|
2675
|
-
/* @__PURE__ */ (0,
|
|
2676
|
-
/* @__PURE__ */ (0,
|
|
2677
|
-
/* @__PURE__ */ (0,
|
|
2678
|
-
/* @__PURE__ */ (0,
|
|
2679
|
-
/* @__PURE__ */ (0,
|
|
2680
|
-
/* @__PURE__ */ (0,
|
|
2681
|
-
/* @__PURE__ */ (0,
|
|
2682
|
-
/* @__PURE__ */ (0,
|
|
3053
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3054
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3056
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3057
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3058
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3059
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3060
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2683
3061
|
]
|
|
2684
3062
|
}
|
|
2685
3063
|
),
|
|
2686
|
-
/* @__PURE__ */ (0,
|
|
3064
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2687
3065
|
"radialGradient",
|
|
2688
3066
|
{
|
|
2689
3067
|
id: "paint5_radial_48_113",
|
|
@@ -2693,15 +3071,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2693
3071
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2694
3072
|
gradientUnits: "userSpaceOnUse",
|
|
2695
3073
|
children: [
|
|
2696
|
-
/* @__PURE__ */ (0,
|
|
2697
|
-
/* @__PURE__ */ (0,
|
|
2698
|
-
/* @__PURE__ */ (0,
|
|
2699
|
-
/* @__PURE__ */ (0,
|
|
2700
|
-
/* @__PURE__ */ (0,
|
|
3074
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3075
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3076
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3077
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3078
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2701
3079
|
]
|
|
2702
3080
|
}
|
|
2703
3081
|
),
|
|
2704
|
-
/* @__PURE__ */ (0,
|
|
3082
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2705
3083
|
"radialGradient",
|
|
2706
3084
|
{
|
|
2707
3085
|
id: "paint6_radial_48_113",
|
|
@@ -2711,20 +3089,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2711
3089
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2712
3090
|
gradientUnits: "userSpaceOnUse",
|
|
2713
3091
|
children: [
|
|
2714
|
-
/* @__PURE__ */ (0,
|
|
2715
|
-
/* @__PURE__ */ (0,
|
|
2716
|
-
/* @__PURE__ */ (0,
|
|
2717
|
-
/* @__PURE__ */ (0,
|
|
2718
|
-
/* @__PURE__ */ (0,
|
|
2719
|
-
/* @__PURE__ */ (0,
|
|
2720
|
-
/* @__PURE__ */ (0,
|
|
2721
|
-
/* @__PURE__ */ (0,
|
|
2722
|
-
/* @__PURE__ */ (0,
|
|
2723
|
-
/* @__PURE__ */ (0,
|
|
3092
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3093
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3094
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3095
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3096
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3097
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3098
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3099
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3100
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3101
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
2724
3102
|
]
|
|
2725
3103
|
}
|
|
2726
3104
|
),
|
|
2727
|
-
/* @__PURE__ */ (0,
|
|
3105
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2728
3106
|
"linearGradient",
|
|
2729
3107
|
{
|
|
2730
3108
|
id: "paint7_linear_48_113",
|
|
@@ -2734,8 +3112,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2734
3112
|
y2: "21.5116",
|
|
2735
3113
|
gradientUnits: "userSpaceOnUse",
|
|
2736
3114
|
children: [
|
|
2737
|
-
/* @__PURE__ */ (0,
|
|
2738
|
-
/* @__PURE__ */ (0,
|
|
3115
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3116
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2739
3117
|
]
|
|
2740
3118
|
}
|
|
2741
3119
|
)
|
|
@@ -2743,7 +3121,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2743
3121
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2744
3122
|
|
|
2745
3123
|
// src/components/Handtool.tsx
|
|
2746
|
-
var
|
|
3124
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2747
3125
|
"path",
|
|
2748
3126
|
{
|
|
2749
3127
|
fill: stroke || color || "currentColor",
|
|
@@ -2752,16 +3130,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2752
3130
|
) }), Handtool_default = IconHandtool;
|
|
2753
3131
|
|
|
2754
3132
|
// src/components/Help.tsx
|
|
2755
|
-
var
|
|
2756
|
-
/* @__PURE__ */ (0,
|
|
2757
|
-
/* @__PURE__ */ (0,
|
|
3133
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3134
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3135
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2758
3136
|
"path",
|
|
2759
3137
|
{
|
|
2760
3138
|
fill: stroke || color || "currentColor",
|
|
2761
3139
|
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"
|
|
2762
3140
|
}
|
|
2763
3141
|
),
|
|
2764
|
-
/* @__PURE__ */ (0,
|
|
3142
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2765
3143
|
"path",
|
|
2766
3144
|
{
|
|
2767
3145
|
fill: stroke || color || "currentColor",
|
|
@@ -2773,7 +3151,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2773
3151
|
] }), Help_default = IconHelp;
|
|
2774
3152
|
|
|
2775
3153
|
// src/components/HomepageFilled.tsx
|
|
2776
|
-
var
|
|
3154
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2777
3155
|
"path",
|
|
2778
3156
|
{
|
|
2779
3157
|
fill: fill || color || "currentColor",
|
|
@@ -2783,16 +3161,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2783
3161
|
}
|
|
2784
3162
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2785
3163
|
|
|
3164
|
+
// src/components/Hotareacenter.tsx
|
|
3165
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ 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)(
|
|
3166
|
+
"path",
|
|
3167
|
+
{
|
|
3168
|
+
fill: "#191919",
|
|
3169
|
+
stroke: stroke || color || "currentColor",
|
|
3170
|
+
d: "M12.9619 0.5V11.0381H23.5V12.9619H12.9619V23.5H11.0381V12.9619H0.5V11.0381H11.0381V0.5H12.9619Z"
|
|
3171
|
+
}
|
|
3172
|
+
) }), Hotareacenter_default = IconHotareacenter;
|
|
3173
|
+
|
|
2786
3174
|
// src/components/ImageGeneration.tsx
|
|
2787
|
-
var
|
|
2788
|
-
/* @__PURE__ */ (0,
|
|
3175
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
|
|
3176
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2789
3177
|
"path",
|
|
2790
3178
|
{
|
|
2791
3179
|
fill: stroke || color || "currentColor",
|
|
2792
3180
|
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.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
|
|
2793
3181
|
}
|
|
2794
3182
|
),
|
|
2795
|
-
/* @__PURE__ */ (0,
|
|
3183
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2796
3184
|
"path",
|
|
2797
3185
|
{
|
|
2798
3186
|
fill: stroke || color || "currentColor",
|
|
@@ -2802,8 +3190,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2802
3190
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2803
3191
|
|
|
2804
3192
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2805
|
-
var
|
|
2806
|
-
/* @__PURE__ */ (0,
|
|
3193
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
3194
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2807
3195
|
"path",
|
|
2808
3196
|
{
|
|
2809
3197
|
fill: fill || color || "currentColor",
|
|
@@ -2812,7 +3200,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2812
3200
|
clipRule: "evenodd"
|
|
2813
3201
|
}
|
|
2814
3202
|
),
|
|
2815
|
-
/* @__PURE__ */ (0,
|
|
3203
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2816
3204
|
"path",
|
|
2817
3205
|
{
|
|
2818
3206
|
fill: fill || color || "currentColor",
|
|
@@ -2822,10 +3210,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2822
3210
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2823
3211
|
|
|
2824
3212
|
// src/components/Info.tsx
|
|
2825
|
-
var
|
|
2826
|
-
/* @__PURE__ */ (0,
|
|
2827
|
-
/* @__PURE__ */ (0,
|
|
2828
|
-
/* @__PURE__ */ (0,
|
|
3213
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
|
|
3214
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3215
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2829
3217
|
"path",
|
|
2830
3218
|
{
|
|
2831
3219
|
fill: stroke || color || "currentColor",
|
|
@@ -2837,7 +3225,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2837
3225
|
] }), Info_default = IconInfo;
|
|
2838
3226
|
|
|
2839
3227
|
// src/components/Invitecode.tsx
|
|
2840
|
-
var
|
|
3228
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconInvitecode = ({ 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)(
|
|
2841
3229
|
"path",
|
|
2842
3230
|
{
|
|
2843
3231
|
fill: fill || color || "currentColor",
|
|
@@ -2847,45 +3235,45 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2847
3235
|
}
|
|
2848
3236
|
) }), Invitecode_default = IconInvitecode;
|
|
2849
3237
|
|
|
2850
|
-
// src/components/
|
|
2851
|
-
var
|
|
2852
|
-
"
|
|
2853
|
-
{
|
|
2854
|
-
fill: "
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
height: height || size,
|
|
2859
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2860
|
-
children: [
|
|
2861
|
-
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
2862
|
-
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("defs", { children: [
|
|
2863
|
-
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
2864
|
-
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2865
|
-
"image",
|
|
2866
|
-
{
|
|
2867
|
-
id: "image0_78_19",
|
|
2868
|
-
width: "200",
|
|
2869
|
-
height: "200",
|
|
2870
|
-
preserveAspectRatio: "none",
|
|
2871
|
-
xlinkHref: "data:image/png;base64,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"
|
|
2872
|
-
}
|
|
2873
|
-
)
|
|
2874
|
-
] })
|
|
2875
|
-
]
|
|
3238
|
+
// src/components/LeftFilled.tsx
|
|
3239
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3240
|
+
"path",
|
|
3241
|
+
{
|
|
3242
|
+
fill: fill || color || "currentColor",
|
|
3243
|
+
d: "M0 12C-2.89694e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 2.89694e-07 12 0C5.37258 -2.89694e-07 2.89694e-07 5.37258 0 12ZM12 18V13.5H19.5V10.5L12 10.5V6H10.5L4.5 12L10.5 18H12Z",
|
|
3244
|
+
fillRule: "evenodd",
|
|
3245
|
+
clipRule: "evenodd"
|
|
2876
3246
|
}
|
|
2877
|
-
),
|
|
3247
|
+
) }), LeftFilled_default = IconLeftFilled;
|
|
3248
|
+
|
|
3249
|
+
// src/components/Loading.tsx
|
|
3250
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconLoading = ({ 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: [
|
|
3251
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3252
|
+
"path",
|
|
3253
|
+
{
|
|
3254
|
+
fill: stroke || color || "currentColor",
|
|
3255
|
+
d: "M21.4999 12C21.4999 6.75334 17.2467 2.50005 12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12C2.49999 17.2467 6.75328 21.5 12 21.5V24C5.37257 24 0 18.6274 0 12C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05C18.6274 6.1035e-05 23.9999 5.37263 23.9999 12C23.9999 18.6274 18.6274 24 12 24V21.5C17.2467 21.5 21.4999 17.2467 21.4999 12Z"
|
|
3256
|
+
}
|
|
3257
|
+
),
|
|
3258
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3259
|
+
"path",
|
|
3260
|
+
{
|
|
3261
|
+
fill: fill || color || "currentColor",
|
|
3262
|
+
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"
|
|
3263
|
+
}
|
|
3264
|
+
)
|
|
3265
|
+
] }), Loading_default = IconLoading;
|
|
2878
3266
|
|
|
2879
3267
|
// src/components/Login.tsx
|
|
2880
|
-
var
|
|
2881
|
-
/* @__PURE__ */ (0,
|
|
3268
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
|
|
3269
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2882
3270
|
"path",
|
|
2883
3271
|
{
|
|
2884
3272
|
fill: stroke || color || "currentColor",
|
|
2885
3273
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2886
3274
|
}
|
|
2887
3275
|
),
|
|
2888
|
-
/* @__PURE__ */ (0,
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2889
3277
|
"path",
|
|
2890
3278
|
{
|
|
2891
3279
|
fill: stroke || color || "currentColor",
|
|
@@ -2897,8 +3285,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2897
3285
|
] }), Login_default = IconLogin;
|
|
2898
3286
|
|
|
2899
3287
|
// src/components/Logout.tsx
|
|
2900
|
-
var
|
|
2901
|
-
/* @__PURE__ */ (0,
|
|
3288
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
|
|
3289
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2902
3290
|
"path",
|
|
2903
3291
|
{
|
|
2904
3292
|
fill: stroke || color || "currentColor",
|
|
@@ -2907,7 +3295,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2907
3295
|
clipRule: "evenodd"
|
|
2908
3296
|
}
|
|
2909
3297
|
),
|
|
2910
|
-
/* @__PURE__ */ (0,
|
|
3298
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2911
3299
|
"path",
|
|
2912
3300
|
{
|
|
2913
3301
|
fill: stroke || color || "currentColor",
|
|
@@ -2917,17 +3305,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2917
3305
|
] }), Logout_default = IconLogout;
|
|
2918
3306
|
|
|
2919
3307
|
// src/components/ModelGeminiFilled.tsx
|
|
2920
|
-
var
|
|
3308
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
|
|
2921
3309
|
"path",
|
|
2922
3310
|
{
|
|
2923
3311
|
fill: fill || color || "currentColor",
|
|
2924
|
-
d: "
|
|
3312
|
+
d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
|
|
2925
3313
|
}
|
|
2926
3314
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2927
3315
|
|
|
3316
|
+
// src/components/ModelOpenaiFilled.tsx
|
|
3317
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3318
|
+
"path",
|
|
3319
|
+
{
|
|
3320
|
+
fill: fill || color || "currentColor",
|
|
3321
|
+
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
3322
|
+
}
|
|
3323
|
+
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3324
|
+
|
|
2928
3325
|
// src/components/ModelDeepmindFilled.tsx
|
|
2929
|
-
var
|
|
2930
|
-
/* @__PURE__ */ (0,
|
|
3326
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
|
|
3327
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2931
3328
|
"path",
|
|
2932
3329
|
{
|
|
2933
3330
|
fill: fill || color || "currentColor",
|
|
@@ -2936,27 +3333,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2936
3333
|
clipRule: "evenodd"
|
|
2937
3334
|
}
|
|
2938
3335
|
) }),
|
|
2939
|
-
/* @__PURE__ */ (0,
|
|
3336
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2940
3337
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2941
3338
|
|
|
2942
3339
|
// src/components/ModelSeedFilled.tsx
|
|
2943
|
-
var
|
|
2944
|
-
/* @__PURE__ */ (0,
|
|
2945
|
-
/* @__PURE__ */ (0,
|
|
3340
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3341
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3342
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2946
3343
|
"path",
|
|
2947
3344
|
{
|
|
2948
3345
|
fill: fill || color || "currentColor",
|
|
2949
3346
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2950
3347
|
}
|
|
2951
3348
|
),
|
|
2952
|
-
/* @__PURE__ */ (0,
|
|
3349
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2953
3350
|
"path",
|
|
2954
3351
|
{
|
|
2955
3352
|
fill: fill || color || "currentColor",
|
|
2956
3353
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2957
3354
|
}
|
|
2958
3355
|
),
|
|
2959
|
-
/* @__PURE__ */ (0,
|
|
3356
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2960
3357
|
"path",
|
|
2961
3358
|
{
|
|
2962
3359
|
fill: fill || color || "currentColor",
|
|
@@ -2966,7 +3363,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2966
3363
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2967
3364
|
|
|
2968
3365
|
// src/components/ModelSoraFilled.tsx
|
|
2969
|
-
var
|
|
3366
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2970
3367
|
"path",
|
|
2971
3368
|
{
|
|
2972
3369
|
fill: fill || color || "currentColor",
|
|
@@ -2975,7 +3372,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2975
3372
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2976
3373
|
|
|
2977
3374
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2978
|
-
var
|
|
3375
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
2979
3376
|
size,
|
|
2980
3377
|
width,
|
|
2981
3378
|
height,
|
|
@@ -2983,64 +3380,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2983
3380
|
className,
|
|
2984
3381
|
fill,
|
|
2985
3382
|
stroke
|
|
2986
|
-
}) => /* @__PURE__ */ (0,
|
|
2987
|
-
/* @__PURE__ */ (0,
|
|
3383
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3384
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2988
3385
|
"path",
|
|
2989
3386
|
{
|
|
2990
3387
|
fill: "#5A5C62",
|
|
2991
3388
|
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"
|
|
2992
3389
|
}
|
|
2993
3390
|
),
|
|
2994
|
-
/* @__PURE__ */ (0,
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2995
3392
|
"path",
|
|
2996
3393
|
{
|
|
2997
3394
|
fill: "#D5D6D7",
|
|
2998
3395
|
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"
|
|
2999
3396
|
}
|
|
3000
3397
|
),
|
|
3001
|
-
/* @__PURE__ */ (0,
|
|
3398
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3002
3399
|
"path",
|
|
3003
3400
|
{
|
|
3004
3401
|
fill: "#C4C5C7",
|
|
3005
3402
|
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"
|
|
3006
3403
|
}
|
|
3007
3404
|
),
|
|
3008
|
-
/* @__PURE__ */ (0,
|
|
3405
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3009
3406
|
"path",
|
|
3010
3407
|
{
|
|
3011
3408
|
fill: "#7B7C81",
|
|
3012
3409
|
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"
|
|
3013
3410
|
}
|
|
3014
3411
|
),
|
|
3015
|
-
/* @__PURE__ */ (0,
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3016
3413
|
"path",
|
|
3017
3414
|
{
|
|
3018
3415
|
fill: "#85878B",
|
|
3019
3416
|
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"
|
|
3020
3417
|
}
|
|
3021
3418
|
),
|
|
3022
|
-
/* @__PURE__ */ (0,
|
|
3419
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3023
3420
|
"path",
|
|
3024
3421
|
{
|
|
3025
3422
|
fill: "#1B1D24",
|
|
3026
3423
|
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"
|
|
3027
3424
|
}
|
|
3028
3425
|
),
|
|
3029
|
-
/* @__PURE__ */ (0,
|
|
3426
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3030
3427
|
"path",
|
|
3031
3428
|
{
|
|
3032
3429
|
fill: "#D5D6D7",
|
|
3033
3430
|
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"
|
|
3034
3431
|
}
|
|
3035
3432
|
),
|
|
3036
|
-
/* @__PURE__ */ (0,
|
|
3433
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3037
3434
|
"path",
|
|
3038
3435
|
{
|
|
3039
3436
|
fill: "#85878B",
|
|
3040
3437
|
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"
|
|
3041
3438
|
}
|
|
3042
3439
|
),
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3440
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3044
3441
|
"path",
|
|
3045
3442
|
{
|
|
3046
3443
|
fill: "#D5D6D7",
|
|
@@ -3050,7 +3447,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3050
3447
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3051
3448
|
|
|
3052
3449
|
// src/components/Models.tsx
|
|
3053
|
-
var
|
|
3450
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3054
3451
|
"path",
|
|
3055
3452
|
{
|
|
3056
3453
|
fill: stroke || color || "currentColor",
|
|
@@ -3060,23 +3457,66 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3060
3457
|
}
|
|
3061
3458
|
) }), Models_default = IconModels;
|
|
3062
3459
|
|
|
3460
|
+
// src/components/MoreCollapse.tsx
|
|
3461
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ 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)(
|
|
3462
|
+
"path",
|
|
3463
|
+
{
|
|
3464
|
+
fill: stroke || color || "currentColor",
|
|
3465
|
+
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.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 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
|
|
3466
|
+
}
|
|
3467
|
+
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3468
|
+
|
|
3469
|
+
// src/components/MoreHorizontal.tsx
|
|
3470
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3471
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3472
|
+
"path",
|
|
3473
|
+
{
|
|
3474
|
+
fill: stroke || color || "currentColor",
|
|
3475
|
+
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"
|
|
3476
|
+
}
|
|
3477
|
+
),
|
|
3478
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3479
|
+
"path",
|
|
3480
|
+
{
|
|
3481
|
+
fill: stroke || color || "currentColor",
|
|
3482
|
+
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"
|
|
3483
|
+
}
|
|
3484
|
+
),
|
|
3485
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3486
|
+
"path",
|
|
3487
|
+
{
|
|
3488
|
+
fill: stroke || color || "currentColor",
|
|
3489
|
+
d: "M19 14C20.1046 14 21 13.1046 21 12C21 10.8954 20.1046 10 19 10C17.8954 10 17 10.8954 17 12C17 13.1046 17.8954 14 19 14Z"
|
|
3490
|
+
}
|
|
3491
|
+
)
|
|
3492
|
+
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3493
|
+
|
|
3494
|
+
// src/components/MoreShowed.tsx
|
|
3495
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3496
|
+
"path",
|
|
3497
|
+
{
|
|
3498
|
+
fill: stroke || color || "currentColor",
|
|
3499
|
+
d: "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 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 6.61522 17.3848 2.25 12 2.25ZM17.2959 13.4551L15.7051 15.0459L12 11.3408L8.2959 15.0459L6.70508 13.4551L12 8.15918L17.2959 13.4551Z"
|
|
3500
|
+
}
|
|
3501
|
+
) }), MoreShowed_default = IconMoreShowed;
|
|
3502
|
+
|
|
3063
3503
|
// src/components/More.tsx
|
|
3064
|
-
var
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3504
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3505
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3066
3506
|
"path",
|
|
3067
3507
|
{
|
|
3068
3508
|
fill: stroke || color || "currentColor",
|
|
3069
3509
|
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"
|
|
3070
3510
|
}
|
|
3071
3511
|
),
|
|
3072
|
-
/* @__PURE__ */ (0,
|
|
3512
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3073
3513
|
"path",
|
|
3074
3514
|
{
|
|
3075
3515
|
fill: stroke || color || "currentColor",
|
|
3076
3516
|
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"
|
|
3077
3517
|
}
|
|
3078
3518
|
),
|
|
3079
|
-
/* @__PURE__ */ (0,
|
|
3519
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3080
3520
|
"path",
|
|
3081
3521
|
{
|
|
3082
3522
|
fill: stroke || color || "currentColor",
|
|
@@ -3086,29 +3526,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3086
3526
|
] }), More_default = IconMore;
|
|
3087
3527
|
|
|
3088
3528
|
// src/components/Moresettings.tsx
|
|
3089
|
-
var
|
|
3090
|
-
/* @__PURE__ */ (0,
|
|
3529
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
|
|
3530
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3091
3531
|
"path",
|
|
3092
3532
|
{
|
|
3093
3533
|
fill: stroke || color || "currentColor",
|
|
3094
3534
|
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"
|
|
3095
3535
|
}
|
|
3096
3536
|
),
|
|
3097
|
-
/* @__PURE__ */ (0,
|
|
3537
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3098
3538
|
"path",
|
|
3099
3539
|
{
|
|
3100
3540
|
fill: stroke || color || "currentColor",
|
|
3101
3541
|
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"
|
|
3102
3542
|
}
|
|
3103
3543
|
),
|
|
3104
|
-
/* @__PURE__ */ (0,
|
|
3544
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3105
3545
|
"path",
|
|
3106
3546
|
{
|
|
3107
3547
|
fill: stroke || color || "currentColor",
|
|
3108
3548
|
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"
|
|
3109
3549
|
}
|
|
3110
3550
|
),
|
|
3111
|
-
/* @__PURE__ */ (0,
|
|
3551
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3112
3552
|
"path",
|
|
3113
3553
|
{
|
|
3114
3554
|
fill: stroke || color || "currentColor",
|
|
@@ -3119,8 +3559,69 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3119
3559
|
)
|
|
3120
3560
|
] }), Moresettings_default = IconMoresettings;
|
|
3121
3561
|
|
|
3562
|
+
// src/components/MouseDrag.tsx
|
|
3563
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3564
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3565
|
+
"path",
|
|
3566
|
+
{
|
|
3567
|
+
fill: fill || color || "currentColor",
|
|
3568
|
+
stroke: stroke || color || "currentColor",
|
|
3569
|
+
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3570
|
+
}
|
|
3571
|
+
),
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3573
|
+
"path",
|
|
3574
|
+
{
|
|
3575
|
+
fill: fill || color || "currentColor",
|
|
3576
|
+
stroke: stroke || color || "currentColor",
|
|
3577
|
+
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3578
|
+
}
|
|
3579
|
+
),
|
|
3580
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3581
|
+
"path",
|
|
3582
|
+
{
|
|
3583
|
+
fill: fill || color || "currentColor",
|
|
3584
|
+
stroke: stroke || color || "currentColor",
|
|
3585
|
+
d: "M17.207 7.5L21.707 12L17.207 16.5H15.5V7.5H17.207Z"
|
|
3586
|
+
}
|
|
3587
|
+
)
|
|
3588
|
+
] }), MouseDrag_default = IconMouseDrag;
|
|
3589
|
+
|
|
3590
|
+
// src/components/MouseMove.tsx
|
|
3591
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3592
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3593
|
+
"path",
|
|
3594
|
+
{
|
|
3595
|
+
fill: fill || color || "currentColor",
|
|
3596
|
+
stroke: stroke || color || "currentColor",
|
|
3597
|
+
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"
|
|
3598
|
+
}
|
|
3599
|
+
) }),
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3601
|
+
] }), MouseMove_default = IconMouseMove;
|
|
3602
|
+
|
|
3603
|
+
// src/components/MouseNumberchange.tsx
|
|
3604
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ 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: [
|
|
3605
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3606
|
+
"path",
|
|
3607
|
+
{
|
|
3608
|
+
fill: fill || color || "currentColor",
|
|
3609
|
+
stroke: stroke || color || "currentColor",
|
|
3610
|
+
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3611
|
+
}
|
|
3612
|
+
),
|
|
3613
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3614
|
+
"path",
|
|
3615
|
+
{
|
|
3616
|
+
fill: fill || color || "currentColor",
|
|
3617
|
+
stroke: stroke || color || "currentColor",
|
|
3618
|
+
d: "M13.5 17L14.6943 17L23.0283 12L14.6943 7L13.5 7L13.5 17Z"
|
|
3619
|
+
}
|
|
3620
|
+
)
|
|
3621
|
+
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3622
|
+
|
|
3122
3623
|
// src/components/Musicassets.tsx
|
|
3123
|
-
var
|
|
3624
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3124
3625
|
"path",
|
|
3125
3626
|
{
|
|
3126
3627
|
fill: stroke || color || "currentColor",
|
|
@@ -3131,8 +3632,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3131
3632
|
) }), Musicassets_default = IconMusicassets;
|
|
3132
3633
|
|
|
3133
3634
|
// src/components/Mute.tsx
|
|
3134
|
-
var
|
|
3135
|
-
/* @__PURE__ */ (0,
|
|
3635
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconMute = ({ 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: [
|
|
3636
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3136
3637
|
"path",
|
|
3137
3638
|
{
|
|
3138
3639
|
fill: stroke || color || "currentColor",
|
|
@@ -3141,7 +3642,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3141
3642
|
clipRule: "evenodd"
|
|
3142
3643
|
}
|
|
3143
3644
|
),
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3645
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3145
3646
|
"path",
|
|
3146
3647
|
{
|
|
3147
3648
|
fill: stroke || color || "currentColor",
|
|
@@ -3151,7 +3652,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3151
3652
|
] }), Mute_default = IconMute;
|
|
3152
3653
|
|
|
3153
3654
|
// src/components/Next.tsx
|
|
3154
|
-
var
|
|
3655
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
|
|
3155
3656
|
"path",
|
|
3156
3657
|
{
|
|
3157
3658
|
fill: stroke || color || "currentColor",
|
|
@@ -3162,41 +3663,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3162
3663
|
) }), Next_default = IconNext;
|
|
3163
3664
|
|
|
3164
3665
|
// src/components/Nextscene.tsx
|
|
3165
|
-
var
|
|
3166
|
-
/* @__PURE__ */ (0,
|
|
3167
|
-
"
|
|
3666
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3667
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3668
|
+
"path",
|
|
3168
3669
|
{
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
x: "-0.75",
|
|
3172
|
-
y: "0.75",
|
|
3173
|
-
stroke: stroke || color || "currentColor",
|
|
3174
|
-
rx: "11.25",
|
|
3175
|
-
transform: "matrix(-1 0 0 1 22.5 0)",
|
|
3176
|
-
strokeWidth: "1.5"
|
|
3670
|
+
fill: stroke || color || "currentColor",
|
|
3671
|
+
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3177
3672
|
}
|
|
3178
3673
|
),
|
|
3179
|
-
/* @__PURE__ */ (0,
|
|
3674
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3180
3675
|
"path",
|
|
3181
3676
|
{
|
|
3182
3677
|
fill: stroke || color || "currentColor",
|
|
3183
|
-
d: "
|
|
3678
|
+
d: "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5Z",
|
|
3679
|
+
fillRule: "evenodd",
|
|
3680
|
+
clipRule: "evenodd"
|
|
3184
3681
|
}
|
|
3185
3682
|
)
|
|
3186
3683
|
] }), Nextscene_default = IconNextscene;
|
|
3187
3684
|
|
|
3188
3685
|
// src/components/Oneclickgenerate.tsx
|
|
3189
|
-
var
|
|
3190
|
-
/* @__PURE__ */ (0,
|
|
3191
|
-
/* @__PURE__ */ (0,
|
|
3192
|
-
/* @__PURE__ */ (0,
|
|
3686
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ 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: [
|
|
3687
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3688
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3689
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3193
3690
|
"path",
|
|
3194
3691
|
{
|
|
3195
3692
|
fill: stroke || color || "currentColor",
|
|
3196
3693
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3197
3694
|
}
|
|
3198
3695
|
),
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3696
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3200
3697
|
"path",
|
|
3201
3698
|
{
|
|
3202
3699
|
fill: stroke || color || "currentColor",
|
|
@@ -3208,8 +3705,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3208
3705
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3209
3706
|
|
|
3210
3707
|
// src/components/Opendemo.tsx
|
|
3211
|
-
var
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3708
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
|
|
3709
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3213
3710
|
"path",
|
|
3214
3711
|
{
|
|
3215
3712
|
fill: stroke || color || "currentColor",
|
|
@@ -3218,14 +3715,102 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3218
3715
|
clipRule: "evenodd"
|
|
3219
3716
|
}
|
|
3220
3717
|
),
|
|
3221
|
-
/* @__PURE__ */ (0,
|
|
3718
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3222
3719
|
] }), Opendemo_default = IconOpendemo;
|
|
3223
3720
|
|
|
3721
|
+
// src/components/OppsFilled.tsx
|
|
3722
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3723
|
+
"path",
|
|
3724
|
+
{
|
|
3725
|
+
fill: fill || color || "currentColor",
|
|
3726
|
+
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 12ZM10.5 8.25C10.5 9.49264 9.49264 10.5 8.25 10.5C7.00736 10.5 6 9.49264 6 8.25C6 7.00736 7.00736 6 8.25 6C9.49264 6 10.5 7.00736 10.5 8.25ZM15.75 10.5C16.9926 10.5 18 9.49264 18 8.25C18 7.00736 16.9926 6 15.75 6C14.5074 6 13.5 7.00736 13.5 8.25C13.5 9.49264 14.5074 10.5 15.75 10.5Z",
|
|
3727
|
+
fillRule: "evenodd",
|
|
3728
|
+
clipRule: "evenodd"
|
|
3729
|
+
}
|
|
3730
|
+
) }), OppsFilled_default = IconOppsFilled;
|
|
3731
|
+
|
|
3732
|
+
// src/components/OptionalcheckedFilled.tsx
|
|
3733
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3734
|
+
"path",
|
|
3735
|
+
{
|
|
3736
|
+
fill: fill || color || "currentColor",
|
|
3737
|
+
d: "M22.5 1.5H1.5V22.5H22.5V1.5ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
|
|
3738
|
+
fillRule: "evenodd",
|
|
3739
|
+
clipRule: "evenodd"
|
|
3740
|
+
}
|
|
3741
|
+
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
3742
|
+
|
|
3743
|
+
// src/components/Optionaluncheck.tsx
|
|
3744
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ 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)(
|
|
3745
|
+
"path",
|
|
3746
|
+
{
|
|
3747
|
+
fill: stroke || color || "currentColor",
|
|
3748
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
|
|
3749
|
+
fillRule: "evenodd",
|
|
3750
|
+
clipRule: "evenodd"
|
|
3751
|
+
}
|
|
3752
|
+
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
3753
|
+
|
|
3754
|
+
// src/components/Packagegame.tsx
|
|
3755
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconPackagegame = ({ 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)(
|
|
3756
|
+
"path",
|
|
3757
|
+
{
|
|
3758
|
+
fill: stroke || color || "currentColor",
|
|
3759
|
+
d: "M22.5 22.5H1.5V9L6 1.5H18L22.5 9V22.5ZM10.875 3.75H7.27393L4.12393 9H10.875V3.75ZM13.125 3.75V9H19.8761L16.7261 3.75H13.125ZM3.75 20.25V11.25H20.25V20.25H3.75Z",
|
|
3760
|
+
fillRule: "evenodd",
|
|
3761
|
+
clipRule: "evenodd"
|
|
3762
|
+
}
|
|
3763
|
+
) }), Packagegame_default = IconPackagegame;
|
|
3764
|
+
|
|
3224
3765
|
// src/components/PageError.tsx
|
|
3225
|
-
var
|
|
3766
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3767
|
+
|
|
3768
|
+
// src/components/Parameters.tsx
|
|
3769
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3770
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3771
|
+
"path",
|
|
3772
|
+
{
|
|
3773
|
+
fill: stroke || color || "currentColor",
|
|
3774
|
+
d: "M12.75 4.875H22.5V7.125H12.75V10.5H4.5V7.125H1.5V4.875H4.5V1.5H12.75V4.875ZM6.75 3.75H10.5V8.25H6.75V3.75Z",
|
|
3775
|
+
fillRule: "evenodd",
|
|
3776
|
+
clipRule: "evenodd"
|
|
3777
|
+
}
|
|
3778
|
+
),
|
|
3779
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3780
|
+
"path",
|
|
3781
|
+
{
|
|
3782
|
+
fill: stroke || color || "currentColor",
|
|
3783
|
+
d: "M11.25 16.875V13.5H19.5V16.875H22.5V19.125H19.5V22.5H11.25V19.125H1.5V16.875H11.25ZM13.5 15.75H17.25V20.25H13.5V15.75Z",
|
|
3784
|
+
fillRule: "evenodd",
|
|
3785
|
+
clipRule: "evenodd"
|
|
3786
|
+
}
|
|
3787
|
+
)
|
|
3788
|
+
] }), Parameters_default = IconParameters;
|
|
3789
|
+
|
|
3790
|
+
// src/components/Pause.tsx
|
|
3791
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3792
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3793
|
+
"path",
|
|
3794
|
+
{
|
|
3795
|
+
fill: stroke || color || "currentColor",
|
|
3796
|
+
d: "M10.5 1.5H3V22.5H10.5V1.5ZM8.25 3.75H5.25V20.25H8.25V3.75Z",
|
|
3797
|
+
fillRule: "evenodd",
|
|
3798
|
+
clipRule: "evenodd"
|
|
3799
|
+
}
|
|
3800
|
+
),
|
|
3801
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3802
|
+
"path",
|
|
3803
|
+
{
|
|
3804
|
+
fill: stroke || color || "currentColor",
|
|
3805
|
+
d: "M21 1.5H13.5V22.5H21V1.5ZM18.75 3.75H15.75V20.25H18.75V3.75Z",
|
|
3806
|
+
fillRule: "evenodd",
|
|
3807
|
+
clipRule: "evenodd"
|
|
3808
|
+
}
|
|
3809
|
+
)
|
|
3810
|
+
] }), Pause_default = IconPause;
|
|
3226
3811
|
|
|
3227
3812
|
// src/components/Pencil.tsx
|
|
3228
|
-
var
|
|
3813
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3229
3814
|
"path",
|
|
3230
3815
|
{
|
|
3231
3816
|
fill: stroke || color || "currentColor",
|
|
@@ -3236,7 +3821,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3236
3821
|
) }), Pencil_default = IconPencil;
|
|
3237
3822
|
|
|
3238
3823
|
// src/components/Pick.tsx
|
|
3239
|
-
var
|
|
3824
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3240
3825
|
"path",
|
|
3241
3826
|
{
|
|
3242
3827
|
fill: stroke || color || "currentColor",
|
|
@@ -3247,22 +3832,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3247
3832
|
) }), Pick_default = IconPick;
|
|
3248
3833
|
|
|
3249
3834
|
// src/components/PickedFilled.tsx
|
|
3250
|
-
var
|
|
3835
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3251
3836
|
|
|
3252
3837
|
// src/components/PlanFilled.tsx
|
|
3253
|
-
var
|
|
3254
|
-
/* @__PURE__ */ (0,
|
|
3838
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3839
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3255
3840
|
"path",
|
|
3256
3841
|
{
|
|
3257
3842
|
fill: fill || color || "currentColor",
|
|
3258
3843
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3259
3844
|
}
|
|
3260
3845
|
) }),
|
|
3261
|
-
/* @__PURE__ */ (0,
|
|
3846
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3262
3847
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3263
3848
|
|
|
3264
3849
|
// src/components/PlayFilled.tsx
|
|
3265
|
-
var
|
|
3850
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ 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)(
|
|
3266
3851
|
"path",
|
|
3267
3852
|
{
|
|
3268
3853
|
fill: fill || color || "currentColor",
|
|
@@ -3270,31 +3855,39 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3270
3855
|
}
|
|
3271
3856
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3272
3857
|
|
|
3858
|
+
// src/components/Play.tsx
|
|
3859
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3860
|
+
"path",
|
|
3861
|
+
{
|
|
3862
|
+
fill: stroke || color || "currentColor",
|
|
3863
|
+
d: "M7.5 24H10.5L22.5 12L10.5 0L7.5 1.31134e-07L7.5 24ZM9.75 2.43198L19.318 12L9.75 21.568V2.43198Z",
|
|
3864
|
+
fillRule: "evenodd",
|
|
3865
|
+
clipRule: "evenodd"
|
|
3866
|
+
}
|
|
3867
|
+
) }), Play_default = IconPlay;
|
|
3868
|
+
|
|
3273
3869
|
// src/components/Previouscene.tsx
|
|
3274
|
-
var
|
|
3275
|
-
/* @__PURE__ */ (0,
|
|
3276
|
-
"
|
|
3870
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3871
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3872
|
+
"path",
|
|
3277
3873
|
{
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
x: "0.75",
|
|
3281
|
-
y: "0.75",
|
|
3282
|
-
stroke: stroke || color || "currentColor",
|
|
3283
|
-
rx: "11.25",
|
|
3284
|
-
strokeWidth: "1.5"
|
|
3874
|
+
fill: stroke || color || "currentColor",
|
|
3875
|
+
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3285
3876
|
}
|
|
3286
3877
|
),
|
|
3287
|
-
/* @__PURE__ */ (0,
|
|
3878
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3288
3879
|
"path",
|
|
3289
3880
|
{
|
|
3290
3881
|
fill: stroke || color || "currentColor",
|
|
3291
|
-
d: "
|
|
3882
|
+
d: "M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0ZM12 1.5C17.799 1.5 22.5 6.20101 22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5Z",
|
|
3883
|
+
fillRule: "evenodd",
|
|
3884
|
+
clipRule: "evenodd"
|
|
3292
3885
|
}
|
|
3293
3886
|
)
|
|
3294
3887
|
] }), Previouscene_default = IconPreviouscene;
|
|
3295
3888
|
|
|
3296
3889
|
// src/components/ProblemNoticeFilled.tsx
|
|
3297
|
-
var
|
|
3890
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3298
3891
|
"path",
|
|
3299
3892
|
{
|
|
3300
3893
|
fill: fill || color || "currentColor",
|
|
@@ -3305,10 +3898,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3305
3898
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3306
3899
|
|
|
3307
3900
|
// src/components/Problem.tsx
|
|
3308
|
-
var
|
|
3309
|
-
/* @__PURE__ */ (0,
|
|
3310
|
-
/* @__PURE__ */ (0,
|
|
3311
|
-
/* @__PURE__ */ (0,
|
|
3901
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
|
|
3902
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3903
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3904
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3312
3905
|
"path",
|
|
3313
3906
|
{
|
|
3314
3907
|
fill: stroke || color || "currentColor",
|
|
@@ -3319,8 +3912,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3319
3912
|
)
|
|
3320
3913
|
] }), Problem_default = IconProblem;
|
|
3321
3914
|
|
|
3915
|
+
// src/components/Publish.tsx
|
|
3916
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconPublish = ({ 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: [
|
|
3917
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3918
|
+
"path",
|
|
3919
|
+
{
|
|
3920
|
+
fill: stroke || color || "currentColor",
|
|
3921
|
+
d: "M13.125 1.875L16.8295 5.5795L9.70452 12.7045L11.2955 14.2955L18.4205 7.1705L22.125 10.875L24 9V0H15L13.125 1.875ZM21.75 7.31802L16.682 2.25H21.75V7.31802Z",
|
|
3922
|
+
fillRule: "evenodd",
|
|
3923
|
+
clipRule: "evenodd"
|
|
3924
|
+
}
|
|
3925
|
+
),
|
|
3926
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3927
|
+
] }), Publish_default = IconPublish;
|
|
3928
|
+
|
|
3322
3929
|
// src/components/Ratio169.tsx
|
|
3323
|
-
var
|
|
3930
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
3324
3931
|
"path",
|
|
3325
3932
|
{
|
|
3326
3933
|
fill: stroke || color || "currentColor",
|
|
@@ -3329,15 +3936,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3329
3936
|
) }), Ratio169_default = IconRatio169;
|
|
3330
3937
|
|
|
3331
3938
|
// src/components/Ratio11.tsx
|
|
3332
|
-
var
|
|
3333
|
-
/* @__PURE__ */ (0,
|
|
3939
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
|
|
3940
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3334
3941
|
"path",
|
|
3335
3942
|
{
|
|
3336
3943
|
fill: stroke || color || "currentColor",
|
|
3337
3944
|
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"
|
|
3338
3945
|
}
|
|
3339
3946
|
) }),
|
|
3340
|
-
/* @__PURE__ */ (0,
|
|
3947
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3341
3948
|
"rect",
|
|
3342
3949
|
{
|
|
3343
3950
|
width: "24",
|
|
@@ -3349,15 +3956,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3349
3956
|
] }), Ratio11_default = IconRatio11;
|
|
3350
3957
|
|
|
3351
3958
|
// src/components/Ratio916.tsx
|
|
3352
|
-
var
|
|
3353
|
-
/* @__PURE__ */ (0,
|
|
3959
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3960
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3354
3961
|
"path",
|
|
3355
3962
|
{
|
|
3356
3963
|
fill: stroke || color || "currentColor",
|
|
3357
3964
|
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"
|
|
3358
3965
|
}
|
|
3359
3966
|
) }),
|
|
3360
|
-
/* @__PURE__ */ (0,
|
|
3967
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3361
3968
|
"rect",
|
|
3362
3969
|
{
|
|
3363
3970
|
width: "24",
|
|
@@ -3369,15 +3976,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3369
3976
|
] }), Ratio916_default = IconRatio916;
|
|
3370
3977
|
|
|
3371
3978
|
// src/components/Ratio.tsx
|
|
3372
|
-
var
|
|
3373
|
-
/* @__PURE__ */ (0,
|
|
3979
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
|
|
3980
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3374
3981
|
"path",
|
|
3375
3982
|
{
|
|
3376
3983
|
fill: stroke || color || "currentColor",
|
|
3377
3984
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3378
3985
|
}
|
|
3379
3986
|
),
|
|
3380
|
-
/* @__PURE__ */ (0,
|
|
3987
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3381
3988
|
"path",
|
|
3382
3989
|
{
|
|
3383
3990
|
fill: stroke || color || "currentColor",
|
|
@@ -3387,7 +3994,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3387
3994
|
] }), Ratio_default = IconRatio;
|
|
3388
3995
|
|
|
3389
3996
|
// src/components/ReEdit.tsx
|
|
3390
|
-
var
|
|
3997
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3391
3998
|
"path",
|
|
3392
3999
|
{
|
|
3393
4000
|
fill: stroke || color || "currentColor",
|
|
@@ -3398,7 +4005,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3398
4005
|
) }), ReEdit_default = IconReEdit;
|
|
3399
4006
|
|
|
3400
4007
|
// src/components/Regenerate.tsx
|
|
3401
|
-
var
|
|
4008
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
|
|
3402
4009
|
"path",
|
|
3403
4010
|
{
|
|
3404
4011
|
fill: stroke || color || "currentColor",
|
|
@@ -3408,8 +4015,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3408
4015
|
}
|
|
3409
4016
|
) }), Regenerate_default = IconRegenerate;
|
|
3410
4017
|
|
|
4018
|
+
// src/components/RightFilled.tsx
|
|
4019
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
4020
|
+
"path",
|
|
4021
|
+
{
|
|
4022
|
+
fill: fill || color || "currentColor",
|
|
4023
|
+
d: "M24 12C24 5.37258 18.6274 -2.89694e-07 12 0C5.37258 2.89694e-07 -2.89694e-07 5.37258 0 12C2.89694e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12ZM12 6V10.5H4.5V13.5H12V18H13.5L19.5 12L13.5 6H12Z",
|
|
4024
|
+
fillRule: "evenodd",
|
|
4025
|
+
clipRule: "evenodd"
|
|
4026
|
+
}
|
|
4027
|
+
) }), RightFilled_default = IconRightFilled;
|
|
4028
|
+
|
|
3411
4029
|
// src/components/SceneNext.tsx
|
|
3412
|
-
var
|
|
4030
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconSceneNext = ({ 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)(
|
|
3413
4031
|
"path",
|
|
3414
4032
|
{
|
|
3415
4033
|
fill: stroke || color || "currentColor",
|
|
@@ -3418,19 +4036,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3418
4036
|
) }), SceneNext_default = IconSceneNext;
|
|
3419
4037
|
|
|
3420
4038
|
// src/components/Scriptmode.tsx
|
|
3421
|
-
var
|
|
3422
|
-
/* @__PURE__ */ (0,
|
|
3423
|
-
/* @__PURE__ */ (0,
|
|
3424
|
-
/* @__PURE__ */ (0,
|
|
3425
|
-
/* @__PURE__ */ (0,
|
|
3426
|
-
/* @__PURE__ */ (0,
|
|
3427
|
-
/* @__PURE__ */ (0,
|
|
3428
|
-
/* @__PURE__ */ (0,
|
|
3429
|
-
/* @__PURE__ */ (0,
|
|
4039
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconScriptmode = ({ 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: [
|
|
4040
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4041
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4042
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4043
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4044
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4045
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4046
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4047
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3430
4048
|
] }), Scriptmode_default = IconScriptmode;
|
|
3431
4049
|
|
|
3432
4050
|
// src/components/ShareFilled.tsx
|
|
3433
|
-
var
|
|
4051
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
3434
4052
|
"path",
|
|
3435
4053
|
{
|
|
3436
4054
|
fill: fill || color || "currentColor",
|
|
@@ -3439,7 +4057,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3439
4057
|
) }), ShareFilled_default = IconShareFilled;
|
|
3440
4058
|
|
|
3441
4059
|
// src/components/Share.tsx
|
|
3442
|
-
var
|
|
4060
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3443
4061
|
"path",
|
|
3444
4062
|
{
|
|
3445
4063
|
fill: stroke || color || "currentColor",
|
|
@@ -3450,7 +4068,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3450
4068
|
) }), Share_default = IconShare;
|
|
3451
4069
|
|
|
3452
4070
|
// src/components/SocialX.tsx
|
|
3453
|
-
var
|
|
4071
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
|
|
3454
4072
|
"path",
|
|
3455
4073
|
{
|
|
3456
4074
|
fill: fill || color || "currentColor",
|
|
@@ -3459,7 +4077,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3459
4077
|
) }), SocialX_default = IconSocialX;
|
|
3460
4078
|
|
|
3461
4079
|
// src/components/SocialDiscord.tsx
|
|
3462
|
-
var
|
|
4080
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
|
|
3463
4081
|
"path",
|
|
3464
4082
|
{
|
|
3465
4083
|
fill: fill || color || "currentColor",
|
|
@@ -3468,8 +4086,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3468
4086
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3469
4087
|
|
|
3470
4088
|
// src/components/SoundOff.tsx
|
|
3471
|
-
var
|
|
3472
|
-
/* @__PURE__ */ (0,
|
|
4089
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4090
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
3473
4091
|
"path",
|
|
3474
4092
|
{
|
|
3475
4093
|
fill: stroke || color || "currentColor",
|
|
@@ -3478,7 +4096,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3478
4096
|
clipRule: "evenodd"
|
|
3479
4097
|
}
|
|
3480
4098
|
),
|
|
3481
|
-
/* @__PURE__ */ (0,
|
|
4099
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
3482
4100
|
"path",
|
|
3483
4101
|
{
|
|
3484
4102
|
fill: stroke || color || "currentColor",
|
|
@@ -3488,8 +4106,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3488
4106
|
] }), SoundOff_default = IconSoundOff;
|
|
3489
4107
|
|
|
3490
4108
|
// src/components/SoundOn.tsx
|
|
3491
|
-
var
|
|
3492
|
-
/* @__PURE__ */ (0,
|
|
4109
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4110
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
3493
4111
|
"path",
|
|
3494
4112
|
{
|
|
3495
4113
|
fill: stroke || color || "currentColor",
|
|
@@ -3498,14 +4116,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3498
4116
|
clipRule: "evenodd"
|
|
3499
4117
|
}
|
|
3500
4118
|
),
|
|
3501
|
-
/* @__PURE__ */ (0,
|
|
4119
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
3502
4120
|
"path",
|
|
3503
4121
|
{
|
|
3504
4122
|
fill: stroke || color || "currentColor",
|
|
3505
4123
|
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"
|
|
3506
4124
|
}
|
|
3507
4125
|
),
|
|
3508
|
-
/* @__PURE__ */ (0,
|
|
4126
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
3509
4127
|
"path",
|
|
3510
4128
|
{
|
|
3511
4129
|
fill: stroke || color || "currentColor",
|
|
@@ -3515,7 +4133,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3515
4133
|
] }), SoundOn_default = IconSoundOn;
|
|
3516
4134
|
|
|
3517
4135
|
// src/components/Storyboard.tsx
|
|
3518
|
-
var
|
|
4136
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconStoryboard = ({ 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)(
|
|
3519
4137
|
"path",
|
|
3520
4138
|
{
|
|
3521
4139
|
fill: stroke || color || "currentColor",
|
|
@@ -3526,24 +4144,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3526
4144
|
) }), Storyboard_default = IconStoryboard;
|
|
3527
4145
|
|
|
3528
4146
|
// src/components/StyleAutoFilled.tsx
|
|
3529
|
-
var
|
|
3530
|
-
/* @__PURE__ */ (0,
|
|
4147
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ 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: [
|
|
4148
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
3531
4149
|
"path",
|
|
3532
4150
|
{
|
|
3533
4151
|
fill: fill || color || "currentColor",
|
|
3534
4152
|
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"
|
|
3535
4153
|
}
|
|
3536
4154
|
),
|
|
3537
|
-
/* @__PURE__ */ (0,
|
|
4155
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
3538
4156
|
"path",
|
|
3539
4157
|
{
|
|
3540
4158
|
fill: fill || color || "currentColor",
|
|
3541
4159
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3542
4160
|
}
|
|
3543
4161
|
),
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3545
|
-
/* @__PURE__ */ (0,
|
|
3546
|
-
/* @__PURE__ */ (0,
|
|
4162
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4163
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4164
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
3547
4165
|
"path",
|
|
3548
4166
|
{
|
|
3549
4167
|
fill: fill || color || "currentColor",
|
|
@@ -3553,43 +4171,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3553
4171
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3554
4172
|
|
|
3555
4173
|
// src/components/Style.tsx
|
|
3556
|
-
var
|
|
3557
|
-
/* @__PURE__ */ (0,
|
|
4174
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconStyle = ({ 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: [
|
|
4175
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
3558
4176
|
"path",
|
|
3559
4177
|
{
|
|
3560
4178
|
fill: stroke || color || "currentColor",
|
|
3561
4179
|
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"
|
|
3562
4180
|
}
|
|
3563
4181
|
),
|
|
3564
|
-
/* @__PURE__ */ (0,
|
|
4182
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
3565
4183
|
"path",
|
|
3566
4184
|
{
|
|
3567
4185
|
fill: stroke || color || "currentColor",
|
|
3568
4186
|
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"
|
|
3569
4187
|
}
|
|
3570
4188
|
),
|
|
3571
|
-
/* @__PURE__ */ (0,
|
|
4189
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
3572
4190
|
"path",
|
|
3573
4191
|
{
|
|
3574
4192
|
fill: stroke || color || "currentColor",
|
|
3575
4193
|
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"
|
|
3576
4194
|
}
|
|
3577
4195
|
),
|
|
3578
|
-
/* @__PURE__ */ (0,
|
|
4196
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
3579
4197
|
"path",
|
|
3580
4198
|
{
|
|
3581
4199
|
fill: stroke || color || "currentColor",
|
|
3582
4200
|
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"
|
|
3583
4201
|
}
|
|
3584
4202
|
),
|
|
3585
|
-
/* @__PURE__ */ (0,
|
|
4203
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
3586
4204
|
"path",
|
|
3587
4205
|
{
|
|
3588
4206
|
fill: stroke || color || "currentColor",
|
|
3589
4207
|
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"
|
|
3590
4208
|
}
|
|
3591
4209
|
),
|
|
3592
|
-
/* @__PURE__ */ (0,
|
|
4210
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
3593
4211
|
"path",
|
|
3594
4212
|
{
|
|
3595
4213
|
fill: stroke || color || "currentColor",
|
|
@@ -3600,8 +4218,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3600
4218
|
)
|
|
3601
4219
|
] }), Style_default = IconStyle;
|
|
3602
4220
|
|
|
3603
|
-
// src/components/
|
|
3604
|
-
var
|
|
4221
|
+
// src/components/SwitchOffFilled.tsx
|
|
4222
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ 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)(
|
|
3605
4223
|
"path",
|
|
3606
4224
|
{
|
|
3607
4225
|
fill: fill || color || "currentColor",
|
|
@@ -3609,11 +4227,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3609
4227
|
fillRule: "evenodd",
|
|
3610
4228
|
clipRule: "evenodd"
|
|
3611
4229
|
}
|
|
4230
|
+
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4231
|
+
|
|
4232
|
+
// src/components/SwitchOnFilled.tsx
|
|
4233
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
|
|
4234
|
+
"path",
|
|
4235
|
+
{
|
|
4236
|
+
fill: fill || color || "currentColor",
|
|
4237
|
+
d: "M16.5 4.5C20.6421 4.5 24 7.85786 24 12C24 16.1421 20.6421 19.5 16.5 19.5H7.5C3.35786 19.5 0 16.1421 0 12C0 7.85786 3.35786 4.5 7.5 4.5H16.5ZM16.5 7.5C18.9853 7.5 21 9.51472 21 12C21 14.4853 18.9853 16.5 16.5 16.5C14.0147 16.5 12 14.4853 12 12C12 9.51472 14.0147 7.5 16.5 7.5Z",
|
|
4238
|
+
fillRule: "evenodd",
|
|
4239
|
+
clipRule: "evenodd"
|
|
4240
|
+
}
|
|
3612
4241
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3613
4242
|
|
|
3614
4243
|
// src/components/Target.tsx
|
|
3615
|
-
var
|
|
3616
|
-
/* @__PURE__ */ (0,
|
|
4244
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4245
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
3617
4246
|
"path",
|
|
3618
4247
|
{
|
|
3619
4248
|
fill: stroke || color || "currentColor",
|
|
@@ -3622,7 +4251,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3622
4251
|
clipRule: "evenodd"
|
|
3623
4252
|
}
|
|
3624
4253
|
),
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
4254
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
3626
4255
|
"path",
|
|
3627
4256
|
{
|
|
3628
4257
|
fill: stroke || color || "currentColor",
|
|
@@ -3634,43 +4263,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3634
4263
|
] }), Target_default = IconTarget;
|
|
3635
4264
|
|
|
3636
4265
|
// src/components/TextLogo.tsx
|
|
3637
|
-
var
|
|
3638
|
-
/* @__PURE__ */ (0,
|
|
4266
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
4267
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3639
4268
|
"path",
|
|
3640
4269
|
{
|
|
3641
4270
|
fill: fill || color || "currentColor",
|
|
3642
4271
|
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"
|
|
3643
4272
|
}
|
|
3644
4273
|
),
|
|
3645
|
-
/* @__PURE__ */ (0,
|
|
4274
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3646
4275
|
"path",
|
|
3647
4276
|
{
|
|
3648
4277
|
fill: fill || color || "currentColor",
|
|
3649
4278
|
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"
|
|
3650
4279
|
}
|
|
3651
4280
|
),
|
|
3652
|
-
/* @__PURE__ */ (0,
|
|
4281
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3653
4282
|
"path",
|
|
3654
4283
|
{
|
|
3655
4284
|
fill: fill || color || "currentColor",
|
|
3656
4285
|
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"
|
|
3657
4286
|
}
|
|
3658
4287
|
),
|
|
3659
|
-
/* @__PURE__ */ (0,
|
|
4288
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3660
4289
|
"path",
|
|
3661
4290
|
{
|
|
3662
4291
|
fill: fill || color || "currentColor",
|
|
3663
4292
|
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"
|
|
3664
4293
|
}
|
|
3665
4294
|
),
|
|
3666
|
-
/* @__PURE__ */ (0,
|
|
4295
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3667
4296
|
"path",
|
|
3668
4297
|
{
|
|
3669
4298
|
fill: fill || color || "currentColor",
|
|
3670
4299
|
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"
|
|
3671
4300
|
}
|
|
3672
4301
|
),
|
|
3673
|
-
/* @__PURE__ */ (0,
|
|
4302
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3674
4303
|
"path",
|
|
3675
4304
|
{
|
|
3676
4305
|
fill: fill || color || "currentColor",
|
|
@@ -3679,16 +4308,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3679
4308
|
)
|
|
3680
4309
|
] }), TextLogo_default = IconTextLogo;
|
|
3681
4310
|
|
|
4311
|
+
// src/components/Tips.tsx
|
|
4312
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconTips = ({ 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)(
|
|
4313
|
+
"path",
|
|
4314
|
+
{
|
|
4315
|
+
fill: stroke || color || "currentColor",
|
|
4316
|
+
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.25ZM14.25 20.818V18H9.75V20.818L10.682 21.75H13.318L14.25 20.818ZM14.818 15.75H13.125V9H10.875V15.75H9.18198L7.2316 13.7996C5.96366 12.5317 5.25 10.8066 5.25 9.01103C5.25 5.27952 8.27567 2.25 12 2.25C15.7243 2.25 18.75 5.27952 18.75 9.01103C18.75 10.8066 18.0363 12.5317 16.7684 13.7996L14.818 15.75Z",
|
|
4317
|
+
fillRule: "evenodd",
|
|
4318
|
+
clipRule: "evenodd"
|
|
4319
|
+
}
|
|
4320
|
+
) }), Tips_default = IconTips;
|
|
4321
|
+
|
|
3682
4322
|
// src/components/ToolsFilled.tsx
|
|
3683
|
-
var
|
|
3684
|
-
/* @__PURE__ */ (0,
|
|
4323
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4324
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
3685
4325
|
"path",
|
|
3686
4326
|
{
|
|
3687
4327
|
fill: fill || color || "currentColor",
|
|
3688
4328
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3689
4329
|
}
|
|
3690
4330
|
),
|
|
3691
|
-
/* @__PURE__ */ (0,
|
|
4331
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
3692
4332
|
"path",
|
|
3693
4333
|
{
|
|
3694
4334
|
fill: fill || color || "currentColor",
|
|
@@ -3698,7 +4338,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3698
4338
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3699
4339
|
|
|
3700
4340
|
// src/components/Tools.tsx
|
|
3701
|
-
var
|
|
4341
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
3702
4342
|
"path",
|
|
3703
4343
|
{
|
|
3704
4344
|
stroke: stroke || color || "currentColor",
|
|
@@ -3707,8 +4347,30 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3707
4347
|
}
|
|
3708
4348
|
) }), Tools_default = IconTools;
|
|
3709
4349
|
|
|
4350
|
+
// src/components/UpFilled.tsx
|
|
4351
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconUpFilled = ({ 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)(
|
|
4352
|
+
"path",
|
|
4353
|
+
{
|
|
4354
|
+
fill: fill || color || "currentColor",
|
|
4355
|
+
d: "M12 0C5.37258 5.79387e-07 -5.79387e-07 5.37258 0 12C5.79387e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -5.79387e-07 12 0ZM6 12H10.5L10.5 19.5H13.5V12L18 12V10.5L12 4.5L6 10.5V12Z",
|
|
4356
|
+
fillRule: "evenodd",
|
|
4357
|
+
clipRule: "evenodd"
|
|
4358
|
+
}
|
|
4359
|
+
) }), UpFilled_default = IconUpFilled;
|
|
4360
|
+
|
|
4361
|
+
// src/components/UpleftFilled.tsx
|
|
4362
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ 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)(
|
|
4363
|
+
"path",
|
|
4364
|
+
{
|
|
4365
|
+
fill: fill || color || "currentColor",
|
|
4366
|
+
d: "M0 12C7.90312e-08 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -7.90312e-08 12 0C5.37258 7.90312e-08 -7.90312e-08 5.37258 0 12ZM16.1893 18.3107L10.9393 13.0607L7.87498 16.125L6.74998 15V6.75H15L16.125 7.875L13.0606 10.9393L18.3106 16.1893L16.1893 18.3107Z",
|
|
4367
|
+
fillRule: "evenodd",
|
|
4368
|
+
clipRule: "evenodd"
|
|
4369
|
+
}
|
|
4370
|
+
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4371
|
+
|
|
3710
4372
|
// src/components/Uploadfiles.tsx
|
|
3711
|
-
var
|
|
4373
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
3712
4374
|
"path",
|
|
3713
4375
|
{
|
|
3714
4376
|
fill: stroke || color || "currentColor",
|
|
@@ -3716,8 +4378,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3716
4378
|
}
|
|
3717
4379
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3718
4380
|
|
|
4381
|
+
// src/components/UprightFilled.tsx
|
|
4382
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4383
|
+
"path",
|
|
4384
|
+
{
|
|
4385
|
+
fill: fill || color || "currentColor",
|
|
4386
|
+
d: "M12 0C5.37258 5.79387e-07 -5.79387e-07 5.37258 0 12C5.79387e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -5.79387e-07 12 0ZM5.68934 16.1893L10.9393 10.9393L7.875 7.87498L9 6.74998L17.25 6.74998L17.25 15L16.125 16.125L13.0607 13.0606L7.81066 18.3106L5.68934 16.1893Z",
|
|
4387
|
+
fillRule: "evenodd",
|
|
4388
|
+
clipRule: "evenodd"
|
|
4389
|
+
}
|
|
4390
|
+
) }), UprightFilled_default = IconUprightFilled;
|
|
4391
|
+
|
|
3719
4392
|
// src/components/Userfeedback.tsx
|
|
3720
|
-
var
|
|
4393
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
3721
4394
|
"path",
|
|
3722
4395
|
{
|
|
3723
4396
|
fill: stroke || color || "currentColor",
|
|
@@ -3728,22 +4401,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3728
4401
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3729
4402
|
|
|
3730
4403
|
// src/components/VideoGeneration.tsx
|
|
3731
|
-
var
|
|
3732
|
-
/* @__PURE__ */ (0,
|
|
4404
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4405
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
3733
4406
|
"path",
|
|
3734
4407
|
{
|
|
3735
4408
|
fill: stroke || color || "currentColor",
|
|
3736
4409
|
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.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
3737
4410
|
}
|
|
3738
4411
|
),
|
|
3739
|
-
/* @__PURE__ */ (0,
|
|
4412
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
3740
4413
|
"path",
|
|
3741
4414
|
{
|
|
3742
4415
|
fill: stroke || color || "currentColor",
|
|
3743
4416
|
d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
|
|
3744
4417
|
}
|
|
3745
4418
|
),
|
|
3746
|
-
/* @__PURE__ */ (0,
|
|
4419
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
3747
4420
|
"path",
|
|
3748
4421
|
{
|
|
3749
4422
|
fill: stroke || color || "currentColor",
|
|
@@ -3755,9 +4428,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3755
4428
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3756
4429
|
|
|
3757
4430
|
// src/components/VideoLength.tsx
|
|
3758
|
-
var
|
|
3759
|
-
/* @__PURE__ */ (0,
|
|
3760
|
-
/* @__PURE__ */ (0,
|
|
4431
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconVideoLength = ({ 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: [
|
|
4432
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4433
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
3761
4434
|
"path",
|
|
3762
4435
|
{
|
|
3763
4436
|
fill: stroke || color || "currentColor",
|
|
@@ -3769,8 +4442,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3769
4442
|
] }), VideoLength_default = IconVideoLength;
|
|
3770
4443
|
|
|
3771
4444
|
// src/components/Videogenerate.tsx
|
|
3772
|
-
var
|
|
3773
|
-
/* @__PURE__ */ (0,
|
|
4445
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ 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: [
|
|
4446
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
3774
4447
|
"path",
|
|
3775
4448
|
{
|
|
3776
4449
|
fill: stroke || color || "currentColor",
|
|
@@ -3779,7 +4452,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3779
4452
|
clipRule: "evenodd"
|
|
3780
4453
|
}
|
|
3781
4454
|
),
|
|
3782
|
-
/* @__PURE__ */ (0,
|
|
4455
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
3783
4456
|
"path",
|
|
3784
4457
|
{
|
|
3785
4458
|
fill: stroke || color || "currentColor",
|
|
@@ -3791,7 +4464,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3791
4464
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3792
4465
|
|
|
3793
4466
|
// src/components/Visualstyles.tsx
|
|
3794
|
-
var
|
|
4467
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
3795
4468
|
"path",
|
|
3796
4469
|
{
|
|
3797
4470
|
fill: stroke || color || "currentColor",
|
|
@@ -3802,8 +4475,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3802
4475
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3803
4476
|
|
|
3804
4477
|
// src/components/Volume.tsx
|
|
3805
|
-
var
|
|
3806
|
-
/* @__PURE__ */ (0,
|
|
4478
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconVolume = ({ 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: [
|
|
4479
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
3807
4480
|
"path",
|
|
3808
4481
|
{
|
|
3809
4482
|
fill: stroke || color || "currentColor",
|
|
@@ -3812,14 +4485,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3812
4485
|
clipRule: "evenodd"
|
|
3813
4486
|
}
|
|
3814
4487
|
),
|
|
3815
|
-
/* @__PURE__ */ (0,
|
|
4488
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
3816
4489
|
"path",
|
|
3817
4490
|
{
|
|
3818
4491
|
fill: stroke || color || "currentColor",
|
|
3819
4492
|
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"
|
|
3820
4493
|
}
|
|
3821
4494
|
),
|
|
3822
|
-
/* @__PURE__ */ (0,
|
|
4495
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
3823
4496
|
"path",
|
|
3824
4497
|
{
|
|
3825
4498
|
fill: stroke || color || "currentColor",
|
|
@@ -3827,6 +4500,51 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3827
4500
|
}
|
|
3828
4501
|
)
|
|
3829
4502
|
] }), Volume_default = IconVolume;
|
|
4503
|
+
|
|
4504
|
+
// src/components/Withdrawgame.tsx
|
|
4505
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ 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)(
|
|
4506
|
+
"path",
|
|
4507
|
+
{
|
|
4508
|
+
fill: stroke || color || "currentColor",
|
|
4509
|
+
d: "M9.83506e-08 14.25L0 16.5L7.5 24L15 16.5V14.25L8.625 14.25L8.625 5.25L22.5 5.25V3L6.375 3L6.375 14.25H9.83506e-08ZM11.818 16.5L7.5 20.818L3.18198 16.5H11.818Z",
|
|
4510
|
+
fillRule: "evenodd",
|
|
4511
|
+
clipRule: "evenodd"
|
|
4512
|
+
}
|
|
4513
|
+
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4514
|
+
|
|
4515
|
+
// src/components/Zoomin.tsx
|
|
4516
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4517
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
4518
|
+
"path",
|
|
4519
|
+
{
|
|
4520
|
+
fill: stroke || color || "currentColor",
|
|
4521
|
+
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4522
|
+
}
|
|
4523
|
+
),
|
|
4524
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
4525
|
+
"path",
|
|
4526
|
+
{
|
|
4527
|
+
fill: stroke || color || "currentColor",
|
|
4528
|
+
d: "M21 10.5C21 12.9942 20.1303 15.2854 18.6776 17.0866L23.9705 22.3795L22.3795 23.9705L17.0866 18.6776C15.2854 20.1303 12.9942 21 10.5 21C4.70101 21 0 16.299 0 10.5C0 4.70101 4.70101 0 10.5 0C16.299 0 21 4.70101 21 10.5ZM18.75 10.5C18.75 15.0563 15.0563 18.75 10.5 18.75C5.94365 18.75 2.25 15.0563 2.25 10.5C2.25 5.94365 5.94365 2.25 10.5 2.25C15.0563 2.25 18.75 5.94365 18.75 10.5Z",
|
|
4529
|
+
fillRule: "evenodd",
|
|
4530
|
+
clipRule: "evenodd"
|
|
4531
|
+
}
|
|
4532
|
+
)
|
|
4533
|
+
] }), Zoomin_default = IconZoomin;
|
|
4534
|
+
|
|
4535
|
+
// src/components/Zoomout.tsx
|
|
4536
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconZoomout = ({ 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: [
|
|
4537
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4538
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4539
|
+
"path",
|
|
4540
|
+
{
|
|
4541
|
+
fill: stroke || color || "currentColor",
|
|
4542
|
+
d: "M18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
4543
|
+
fillRule: "evenodd",
|
|
4544
|
+
clipRule: "evenodd"
|
|
4545
|
+
}
|
|
4546
|
+
)
|
|
4547
|
+
] }), Zoomout_default = IconZoomout;
|
|
3830
4548
|
})();
|
|
3831
4549
|
/*! Bundled license information:
|
|
3832
4550
|
|