@yoroll/react-icon 0.0.13 → 0.0.15
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 +1113 -482
- package/dist/index.iife.js +1072 -480
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +1276 -606
- 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/Angleright.d.ts +4 -0
- package/dist/types/components/Announcement.d.ts +4 -0
- package/dist/types/components/Changeprofilephoto.d.ts +4 -0
- package/dist/types/components/Copylink.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/Favorite.d.ts +4 -0
- package/dist/types/components/FavoriteFilled.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/Fillin.d.ts +4 -0
- package/dist/types/components/FullScreen.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/MoreHorizontal.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/Publish.d.ts +4 -0
- package/dist/types/components/RatioAuto.d.ts +4 -0
- package/dist/types/components/RightFilled.d.ts +4 -0
- package/dist/types/components/Sendrequest.d.ts +4 -0
- package/dist/types/components/SwitchOffFilled.d.ts +4 -0
- package/dist/types/components/Undo.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/Zoomhandle.d.ts +4 -0
- package/dist/types/components/index.d.ts +40 -1
- package/package.json +3 -4
- package/dist/types/components/Uncheck.d.ts +0 -4
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.14 */
|
|
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,28 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1652
1672
|
}
|
|
1653
1673
|
) }), AngleDown_default = IconAngleDown;
|
|
1654
1674
|
|
|
1675
|
+
// src/components/Angleright.tsx
|
|
1676
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAngleright = ({ 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: "M14.9091 12L6.70459 3.79553L8.29558 2.20454L18.0911 12L8.29558 21.7955L6.70459 20.2045L14.9091 12Z"
|
|
1681
|
+
}
|
|
1682
|
+
) }), Angleright_default = IconAngleright;
|
|
1683
|
+
|
|
1684
|
+
// src/components/Announcement.tsx
|
|
1685
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ 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)(
|
|
1686
|
+
"path",
|
|
1687
|
+
{
|
|
1688
|
+
fill: stroke || color || "currentColor",
|
|
1689
|
+
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",
|
|
1690
|
+
fillRule: "evenodd",
|
|
1691
|
+
clipRule: "evenodd"
|
|
1692
|
+
}
|
|
1693
|
+
) }), Announcement_default = IconAnnouncement;
|
|
1694
|
+
|
|
1655
1695
|
// src/components/Artboard.tsx
|
|
1656
|
-
var
|
|
1696
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1657
1697
|
"path",
|
|
1658
1698
|
{
|
|
1659
1699
|
fill: stroke || color || "currentColor",
|
|
@@ -1664,17 +1704,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1664
1704
|
) }), Artboard_default = IconArtboard;
|
|
1665
1705
|
|
|
1666
1706
|
// src/components/AssetsFilled.tsx
|
|
1667
|
-
var
|
|
1668
|
-
/* @__PURE__ */ (0,
|
|
1669
|
-
/* @__PURE__ */ (0,
|
|
1670
|
-
/* @__PURE__ */ (0,
|
|
1707
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ 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: [
|
|
1708
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1709
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1710
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1671
1711
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1672
1712
|
|
|
1673
1713
|
// src/components/Assets.tsx
|
|
1674
|
-
var
|
|
1675
|
-
/* @__PURE__ */ (0,
|
|
1676
|
-
/* @__PURE__ */ (0,
|
|
1677
|
-
/* @__PURE__ */ (0,
|
|
1714
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconAssets = ({ 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: [
|
|
1715
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1716
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1717
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1678
1718
|
"path",
|
|
1679
1719
|
{
|
|
1680
1720
|
fill: stroke || color || "currentColor",
|
|
@@ -1686,8 +1726,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1686
1726
|
] }), Assets_default = IconAssets;
|
|
1687
1727
|
|
|
1688
1728
|
// src/components/Backtoprojects.tsx
|
|
1689
|
-
var
|
|
1690
|
-
/* @__PURE__ */ (0,
|
|
1729
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1730
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1691
1731
|
"path",
|
|
1692
1732
|
{
|
|
1693
1733
|
fill: stroke || color || "currentColor",
|
|
@@ -1696,7 +1736,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1696
1736
|
clipRule: "evenodd"
|
|
1697
1737
|
}
|
|
1698
1738
|
),
|
|
1699
|
-
/* @__PURE__ */ (0,
|
|
1739
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1700
1740
|
"path",
|
|
1701
1741
|
{
|
|
1702
1742
|
fill: stroke || color || "currentColor",
|
|
@@ -1705,7 +1745,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1705
1745
|
clipRule: "evenodd"
|
|
1706
1746
|
}
|
|
1707
1747
|
),
|
|
1708
|
-
/* @__PURE__ */ (0,
|
|
1748
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1709
1749
|
"path",
|
|
1710
1750
|
{
|
|
1711
1751
|
fill: stroke || color || "currentColor",
|
|
@@ -1714,7 +1754,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1714
1754
|
clipRule: "evenodd"
|
|
1715
1755
|
}
|
|
1716
1756
|
),
|
|
1717
|
-
/* @__PURE__ */ (0,
|
|
1757
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1718
1758
|
"path",
|
|
1719
1759
|
{
|
|
1720
1760
|
fill: stroke || color || "currentColor",
|
|
@@ -1726,7 +1766,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1726
1766
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1727
1767
|
|
|
1728
1768
|
// src/components/Backward.tsx
|
|
1729
|
-
var
|
|
1769
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
|
|
1730
1770
|
"path",
|
|
1731
1771
|
{
|
|
1732
1772
|
fill: stroke || color || "currentColor",
|
|
@@ -1735,7 +1775,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1735
1775
|
) }), Backward_default = IconBackward;
|
|
1736
1776
|
|
|
1737
1777
|
// src/components/BatchShots.tsx
|
|
1738
|
-
var
|
|
1778
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconBatchShots = ({ 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)(
|
|
1739
1779
|
"path",
|
|
1740
1780
|
{
|
|
1741
1781
|
fill: stroke || color || "currentColor",
|
|
@@ -1746,7 +1786,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1746
1786
|
) }), BatchShots_default = IconBatchShots;
|
|
1747
1787
|
|
|
1748
1788
|
// src/components/Canvasmode.tsx
|
|
1749
|
-
var
|
|
1789
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
|
|
1750
1790
|
"path",
|
|
1751
1791
|
{
|
|
1752
1792
|
fill: stroke || color || "currentColor",
|
|
@@ -1756,8 +1796,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1756
1796
|
}
|
|
1757
1797
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1758
1798
|
|
|
1799
|
+
// src/components/Changeprofilephoto.tsx
|
|
1800
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
|
|
1801
|
+
"path",
|
|
1802
|
+
{
|
|
1803
|
+
fill: stroke || color || "currentColor",
|
|
1804
|
+
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",
|
|
1805
|
+
fillRule: "evenodd",
|
|
1806
|
+
clipRule: "evenodd"
|
|
1807
|
+
}
|
|
1808
|
+
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
1809
|
+
|
|
1759
1810
|
// src/components/Chaptercollapse.tsx
|
|
1760
|
-
var
|
|
1811
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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)(
|
|
1761
1812
|
"path",
|
|
1762
1813
|
{
|
|
1763
1814
|
fill: stroke || color || "currentColor",
|
|
@@ -1768,7 +1819,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1768
1819
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1769
1820
|
|
|
1770
1821
|
// src/components/Chapterexpand.tsx
|
|
1771
|
-
var
|
|
1822
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1772
1823
|
"path",
|
|
1773
1824
|
{
|
|
1774
1825
|
fill: stroke || color || "currentColor",
|
|
@@ -1779,7 +1830,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1779
1830
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1780
1831
|
|
|
1781
1832
|
// src/components/Check.tsx
|
|
1782
|
-
var
|
|
1833
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
|
|
1783
1834
|
"path",
|
|
1784
1835
|
{
|
|
1785
1836
|
fill: stroke || color || "currentColor",
|
|
@@ -1788,18 +1839,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1788
1839
|
) }), Check_default = IconCheck;
|
|
1789
1840
|
|
|
1790
1841
|
// src/components/CheckedFilled.tsx
|
|
1791
|
-
var
|
|
1842
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
1792
1843
|
"path",
|
|
1793
1844
|
{
|
|
1794
1845
|
fill: fill || color || "currentColor",
|
|
1795
|
-
d: "
|
|
1846
|
+
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 24ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
|
|
1796
1847
|
fillRule: "evenodd",
|
|
1797
1848
|
clipRule: "evenodd"
|
|
1798
1849
|
}
|
|
1799
1850
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1800
1851
|
|
|
1801
1852
|
// src/components/Close.tsx
|
|
1802
|
-
var
|
|
1853
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1803
1854
|
"path",
|
|
1804
1855
|
{
|
|
1805
1856
|
fill: stroke || color || "currentColor",
|
|
@@ -1808,9 +1859,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1808
1859
|
) }), Close_default = IconClose;
|
|
1809
1860
|
|
|
1810
1861
|
// src/components/Copy.tsx
|
|
1811
|
-
var
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1813
|
-
/* @__PURE__ */ (0,
|
|
1862
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCopy = ({ 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: [
|
|
1863
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1864
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1814
1865
|
"path",
|
|
1815
1866
|
{
|
|
1816
1867
|
fill: stroke || color || "currentColor",
|
|
@@ -1821,9 +1872,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1821
1872
|
)
|
|
1822
1873
|
] }), Copy_default = IconCopy;
|
|
1823
1874
|
|
|
1875
|
+
// src/components/Copylink.tsx
|
|
1876
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCopylink = ({ 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)(
|
|
1877
|
+
"path",
|
|
1878
|
+
{
|
|
1879
|
+
fill: stroke || color || "currentColor",
|
|
1880
|
+
d: "M16.5 9C18.9853 9 21 6.98528 21 4.5C21 2.01472 18.9853 0 16.5 0C14.0147 0 12 2.01472 12 4.5C12 4.97253 12.0728 5.42805 12.2079 5.85594L7.59859 8.73675C6.79167 7.9703 5.70076 7.5 4.5 7.5C2.01472 7.5 0 9.51472 0 12C0 14.4853 2.01472 16.5 4.5 16.5C5.70076 16.5 6.79167 16.0297 7.59859 15.2633L12.2079 18.1441C12.0728 18.572 12 19.0275 12 19.5C12 21.9853 14.0147 24 16.5 24C18.9853 24 21 21.9853 21 19.5C21 17.0147 18.9853 15 16.5 15C15.2993 15 14.2083 15.4703 13.4014 16.2367L8.79213 13.3559C8.92717 12.928 9 12.4725 9 12C9 11.5275 8.92717 11.072 8.79213 10.6441L13.4014 7.76328C14.2083 8.52971 15.2993 9 16.5 9ZM16.5 6.75C17.7426 6.75 18.75 5.74264 18.75 4.5C18.75 3.25736 17.7426 2.25 16.5 2.25C15.2574 2.25 14.25 3.25736 14.25 4.5C14.25 5.74264 15.2574 6.75 16.5 6.75ZM6.75 12C6.75 13.2426 5.74264 14.25 4.5 14.25C3.25736 14.25 2.25 13.2426 2.25 12C2.25 10.7574 3.25736 9.75 4.5 9.75C5.74264 9.75 6.75 10.7574 6.75 12ZM18.75 19.5C18.75 20.7426 17.7426 21.75 16.5 21.75C15.2574 21.75 14.25 20.7426 14.25 19.5C14.25 18.2574 15.2574 17.25 16.5 17.25C17.7426 17.25 18.75 18.2574 18.75 19.5Z",
|
|
1881
|
+
fillRule: "evenodd",
|
|
1882
|
+
clipRule: "evenodd"
|
|
1883
|
+
}
|
|
1884
|
+
) }), Copylink_default = IconCopylink;
|
|
1885
|
+
|
|
1824
1886
|
// src/components/CreditFilled.tsx
|
|
1825
|
-
var
|
|
1826
|
-
/* @__PURE__ */ (0,
|
|
1887
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ 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: [
|
|
1888
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1827
1889
|
"path",
|
|
1828
1890
|
{
|
|
1829
1891
|
fill: fill || color || "currentColor",
|
|
@@ -1832,11 +1894,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1832
1894
|
clipRule: "evenodd"
|
|
1833
1895
|
}
|
|
1834
1896
|
) }),
|
|
1835
|
-
/* @__PURE__ */ (0,
|
|
1897
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1836
1898
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1837
1899
|
|
|
1838
1900
|
// src/components/Cursor.tsx
|
|
1839
|
-
var
|
|
1901
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1840
1902
|
"path",
|
|
1841
1903
|
{
|
|
1842
1904
|
fill: stroke || color || "currentColor",
|
|
@@ -1847,9 +1909,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1847
1909
|
) }), Cursor_default = IconCursor;
|
|
1848
1910
|
|
|
1849
1911
|
// src/components/DeleteSceneChoice.tsx
|
|
1850
|
-
var
|
|
1851
|
-
/* @__PURE__ */ (0,
|
|
1852
|
-
/* @__PURE__ */ (0,
|
|
1912
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1913
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1853
1915
|
"path",
|
|
1854
1916
|
{
|
|
1855
1917
|
fill: stroke || color || "currentColor",
|
|
@@ -1861,9 +1923,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1861
1923
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1862
1924
|
|
|
1863
1925
|
// src/components/Delete.tsx
|
|
1864
|
-
var
|
|
1865
|
-
/* @__PURE__ */ (0,
|
|
1866
|
-
/* @__PURE__ */ (0,
|
|
1926
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1927
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
1928
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1867
1929
|
"path",
|
|
1868
1930
|
{
|
|
1869
1931
|
fill: stroke || color || "currentColor",
|
|
@@ -1874,16 +1936,38 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1874
1936
|
)
|
|
1875
1937
|
] }), Delete_default = IconDelete;
|
|
1876
1938
|
|
|
1939
|
+
// src/components/DownFilled.tsx
|
|
1940
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1941
|
+
"path",
|
|
1942
|
+
{
|
|
1943
|
+
fill: fill || color || "currentColor",
|
|
1944
|
+
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",
|
|
1945
|
+
fillRule: "evenodd",
|
|
1946
|
+
clipRule: "evenodd"
|
|
1947
|
+
}
|
|
1948
|
+
) }), DownFilled_default = IconDownFilled;
|
|
1949
|
+
|
|
1950
|
+
// src/components/DownleftFilled.tsx
|
|
1951
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ 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)(
|
|
1952
|
+
"path",
|
|
1953
|
+
{
|
|
1954
|
+
fill: fill || color || "currentColor",
|
|
1955
|
+
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",
|
|
1956
|
+
fillRule: "evenodd",
|
|
1957
|
+
clipRule: "evenodd"
|
|
1958
|
+
}
|
|
1959
|
+
) }), DownleftFilled_default = IconDownleftFilled;
|
|
1960
|
+
|
|
1877
1961
|
// src/components/Download.tsx
|
|
1878
|
-
var
|
|
1879
|
-
/* @__PURE__ */ (0,
|
|
1962
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
|
|
1963
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1880
1964
|
"path",
|
|
1881
1965
|
{
|
|
1882
1966
|
fill: stroke || color || "currentColor",
|
|
1883
1967
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1884
1968
|
}
|
|
1885
1969
|
),
|
|
1886
|
-
/* @__PURE__ */ (0,
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1887
1971
|
"path",
|
|
1888
1972
|
{
|
|
1889
1973
|
fill: stroke || color || "currentColor",
|
|
@@ -1894,18 +1978,49 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1894
1978
|
)
|
|
1895
1979
|
] }), Download_default = IconDownload;
|
|
1896
1980
|
|
|
1981
|
+
// src/components/DownrightFilled.tsx
|
|
1982
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ 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)(
|
|
1983
|
+
"path",
|
|
1984
|
+
{
|
|
1985
|
+
fill: fill || color || "currentColor",
|
|
1986
|
+
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",
|
|
1987
|
+
fillRule: "evenodd",
|
|
1988
|
+
clipRule: "evenodd"
|
|
1989
|
+
}
|
|
1990
|
+
) }), DownrightFilled_default = IconDownrightFilled;
|
|
1991
|
+
|
|
1897
1992
|
// src/components/DraghandleFilled.tsx
|
|
1898
|
-
var
|
|
1899
|
-
/* @__PURE__ */ (0,
|
|
1900
|
-
/* @__PURE__ */ (0,
|
|
1901
|
-
/* @__PURE__ */ (0,
|
|
1902
|
-
/* @__PURE__ */ (0,
|
|
1903
|
-
/* @__PURE__ */ (0,
|
|
1904
|
-
/* @__PURE__ */ (0,
|
|
1993
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1994
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
1995
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
1996
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
1997
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
1998
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
1999
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
1905
2000
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
1906
2001
|
|
|
2002
|
+
// src/components/FavoriteFilled.tsx
|
|
2003
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ 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)(
|
|
2004
|
+
"path",
|
|
2005
|
+
{
|
|
2006
|
+
fill: fill || color || "currentColor",
|
|
2007
|
+
d: "M13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0Z"
|
|
2008
|
+
}
|
|
2009
|
+
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2010
|
+
|
|
2011
|
+
// src/components/Favorite.tsx
|
|
2012
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2013
|
+
"path",
|
|
2014
|
+
{
|
|
2015
|
+
fill: stroke || color || "currentColor",
|
|
2016
|
+
d: "M18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613ZM17.4872 19.5524L15.3913 13.1019L20.8785 9.11522L14.0959 9.11522L12 2.66463L9.9041 9.11522L3.12152 9.11522L8.60875 13.1019L6.51285 19.5525L12 15.5658L17.4872 19.5524Z",
|
|
2017
|
+
fillRule: "evenodd",
|
|
2018
|
+
clipRule: "evenodd"
|
|
2019
|
+
}
|
|
2020
|
+
) }), Favorite_default = IconFavorite;
|
|
2021
|
+
|
|
1907
2022
|
// src/components/FeedbackFailFilled.tsx
|
|
1908
|
-
var
|
|
2023
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1909
2024
|
"path",
|
|
1910
2025
|
{
|
|
1911
2026
|
fill: fill || color || "currentColor",
|
|
@@ -1916,7 +2031,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1916
2031
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
1917
2032
|
|
|
1918
2033
|
// src/components/FeedbackPendingFilled.tsx
|
|
1919
|
-
var
|
|
2034
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1920
2035
|
"path",
|
|
1921
2036
|
{
|
|
1922
2037
|
fill: fill || color || "currentColor",
|
|
@@ -1927,7 +2042,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1927
2042
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
1928
2043
|
|
|
1929
2044
|
// src/components/FeedbackProblemFilled.tsx
|
|
1930
|
-
var
|
|
2045
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1931
2046
|
"path",
|
|
1932
2047
|
{
|
|
1933
2048
|
fill: fill || color || "currentColor",
|
|
@@ -1938,29 +2053,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1938
2053
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
1939
2054
|
|
|
1940
2055
|
// src/components/FeedbackProblem.tsx
|
|
1941
|
-
var
|
|
1942
|
-
/* @__PURE__ */ (0,
|
|
2056
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
|
|
2057
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1943
2058
|
"path",
|
|
1944
2059
|
{
|
|
1945
2060
|
fill: stroke || color || "currentColor",
|
|
1946
2061
|
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"
|
|
1947
2062
|
}
|
|
1948
2063
|
),
|
|
1949
|
-
/* @__PURE__ */ (0,
|
|
2064
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1950
2065
|
"path",
|
|
1951
2066
|
{
|
|
1952
2067
|
fill: stroke || color || "currentColor",
|
|
1953
2068
|
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"
|
|
1954
2069
|
}
|
|
1955
2070
|
),
|
|
1956
|
-
/* @__PURE__ */ (0,
|
|
2071
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1957
2072
|
"path",
|
|
1958
2073
|
{
|
|
1959
2074
|
fill: stroke || color || "currentColor",
|
|
1960
2075
|
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"
|
|
1961
2076
|
}
|
|
1962
2077
|
),
|
|
1963
|
-
/* @__PURE__ */ (0,
|
|
2078
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1964
2079
|
"path",
|
|
1965
2080
|
{
|
|
1966
2081
|
fill: stroke || color || "currentColor",
|
|
@@ -1971,9 +2086,44 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1971
2086
|
)
|
|
1972
2087
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
1973
2088
|
|
|
2089
|
+
// src/components/FiletypeImageFilled.tsx
|
|
2090
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ 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: [
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2092
|
+
"path",
|
|
2093
|
+
{
|
|
2094
|
+
fill: "#2E2E2E",
|
|
2095
|
+
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",
|
|
2096
|
+
style: { opacity: 0.3 }
|
|
2097
|
+
}
|
|
2098
|
+
) }),
|
|
2099
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2100
|
+
"path",
|
|
2101
|
+
{
|
|
2102
|
+
fill: "#2E2E2E",
|
|
2103
|
+
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
2104
|
+
}
|
|
2105
|
+
),
|
|
2106
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2107
|
+
"path",
|
|
2108
|
+
{
|
|
2109
|
+
fill: "#2E2E2E",
|
|
2110
|
+
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
2111
|
+
}
|
|
2112
|
+
),
|
|
2113
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2114
|
+
"path",
|
|
2115
|
+
{
|
|
2116
|
+
fill: "#2E2E2E",
|
|
2117
|
+
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",
|
|
2118
|
+
fillRule: "evenodd",
|
|
2119
|
+
clipRule: "evenodd"
|
|
2120
|
+
}
|
|
2121
|
+
)
|
|
2122
|
+
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2123
|
+
|
|
1974
2124
|
// src/components/FiletypePdfFilled.tsx
|
|
1975
|
-
var
|
|
1976
|
-
/* @__PURE__ */ (0,
|
|
2125
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2126
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1977
2127
|
"path",
|
|
1978
2128
|
{
|
|
1979
2129
|
fill: "#FF3E4C",
|
|
@@ -1981,14 +2131,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1981
2131
|
style: { opacity: 0.3 }
|
|
1982
2132
|
}
|
|
1983
2133
|
) }),
|
|
1984
|
-
/* @__PURE__ */ (0,
|
|
2134
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1985
2135
|
"path",
|
|
1986
2136
|
{
|
|
1987
2137
|
fill: "#FF3E4C",
|
|
1988
2138
|
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"
|
|
1989
2139
|
}
|
|
1990
2140
|
),
|
|
1991
|
-
/* @__PURE__ */ (0,
|
|
2141
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1992
2142
|
"path",
|
|
1993
2143
|
{
|
|
1994
2144
|
fill: "#FF3E4C",
|
|
@@ -1998,8 +2148,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1998
2148
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
1999
2149
|
|
|
2000
2150
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2001
|
-
var
|
|
2002
|
-
/* @__PURE__ */ (0,
|
|
2151
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
|
|
2152
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2003
2153
|
"path",
|
|
2004
2154
|
{
|
|
2005
2155
|
fill: "#2E2E2E",
|
|
@@ -2007,14 +2157,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2007
2157
|
style: { opacity: 0.3 }
|
|
2008
2158
|
}
|
|
2009
2159
|
) }),
|
|
2010
|
-
/* @__PURE__ */ (0,
|
|
2160
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2011
2161
|
"path",
|
|
2012
2162
|
{
|
|
2013
2163
|
fill: "#2E2E2E",
|
|
2014
2164
|
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"
|
|
2015
2165
|
}
|
|
2016
2166
|
),
|
|
2017
|
-
/* @__PURE__ */ (0,
|
|
2167
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2018
2168
|
"path",
|
|
2019
2169
|
{
|
|
2020
2170
|
fill: "#2E2E2E",
|
|
@@ -2023,26 +2173,154 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2023
2173
|
)
|
|
2024
2174
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2025
2175
|
|
|
2176
|
+
// src/components/FiletypeTxtFilled.tsx
|
|
2177
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ 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: [
|
|
2178
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2179
|
+
"path",
|
|
2180
|
+
{
|
|
2181
|
+
fill: "#005FAD",
|
|
2182
|
+
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",
|
|
2183
|
+
style: { opacity: 0.3 }
|
|
2184
|
+
}
|
|
2185
|
+
) }),
|
|
2186
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2187
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2188
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2190
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2191
|
+
"path",
|
|
2192
|
+
{
|
|
2193
|
+
fill: "#005FAD",
|
|
2194
|
+
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"
|
|
2195
|
+
}
|
|
2196
|
+
)
|
|
2197
|
+
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2198
|
+
|
|
2199
|
+
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2200
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
2201
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2202
|
+
"path",
|
|
2203
|
+
{
|
|
2204
|
+
fill: "#2E2E2E",
|
|
2205
|
+
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",
|
|
2206
|
+
style: { opacity: 0.3 }
|
|
2207
|
+
}
|
|
2208
|
+
) }),
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2210
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2211
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2212
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2213
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2214
|
+
"path",
|
|
2215
|
+
{
|
|
2216
|
+
fill: "#2E2E2E",
|
|
2217
|
+
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"
|
|
2218
|
+
}
|
|
2219
|
+
)
|
|
2220
|
+
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2221
|
+
|
|
2222
|
+
// src/components/FiletypeWordFilled.tsx
|
|
2223
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ 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: [
|
|
2224
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2225
|
+
"path",
|
|
2226
|
+
{
|
|
2227
|
+
fill: "#0072FF",
|
|
2228
|
+
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",
|
|
2229
|
+
style: { opacity: 0.3 }
|
|
2230
|
+
}
|
|
2231
|
+
) }),
|
|
2232
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2233
|
+
"path",
|
|
2234
|
+
{
|
|
2235
|
+
fill: "#0072FF",
|
|
2236
|
+
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
2237
|
+
}
|
|
2238
|
+
),
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2240
|
+
"path",
|
|
2241
|
+
{
|
|
2242
|
+
fill: "#0072FF",
|
|
2243
|
+
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
2244
|
+
}
|
|
2245
|
+
)
|
|
2246
|
+
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2247
|
+
|
|
2248
|
+
// src/components/FiletypeWordLumiFilled.tsx
|
|
2249
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2250
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2251
|
+
"path",
|
|
2252
|
+
{
|
|
2253
|
+
fill: "#2E2E2E",
|
|
2254
|
+
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",
|
|
2255
|
+
style: { opacity: 0.3 }
|
|
2256
|
+
}
|
|
2257
|
+
) }),
|
|
2258
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2259
|
+
"path",
|
|
2260
|
+
{
|
|
2261
|
+
fill: "#2E2E2E",
|
|
2262
|
+
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
2263
|
+
}
|
|
2264
|
+
),
|
|
2265
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2266
|
+
"path",
|
|
2267
|
+
{
|
|
2268
|
+
fill: "#2E2E2E",
|
|
2269
|
+
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"
|
|
2270
|
+
}
|
|
2271
|
+
)
|
|
2272
|
+
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2273
|
+
|
|
2274
|
+
// src/components/Fillin.tsx
|
|
2275
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2276
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2277
|
+
"path",
|
|
2278
|
+
{
|
|
2279
|
+
fill: stroke || color || "currentColor",
|
|
2280
|
+
d: "M24 9.75V7.5L16.5 0L9 7.5V9.75H15.375V18.75H1.5L1.5 21H17.625V9.75H24ZM12.182 7.5L16.5 3.18198L20.818 7.5H12.182Z",
|
|
2281
|
+
fillRule: "evenodd",
|
|
2282
|
+
clipRule: "evenodd"
|
|
2283
|
+
}
|
|
2284
|
+
) }),
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2286
|
+
"rect",
|
|
2287
|
+
{
|
|
2288
|
+
width: "24",
|
|
2289
|
+
height: "24",
|
|
2290
|
+
fill: stroke || color || "currentColor",
|
|
2291
|
+
transform: "translate(24) rotate(90)"
|
|
2292
|
+
}
|
|
2293
|
+
) }) })
|
|
2294
|
+
] }), Fillin_default = IconFillin;
|
|
2295
|
+
|
|
2026
2296
|
// src/components/FoldedMenu.tsx
|
|
2027
|
-
var
|
|
2028
|
-
/* @__PURE__ */ (0,
|
|
2029
|
-
/* @__PURE__ */ (0,
|
|
2030
|
-
/* @__PURE__ */ (0,
|
|
2031
|
-
/* @__PURE__ */ (0,
|
|
2297
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2298
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2299
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2300
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2301
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2032
2302
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2033
2303
|
|
|
2304
|
+
// src/components/FullScreen.tsx
|
|
2305
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2306
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2309
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2310
|
+
] }), FullScreen_default = IconFullScreen;
|
|
2311
|
+
|
|
2034
2312
|
// src/components/GameFilled.tsx
|
|
2035
|
-
var
|
|
2036
|
-
/* @__PURE__ */ (0,
|
|
2037
|
-
/* @__PURE__ */ (0,
|
|
2038
|
-
/* @__PURE__ */ (0,
|
|
2313
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2314
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2315
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2316
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2039
2317
|
"path",
|
|
2040
2318
|
{
|
|
2041
2319
|
fill: fill || color || "currentColor",
|
|
2042
2320
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2043
2321
|
}
|
|
2044
2322
|
),
|
|
2045
|
-
/* @__PURE__ */ (0,
|
|
2323
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2046
2324
|
"path",
|
|
2047
2325
|
{
|
|
2048
2326
|
fill: fill || color || "currentColor",
|
|
@@ -2052,8 +2330,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2052
2330
|
] }), GameFilled_default = IconGameFilled;
|
|
2053
2331
|
|
|
2054
2332
|
// src/components/Game.tsx
|
|
2055
|
-
var
|
|
2056
|
-
/* @__PURE__ */ (0,
|
|
2333
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
|
|
2334
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2057
2335
|
"path",
|
|
2058
2336
|
{
|
|
2059
2337
|
fill: stroke || color || "currentColor",
|
|
@@ -2062,7 +2340,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2062
2340
|
clipRule: "evenodd"
|
|
2063
2341
|
}
|
|
2064
2342
|
),
|
|
2065
|
-
/* @__PURE__ */ (0,
|
|
2343
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2066
2344
|
"path",
|
|
2067
2345
|
{
|
|
2068
2346
|
fill: stroke || color || "currentColor",
|
|
@@ -2071,7 +2349,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2071
2349
|
clipRule: "evenodd"
|
|
2072
2350
|
}
|
|
2073
2351
|
),
|
|
2074
|
-
/* @__PURE__ */ (0,
|
|
2352
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2075
2353
|
"path",
|
|
2076
2354
|
{
|
|
2077
2355
|
fill: stroke || color || "currentColor",
|
|
@@ -2080,7 +2358,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2080
2358
|
clipRule: "evenodd"
|
|
2081
2359
|
}
|
|
2082
2360
|
),
|
|
2083
|
-
/* @__PURE__ */ (0,
|
|
2361
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2084
2362
|
"path",
|
|
2085
2363
|
{
|
|
2086
2364
|
fill: stroke || color || "currentColor",
|
|
@@ -2092,7 +2370,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2092
2370
|
] }), Game_default = IconGame;
|
|
2093
2371
|
|
|
2094
2372
|
// src/components/GamebackupFilled.tsx
|
|
2095
|
-
var
|
|
2373
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
|
|
2096
2374
|
"path",
|
|
2097
2375
|
{
|
|
2098
2376
|
fill: fill || color || "currentColor",
|
|
@@ -2103,7 +2381,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2103
2381
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2104
2382
|
|
|
2105
2383
|
// src/components/Gamebackup.tsx
|
|
2106
|
-
var
|
|
2384
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2107
2385
|
"path",
|
|
2108
2386
|
{
|
|
2109
2387
|
fill: stroke || color || "currentColor",
|
|
@@ -2114,7 +2392,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2114
2392
|
) }), Gamebackup_default = IconGamebackup;
|
|
2115
2393
|
|
|
2116
2394
|
// src/components/GamecontrolChoice.tsx
|
|
2117
|
-
var
|
|
2395
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
|
|
2118
2396
|
"path",
|
|
2119
2397
|
{
|
|
2120
2398
|
fill: stroke || color || "currentColor",
|
|
@@ -2125,7 +2403,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2125
2403
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2126
2404
|
|
|
2127
2405
|
// src/components/GamecontrolGameplay.tsx
|
|
2128
|
-
var
|
|
2406
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2129
2407
|
"path",
|
|
2130
2408
|
{
|
|
2131
2409
|
fill: stroke || color || "currentColor",
|
|
@@ -2136,7 +2414,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2136
2414
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2137
2415
|
|
|
2138
2416
|
// src/components/GamecontrolLinear.tsx
|
|
2139
|
-
var
|
|
2417
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ 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)(
|
|
2140
2418
|
"path",
|
|
2141
2419
|
{
|
|
2142
2420
|
fill: stroke || color || "currentColor",
|
|
@@ -2146,8 +2424,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2146
2424
|
}
|
|
2147
2425
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2148
2426
|
|
|
2427
|
+
// src/components/GamecontrolNone.tsx
|
|
2428
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
|
|
2429
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2430
|
+
"path",
|
|
2431
|
+
{
|
|
2432
|
+
fill: stroke || color || "currentColor",
|
|
2433
|
+
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
2434
|
+
}
|
|
2435
|
+
),
|
|
2436
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2437
|
+
"path",
|
|
2438
|
+
{
|
|
2439
|
+
fill: stroke || color || "currentColor",
|
|
2440
|
+
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",
|
|
2441
|
+
fillRule: "evenodd",
|
|
2442
|
+
clipRule: "evenodd"
|
|
2443
|
+
}
|
|
2444
|
+
),
|
|
2445
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2446
|
+
"path",
|
|
2447
|
+
{
|
|
2448
|
+
fill: stroke || color || "currentColor",
|
|
2449
|
+
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",
|
|
2450
|
+
fillRule: "evenodd",
|
|
2451
|
+
clipRule: "evenodd"
|
|
2452
|
+
}
|
|
2453
|
+
)
|
|
2454
|
+
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2455
|
+
|
|
2149
2456
|
// src/components/Gamelanguage.tsx
|
|
2150
|
-
var
|
|
2457
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2151
2458
|
"path",
|
|
2152
2459
|
{
|
|
2153
2460
|
fill: stroke || color || "currentColor",
|
|
@@ -2158,8 +2465,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2158
2465
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2159
2466
|
|
|
2160
2467
|
// src/components/Gamepreview.tsx
|
|
2161
|
-
var
|
|
2162
|
-
/* @__PURE__ */ (0,
|
|
2468
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
|
|
2469
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2163
2470
|
"path",
|
|
2164
2471
|
{
|
|
2165
2472
|
fill: stroke || color || "currentColor",
|
|
@@ -2168,7 +2475,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2168
2475
|
clipRule: "evenodd"
|
|
2169
2476
|
}
|
|
2170
2477
|
),
|
|
2171
|
-
/* @__PURE__ */ (0,
|
|
2478
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2172
2479
|
"path",
|
|
2173
2480
|
{
|
|
2174
2481
|
fill: stroke || color || "currentColor",
|
|
@@ -2179,16 +2486,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2179
2486
|
)
|
|
2180
2487
|
] }), Gamepreview_default = IconGamepreview;
|
|
2181
2488
|
|
|
2489
|
+
// src/components/Gameui.tsx
|
|
2490
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2491
|
+
"path",
|
|
2492
|
+
{
|
|
2493
|
+
fill: stroke || color || "currentColor",
|
|
2494
|
+
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",
|
|
2495
|
+
fillRule: "evenodd",
|
|
2496
|
+
clipRule: "evenodd"
|
|
2497
|
+
}
|
|
2498
|
+
) }), Gameui_default = IconGameui;
|
|
2499
|
+
|
|
2182
2500
|
// src/components/GenerateMultimage.tsx
|
|
2183
|
-
var
|
|
2184
|
-
/* @__PURE__ */ (0,
|
|
2501
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2502
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2185
2503
|
"path",
|
|
2186
2504
|
{
|
|
2187
2505
|
fill: stroke || color || "currentColor",
|
|
2188
2506
|
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"
|
|
2189
2507
|
}
|
|
2190
2508
|
),
|
|
2191
|
-
/* @__PURE__ */ (0,
|
|
2509
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2192
2510
|
"path",
|
|
2193
2511
|
{
|
|
2194
2512
|
fill: stroke || color || "currentColor",
|
|
@@ -2197,11 +2515,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2197
2515
|
clipRule: "evenodd"
|
|
2198
2516
|
}
|
|
2199
2517
|
),
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2518
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2201
2519
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2202
2520
|
|
|
2203
2521
|
// src/components/GenerateFilled.tsx
|
|
2204
|
-
var
|
|
2522
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2205
2523
|
"path",
|
|
2206
2524
|
{
|
|
2207
2525
|
fill: fill || color || "currentColor",
|
|
@@ -2212,15 +2530,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2212
2530
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2213
2531
|
|
|
2214
2532
|
// src/components/GenerateFrameStart.tsx
|
|
2215
|
-
var
|
|
2216
|
-
/* @__PURE__ */ (0,
|
|
2533
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2534
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2217
2535
|
"path",
|
|
2218
2536
|
{
|
|
2219
2537
|
fill: stroke || color || "currentColor",
|
|
2220
2538
|
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"
|
|
2221
2539
|
}
|
|
2222
2540
|
),
|
|
2223
|
-
/* @__PURE__ */ (0,
|
|
2541
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2224
2542
|
"path",
|
|
2225
2543
|
{
|
|
2226
2544
|
fill: stroke || color || "currentColor",
|
|
@@ -2232,8 +2550,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2232
2550
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2233
2551
|
|
|
2234
2552
|
// src/components/GenerateFrameStart2End.tsx
|
|
2235
|
-
var
|
|
2236
|
-
/* @__PURE__ */ (0,
|
|
2553
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
|
|
2554
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2237
2555
|
"path",
|
|
2238
2556
|
{
|
|
2239
2557
|
fill: stroke || color || "currentColor",
|
|
@@ -2242,14 +2560,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2242
2560
|
clipRule: "evenodd"
|
|
2243
2561
|
}
|
|
2244
2562
|
),
|
|
2245
|
-
/* @__PURE__ */ (0,
|
|
2563
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2246
2564
|
"path",
|
|
2247
2565
|
{
|
|
2248
2566
|
fill: stroke || color || "currentColor",
|
|
2249
2567
|
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"
|
|
2250
2568
|
}
|
|
2251
2569
|
),
|
|
2252
|
-
/* @__PURE__ */ (0,
|
|
2570
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2253
2571
|
"path",
|
|
2254
2572
|
{
|
|
2255
2573
|
fill: stroke || color || "currentColor",
|
|
@@ -2261,8 +2579,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2261
2579
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2262
2580
|
|
|
2263
2581
|
// src/components/GenerateSwitchframe.tsx
|
|
2264
|
-
var
|
|
2265
|
-
/* @__PURE__ */ (0,
|
|
2582
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2583
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2266
2584
|
"path",
|
|
2267
2585
|
{
|
|
2268
2586
|
fill: stroke || color || "currentColor",
|
|
@@ -2271,7 +2589,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2271
2589
|
clipRule: "evenodd"
|
|
2272
2590
|
}
|
|
2273
2591
|
),
|
|
2274
|
-
/* @__PURE__ */ (0,
|
|
2592
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2275
2593
|
"path",
|
|
2276
2594
|
{
|
|
2277
2595
|
fill: stroke || color || "currentColor",
|
|
@@ -2283,15 +2601,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2283
2601
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2284
2602
|
|
|
2285
2603
|
// src/components/GenerateT2V.tsx
|
|
2286
|
-
var
|
|
2287
|
-
/* @__PURE__ */ (0,
|
|
2604
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2605
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2288
2606
|
"path",
|
|
2289
2607
|
{
|
|
2290
2608
|
fill: stroke || color || "currentColor",
|
|
2291
2609
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2292
2610
|
}
|
|
2293
2611
|
),
|
|
2294
|
-
/* @__PURE__ */ (0,
|
|
2612
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2295
2613
|
"path",
|
|
2296
2614
|
{
|
|
2297
2615
|
fill: stroke || color || "currentColor",
|
|
@@ -2303,15 +2621,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2303
2621
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2304
2622
|
|
|
2305
2623
|
// src/components/GenreAuto.tsx
|
|
2306
|
-
var
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
2624
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2625
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2308
2626
|
"path",
|
|
2309
2627
|
{
|
|
2310
2628
|
fill: stroke || color || "currentColor",
|
|
2311
2629
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2312
2630
|
}
|
|
2313
2631
|
),
|
|
2314
|
-
/* @__PURE__ */ (0,
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2315
2633
|
"path",
|
|
2316
2634
|
{
|
|
2317
2635
|
fill: stroke || color || "currentColor",
|
|
@@ -2320,15 +2638,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2320
2638
|
clipRule: "evenodd"
|
|
2321
2639
|
}
|
|
2322
2640
|
),
|
|
2323
|
-
/* @__PURE__ */ (0,
|
|
2324
|
-
/* @__PURE__ */ (0,
|
|
2641
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2642
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2325
2643
|
"path",
|
|
2326
2644
|
{
|
|
2327
2645
|
fill: stroke || color || "currentColor",
|
|
2328
2646
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2329
2647
|
}
|
|
2330
2648
|
),
|
|
2331
|
-
/* @__PURE__ */ (0,
|
|
2649
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2332
2650
|
"path",
|
|
2333
2651
|
{
|
|
2334
2652
|
fill: stroke || color || "currentColor",
|
|
@@ -2338,22 +2656,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2338
2656
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2339
2657
|
|
|
2340
2658
|
// src/components/GenreComedy.tsx
|
|
2341
|
-
var
|
|
2342
|
-
/* @__PURE__ */ (0,
|
|
2659
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2660
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2343
2661
|
"path",
|
|
2344
2662
|
{
|
|
2345
2663
|
fill: stroke || color || "currentColor",
|
|
2346
2664
|
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"
|
|
2347
2665
|
}
|
|
2348
2666
|
),
|
|
2349
|
-
/* @__PURE__ */ (0,
|
|
2667
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2350
2668
|
"path",
|
|
2351
2669
|
{
|
|
2352
2670
|
fill: stroke || color || "currentColor",
|
|
2353
2671
|
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"
|
|
2354
2672
|
}
|
|
2355
2673
|
),
|
|
2356
|
-
/* @__PURE__ */ (0,
|
|
2674
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2357
2675
|
"path",
|
|
2358
2676
|
{
|
|
2359
2677
|
fill: stroke || color || "currentColor",
|
|
@@ -2362,7 +2680,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2362
2680
|
clipRule: "evenodd"
|
|
2363
2681
|
}
|
|
2364
2682
|
),
|
|
2365
|
-
/* @__PURE__ */ (0,
|
|
2683
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2366
2684
|
"path",
|
|
2367
2685
|
{
|
|
2368
2686
|
fill: stroke || color || "currentColor",
|
|
@@ -2374,7 +2692,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2374
2692
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2375
2693
|
|
|
2376
2694
|
// src/components/GenreFantasy.tsx
|
|
2377
|
-
var
|
|
2695
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2378
2696
|
"path",
|
|
2379
2697
|
{
|
|
2380
2698
|
fill: stroke || color || "currentColor",
|
|
@@ -2385,22 +2703,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2385
2703
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2386
2704
|
|
|
2387
2705
|
// src/components/GenreHorror.tsx
|
|
2388
|
-
var
|
|
2389
|
-
/* @__PURE__ */ (0,
|
|
2706
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2707
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2390
2708
|
"path",
|
|
2391
2709
|
{
|
|
2392
2710
|
fill: stroke || color || "currentColor",
|
|
2393
2711
|
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"
|
|
2394
2712
|
}
|
|
2395
2713
|
),
|
|
2396
|
-
/* @__PURE__ */ (0,
|
|
2714
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2397
2715
|
"path",
|
|
2398
2716
|
{
|
|
2399
2717
|
fill: stroke || color || "currentColor",
|
|
2400
2718
|
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"
|
|
2401
2719
|
}
|
|
2402
2720
|
),
|
|
2403
|
-
/* @__PURE__ */ (0,
|
|
2721
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2404
2722
|
"path",
|
|
2405
2723
|
{
|
|
2406
2724
|
fill: stroke || color || "currentColor",
|
|
@@ -2412,7 +2730,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2412
2730
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2413
2731
|
|
|
2414
2732
|
// src/components/GenreRomance.tsx
|
|
2415
|
-
var
|
|
2733
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2416
2734
|
"path",
|
|
2417
2735
|
{
|
|
2418
2736
|
fill: stroke || color || "currentColor",
|
|
@@ -2423,15 +2741,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2423
2741
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2424
2742
|
|
|
2425
2743
|
// src/components/GenreScifi.tsx
|
|
2426
|
-
var
|
|
2427
|
-
/* @__PURE__ */ (0,
|
|
2744
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2745
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2428
2746
|
"path",
|
|
2429
2747
|
{
|
|
2430
2748
|
fill: stroke || color || "currentColor",
|
|
2431
2749
|
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"
|
|
2432
2750
|
}
|
|
2433
2751
|
),
|
|
2434
|
-
/* @__PURE__ */ (0,
|
|
2752
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2435
2753
|
"path",
|
|
2436
2754
|
{
|
|
2437
2755
|
fill: stroke || color || "currentColor",
|
|
@@ -2440,7 +2758,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2440
2758
|
clipRule: "evenodd"
|
|
2441
2759
|
}
|
|
2442
2760
|
),
|
|
2443
|
-
/* @__PURE__ */ (0,
|
|
2761
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2444
2762
|
"path",
|
|
2445
2763
|
{
|
|
2446
2764
|
fill: stroke || color || "currentColor",
|
|
@@ -2450,7 +2768,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2450
2768
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2451
2769
|
|
|
2452
2770
|
// src/components/GenreSuspense.tsx
|
|
2453
|
-
var
|
|
2771
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2454
2772
|
"path",
|
|
2455
2773
|
{
|
|
2456
2774
|
fill: stroke || color || "currentColor",
|
|
@@ -2461,7 +2779,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2461
2779
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2462
2780
|
|
|
2463
2781
|
// src/components/Genre.tsx
|
|
2464
|
-
var
|
|
2782
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2465
2783
|
"path",
|
|
2466
2784
|
{
|
|
2467
2785
|
fill: stroke || color || "currentColor",
|
|
@@ -2472,8 +2790,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2472
2790
|
) }), Genre_default = IconGenre;
|
|
2473
2791
|
|
|
2474
2792
|
// src/components/GoogleLogoFilled.tsx
|
|
2475
|
-
var
|
|
2476
|
-
/* @__PURE__ */ (0,
|
|
2793
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
|
|
2794
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2477
2795
|
"mask",
|
|
2478
2796
|
{
|
|
2479
2797
|
id: "mask0_48_113",
|
|
@@ -2483,7 +2801,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2483
2801
|
y: "0",
|
|
2484
2802
|
maskUnits: "userSpaceOnUse",
|
|
2485
2803
|
style: { maskType: "luminance" },
|
|
2486
|
-
children: /* @__PURE__ */ (0,
|
|
2804
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2487
2805
|
"path",
|
|
2488
2806
|
{
|
|
2489
2807
|
fill: stroke || color || "currentColor",
|
|
@@ -2492,64 +2810,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2492
2810
|
)
|
|
2493
2811
|
}
|
|
2494
2812
|
),
|
|
2495
|
-
/* @__PURE__ */ (0,
|
|
2496
|
-
/* @__PURE__ */ (0,
|
|
2813
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2814
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2497
2815
|
"path",
|
|
2498
2816
|
{
|
|
2499
2817
|
fill: "url(#paint0_radial_48_113)",
|
|
2500
2818
|
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"
|
|
2501
2819
|
}
|
|
2502
2820
|
) }),
|
|
2503
|
-
/* @__PURE__ */ (0,
|
|
2821
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2504
2822
|
"path",
|
|
2505
2823
|
{
|
|
2506
2824
|
fill: "url(#paint1_radial_48_113)",
|
|
2507
2825
|
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"
|
|
2508
2826
|
}
|
|
2509
2827
|
) }),
|
|
2510
|
-
/* @__PURE__ */ (0,
|
|
2828
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2511
2829
|
"path",
|
|
2512
2830
|
{
|
|
2513
2831
|
fill: "url(#paint2_radial_48_113)",
|
|
2514
2832
|
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"
|
|
2515
2833
|
}
|
|
2516
2834
|
) }),
|
|
2517
|
-
/* @__PURE__ */ (0,
|
|
2835
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2518
2836
|
"path",
|
|
2519
2837
|
{
|
|
2520
2838
|
fill: "url(#paint3_radial_48_113)",
|
|
2521
2839
|
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"
|
|
2522
2840
|
}
|
|
2523
2841
|
) }),
|
|
2524
|
-
/* @__PURE__ */ (0,
|
|
2842
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2525
2843
|
"path",
|
|
2526
2844
|
{
|
|
2527
2845
|
fill: "#3086FF",
|
|
2528
2846
|
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"
|
|
2529
2847
|
}
|
|
2530
2848
|
) }),
|
|
2531
|
-
/* @__PURE__ */ (0,
|
|
2849
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2532
2850
|
"path",
|
|
2533
2851
|
{
|
|
2534
2852
|
fill: "url(#paint4_radial_48_113)",
|
|
2535
2853
|
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"
|
|
2536
2854
|
}
|
|
2537
2855
|
) }),
|
|
2538
|
-
/* @__PURE__ */ (0,
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2539
2857
|
"path",
|
|
2540
2858
|
{
|
|
2541
2859
|
fill: "url(#paint5_radial_48_113)",
|
|
2542
2860
|
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"
|
|
2543
2861
|
}
|
|
2544
2862
|
) }),
|
|
2545
|
-
/* @__PURE__ */ (0,
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2546
2864
|
"path",
|
|
2547
2865
|
{
|
|
2548
2866
|
fill: "url(#paint6_radial_48_113)",
|
|
2549
2867
|
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"
|
|
2550
2868
|
}
|
|
2551
2869
|
) }),
|
|
2552
|
-
/* @__PURE__ */ (0,
|
|
2870
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2553
2871
|
"path",
|
|
2554
2872
|
{
|
|
2555
2873
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2557,8 +2875,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2557
2875
|
}
|
|
2558
2876
|
) })
|
|
2559
2877
|
] }),
|
|
2560
|
-
/* @__PURE__ */ (0,
|
|
2561
|
-
/* @__PURE__ */ (0,
|
|
2878
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("defs", { children: [
|
|
2879
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2562
2880
|
"filter",
|
|
2563
2881
|
{
|
|
2564
2882
|
id: "filter0_f_48_113",
|
|
@@ -2569,13 +2887,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2569
2887
|
filterUnits: "userSpaceOnUse",
|
|
2570
2888
|
colorInterpolationFilters: "sRGB",
|
|
2571
2889
|
children: [
|
|
2572
|
-
/* @__PURE__ */ (0,
|
|
2573
|
-
/* @__PURE__ */ (0,
|
|
2574
|
-
/* @__PURE__ */ (0,
|
|
2890
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2891
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2892
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2575
2893
|
]
|
|
2576
2894
|
}
|
|
2577
2895
|
),
|
|
2578
|
-
/* @__PURE__ */ (0,
|
|
2896
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2579
2897
|
"filter",
|
|
2580
2898
|
{
|
|
2581
2899
|
id: "filter1_f_48_113",
|
|
@@ -2586,13 +2904,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2586
2904
|
filterUnits: "userSpaceOnUse",
|
|
2587
2905
|
colorInterpolationFilters: "sRGB",
|
|
2588
2906
|
children: [
|
|
2589
|
-
/* @__PURE__ */ (0,
|
|
2590
|
-
/* @__PURE__ */ (0,
|
|
2591
|
-
/* @__PURE__ */ (0,
|
|
2907
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2908
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2909
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2592
2910
|
]
|
|
2593
2911
|
}
|
|
2594
2912
|
),
|
|
2595
|
-
/* @__PURE__ */ (0,
|
|
2913
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2596
2914
|
"filter",
|
|
2597
2915
|
{
|
|
2598
2916
|
id: "filter2_f_48_113",
|
|
@@ -2603,13 +2921,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2603
2921
|
filterUnits: "userSpaceOnUse",
|
|
2604
2922
|
colorInterpolationFilters: "sRGB",
|
|
2605
2923
|
children: [
|
|
2606
|
-
/* @__PURE__ */ (0,
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2608
|
-
/* @__PURE__ */ (0,
|
|
2924
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2925
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2926
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2609
2927
|
]
|
|
2610
2928
|
}
|
|
2611
2929
|
),
|
|
2612
|
-
/* @__PURE__ */ (0,
|
|
2930
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2613
2931
|
"filter",
|
|
2614
2932
|
{
|
|
2615
2933
|
id: "filter3_f_48_113",
|
|
@@ -2620,13 +2938,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2620
2938
|
filterUnits: "userSpaceOnUse",
|
|
2621
2939
|
colorInterpolationFilters: "sRGB",
|
|
2622
2940
|
children: [
|
|
2623
|
-
/* @__PURE__ */ (0,
|
|
2624
|
-
/* @__PURE__ */ (0,
|
|
2625
|
-
/* @__PURE__ */ (0,
|
|
2941
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2942
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2943
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2626
2944
|
]
|
|
2627
2945
|
}
|
|
2628
2946
|
),
|
|
2629
|
-
/* @__PURE__ */ (0,
|
|
2947
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2630
2948
|
"filter",
|
|
2631
2949
|
{
|
|
2632
2950
|
id: "filter4_f_48_113",
|
|
@@ -2637,13 +2955,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2637
2955
|
filterUnits: "userSpaceOnUse",
|
|
2638
2956
|
colorInterpolationFilters: "sRGB",
|
|
2639
2957
|
children: [
|
|
2640
|
-
/* @__PURE__ */ (0,
|
|
2641
|
-
/* @__PURE__ */ (0,
|
|
2642
|
-
/* @__PURE__ */ (0,
|
|
2958
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2959
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2960
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2643
2961
|
]
|
|
2644
2962
|
}
|
|
2645
2963
|
),
|
|
2646
|
-
/* @__PURE__ */ (0,
|
|
2964
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2647
2965
|
"filter",
|
|
2648
2966
|
{
|
|
2649
2967
|
id: "filter5_f_48_113",
|
|
@@ -2654,13 +2972,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2654
2972
|
filterUnits: "userSpaceOnUse",
|
|
2655
2973
|
colorInterpolationFilters: "sRGB",
|
|
2656
2974
|
children: [
|
|
2657
|
-
/* @__PURE__ */ (0,
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
2659
|
-
/* @__PURE__ */ (0,
|
|
2975
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2976
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2977
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2660
2978
|
]
|
|
2661
2979
|
}
|
|
2662
2980
|
),
|
|
2663
|
-
/* @__PURE__ */ (0,
|
|
2981
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2664
2982
|
"filter",
|
|
2665
2983
|
{
|
|
2666
2984
|
id: "filter6_f_48_113",
|
|
@@ -2671,13 +2989,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2671
2989
|
filterUnits: "userSpaceOnUse",
|
|
2672
2990
|
colorInterpolationFilters: "sRGB",
|
|
2673
2991
|
children: [
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2675
|
-
/* @__PURE__ */ (0,
|
|
2676
|
-
/* @__PURE__ */ (0,
|
|
2992
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2994
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2677
2995
|
]
|
|
2678
2996
|
}
|
|
2679
2997
|
),
|
|
2680
|
-
/* @__PURE__ */ (0,
|
|
2998
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2681
2999
|
"filter",
|
|
2682
3000
|
{
|
|
2683
3001
|
id: "filter7_f_48_113",
|
|
@@ -2688,13 +3006,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2688
3006
|
filterUnits: "userSpaceOnUse",
|
|
2689
3007
|
colorInterpolationFilters: "sRGB",
|
|
2690
3008
|
children: [
|
|
2691
|
-
/* @__PURE__ */ (0,
|
|
2692
|
-
/* @__PURE__ */ (0,
|
|
2693
|
-
/* @__PURE__ */ (0,
|
|
3009
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3010
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3011
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2694
3012
|
]
|
|
2695
3013
|
}
|
|
2696
3014
|
),
|
|
2697
|
-
/* @__PURE__ */ (0,
|
|
3015
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2698
3016
|
"filter",
|
|
2699
3017
|
{
|
|
2700
3018
|
id: "filter8_f_48_113",
|
|
@@ -2705,13 +3023,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2705
3023
|
filterUnits: "userSpaceOnUse",
|
|
2706
3024
|
colorInterpolationFilters: "sRGB",
|
|
2707
3025
|
children: [
|
|
2708
|
-
/* @__PURE__ */ (0,
|
|
2709
|
-
/* @__PURE__ */ (0,
|
|
2710
|
-
/* @__PURE__ */ (0,
|
|
3026
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3027
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3028
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2711
3029
|
]
|
|
2712
3030
|
}
|
|
2713
3031
|
),
|
|
2714
|
-
/* @__PURE__ */ (0,
|
|
3032
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2715
3033
|
"radialGradient",
|
|
2716
3034
|
{
|
|
2717
3035
|
id: "paint0_radial_48_113",
|
|
@@ -2721,20 +3039,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2721
3039
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
2722
3040
|
gradientUnits: "userSpaceOnUse",
|
|
2723
3041
|
children: [
|
|
2724
|
-
/* @__PURE__ */ (0,
|
|
2725
|
-
/* @__PURE__ */ (0,
|
|
2726
|
-
/* @__PURE__ */ (0,
|
|
2727
|
-
/* @__PURE__ */ (0,
|
|
2728
|
-
/* @__PURE__ */ (0,
|
|
2729
|
-
/* @__PURE__ */ (0,
|
|
2730
|
-
/* @__PURE__ */ (0,
|
|
2731
|
-
/* @__PURE__ */ (0,
|
|
2732
|
-
/* @__PURE__ */ (0,
|
|
2733
|
-
/* @__PURE__ */ (0,
|
|
3042
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3043
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3044
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3045
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3046
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3047
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3048
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3049
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3050
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3051
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
2734
3052
|
]
|
|
2735
3053
|
}
|
|
2736
3054
|
),
|
|
2737
|
-
/* @__PURE__ */ (0,
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2738
3056
|
"radialGradient",
|
|
2739
3057
|
{
|
|
2740
3058
|
id: "paint1_radial_48_113",
|
|
@@ -2744,12 +3062,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2744
3062
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2745
3063
|
gradientUnits: "userSpaceOnUse",
|
|
2746
3064
|
children: [
|
|
2747
|
-
/* @__PURE__ */ (0,
|
|
2748
|
-
/* @__PURE__ */ (0,
|
|
3065
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3066
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2749
3067
|
]
|
|
2750
3068
|
}
|
|
2751
3069
|
),
|
|
2752
|
-
/* @__PURE__ */ (0,
|
|
3070
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2753
3071
|
"radialGradient",
|
|
2754
3072
|
{
|
|
2755
3073
|
id: "paint2_radial_48_113",
|
|
@@ -2759,18 +3077,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2759
3077
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
2760
3078
|
gradientUnits: "userSpaceOnUse",
|
|
2761
3079
|
children: [
|
|
2762
|
-
/* @__PURE__ */ (0,
|
|
2763
|
-
/* @__PURE__ */ (0,
|
|
2764
|
-
/* @__PURE__ */ (0,
|
|
2765
|
-
/* @__PURE__ */ (0,
|
|
2766
|
-
/* @__PURE__ */ (0,
|
|
2767
|
-
/* @__PURE__ */ (0,
|
|
2768
|
-
/* @__PURE__ */ (0,
|
|
2769
|
-
/* @__PURE__ */ (0,
|
|
3080
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3081
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3082
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3083
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3084
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3085
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3086
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3087
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
2770
3088
|
]
|
|
2771
3089
|
}
|
|
2772
3090
|
),
|
|
2773
|
-
/* @__PURE__ */ (0,
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2774
3092
|
"radialGradient",
|
|
2775
3093
|
{
|
|
2776
3094
|
id: "paint3_radial_48_113",
|
|
@@ -2780,19 +3098,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2780
3098
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
2781
3099
|
gradientUnits: "userSpaceOnUse",
|
|
2782
3100
|
children: [
|
|
2783
|
-
/* @__PURE__ */ (0,
|
|
2784
|
-
/* @__PURE__ */ (0,
|
|
2785
|
-
/* @__PURE__ */ (0,
|
|
2786
|
-
/* @__PURE__ */ (0,
|
|
2787
|
-
/* @__PURE__ */ (0,
|
|
2788
|
-
/* @__PURE__ */ (0,
|
|
2789
|
-
/* @__PURE__ */ (0,
|
|
2790
|
-
/* @__PURE__ */ (0,
|
|
2791
|
-
/* @__PURE__ */ (0,
|
|
3101
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3102
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3103
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3104
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3105
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3106
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3107
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3108
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3109
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
2792
3110
|
]
|
|
2793
3111
|
}
|
|
2794
3112
|
),
|
|
2795
|
-
/* @__PURE__ */ (0,
|
|
3113
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2796
3114
|
"radialGradient",
|
|
2797
3115
|
{
|
|
2798
3116
|
id: "paint4_radial_48_113",
|
|
@@ -2802,18 +3120,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2802
3120
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
2803
3121
|
gradientUnits: "userSpaceOnUse",
|
|
2804
3122
|
children: [
|
|
2805
|
-
/* @__PURE__ */ (0,
|
|
2806
|
-
/* @__PURE__ */ (0,
|
|
2807
|
-
/* @__PURE__ */ (0,
|
|
2808
|
-
/* @__PURE__ */ (0,
|
|
2809
|
-
/* @__PURE__ */ (0,
|
|
2810
|
-
/* @__PURE__ */ (0,
|
|
2811
|
-
/* @__PURE__ */ (0,
|
|
2812
|
-
/* @__PURE__ */ (0,
|
|
3123
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3124
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3125
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3126
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3127
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3128
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3129
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3130
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2813
3131
|
]
|
|
2814
3132
|
}
|
|
2815
3133
|
),
|
|
2816
|
-
/* @__PURE__ */ (0,
|
|
3134
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2817
3135
|
"radialGradient",
|
|
2818
3136
|
{
|
|
2819
3137
|
id: "paint5_radial_48_113",
|
|
@@ -2823,15 +3141,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2823
3141
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2824
3142
|
gradientUnits: "userSpaceOnUse",
|
|
2825
3143
|
children: [
|
|
2826
|
-
/* @__PURE__ */ (0,
|
|
2827
|
-
/* @__PURE__ */ (0,
|
|
2828
|
-
/* @__PURE__ */ (0,
|
|
2829
|
-
/* @__PURE__ */ (0,
|
|
2830
|
-
/* @__PURE__ */ (0,
|
|
3144
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3145
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3146
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3147
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3148
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2831
3149
|
]
|
|
2832
3150
|
}
|
|
2833
3151
|
),
|
|
2834
|
-
/* @__PURE__ */ (0,
|
|
3152
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2835
3153
|
"radialGradient",
|
|
2836
3154
|
{
|
|
2837
3155
|
id: "paint6_radial_48_113",
|
|
@@ -2841,20 +3159,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2841
3159
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2842
3160
|
gradientUnits: "userSpaceOnUse",
|
|
2843
3161
|
children: [
|
|
2844
|
-
/* @__PURE__ */ (0,
|
|
2845
|
-
/* @__PURE__ */ (0,
|
|
2846
|
-
/* @__PURE__ */ (0,
|
|
2847
|
-
/* @__PURE__ */ (0,
|
|
2848
|
-
/* @__PURE__ */ (0,
|
|
2849
|
-
/* @__PURE__ */ (0,
|
|
2850
|
-
/* @__PURE__ */ (0,
|
|
2851
|
-
/* @__PURE__ */ (0,
|
|
2852
|
-
/* @__PURE__ */ (0,
|
|
2853
|
-
/* @__PURE__ */ (0,
|
|
3162
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3163
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3164
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3165
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3166
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3167
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3168
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3169
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3170
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3171
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
2854
3172
|
]
|
|
2855
3173
|
}
|
|
2856
3174
|
),
|
|
2857
|
-
/* @__PURE__ */ (0,
|
|
3175
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2858
3176
|
"linearGradient",
|
|
2859
3177
|
{
|
|
2860
3178
|
id: "paint7_linear_48_113",
|
|
@@ -2864,8 +3182,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2864
3182
|
y2: "21.5116",
|
|
2865
3183
|
gradientUnits: "userSpaceOnUse",
|
|
2866
3184
|
children: [
|
|
2867
|
-
/* @__PURE__ */ (0,
|
|
2868
|
-
/* @__PURE__ */ (0,
|
|
3185
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3186
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2869
3187
|
]
|
|
2870
3188
|
}
|
|
2871
3189
|
)
|
|
@@ -2873,7 +3191,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2873
3191
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2874
3192
|
|
|
2875
3193
|
// src/components/Handtool.tsx
|
|
2876
|
-
var
|
|
3194
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2877
3195
|
"path",
|
|
2878
3196
|
{
|
|
2879
3197
|
fill: stroke || color || "currentColor",
|
|
@@ -2882,16 +3200,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2882
3200
|
) }), Handtool_default = IconHandtool;
|
|
2883
3201
|
|
|
2884
3202
|
// src/components/Help.tsx
|
|
2885
|
-
var
|
|
2886
|
-
/* @__PURE__ */ (0,
|
|
2887
|
-
/* @__PURE__ */ (0,
|
|
3203
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3204
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3205
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2888
3206
|
"path",
|
|
2889
3207
|
{
|
|
2890
3208
|
fill: stroke || color || "currentColor",
|
|
2891
3209
|
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"
|
|
2892
3210
|
}
|
|
2893
3211
|
),
|
|
2894
|
-
/* @__PURE__ */ (0,
|
|
3212
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2895
3213
|
"path",
|
|
2896
3214
|
{
|
|
2897
3215
|
fill: stroke || color || "currentColor",
|
|
@@ -2903,7 +3221,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2903
3221
|
] }), Help_default = IconHelp;
|
|
2904
3222
|
|
|
2905
3223
|
// src/components/HomepageFilled.tsx
|
|
2906
|
-
var
|
|
3224
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
|
|
2907
3225
|
"path",
|
|
2908
3226
|
{
|
|
2909
3227
|
fill: fill || color || "currentColor",
|
|
@@ -2913,16 +3231,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2913
3231
|
}
|
|
2914
3232
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2915
3233
|
|
|
3234
|
+
// src/components/Hotareacenter.tsx
|
|
3235
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3236
|
+
"path",
|
|
3237
|
+
{
|
|
3238
|
+
fill: "#191919",
|
|
3239
|
+
stroke: stroke || color || "currentColor",
|
|
3240
|
+
d: "M12.9619 0.5V11.0381H23.5V12.9619H12.9619V23.5H11.0381V12.9619H0.5V11.0381H11.0381V0.5H12.9619Z"
|
|
3241
|
+
}
|
|
3242
|
+
) }), Hotareacenter_default = IconHotareacenter;
|
|
3243
|
+
|
|
2916
3244
|
// src/components/ImageGeneration.tsx
|
|
2917
|
-
var
|
|
2918
|
-
/* @__PURE__ */ (0,
|
|
3245
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
|
|
3246
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2919
3247
|
"path",
|
|
2920
3248
|
{
|
|
2921
3249
|
fill: stroke || color || "currentColor",
|
|
2922
3250
|
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"
|
|
2923
3251
|
}
|
|
2924
3252
|
),
|
|
2925
|
-
/* @__PURE__ */ (0,
|
|
3253
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2926
3254
|
"path",
|
|
2927
3255
|
{
|
|
2928
3256
|
fill: stroke || color || "currentColor",
|
|
@@ -2932,8 +3260,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2932
3260
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2933
3261
|
|
|
2934
3262
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2935
|
-
var
|
|
2936
|
-
/* @__PURE__ */ (0,
|
|
3263
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
3264
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2937
3265
|
"path",
|
|
2938
3266
|
{
|
|
2939
3267
|
fill: fill || color || "currentColor",
|
|
@@ -2942,7 +3270,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2942
3270
|
clipRule: "evenodd"
|
|
2943
3271
|
}
|
|
2944
3272
|
),
|
|
2945
|
-
/* @__PURE__ */ (0,
|
|
3273
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2946
3274
|
"path",
|
|
2947
3275
|
{
|
|
2948
3276
|
fill: fill || color || "currentColor",
|
|
@@ -2952,10 +3280,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2952
3280
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2953
3281
|
|
|
2954
3282
|
// src/components/Info.tsx
|
|
2955
|
-
var
|
|
2956
|
-
/* @__PURE__ */ (0,
|
|
2957
|
-
/* @__PURE__ */ (0,
|
|
2958
|
-
/* @__PURE__ */ (0,
|
|
3283
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3284
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3285
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3286
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2959
3287
|
"path",
|
|
2960
3288
|
{
|
|
2961
3289
|
fill: stroke || color || "currentColor",
|
|
@@ -2967,7 +3295,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2967
3295
|
] }), Info_default = IconInfo;
|
|
2968
3296
|
|
|
2969
3297
|
// src/components/Invitecode.tsx
|
|
2970
|
-
var
|
|
3298
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconInvitecode = ({ 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)(
|
|
2971
3299
|
"path",
|
|
2972
3300
|
{
|
|
2973
3301
|
fill: fill || color || "currentColor",
|
|
@@ -2977,45 +3305,45 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2977
3305
|
}
|
|
2978
3306
|
) }), Invitecode_default = IconInvitecode;
|
|
2979
3307
|
|
|
2980
|
-
// src/components/
|
|
2981
|
-
var
|
|
2982
|
-
"
|
|
3308
|
+
// src/components/LeftFilled.tsx
|
|
3309
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3310
|
+
"path",
|
|
2983
3311
|
{
|
|
2984
|
-
fill: "
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
height: height || size,
|
|
2989
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2990
|
-
children: [
|
|
2991
|
-
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
2992
|
-
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("defs", { children: [
|
|
2993
|
-
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
2994
|
-
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2995
|
-
"image",
|
|
2996
|
-
{
|
|
2997
|
-
id: "image0_78_19",
|
|
2998
|
-
width: "200",
|
|
2999
|
-
height: "200",
|
|
3000
|
-
preserveAspectRatio: "none",
|
|
3001
|
-
xlinkHref: "data:image/png;base64,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"
|
|
3002
|
-
}
|
|
3003
|
-
)
|
|
3004
|
-
] })
|
|
3005
|
-
]
|
|
3312
|
+
fill: fill || color || "currentColor",
|
|
3313
|
+
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",
|
|
3314
|
+
fillRule: "evenodd",
|
|
3315
|
+
clipRule: "evenodd"
|
|
3006
3316
|
}
|
|
3007
|
-
),
|
|
3317
|
+
) }), LeftFilled_default = IconLeftFilled;
|
|
3318
|
+
|
|
3319
|
+
// src/components/Loading.tsx
|
|
3320
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconLoading = ({ 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: [
|
|
3321
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3322
|
+
"path",
|
|
3323
|
+
{
|
|
3324
|
+
fill: stroke || color || "currentColor",
|
|
3325
|
+
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"
|
|
3326
|
+
}
|
|
3327
|
+
),
|
|
3328
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3329
|
+
"path",
|
|
3330
|
+
{
|
|
3331
|
+
fill: fill || color || "currentColor",
|
|
3332
|
+
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
3333
|
+
}
|
|
3334
|
+
)
|
|
3335
|
+
] }), Loading_default = IconLoading;
|
|
3008
3336
|
|
|
3009
3337
|
// src/components/Login.tsx
|
|
3010
|
-
var
|
|
3011
|
-
/* @__PURE__ */ (0,
|
|
3338
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3339
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3012
3340
|
"path",
|
|
3013
3341
|
{
|
|
3014
3342
|
fill: stroke || color || "currentColor",
|
|
3015
3343
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3016
3344
|
}
|
|
3017
3345
|
),
|
|
3018
|
-
/* @__PURE__ */ (0,
|
|
3346
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3019
3347
|
"path",
|
|
3020
3348
|
{
|
|
3021
3349
|
fill: stroke || color || "currentColor",
|
|
@@ -3027,8 +3355,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3027
3355
|
] }), Login_default = IconLogin;
|
|
3028
3356
|
|
|
3029
3357
|
// src/components/Logout.tsx
|
|
3030
|
-
var
|
|
3031
|
-
/* @__PURE__ */ (0,
|
|
3358
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3359
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3032
3360
|
"path",
|
|
3033
3361
|
{
|
|
3034
3362
|
fill: stroke || color || "currentColor",
|
|
@@ -3037,7 +3365,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3037
3365
|
clipRule: "evenodd"
|
|
3038
3366
|
}
|
|
3039
3367
|
),
|
|
3040
|
-
/* @__PURE__ */ (0,
|
|
3368
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3041
3369
|
"path",
|
|
3042
3370
|
{
|
|
3043
3371
|
fill: stroke || color || "currentColor",
|
|
@@ -3047,7 +3375,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3047
3375
|
] }), Logout_default = IconLogout;
|
|
3048
3376
|
|
|
3049
3377
|
// src/components/ModelGeminiFilled.tsx
|
|
3050
|
-
var
|
|
3378
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
|
|
3051
3379
|
"path",
|
|
3052
3380
|
{
|
|
3053
3381
|
fill: fill || color || "currentColor",
|
|
@@ -3056,7 +3384,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3056
3384
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3057
3385
|
|
|
3058
3386
|
// src/components/ModelOpenaiFilled.tsx
|
|
3059
|
-
var
|
|
3387
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ 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)(
|
|
3060
3388
|
"path",
|
|
3061
3389
|
{
|
|
3062
3390
|
fill: fill || color || "currentColor",
|
|
@@ -3065,8 +3393,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3065
3393
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3066
3394
|
|
|
3067
3395
|
// src/components/ModelDeepmindFilled.tsx
|
|
3068
|
-
var
|
|
3069
|
-
/* @__PURE__ */ (0,
|
|
3396
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3070
3398
|
"path",
|
|
3071
3399
|
{
|
|
3072
3400
|
fill: fill || color || "currentColor",
|
|
@@ -3075,27 +3403,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3075
3403
|
clipRule: "evenodd"
|
|
3076
3404
|
}
|
|
3077
3405
|
) }),
|
|
3078
|
-
/* @__PURE__ */ (0,
|
|
3406
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3079
3407
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3080
3408
|
|
|
3081
3409
|
// src/components/ModelSeedFilled.tsx
|
|
3082
|
-
var
|
|
3083
|
-
/* @__PURE__ */ (0,
|
|
3084
|
-
/* @__PURE__ */ (0,
|
|
3410
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3411
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3085
3413
|
"path",
|
|
3086
3414
|
{
|
|
3087
3415
|
fill: fill || color || "currentColor",
|
|
3088
3416
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3089
3417
|
}
|
|
3090
3418
|
),
|
|
3091
|
-
/* @__PURE__ */ (0,
|
|
3419
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3092
3420
|
"path",
|
|
3093
3421
|
{
|
|
3094
3422
|
fill: fill || color || "currentColor",
|
|
3095
3423
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3096
3424
|
}
|
|
3097
3425
|
),
|
|
3098
|
-
/* @__PURE__ */ (0,
|
|
3426
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3099
3427
|
"path",
|
|
3100
3428
|
{
|
|
3101
3429
|
fill: fill || color || "currentColor",
|
|
@@ -3105,7 +3433,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3105
3433
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3106
3434
|
|
|
3107
3435
|
// src/components/ModelSoraFilled.tsx
|
|
3108
|
-
var
|
|
3436
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3109
3437
|
"path",
|
|
3110
3438
|
{
|
|
3111
3439
|
fill: fill || color || "currentColor",
|
|
@@ -3114,7 +3442,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3114
3442
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3115
3443
|
|
|
3116
3444
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3117
|
-
var
|
|
3445
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3118
3446
|
size,
|
|
3119
3447
|
width,
|
|
3120
3448
|
height,
|
|
@@ -3122,64 +3450,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3122
3450
|
className,
|
|
3123
3451
|
fill,
|
|
3124
3452
|
stroke
|
|
3125
|
-
}) => /* @__PURE__ */ (0,
|
|
3126
|
-
/* @__PURE__ */ (0,
|
|
3453
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3454
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3127
3455
|
"path",
|
|
3128
3456
|
{
|
|
3129
3457
|
fill: "#5A5C62",
|
|
3130
3458
|
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"
|
|
3131
3459
|
}
|
|
3132
3460
|
),
|
|
3133
|
-
/* @__PURE__ */ (0,
|
|
3461
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3134
3462
|
"path",
|
|
3135
3463
|
{
|
|
3136
3464
|
fill: "#D5D6D7",
|
|
3137
3465
|
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"
|
|
3138
3466
|
}
|
|
3139
3467
|
),
|
|
3140
|
-
/* @__PURE__ */ (0,
|
|
3468
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3141
3469
|
"path",
|
|
3142
3470
|
{
|
|
3143
3471
|
fill: "#C4C5C7",
|
|
3144
3472
|
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"
|
|
3145
3473
|
}
|
|
3146
3474
|
),
|
|
3147
|
-
/* @__PURE__ */ (0,
|
|
3475
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3148
3476
|
"path",
|
|
3149
3477
|
{
|
|
3150
3478
|
fill: "#7B7C81",
|
|
3151
3479
|
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"
|
|
3152
3480
|
}
|
|
3153
3481
|
),
|
|
3154
|
-
/* @__PURE__ */ (0,
|
|
3482
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3155
3483
|
"path",
|
|
3156
3484
|
{
|
|
3157
3485
|
fill: "#85878B",
|
|
3158
3486
|
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"
|
|
3159
3487
|
}
|
|
3160
3488
|
),
|
|
3161
|
-
/* @__PURE__ */ (0,
|
|
3489
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3162
3490
|
"path",
|
|
3163
3491
|
{
|
|
3164
3492
|
fill: "#1B1D24",
|
|
3165
3493
|
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"
|
|
3166
3494
|
}
|
|
3167
3495
|
),
|
|
3168
|
-
/* @__PURE__ */ (0,
|
|
3496
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3169
3497
|
"path",
|
|
3170
3498
|
{
|
|
3171
3499
|
fill: "#D5D6D7",
|
|
3172
3500
|
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"
|
|
3173
3501
|
}
|
|
3174
3502
|
),
|
|
3175
|
-
/* @__PURE__ */ (0,
|
|
3503
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3176
3504
|
"path",
|
|
3177
3505
|
{
|
|
3178
3506
|
fill: "#85878B",
|
|
3179
3507
|
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"
|
|
3180
3508
|
}
|
|
3181
3509
|
),
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3510
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3183
3511
|
"path",
|
|
3184
3512
|
{
|
|
3185
3513
|
fill: "#D5D6D7",
|
|
@@ -3189,7 +3517,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3189
3517
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3190
3518
|
|
|
3191
3519
|
// src/components/Models.tsx
|
|
3192
|
-
var
|
|
3520
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3193
3521
|
"path",
|
|
3194
3522
|
{
|
|
3195
3523
|
fill: stroke || color || "currentColor",
|
|
@@ -3200,7 +3528,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3200
3528
|
) }), Models_default = IconModels;
|
|
3201
3529
|
|
|
3202
3530
|
// src/components/MoreCollapse.tsx
|
|
3203
|
-
var
|
|
3531
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3204
3532
|
"path",
|
|
3205
3533
|
{
|
|
3206
3534
|
fill: stroke || color || "currentColor",
|
|
@@ -3208,8 +3536,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3208
3536
|
}
|
|
3209
3537
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3210
3538
|
|
|
3539
|
+
// src/components/MoreHorizontal.tsx
|
|
3540
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ 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: [
|
|
3541
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3542
|
+
"path",
|
|
3543
|
+
{
|
|
3544
|
+
fill: stroke || color || "currentColor",
|
|
3545
|
+
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"
|
|
3546
|
+
}
|
|
3547
|
+
),
|
|
3548
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3549
|
+
"path",
|
|
3550
|
+
{
|
|
3551
|
+
fill: stroke || color || "currentColor",
|
|
3552
|
+
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"
|
|
3553
|
+
}
|
|
3554
|
+
),
|
|
3555
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3556
|
+
"path",
|
|
3557
|
+
{
|
|
3558
|
+
fill: stroke || color || "currentColor",
|
|
3559
|
+
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"
|
|
3560
|
+
}
|
|
3561
|
+
)
|
|
3562
|
+
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3563
|
+
|
|
3211
3564
|
// src/components/MoreShowed.tsx
|
|
3212
|
-
var
|
|
3565
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ 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)(
|
|
3213
3566
|
"path",
|
|
3214
3567
|
{
|
|
3215
3568
|
fill: stroke || color || "currentColor",
|
|
@@ -3218,22 +3571,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3218
3571
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3219
3572
|
|
|
3220
3573
|
// src/components/More.tsx
|
|
3221
|
-
var
|
|
3222
|
-
/* @__PURE__ */ (0,
|
|
3574
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
|
|
3575
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3223
3576
|
"path",
|
|
3224
3577
|
{
|
|
3225
3578
|
fill: stroke || color || "currentColor",
|
|
3226
3579
|
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"
|
|
3227
3580
|
}
|
|
3228
3581
|
),
|
|
3229
|
-
/* @__PURE__ */ (0,
|
|
3582
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3230
3583
|
"path",
|
|
3231
3584
|
{
|
|
3232
3585
|
fill: stroke || color || "currentColor",
|
|
3233
3586
|
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"
|
|
3234
3587
|
}
|
|
3235
3588
|
),
|
|
3236
|
-
/* @__PURE__ */ (0,
|
|
3589
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3237
3590
|
"path",
|
|
3238
3591
|
{
|
|
3239
3592
|
fill: stroke || color || "currentColor",
|
|
@@ -3243,29 +3596,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3243
3596
|
] }), More_default = IconMore;
|
|
3244
3597
|
|
|
3245
3598
|
// src/components/Moresettings.tsx
|
|
3246
|
-
var
|
|
3247
|
-
/* @__PURE__ */ (0,
|
|
3599
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3248
3601
|
"path",
|
|
3249
3602
|
{
|
|
3250
3603
|
fill: stroke || color || "currentColor",
|
|
3251
3604
|
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"
|
|
3252
3605
|
}
|
|
3253
3606
|
),
|
|
3254
|
-
/* @__PURE__ */ (0,
|
|
3607
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3255
3608
|
"path",
|
|
3256
3609
|
{
|
|
3257
3610
|
fill: stroke || color || "currentColor",
|
|
3258
3611
|
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"
|
|
3259
3612
|
}
|
|
3260
3613
|
),
|
|
3261
|
-
/* @__PURE__ */ (0,
|
|
3614
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3262
3615
|
"path",
|
|
3263
3616
|
{
|
|
3264
3617
|
fill: stroke || color || "currentColor",
|
|
3265
3618
|
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"
|
|
3266
3619
|
}
|
|
3267
3620
|
),
|
|
3268
|
-
/* @__PURE__ */ (0,
|
|
3621
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3269
3622
|
"path",
|
|
3270
3623
|
{
|
|
3271
3624
|
fill: stroke || color || "currentColor",
|
|
@@ -3276,8 +3629,69 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3276
3629
|
)
|
|
3277
3630
|
] }), Moresettings_default = IconMoresettings;
|
|
3278
3631
|
|
|
3632
|
+
// src/components/MouseDrag.tsx
|
|
3633
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ 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: [
|
|
3634
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3635
|
+
"path",
|
|
3636
|
+
{
|
|
3637
|
+
fill: fill || color || "currentColor",
|
|
3638
|
+
stroke: stroke || color || "currentColor",
|
|
3639
|
+
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3640
|
+
}
|
|
3641
|
+
),
|
|
3642
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3643
|
+
"path",
|
|
3644
|
+
{
|
|
3645
|
+
fill: fill || color || "currentColor",
|
|
3646
|
+
stroke: stroke || color || "currentColor",
|
|
3647
|
+
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3648
|
+
}
|
|
3649
|
+
),
|
|
3650
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3651
|
+
"path",
|
|
3652
|
+
{
|
|
3653
|
+
fill: fill || color || "currentColor",
|
|
3654
|
+
stroke: stroke || color || "currentColor",
|
|
3655
|
+
d: "M17.207 7.5L21.707 12L17.207 16.5H15.5V7.5H17.207Z"
|
|
3656
|
+
}
|
|
3657
|
+
)
|
|
3658
|
+
] }), MouseDrag_default = IconMouseDrag;
|
|
3659
|
+
|
|
3660
|
+
// src/components/MouseMove.tsx
|
|
3661
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconMouseMove = ({ 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: [
|
|
3662
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3663
|
+
"path",
|
|
3664
|
+
{
|
|
3665
|
+
fill: fill || color || "currentColor",
|
|
3666
|
+
stroke: stroke || color || "currentColor",
|
|
3667
|
+
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"
|
|
3668
|
+
}
|
|
3669
|
+
) }),
|
|
3670
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3671
|
+
] }), MouseMove_default = IconMouseMove;
|
|
3672
|
+
|
|
3673
|
+
// src/components/MouseNumberchange.tsx
|
|
3674
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ 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: [
|
|
3675
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3676
|
+
"path",
|
|
3677
|
+
{
|
|
3678
|
+
fill: fill || color || "currentColor",
|
|
3679
|
+
stroke: stroke || color || "currentColor",
|
|
3680
|
+
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3681
|
+
}
|
|
3682
|
+
),
|
|
3683
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3684
|
+
"path",
|
|
3685
|
+
{
|
|
3686
|
+
fill: fill || color || "currentColor",
|
|
3687
|
+
stroke: stroke || color || "currentColor",
|
|
3688
|
+
d: "M13.5 17L14.6943 17L23.0283 12L14.6943 7L13.5 7L13.5 17Z"
|
|
3689
|
+
}
|
|
3690
|
+
)
|
|
3691
|
+
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3692
|
+
|
|
3279
3693
|
// src/components/Musicassets.tsx
|
|
3280
|
-
var
|
|
3694
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconMusicassets = ({ 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)(
|
|
3281
3695
|
"path",
|
|
3282
3696
|
{
|
|
3283
3697
|
fill: stroke || color || "currentColor",
|
|
@@ -3288,8 +3702,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3288
3702
|
) }), Musicassets_default = IconMusicassets;
|
|
3289
3703
|
|
|
3290
3704
|
// src/components/Mute.tsx
|
|
3291
|
-
var
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3705
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3706
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3293
3707
|
"path",
|
|
3294
3708
|
{
|
|
3295
3709
|
fill: stroke || color || "currentColor",
|
|
@@ -3298,7 +3712,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3298
3712
|
clipRule: "evenodd"
|
|
3299
3713
|
}
|
|
3300
3714
|
),
|
|
3301
|
-
/* @__PURE__ */ (0,
|
|
3715
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3302
3716
|
"path",
|
|
3303
3717
|
{
|
|
3304
3718
|
fill: stroke || color || "currentColor",
|
|
@@ -3308,7 +3722,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3308
3722
|
] }), Mute_default = IconMute;
|
|
3309
3723
|
|
|
3310
3724
|
// src/components/Next.tsx
|
|
3311
|
-
var
|
|
3725
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
|
|
3312
3726
|
"path",
|
|
3313
3727
|
{
|
|
3314
3728
|
fill: stroke || color || "currentColor",
|
|
@@ -3319,41 +3733,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3319
3733
|
) }), Next_default = IconNext;
|
|
3320
3734
|
|
|
3321
3735
|
// src/components/Nextscene.tsx
|
|
3322
|
-
var
|
|
3323
|
-
/* @__PURE__ */ (0,
|
|
3324
|
-
"
|
|
3736
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3737
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3738
|
+
"path",
|
|
3325
3739
|
{
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
x: "-0.75",
|
|
3329
|
-
y: "0.75",
|
|
3330
|
-
stroke: stroke || color || "currentColor",
|
|
3331
|
-
rx: "11.25",
|
|
3332
|
-
transform: "matrix(-1 0 0 1 22.5 0)",
|
|
3333
|
-
strokeWidth: "1.5"
|
|
3740
|
+
fill: stroke || color || "currentColor",
|
|
3741
|
+
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3334
3742
|
}
|
|
3335
3743
|
),
|
|
3336
|
-
/* @__PURE__ */ (0,
|
|
3744
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3337
3745
|
"path",
|
|
3338
3746
|
{
|
|
3339
3747
|
fill: stroke || color || "currentColor",
|
|
3340
|
-
d: "
|
|
3748
|
+
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",
|
|
3749
|
+
fillRule: "evenodd",
|
|
3750
|
+
clipRule: "evenodd"
|
|
3341
3751
|
}
|
|
3342
3752
|
)
|
|
3343
3753
|
] }), Nextscene_default = IconNextscene;
|
|
3344
3754
|
|
|
3345
3755
|
// src/components/Oneclickgenerate.tsx
|
|
3346
|
-
var
|
|
3347
|
-
/* @__PURE__ */ (0,
|
|
3348
|
-
/* @__PURE__ */ (0,
|
|
3349
|
-
/* @__PURE__ */ (0,
|
|
3756
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3757
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3758
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3759
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3350
3760
|
"path",
|
|
3351
3761
|
{
|
|
3352
3762
|
fill: stroke || color || "currentColor",
|
|
3353
3763
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3354
3764
|
}
|
|
3355
3765
|
),
|
|
3356
|
-
/* @__PURE__ */ (0,
|
|
3766
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3357
3767
|
"path",
|
|
3358
3768
|
{
|
|
3359
3769
|
fill: stroke || color || "currentColor",
|
|
@@ -3365,8 +3775,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3365
3775
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3366
3776
|
|
|
3367
3777
|
// src/components/Opendemo.tsx
|
|
3368
|
-
var
|
|
3369
|
-
/* @__PURE__ */ (0,
|
|
3778
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
|
|
3779
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3370
3780
|
"path",
|
|
3371
3781
|
{
|
|
3372
3782
|
fill: stroke || color || "currentColor",
|
|
@@ -3375,15 +3785,59 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3375
3785
|
clipRule: "evenodd"
|
|
3376
3786
|
}
|
|
3377
3787
|
),
|
|
3378
|
-
/* @__PURE__ */ (0,
|
|
3788
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3379
3789
|
] }), Opendemo_default = IconOpendemo;
|
|
3380
3790
|
|
|
3791
|
+
// src/components/OppsFilled.tsx
|
|
3792
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3793
|
+
"path",
|
|
3794
|
+
{
|
|
3795
|
+
fill: fill || color || "currentColor",
|
|
3796
|
+
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",
|
|
3797
|
+
fillRule: "evenodd",
|
|
3798
|
+
clipRule: "evenodd"
|
|
3799
|
+
}
|
|
3800
|
+
) }), OppsFilled_default = IconOppsFilled;
|
|
3801
|
+
|
|
3802
|
+
// src/components/OptionalcheckedFilled.tsx
|
|
3803
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ 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)(
|
|
3804
|
+
"path",
|
|
3805
|
+
{
|
|
3806
|
+
fill: fill || color || "currentColor",
|
|
3807
|
+
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",
|
|
3808
|
+
fillRule: "evenodd",
|
|
3809
|
+
clipRule: "evenodd"
|
|
3810
|
+
}
|
|
3811
|
+
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
3812
|
+
|
|
3813
|
+
// src/components/Optionaluncheck.tsx
|
|
3814
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ 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)(
|
|
3815
|
+
"path",
|
|
3816
|
+
{
|
|
3817
|
+
fill: stroke || color || "currentColor",
|
|
3818
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
|
|
3819
|
+
fillRule: "evenodd",
|
|
3820
|
+
clipRule: "evenodd"
|
|
3821
|
+
}
|
|
3822
|
+
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
3823
|
+
|
|
3824
|
+
// src/components/Packagegame.tsx
|
|
3825
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconPackagegame = ({ 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)(
|
|
3826
|
+
"path",
|
|
3827
|
+
{
|
|
3828
|
+
fill: stroke || color || "currentColor",
|
|
3829
|
+
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",
|
|
3830
|
+
fillRule: "evenodd",
|
|
3831
|
+
clipRule: "evenodd"
|
|
3832
|
+
}
|
|
3833
|
+
) }), Packagegame_default = IconPackagegame;
|
|
3834
|
+
|
|
3381
3835
|
// src/components/PageError.tsx
|
|
3382
|
-
var
|
|
3836
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3383
3837
|
|
|
3384
3838
|
// src/components/Parameters.tsx
|
|
3385
|
-
var
|
|
3386
|
-
/* @__PURE__ */ (0,
|
|
3839
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3840
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3387
3841
|
"path",
|
|
3388
3842
|
{
|
|
3389
3843
|
fill: stroke || color || "currentColor",
|
|
@@ -3392,7 +3846,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3392
3846
|
clipRule: "evenodd"
|
|
3393
3847
|
}
|
|
3394
3848
|
),
|
|
3395
|
-
/* @__PURE__ */ (0,
|
|
3849
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3396
3850
|
"path",
|
|
3397
3851
|
{
|
|
3398
3852
|
fill: stroke || color || "currentColor",
|
|
@@ -3404,8 +3858,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3404
3858
|
] }), Parameters_default = IconParameters;
|
|
3405
3859
|
|
|
3406
3860
|
// src/components/Pause.tsx
|
|
3407
|
-
var
|
|
3408
|
-
/* @__PURE__ */ (0,
|
|
3861
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3862
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3409
3863
|
"path",
|
|
3410
3864
|
{
|
|
3411
3865
|
fill: stroke || color || "currentColor",
|
|
@@ -3414,7 +3868,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3414
3868
|
clipRule: "evenodd"
|
|
3415
3869
|
}
|
|
3416
3870
|
),
|
|
3417
|
-
/* @__PURE__ */ (0,
|
|
3871
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3418
3872
|
"path",
|
|
3419
3873
|
{
|
|
3420
3874
|
fill: stroke || color || "currentColor",
|
|
@@ -3426,7 +3880,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3426
3880
|
] }), Pause_default = IconPause;
|
|
3427
3881
|
|
|
3428
3882
|
// src/components/Pencil.tsx
|
|
3429
|
-
var
|
|
3883
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3430
3884
|
"path",
|
|
3431
3885
|
{
|
|
3432
3886
|
fill: stroke || color || "currentColor",
|
|
@@ -3437,7 +3891,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3437
3891
|
) }), Pencil_default = IconPencil;
|
|
3438
3892
|
|
|
3439
3893
|
// src/components/Pick.tsx
|
|
3440
|
-
var
|
|
3894
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconPick = ({ 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)(
|
|
3441
3895
|
"path",
|
|
3442
3896
|
{
|
|
3443
3897
|
fill: stroke || color || "currentColor",
|
|
@@ -3448,22 +3902,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3448
3902
|
) }), Pick_default = IconPick;
|
|
3449
3903
|
|
|
3450
3904
|
// src/components/PickedFilled.tsx
|
|
3451
|
-
var
|
|
3905
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3452
3906
|
|
|
3453
3907
|
// src/components/PlanFilled.tsx
|
|
3454
|
-
var
|
|
3455
|
-
/* @__PURE__ */ (0,
|
|
3908
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
|
|
3909
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3456
3910
|
"path",
|
|
3457
3911
|
{
|
|
3458
3912
|
fill: fill || color || "currentColor",
|
|
3459
3913
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3460
3914
|
}
|
|
3461
3915
|
) }),
|
|
3462
|
-
/* @__PURE__ */ (0,
|
|
3916
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3463
3917
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3464
3918
|
|
|
3465
3919
|
// src/components/PlayFilled.tsx
|
|
3466
|
-
var
|
|
3920
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ 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)(
|
|
3467
3921
|
"path",
|
|
3468
3922
|
{
|
|
3469
3923
|
fill: fill || color || "currentColor",
|
|
@@ -3472,7 +3926,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3472
3926
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3473
3927
|
|
|
3474
3928
|
// src/components/Play.tsx
|
|
3475
|
-
var
|
|
3929
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3476
3930
|
"path",
|
|
3477
3931
|
{
|
|
3478
3932
|
fill: stroke || color || "currentColor",
|
|
@@ -3483,30 +3937,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3483
3937
|
) }), Play_default = IconPlay;
|
|
3484
3938
|
|
|
3485
3939
|
// src/components/Previouscene.tsx
|
|
3486
|
-
var
|
|
3487
|
-
/* @__PURE__ */ (0,
|
|
3488
|
-
"
|
|
3940
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ 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: [
|
|
3941
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3942
|
+
"path",
|
|
3489
3943
|
{
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
x: "0.75",
|
|
3493
|
-
y: "0.75",
|
|
3494
|
-
stroke: stroke || color || "currentColor",
|
|
3495
|
-
rx: "11.25",
|
|
3496
|
-
strokeWidth: "1.5"
|
|
3944
|
+
fill: stroke || color || "currentColor",
|
|
3945
|
+
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3497
3946
|
}
|
|
3498
3947
|
),
|
|
3499
|
-
/* @__PURE__ */ (0,
|
|
3948
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3500
3949
|
"path",
|
|
3501
3950
|
{
|
|
3502
3951
|
fill: stroke || color || "currentColor",
|
|
3503
|
-
d: "
|
|
3952
|
+
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",
|
|
3953
|
+
fillRule: "evenodd",
|
|
3954
|
+
clipRule: "evenodd"
|
|
3504
3955
|
}
|
|
3505
3956
|
)
|
|
3506
3957
|
] }), Previouscene_default = IconPreviouscene;
|
|
3507
3958
|
|
|
3508
3959
|
// src/components/ProblemNoticeFilled.tsx
|
|
3509
|
-
var
|
|
3960
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3510
3961
|
"path",
|
|
3511
3962
|
{
|
|
3512
3963
|
fill: fill || color || "currentColor",
|
|
@@ -3517,10 +3968,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3517
3968
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3518
3969
|
|
|
3519
3970
|
// src/components/Problem.tsx
|
|
3520
|
-
var
|
|
3521
|
-
/* @__PURE__ */ (0,
|
|
3522
|
-
/* @__PURE__ */ (0,
|
|
3523
|
-
/* @__PURE__ */ (0,
|
|
3971
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3972
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3973
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3974
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3524
3975
|
"path",
|
|
3525
3976
|
{
|
|
3526
3977
|
fill: stroke || color || "currentColor",
|
|
@@ -3531,8 +3982,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3531
3982
|
)
|
|
3532
3983
|
] }), Problem_default = IconProblem;
|
|
3533
3984
|
|
|
3985
|
+
// src/components/Publish.tsx
|
|
3986
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3987
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3988
|
+
"path",
|
|
3989
|
+
{
|
|
3990
|
+
fill: stroke || color || "currentColor",
|
|
3991
|
+
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",
|
|
3992
|
+
fillRule: "evenodd",
|
|
3993
|
+
clipRule: "evenodd"
|
|
3994
|
+
}
|
|
3995
|
+
),
|
|
3996
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3997
|
+
] }), Publish_default = IconPublish;
|
|
3998
|
+
|
|
3534
3999
|
// src/components/Ratio169.tsx
|
|
3535
|
-
var
|
|
4000
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
|
|
3536
4001
|
"path",
|
|
3537
4002
|
{
|
|
3538
4003
|
fill: stroke || color || "currentColor",
|
|
@@ -3541,15 +4006,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3541
4006
|
) }), Ratio169_default = IconRatio169;
|
|
3542
4007
|
|
|
3543
4008
|
// src/components/Ratio11.tsx
|
|
3544
|
-
var
|
|
3545
|
-
/* @__PURE__ */ (0,
|
|
4009
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4010
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3546
4011
|
"path",
|
|
3547
4012
|
{
|
|
3548
4013
|
fill: stroke || color || "currentColor",
|
|
3549
4014
|
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"
|
|
3550
4015
|
}
|
|
3551
4016
|
) }),
|
|
3552
|
-
/* @__PURE__ */ (0,
|
|
4017
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3553
4018
|
"rect",
|
|
3554
4019
|
{
|
|
3555
4020
|
width: "24",
|
|
@@ -3561,15 +4026,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3561
4026
|
] }), Ratio11_default = IconRatio11;
|
|
3562
4027
|
|
|
3563
4028
|
// src/components/Ratio916.tsx
|
|
3564
|
-
var
|
|
3565
|
-
/* @__PURE__ */ (0,
|
|
4029
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
|
|
4030
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
3566
4031
|
"path",
|
|
3567
4032
|
{
|
|
3568
4033
|
fill: stroke || color || "currentColor",
|
|
3569
4034
|
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"
|
|
3570
4035
|
}
|
|
3571
4036
|
) }),
|
|
3572
|
-
/* @__PURE__ */ (0,
|
|
4037
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
3573
4038
|
"rect",
|
|
3574
4039
|
{
|
|
3575
4040
|
width: "24",
|
|
@@ -3580,16 +4045,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3580
4045
|
) }) })
|
|
3581
4046
|
] }), Ratio916_default = IconRatio916;
|
|
3582
4047
|
|
|
4048
|
+
// src/components/RatioAuto.tsx
|
|
4049
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4050
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4051
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4052
|
+
"path",
|
|
4053
|
+
{
|
|
4054
|
+
fill: stroke || color || "currentColor",
|
|
4055
|
+
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4056
|
+
}
|
|
4057
|
+
),
|
|
4058
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4059
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4060
|
+
"path",
|
|
4061
|
+
{
|
|
4062
|
+
fill: stroke || color || "currentColor",
|
|
4063
|
+
d: "M0 24L1.04907e-06 -1.52588e-05L24 -1.42097e-05L24 24L0 24ZM2.40039 2.40038L2.40039 21.5996H21.5996V2.40038L2.40039 2.40038Z",
|
|
4064
|
+
fillRule: "evenodd",
|
|
4065
|
+
clipRule: "evenodd"
|
|
4066
|
+
}
|
|
4067
|
+
)
|
|
4068
|
+
] }),
|
|
4069
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4070
|
+
"rect",
|
|
4071
|
+
{
|
|
4072
|
+
width: "24",
|
|
4073
|
+
height: "24",
|
|
4074
|
+
fill: stroke || color || "currentColor",
|
|
4075
|
+
transform: "translate(24) rotate(90)"
|
|
4076
|
+
}
|
|
4077
|
+
) }) })
|
|
4078
|
+
] }), RatioAuto_default = IconRatioAuto;
|
|
4079
|
+
|
|
3583
4080
|
// src/components/Ratio.tsx
|
|
3584
|
-
var
|
|
3585
|
-
/* @__PURE__ */ (0,
|
|
4081
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4082
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3586
4083
|
"path",
|
|
3587
4084
|
{
|
|
3588
4085
|
fill: stroke || color || "currentColor",
|
|
3589
4086
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3590
4087
|
}
|
|
3591
4088
|
),
|
|
3592
|
-
/* @__PURE__ */ (0,
|
|
4089
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3593
4090
|
"path",
|
|
3594
4091
|
{
|
|
3595
4092
|
fill: stroke || color || "currentColor",
|
|
@@ -3599,7 +4096,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3599
4096
|
] }), Ratio_default = IconRatio;
|
|
3600
4097
|
|
|
3601
4098
|
// src/components/ReEdit.tsx
|
|
3602
|
-
var
|
|
4099
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconReEdit = ({ 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)(
|
|
3603
4100
|
"path",
|
|
3604
4101
|
{
|
|
3605
4102
|
fill: stroke || color || "currentColor",
|
|
@@ -3610,7 +4107,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3610
4107
|
) }), ReEdit_default = IconReEdit;
|
|
3611
4108
|
|
|
3612
4109
|
// src/components/Regenerate.tsx
|
|
3613
|
-
var
|
|
4110
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
|
|
3614
4111
|
"path",
|
|
3615
4112
|
{
|
|
3616
4113
|
fill: stroke || color || "currentColor",
|
|
@@ -3620,8 +4117,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3620
4117
|
}
|
|
3621
4118
|
) }), Regenerate_default = IconRegenerate;
|
|
3622
4119
|
|
|
4120
|
+
// src/components/RightFilled.tsx
|
|
4121
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4122
|
+
"path",
|
|
4123
|
+
{
|
|
4124
|
+
fill: fill || color || "currentColor",
|
|
4125
|
+
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",
|
|
4126
|
+
fillRule: "evenodd",
|
|
4127
|
+
clipRule: "evenodd"
|
|
4128
|
+
}
|
|
4129
|
+
) }), RightFilled_default = IconRightFilled;
|
|
4130
|
+
|
|
3623
4131
|
// src/components/SceneNext.tsx
|
|
3624
|
-
var
|
|
4132
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
3625
4133
|
"path",
|
|
3626
4134
|
{
|
|
3627
4135
|
fill: stroke || color || "currentColor",
|
|
@@ -3630,19 +4138,30 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3630
4138
|
) }), SceneNext_default = IconSceneNext;
|
|
3631
4139
|
|
|
3632
4140
|
// src/components/Scriptmode.tsx
|
|
3633
|
-
var
|
|
3634
|
-
/* @__PURE__ */ (0,
|
|
3635
|
-
/* @__PURE__ */ (0,
|
|
3636
|
-
/* @__PURE__ */ (0,
|
|
3637
|
-
/* @__PURE__ */ (0,
|
|
3638
|
-
/* @__PURE__ */ (0,
|
|
3639
|
-
/* @__PURE__ */ (0,
|
|
3640
|
-
/* @__PURE__ */ (0,
|
|
3641
|
-
/* @__PURE__ */ (0,
|
|
4141
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4142
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4143
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4144
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4145
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4146
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4147
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4148
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4149
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3642
4150
|
] }), Scriptmode_default = IconScriptmode;
|
|
3643
4151
|
|
|
4152
|
+
// src/components/Sendrequest.tsx
|
|
4153
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
4154
|
+
"path",
|
|
4155
|
+
{
|
|
4156
|
+
fill: fill || color || "currentColor",
|
|
4157
|
+
d: "M3.25 12.4375V9.8125L12 1.0625L20.75 9.8125L20.75 12.4375L13.3125 12.4375V22.9375H10.6875V12.4375H3.25Z",
|
|
4158
|
+
fillRule: "evenodd",
|
|
4159
|
+
clipRule: "evenodd"
|
|
4160
|
+
}
|
|
4161
|
+
) }), Sendrequest_default = IconSendrequest;
|
|
4162
|
+
|
|
3644
4163
|
// src/components/ShareFilled.tsx
|
|
3645
|
-
var
|
|
4164
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
3646
4165
|
"path",
|
|
3647
4166
|
{
|
|
3648
4167
|
fill: fill || color || "currentColor",
|
|
@@ -3651,7 +4170,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3651
4170
|
) }), ShareFilled_default = IconShareFilled;
|
|
3652
4171
|
|
|
3653
4172
|
// src/components/Share.tsx
|
|
3654
|
-
var
|
|
4173
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconShare = ({ 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)(
|
|
3655
4174
|
"path",
|
|
3656
4175
|
{
|
|
3657
4176
|
fill: stroke || color || "currentColor",
|
|
@@ -3662,7 +4181,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3662
4181
|
) }), Share_default = IconShare;
|
|
3663
4182
|
|
|
3664
4183
|
// src/components/SocialX.tsx
|
|
3665
|
-
var
|
|
4184
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
|
|
3666
4185
|
"path",
|
|
3667
4186
|
{
|
|
3668
4187
|
fill: fill || color || "currentColor",
|
|
@@ -3671,7 +4190,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3671
4190
|
) }), SocialX_default = IconSocialX;
|
|
3672
4191
|
|
|
3673
4192
|
// src/components/SocialDiscord.tsx
|
|
3674
|
-
var
|
|
4193
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
3675
4194
|
"path",
|
|
3676
4195
|
{
|
|
3677
4196
|
fill: fill || color || "currentColor",
|
|
@@ -3680,8 +4199,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3680
4199
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3681
4200
|
|
|
3682
4201
|
// src/components/SoundOff.tsx
|
|
3683
|
-
var
|
|
3684
|
-
/* @__PURE__ */ (0,
|
|
4202
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4203
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3685
4204
|
"path",
|
|
3686
4205
|
{
|
|
3687
4206
|
fill: stroke || color || "currentColor",
|
|
@@ -3690,7 +4209,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3690
4209
|
clipRule: "evenodd"
|
|
3691
4210
|
}
|
|
3692
4211
|
),
|
|
3693
|
-
/* @__PURE__ */ (0,
|
|
4212
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
3694
4213
|
"path",
|
|
3695
4214
|
{
|
|
3696
4215
|
fill: stroke || color || "currentColor",
|
|
@@ -3700,8 +4219,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3700
4219
|
] }), SoundOff_default = IconSoundOff;
|
|
3701
4220
|
|
|
3702
4221
|
// src/components/SoundOn.tsx
|
|
3703
|
-
var
|
|
3704
|
-
/* @__PURE__ */ (0,
|
|
4222
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4223
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
3705
4224
|
"path",
|
|
3706
4225
|
{
|
|
3707
4226
|
fill: stroke || color || "currentColor",
|
|
@@ -3710,14 +4229,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3710
4229
|
clipRule: "evenodd"
|
|
3711
4230
|
}
|
|
3712
4231
|
),
|
|
3713
|
-
/* @__PURE__ */ (0,
|
|
4232
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
3714
4233
|
"path",
|
|
3715
4234
|
{
|
|
3716
4235
|
fill: stroke || color || "currentColor",
|
|
3717
4236
|
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"
|
|
3718
4237
|
}
|
|
3719
4238
|
),
|
|
3720
|
-
/* @__PURE__ */ (0,
|
|
4239
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
3721
4240
|
"path",
|
|
3722
4241
|
{
|
|
3723
4242
|
fill: stroke || color || "currentColor",
|
|
@@ -3727,7 +4246,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3727
4246
|
] }), SoundOn_default = IconSoundOn;
|
|
3728
4247
|
|
|
3729
4248
|
// src/components/Storyboard.tsx
|
|
3730
|
-
var
|
|
4249
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
3731
4250
|
"path",
|
|
3732
4251
|
{
|
|
3733
4252
|
fill: stroke || color || "currentColor",
|
|
@@ -3738,24 +4257,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3738
4257
|
) }), Storyboard_default = IconStoryboard;
|
|
3739
4258
|
|
|
3740
4259
|
// src/components/StyleAutoFilled.tsx
|
|
3741
|
-
var
|
|
3742
|
-
/* @__PURE__ */ (0,
|
|
4260
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4261
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
3743
4262
|
"path",
|
|
3744
4263
|
{
|
|
3745
4264
|
fill: fill || color || "currentColor",
|
|
3746
4265
|
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"
|
|
3747
4266
|
}
|
|
3748
4267
|
),
|
|
3749
|
-
/* @__PURE__ */ (0,
|
|
4268
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
3750
4269
|
"path",
|
|
3751
4270
|
{
|
|
3752
4271
|
fill: fill || color || "currentColor",
|
|
3753
4272
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3754
4273
|
}
|
|
3755
4274
|
),
|
|
3756
|
-
/* @__PURE__ */ (0,
|
|
3757
|
-
/* @__PURE__ */ (0,
|
|
3758
|
-
/* @__PURE__ */ (0,
|
|
4275
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4276
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4277
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
3759
4278
|
"path",
|
|
3760
4279
|
{
|
|
3761
4280
|
fill: fill || color || "currentColor",
|
|
@@ -3765,43 +4284,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3765
4284
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3766
4285
|
|
|
3767
4286
|
// src/components/Style.tsx
|
|
3768
|
-
var
|
|
3769
|
-
/* @__PURE__ */ (0,
|
|
4287
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4288
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
3770
4289
|
"path",
|
|
3771
4290
|
{
|
|
3772
4291
|
fill: stroke || color || "currentColor",
|
|
3773
4292
|
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"
|
|
3774
4293
|
}
|
|
3775
4294
|
),
|
|
3776
|
-
/* @__PURE__ */ (0,
|
|
4295
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
3777
4296
|
"path",
|
|
3778
4297
|
{
|
|
3779
4298
|
fill: stroke || color || "currentColor",
|
|
3780
4299
|
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"
|
|
3781
4300
|
}
|
|
3782
4301
|
),
|
|
3783
|
-
/* @__PURE__ */ (0,
|
|
4302
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
3784
4303
|
"path",
|
|
3785
4304
|
{
|
|
3786
4305
|
fill: stroke || color || "currentColor",
|
|
3787
4306
|
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"
|
|
3788
4307
|
}
|
|
3789
4308
|
),
|
|
3790
|
-
/* @__PURE__ */ (0,
|
|
4309
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
3791
4310
|
"path",
|
|
3792
4311
|
{
|
|
3793
4312
|
fill: stroke || color || "currentColor",
|
|
3794
4313
|
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"
|
|
3795
4314
|
}
|
|
3796
4315
|
),
|
|
3797
|
-
/* @__PURE__ */ (0,
|
|
4316
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
3798
4317
|
"path",
|
|
3799
4318
|
{
|
|
3800
4319
|
fill: stroke || color || "currentColor",
|
|
3801
4320
|
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"
|
|
3802
4321
|
}
|
|
3803
4322
|
),
|
|
3804
|
-
/* @__PURE__ */ (0,
|
|
4323
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
3805
4324
|
"path",
|
|
3806
4325
|
{
|
|
3807
4326
|
fill: stroke || color || "currentColor",
|
|
@@ -3812,8 +4331,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3812
4331
|
)
|
|
3813
4332
|
] }), Style_default = IconStyle;
|
|
3814
4333
|
|
|
3815
|
-
// src/components/
|
|
3816
|
-
var
|
|
4334
|
+
// src/components/SwitchOffFilled.tsx
|
|
4335
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ 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)(
|
|
3817
4336
|
"path",
|
|
3818
4337
|
{
|
|
3819
4338
|
fill: fill || color || "currentColor",
|
|
@@ -3821,11 +4340,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3821
4340
|
fillRule: "evenodd",
|
|
3822
4341
|
clipRule: "evenodd"
|
|
3823
4342
|
}
|
|
4343
|
+
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4344
|
+
|
|
4345
|
+
// src/components/SwitchOnFilled.tsx
|
|
4346
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
|
|
4347
|
+
"path",
|
|
4348
|
+
{
|
|
4349
|
+
fill: fill || color || "currentColor",
|
|
4350
|
+
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",
|
|
4351
|
+
fillRule: "evenodd",
|
|
4352
|
+
clipRule: "evenodd"
|
|
4353
|
+
}
|
|
3824
4354
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3825
4355
|
|
|
3826
4356
|
// src/components/Target.tsx
|
|
3827
|
-
var
|
|
3828
|
-
/* @__PURE__ */ (0,
|
|
4357
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4358
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
3829
4359
|
"path",
|
|
3830
4360
|
{
|
|
3831
4361
|
fill: stroke || color || "currentColor",
|
|
@@ -3834,7 +4364,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3834
4364
|
clipRule: "evenodd"
|
|
3835
4365
|
}
|
|
3836
4366
|
),
|
|
3837
|
-
/* @__PURE__ */ (0,
|
|
4367
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
3838
4368
|
"path",
|
|
3839
4369
|
{
|
|
3840
4370
|
fill: stroke || color || "currentColor",
|
|
@@ -3846,43 +4376,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3846
4376
|
] }), Target_default = IconTarget;
|
|
3847
4377
|
|
|
3848
4378
|
// src/components/TextLogo.tsx
|
|
3849
|
-
var
|
|
3850
|
-
/* @__PURE__ */ (0,
|
|
4379
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
4380
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
3851
4381
|
"path",
|
|
3852
4382
|
{
|
|
3853
4383
|
fill: fill || color || "currentColor",
|
|
3854
4384
|
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"
|
|
3855
4385
|
}
|
|
3856
4386
|
),
|
|
3857
|
-
/* @__PURE__ */ (0,
|
|
4387
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
3858
4388
|
"path",
|
|
3859
4389
|
{
|
|
3860
4390
|
fill: fill || color || "currentColor",
|
|
3861
4391
|
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"
|
|
3862
4392
|
}
|
|
3863
4393
|
),
|
|
3864
|
-
/* @__PURE__ */ (0,
|
|
4394
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
3865
4395
|
"path",
|
|
3866
4396
|
{
|
|
3867
4397
|
fill: fill || color || "currentColor",
|
|
3868
4398
|
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"
|
|
3869
4399
|
}
|
|
3870
4400
|
),
|
|
3871
|
-
/* @__PURE__ */ (0,
|
|
4401
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
3872
4402
|
"path",
|
|
3873
4403
|
{
|
|
3874
4404
|
fill: fill || color || "currentColor",
|
|
3875
4405
|
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"
|
|
3876
4406
|
}
|
|
3877
4407
|
),
|
|
3878
|
-
/* @__PURE__ */ (0,
|
|
4408
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
3879
4409
|
"path",
|
|
3880
4410
|
{
|
|
3881
4411
|
fill: fill || color || "currentColor",
|
|
3882
4412
|
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"
|
|
3883
4413
|
}
|
|
3884
4414
|
),
|
|
3885
|
-
/* @__PURE__ */ (0,
|
|
4415
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
3886
4416
|
"path",
|
|
3887
4417
|
{
|
|
3888
4418
|
fill: fill || color || "currentColor",
|
|
@@ -3892,7 +4422,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3892
4422
|
] }), TextLogo_default = IconTextLogo;
|
|
3893
4423
|
|
|
3894
4424
|
// src/components/Tips.tsx
|
|
3895
|
-
var
|
|
4425
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
3896
4426
|
"path",
|
|
3897
4427
|
{
|
|
3898
4428
|
fill: stroke || color || "currentColor",
|
|
@@ -3903,15 +4433,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3903
4433
|
) }), Tips_default = IconTips;
|
|
3904
4434
|
|
|
3905
4435
|
// src/components/ToolsFilled.tsx
|
|
3906
|
-
var
|
|
3907
|
-
/* @__PURE__ */ (0,
|
|
4436
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ 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: [
|
|
4437
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
3908
4438
|
"path",
|
|
3909
4439
|
{
|
|
3910
4440
|
fill: fill || color || "currentColor",
|
|
3911
4441
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3912
4442
|
}
|
|
3913
4443
|
),
|
|
3914
|
-
/* @__PURE__ */ (0,
|
|
4444
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
3915
4445
|
"path",
|
|
3916
4446
|
{
|
|
3917
4447
|
fill: fill || color || "currentColor",
|
|
@@ -3921,7 +4451,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3921
4451
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3922
4452
|
|
|
3923
4453
|
// src/components/Tools.tsx
|
|
3924
|
-
var
|
|
4454
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
3925
4455
|
"path",
|
|
3926
4456
|
{
|
|
3927
4457
|
stroke: stroke || color || "currentColor",
|
|
@@ -3930,19 +4460,41 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3930
4460
|
}
|
|
3931
4461
|
) }), Tools_default = IconTools;
|
|
3932
4462
|
|
|
3933
|
-
// src/components/
|
|
3934
|
-
var
|
|
4463
|
+
// src/components/Undo.tsx
|
|
4464
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconUndo = ({ 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)(
|
|
3935
4465
|
"path",
|
|
3936
4466
|
{
|
|
3937
4467
|
fill: stroke || color || "currentColor",
|
|
3938
|
-
d: "
|
|
4468
|
+
d: "M8.25 1.5H6L0 7.5L6 13.5H8.25V8.625H16.6875C19.4834 8.625 21.75 10.8916 21.75 13.6875C21.75 16.4834 19.4834 18.75 16.6875 18.75H6V21H16.6875C20.7261 21 24 17.7261 24 13.6875C24 9.64892 20.7261 6.375 16.6875 6.375H8.25V1.5ZM6 10.318L3.18198 7.5L6 4.68198V10.318Z",
|
|
4469
|
+
fillRule: "evenodd",
|
|
4470
|
+
clipRule: "evenodd"
|
|
4471
|
+
}
|
|
4472
|
+
) }), Undo_default = IconUndo;
|
|
4473
|
+
|
|
4474
|
+
// src/components/UpFilled.tsx
|
|
4475
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4476
|
+
"path",
|
|
4477
|
+
{
|
|
4478
|
+
fill: fill || color || "currentColor",
|
|
4479
|
+
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",
|
|
4480
|
+
fillRule: "evenodd",
|
|
4481
|
+
clipRule: "evenodd"
|
|
4482
|
+
}
|
|
4483
|
+
) }), UpFilled_default = IconUpFilled;
|
|
4484
|
+
|
|
4485
|
+
// src/components/UpleftFilled.tsx
|
|
4486
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ 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)(
|
|
4487
|
+
"path",
|
|
4488
|
+
{
|
|
4489
|
+
fill: fill || color || "currentColor",
|
|
4490
|
+
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",
|
|
3939
4491
|
fillRule: "evenodd",
|
|
3940
4492
|
clipRule: "evenodd"
|
|
3941
4493
|
}
|
|
3942
|
-
) }),
|
|
4494
|
+
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3943
4495
|
|
|
3944
4496
|
// src/components/Uploadfiles.tsx
|
|
3945
|
-
var
|
|
4497
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
3946
4498
|
"path",
|
|
3947
4499
|
{
|
|
3948
4500
|
fill: stroke || color || "currentColor",
|
|
@@ -3950,8 +4502,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3950
4502
|
}
|
|
3951
4503
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3952
4504
|
|
|
4505
|
+
// src/components/UprightFilled.tsx
|
|
4506
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4507
|
+
"path",
|
|
4508
|
+
{
|
|
4509
|
+
fill: fill || color || "currentColor",
|
|
4510
|
+
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",
|
|
4511
|
+
fillRule: "evenodd",
|
|
4512
|
+
clipRule: "evenodd"
|
|
4513
|
+
}
|
|
4514
|
+
) }), UprightFilled_default = IconUprightFilled;
|
|
4515
|
+
|
|
3953
4516
|
// src/components/Userfeedback.tsx
|
|
3954
|
-
var
|
|
4517
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
3955
4518
|
"path",
|
|
3956
4519
|
{
|
|
3957
4520
|
fill: stroke || color || "currentColor",
|
|
@@ -3962,22 +4525,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3962
4525
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3963
4526
|
|
|
3964
4527
|
// src/components/VideoGeneration.tsx
|
|
3965
|
-
var
|
|
3966
|
-
/* @__PURE__ */ (0,
|
|
4528
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4529
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
3967
4530
|
"path",
|
|
3968
4531
|
{
|
|
3969
4532
|
fill: stroke || color || "currentColor",
|
|
3970
4533
|
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"
|
|
3971
4534
|
}
|
|
3972
4535
|
),
|
|
3973
|
-
/* @__PURE__ */ (0,
|
|
4536
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
3974
4537
|
"path",
|
|
3975
4538
|
{
|
|
3976
4539
|
fill: stroke || color || "currentColor",
|
|
3977
4540
|
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"
|
|
3978
4541
|
}
|
|
3979
4542
|
),
|
|
3980
|
-
/* @__PURE__ */ (0,
|
|
4543
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
3981
4544
|
"path",
|
|
3982
4545
|
{
|
|
3983
4546
|
fill: stroke || color || "currentColor",
|
|
@@ -3989,9 +4552,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3989
4552
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3990
4553
|
|
|
3991
4554
|
// src/components/VideoLength.tsx
|
|
3992
|
-
var
|
|
3993
|
-
/* @__PURE__ */ (0,
|
|
3994
|
-
/* @__PURE__ */ (0,
|
|
4555
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4556
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4557
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
3995
4558
|
"path",
|
|
3996
4559
|
{
|
|
3997
4560
|
fill: stroke || color || "currentColor",
|
|
@@ -4003,8 +4566,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4003
4566
|
] }), VideoLength_default = IconVideoLength;
|
|
4004
4567
|
|
|
4005
4568
|
// src/components/Videogenerate.tsx
|
|
4006
|
-
var
|
|
4007
|
-
/* @__PURE__ */ (0,
|
|
4569
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4570
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4008
4571
|
"path",
|
|
4009
4572
|
{
|
|
4010
4573
|
fill: stroke || color || "currentColor",
|
|
@@ -4013,7 +4576,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4013
4576
|
clipRule: "evenodd"
|
|
4014
4577
|
}
|
|
4015
4578
|
),
|
|
4016
|
-
/* @__PURE__ */ (0,
|
|
4579
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4017
4580
|
"path",
|
|
4018
4581
|
{
|
|
4019
4582
|
fill: stroke || color || "currentColor",
|
|
@@ -4025,7 +4588,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4025
4588
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4026
4589
|
|
|
4027
4590
|
// src/components/Visualstyles.tsx
|
|
4028
|
-
var
|
|
4591
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4029
4592
|
"path",
|
|
4030
4593
|
{
|
|
4031
4594
|
fill: stroke || color || "currentColor",
|
|
@@ -4036,8 +4599,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4036
4599
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4037
4600
|
|
|
4038
4601
|
// src/components/Volume.tsx
|
|
4039
|
-
var
|
|
4040
|
-
/* @__PURE__ */ (0,
|
|
4602
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4603
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4041
4604
|
"path",
|
|
4042
4605
|
{
|
|
4043
4606
|
fill: stroke || color || "currentColor",
|
|
@@ -4046,14 +4609,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4046
4609
|
clipRule: "evenodd"
|
|
4047
4610
|
}
|
|
4048
4611
|
),
|
|
4049
|
-
/* @__PURE__ */ (0,
|
|
4612
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4050
4613
|
"path",
|
|
4051
4614
|
{
|
|
4052
4615
|
fill: stroke || color || "currentColor",
|
|
4053
4616
|
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"
|
|
4054
4617
|
}
|
|
4055
4618
|
),
|
|
4056
|
-
/* @__PURE__ */ (0,
|
|
4619
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4057
4620
|
"path",
|
|
4058
4621
|
{
|
|
4059
4622
|
fill: stroke || color || "currentColor",
|
|
@@ -4062,16 +4625,45 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4062
4625
|
)
|
|
4063
4626
|
] }), Volume_default = IconVolume;
|
|
4064
4627
|
|
|
4628
|
+
// src/components/Withdrawgame.tsx
|
|
4629
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
4630
|
+
"path",
|
|
4631
|
+
{
|
|
4632
|
+
fill: stroke || color || "currentColor",
|
|
4633
|
+
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",
|
|
4634
|
+
fillRule: "evenodd",
|
|
4635
|
+
clipRule: "evenodd"
|
|
4636
|
+
}
|
|
4637
|
+
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4638
|
+
|
|
4639
|
+
// src/components/Zoomhandle.tsx
|
|
4640
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4641
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4642
|
+
"path",
|
|
4643
|
+
{
|
|
4644
|
+
fill: fill || color || "currentColor",
|
|
4645
|
+
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
4646
|
+
}
|
|
4647
|
+
),
|
|
4648
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4649
|
+
"path",
|
|
4650
|
+
{
|
|
4651
|
+
fill: stroke || color || "currentColor",
|
|
4652
|
+
d: "M8.25 18H6L6 6L8.25 6L8.25 18ZM12 21.75C14.0711 21.75 15.75 20.0711 15.75 18L15.75 6C15.75 3.92893 14.0711 2.25 12 2.25C9.92893 2.25 8.25 3.92893 8.25 6L6 6L6.00732 5.69092C6.16298 2.6232 8.6232 0.162978 11.6909 0.00732421L12 0C15.2101 1.40316e-07 17.8318 2.52084 17.9927 5.69092L18 6L18 18C18 21.3137 15.3137 24 12 24L11.6909 23.9927C8.6232 23.837 6.16298 21.3768 6.00732 18.3091L6 18H8.25C8.25 20.0711 9.92893 21.75 12 21.75Z"
|
|
4653
|
+
}
|
|
4654
|
+
)
|
|
4655
|
+
] }), Zoomhandle_default = IconZoomhandle;
|
|
4656
|
+
|
|
4065
4657
|
// src/components/Zoomin.tsx
|
|
4066
|
-
var
|
|
4067
|
-
/* @__PURE__ */ (0,
|
|
4658
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4659
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4068
4660
|
"path",
|
|
4069
4661
|
{
|
|
4070
4662
|
fill: stroke || color || "currentColor",
|
|
4071
4663
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4072
4664
|
}
|
|
4073
4665
|
),
|
|
4074
|
-
/* @__PURE__ */ (0,
|
|
4666
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4075
4667
|
"path",
|
|
4076
4668
|
{
|
|
4077
4669
|
fill: stroke || color || "currentColor",
|
|
@@ -4083,9 +4675,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4083
4675
|
] }), Zoomin_default = IconZoomin;
|
|
4084
4676
|
|
|
4085
4677
|
// src/components/Zoomout.tsx
|
|
4086
|
-
var
|
|
4087
|
-
/* @__PURE__ */ (0,
|
|
4088
|
-
/* @__PURE__ */ (0,
|
|
4678
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4679
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4680
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4089
4681
|
"path",
|
|
4090
4682
|
{
|
|
4091
4683
|
fill: stroke || color || "currentColor",
|