@yoroll/react-icon 0.0.8 → 0.0.9
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 +92 -102
- package/dist/index.iife.js +92 -101
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +104 -115
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/index.d.ts +0 -1
- package/package.json +1 -1
- package/dist/types/components/Pick.d.ts +0 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.8 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -90,7 +90,6 @@ __export(index_exports, {
|
|
|
90
90
|
IconOpendemo: () => Opendemo_default,
|
|
91
91
|
IconPageError: () => PageError_default,
|
|
92
92
|
IconPencil: () => Pencil_default,
|
|
93
|
-
IconPick: () => Pick_default,
|
|
94
93
|
IconPlanFilled: () => PlanFilled_default,
|
|
95
94
|
IconPreviouscene: () => Previouscene_default,
|
|
96
95
|
IconProblem: () => Problem_default,
|
|
@@ -1724,32 +1723,21 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconPencil = ({ size, w
|
|
|
1724
1723
|
}
|
|
1725
1724
|
) }), Pencil_default = IconPencil;
|
|
1726
1725
|
|
|
1727
|
-
// src/components/Pick.tsx
|
|
1728
|
-
var import_jsx_runtime73 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1729
|
-
"path",
|
|
1730
|
-
{
|
|
1731
|
-
fill: stroke || color || "currentColor",
|
|
1732
|
-
d: "M18 24H21V0H3V24H6L12 18L18 24ZM5.25 21.568L12 14.818L18.75 21.568V2.25H5.25V21.568Z",
|
|
1733
|
-
fillRule: "evenodd",
|
|
1734
|
-
clipRule: "evenodd"
|
|
1735
|
-
}
|
|
1736
|
-
) }), Pick_default = IconPick;
|
|
1737
|
-
|
|
1738
1726
|
// src/components/PlanFilled.tsx
|
|
1739
|
-
var
|
|
1740
|
-
/* @__PURE__ */ (0,
|
|
1727
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconPlanFilled = ({ 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: [
|
|
1728
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1741
1729
|
"path",
|
|
1742
1730
|
{
|
|
1743
1731
|
fill: fill || color || "currentColor",
|
|
1744
1732
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1745
1733
|
}
|
|
1746
1734
|
) }),
|
|
1747
|
-
/* @__PURE__ */ (0,
|
|
1735
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1748
1736
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1749
1737
|
|
|
1750
1738
|
// src/components/Previouscene.tsx
|
|
1751
|
-
var
|
|
1752
|
-
/* @__PURE__ */ (0,
|
|
1739
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1740
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1753
1741
|
"rect",
|
|
1754
1742
|
{
|
|
1755
1743
|
width: "22.5",
|
|
@@ -1761,7 +1749,7 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconPreviouscene = ({ s
|
|
|
1761
1749
|
strokeWidth: "1.5"
|
|
1762
1750
|
}
|
|
1763
1751
|
),
|
|
1764
|
-
/* @__PURE__ */ (0,
|
|
1752
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1765
1753
|
"path",
|
|
1766
1754
|
{
|
|
1767
1755
|
fill: stroke || color || "currentColor",
|
|
@@ -1771,7 +1759,7 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconPreviouscene = ({ s
|
|
|
1771
1759
|
] }), Previouscene_default = IconPreviouscene;
|
|
1772
1760
|
|
|
1773
1761
|
// src/components/ProblemNoticeFilled.tsx
|
|
1774
|
-
var
|
|
1762
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ 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)(
|
|
1775
1763
|
"path",
|
|
1776
1764
|
{
|
|
1777
1765
|
fill: fill || color || "currentColor",
|
|
@@ -1782,10 +1770,10 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconProblemNoticeFilled
|
|
|
1782
1770
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
1783
1771
|
|
|
1784
1772
|
// src/components/Problem.tsx
|
|
1785
|
-
var
|
|
1786
|
-
/* @__PURE__ */ (0,
|
|
1787
|
-
/* @__PURE__ */ (0,
|
|
1788
|
-
/* @__PURE__ */ (0,
|
|
1773
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconProblem = ({ 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: [
|
|
1774
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
1775
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
1776
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1789
1777
|
"path",
|
|
1790
1778
|
{
|
|
1791
1779
|
fill: stroke || color || "currentColor",
|
|
@@ -1797,7 +1785,7 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
1797
1785
|
] }), Problem_default = IconProblem;
|
|
1798
1786
|
|
|
1799
1787
|
// src/components/Ratio169.tsx
|
|
1800
|
-
var
|
|
1788
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
|
|
1801
1789
|
"path",
|
|
1802
1790
|
{
|
|
1803
1791
|
fill: stroke || color || "currentColor",
|
|
@@ -1806,15 +1794,15 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconRatio169 = ({ size,
|
|
|
1806
1794
|
) }), Ratio169_default = IconRatio169;
|
|
1807
1795
|
|
|
1808
1796
|
// src/components/Ratio11.tsx
|
|
1809
|
-
var
|
|
1810
|
-
/* @__PURE__ */ (0,
|
|
1797
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconRatio11 = ({ 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: [
|
|
1798
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1811
1799
|
"path",
|
|
1812
1800
|
{
|
|
1813
1801
|
fill: stroke || color || "currentColor",
|
|
1814
1802
|
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"
|
|
1815
1803
|
}
|
|
1816
1804
|
) }),
|
|
1817
|
-
/* @__PURE__ */ (0,
|
|
1805
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1818
1806
|
"rect",
|
|
1819
1807
|
{
|
|
1820
1808
|
width: "24",
|
|
@@ -1826,15 +1814,15 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
1826
1814
|
] }), Ratio11_default = IconRatio11;
|
|
1827
1815
|
|
|
1828
1816
|
// src/components/Ratio916.tsx
|
|
1829
|
-
var
|
|
1830
|
-
/* @__PURE__ */ (0,
|
|
1817
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1818
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
1831
1819
|
"path",
|
|
1832
1820
|
{
|
|
1833
1821
|
fill: stroke || color || "currentColor",
|
|
1834
1822
|
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"
|
|
1835
1823
|
}
|
|
1836
1824
|
) }),
|
|
1837
|
-
/* @__PURE__ */ (0,
|
|
1825
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
1838
1826
|
"rect",
|
|
1839
1827
|
{
|
|
1840
1828
|
width: "24",
|
|
@@ -1846,15 +1834,15 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconRatio916 = ({ size,
|
|
|
1846
1834
|
] }), Ratio916_default = IconRatio916;
|
|
1847
1835
|
|
|
1848
1836
|
// src/components/Ratio.tsx
|
|
1849
|
-
var
|
|
1850
|
-
/* @__PURE__ */ (0,
|
|
1837
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1838
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1851
1839
|
"path",
|
|
1852
1840
|
{
|
|
1853
1841
|
fill: stroke || color || "currentColor",
|
|
1854
1842
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1855
1843
|
}
|
|
1856
1844
|
),
|
|
1857
|
-
/* @__PURE__ */ (0,
|
|
1845
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1858
1846
|
"path",
|
|
1859
1847
|
{
|
|
1860
1848
|
fill: stroke || color || "currentColor",
|
|
@@ -1864,7 +1852,7 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconRatio = ({ size, wi
|
|
|
1864
1852
|
] }), Ratio_default = IconRatio;
|
|
1865
1853
|
|
|
1866
1854
|
// src/components/ReEdit.tsx
|
|
1867
|
-
var
|
|
1855
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1868
1856
|
"path",
|
|
1869
1857
|
{
|
|
1870
1858
|
fill: stroke || color || "currentColor",
|
|
@@ -1875,7 +1863,7 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconReEdit = ({ size, w
|
|
|
1875
1863
|
) }), ReEdit_default = IconReEdit;
|
|
1876
1864
|
|
|
1877
1865
|
// src/components/Regenerate.tsx
|
|
1878
|
-
var
|
|
1866
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1879
1867
|
"path",
|
|
1880
1868
|
{
|
|
1881
1869
|
fill: stroke || color || "currentColor",
|
|
@@ -1886,19 +1874,19 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconRegenerate = ({ siz
|
|
|
1886
1874
|
) }), Regenerate_default = IconRegenerate;
|
|
1887
1875
|
|
|
1888
1876
|
// src/components/Scriptmode.tsx
|
|
1889
|
-
var
|
|
1890
|
-
/* @__PURE__ */ (0,
|
|
1891
|
-
/* @__PURE__ */ (0,
|
|
1892
|
-
/* @__PURE__ */ (0,
|
|
1893
|
-
/* @__PURE__ */ (0,
|
|
1894
|
-
/* @__PURE__ */ (0,
|
|
1895
|
-
/* @__PURE__ */ (0,
|
|
1896
|
-
/* @__PURE__ */ (0,
|
|
1897
|
-
/* @__PURE__ */ (0,
|
|
1877
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconScriptmode = ({ 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: [
|
|
1878
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
1879
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
1880
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
1881
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
1882
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
1883
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
1884
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
1885
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
1898
1886
|
] }), Scriptmode_default = IconScriptmode;
|
|
1899
1887
|
|
|
1900
1888
|
// src/components/SocialX.tsx
|
|
1901
|
-
var
|
|
1889
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconSocialX = ({ 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)(
|
|
1902
1890
|
"path",
|
|
1903
1891
|
{
|
|
1904
1892
|
fill: fill || color || "currentColor",
|
|
@@ -1907,7 +1895,7 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
1907
1895
|
) }), SocialX_default = IconSocialX;
|
|
1908
1896
|
|
|
1909
1897
|
// src/components/SocialDiscord.tsx
|
|
1910
|
-
var
|
|
1898
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconSocialDiscord = ({ 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)(
|
|
1911
1899
|
"path",
|
|
1912
1900
|
{
|
|
1913
1901
|
fill: fill || color || "currentColor",
|
|
@@ -1916,8 +1904,8 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
1916
1904
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
1917
1905
|
|
|
1918
1906
|
// src/components/SoundOff.tsx
|
|
1919
|
-
var
|
|
1920
|
-
/* @__PURE__ */ (0,
|
|
1907
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconSoundOff = ({ 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: [
|
|
1908
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1921
1909
|
"path",
|
|
1922
1910
|
{
|
|
1923
1911
|
fill: stroke || color || "currentColor",
|
|
@@ -1926,7 +1914,7 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
1926
1914
|
clipRule: "evenodd"
|
|
1927
1915
|
}
|
|
1928
1916
|
),
|
|
1929
|
-
/* @__PURE__ */ (0,
|
|
1917
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1930
1918
|
"path",
|
|
1931
1919
|
{
|
|
1932
1920
|
fill: stroke || color || "currentColor",
|
|
@@ -1936,8 +1924,8 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
1936
1924
|
] }), SoundOff_default = IconSoundOff;
|
|
1937
1925
|
|
|
1938
1926
|
// src/components/SoundOn.tsx
|
|
1939
|
-
var
|
|
1940
|
-
/* @__PURE__ */ (0,
|
|
1927
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconSoundOn = ({ 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: [
|
|
1928
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1941
1929
|
"path",
|
|
1942
1930
|
{
|
|
1943
1931
|
fill: stroke || color || "currentColor",
|
|
@@ -1946,14 +1934,14 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
1946
1934
|
clipRule: "evenodd"
|
|
1947
1935
|
}
|
|
1948
1936
|
),
|
|
1949
|
-
/* @__PURE__ */ (0,
|
|
1937
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1950
1938
|
"path",
|
|
1951
1939
|
{
|
|
1952
1940
|
fill: stroke || color || "currentColor",
|
|
1953
1941
|
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"
|
|
1954
1942
|
}
|
|
1955
1943
|
),
|
|
1956
|
-
/* @__PURE__ */ (0,
|
|
1944
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1957
1945
|
"path",
|
|
1958
1946
|
{
|
|
1959
1947
|
fill: stroke || color || "currentColor",
|
|
@@ -1963,7 +1951,7 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
1963
1951
|
] }), SoundOn_default = IconSoundOn;
|
|
1964
1952
|
|
|
1965
1953
|
// src/components/Storyboard.tsx
|
|
1966
|
-
var
|
|
1954
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1967
1955
|
"path",
|
|
1968
1956
|
{
|
|
1969
1957
|
fill: stroke || color || "currentColor",
|
|
@@ -1974,24 +1962,24 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconStoryboard = ({ siz
|
|
|
1974
1962
|
) }), Storyboard_default = IconStoryboard;
|
|
1975
1963
|
|
|
1976
1964
|
// src/components/StyleAutoFilled.tsx
|
|
1977
|
-
var
|
|
1978
|
-
/* @__PURE__ */ (0,
|
|
1965
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1966
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1979
1967
|
"path",
|
|
1980
1968
|
{
|
|
1981
1969
|
fill: fill || color || "currentColor",
|
|
1982
1970
|
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"
|
|
1983
1971
|
}
|
|
1984
1972
|
),
|
|
1985
|
-
/* @__PURE__ */ (0,
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1986
1974
|
"path",
|
|
1987
1975
|
{
|
|
1988
1976
|
fill: fill || color || "currentColor",
|
|
1989
1977
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
1990
1978
|
}
|
|
1991
1979
|
),
|
|
1992
|
-
/* @__PURE__ */ (0,
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
1994
|
-
/* @__PURE__ */ (0,
|
|
1980
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
1981
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1995
1983
|
"path",
|
|
1996
1984
|
{
|
|
1997
1985
|
fill: fill || color || "currentColor",
|
|
@@ -2001,43 +1989,43 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconStyleAutoFilled = (
|
|
|
2001
1989
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2002
1990
|
|
|
2003
1991
|
// src/components/Style.tsx
|
|
2004
|
-
var
|
|
2005
|
-
/* @__PURE__ */ (0,
|
|
1992
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2006
1994
|
"path",
|
|
2007
1995
|
{
|
|
2008
1996
|
fill: stroke || color || "currentColor",
|
|
2009
1997
|
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"
|
|
2010
1998
|
}
|
|
2011
1999
|
),
|
|
2012
|
-
/* @__PURE__ */ (0,
|
|
2000
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2013
2001
|
"path",
|
|
2014
2002
|
{
|
|
2015
2003
|
fill: stroke || color || "currentColor",
|
|
2016
2004
|
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"
|
|
2017
2005
|
}
|
|
2018
2006
|
),
|
|
2019
|
-
/* @__PURE__ */ (0,
|
|
2007
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2020
2008
|
"path",
|
|
2021
2009
|
{
|
|
2022
2010
|
fill: stroke || color || "currentColor",
|
|
2023
2011
|
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"
|
|
2024
2012
|
}
|
|
2025
2013
|
),
|
|
2026
|
-
/* @__PURE__ */ (0,
|
|
2014
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2027
2015
|
"path",
|
|
2028
2016
|
{
|
|
2029
2017
|
fill: stroke || color || "currentColor",
|
|
2030
2018
|
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"
|
|
2031
2019
|
}
|
|
2032
2020
|
),
|
|
2033
|
-
/* @__PURE__ */ (0,
|
|
2021
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2034
2022
|
"path",
|
|
2035
2023
|
{
|
|
2036
2024
|
fill: stroke || color || "currentColor",
|
|
2037
2025
|
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"
|
|
2038
2026
|
}
|
|
2039
2027
|
),
|
|
2040
|
-
/* @__PURE__ */ (0,
|
|
2028
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2041
2029
|
"path",
|
|
2042
2030
|
{
|
|
2043
2031
|
fill: stroke || color || "currentColor",
|
|
@@ -2049,7 +2037,7 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconStyle = ({ size, wi
|
|
|
2049
2037
|
] }), Style_default = IconStyle;
|
|
2050
2038
|
|
|
2051
2039
|
// src/components/SwitchOnFilled.tsx
|
|
2052
|
-
var
|
|
2040
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2053
2041
|
"path",
|
|
2054
2042
|
{
|
|
2055
2043
|
fill: fill || color || "currentColor",
|
|
@@ -2060,19 +2048,21 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconSwitchOnFilled = ({
|
|
|
2060
2048
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2061
2049
|
|
|
2062
2050
|
// src/components/Target.tsx
|
|
2063
|
-
var
|
|
2064
|
-
/* @__PURE__ */ (0,
|
|
2051
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconTarget = ({ 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: [
|
|
2052
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2065
2053
|
"path",
|
|
2066
2054
|
{
|
|
2067
2055
|
fill: stroke || color || "currentColor",
|
|
2068
|
-
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"
|
|
2056
|
+
d: "M12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92893 15.75 12 15.75ZM12 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",
|
|
2057
|
+
fillRule: "evenodd",
|
|
2058
|
+
clipRule: "evenodd"
|
|
2069
2059
|
}
|
|
2070
2060
|
),
|
|
2071
|
-
/* @__PURE__ */ (0,
|
|
2061
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2072
2062
|
"path",
|
|
2073
2063
|
{
|
|
2074
2064
|
fill: stroke || color || "currentColor",
|
|
2075
|
-
d: "M13.125
|
|
2065
|
+
d: "M13.125 3.06963V0H10.875V3.06963C6.80394 3.57728 3.57728 6.80394 3.06963 10.875H0V13.125H3.06963C3.57728 17.1961 6.80394 20.4227 10.875 20.9304V24H13.125V20.9304C17.1961 20.4227 20.4227 17.1961 20.9304 13.125H24V10.875H20.9304C20.4227 6.80394 17.1961 3.57728 13.125 3.06963ZM12 18.75C15.7279 18.75 18.75 15.7279 18.75 12C18.75 8.27208 15.7279 5.25 12 5.25C8.27208 5.25 5.25 8.27208 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75Z",
|
|
2076
2066
|
fillRule: "evenodd",
|
|
2077
2067
|
clipRule: "evenodd"
|
|
2078
2068
|
}
|
|
@@ -2080,43 +2070,43 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconTarget = ({ size, w
|
|
|
2080
2070
|
] }), Target_default = IconTarget;
|
|
2081
2071
|
|
|
2082
2072
|
// src/components/TextLogo.tsx
|
|
2083
|
-
var
|
|
2084
|
-
/* @__PURE__ */ (0,
|
|
2073
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
2074
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2085
2075
|
"path",
|
|
2086
2076
|
{
|
|
2087
2077
|
fill: fill || color || "currentColor",
|
|
2088
2078
|
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"
|
|
2089
2079
|
}
|
|
2090
2080
|
),
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2081
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2092
2082
|
"path",
|
|
2093
2083
|
{
|
|
2094
2084
|
fill: fill || color || "currentColor",
|
|
2095
2085
|
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"
|
|
2096
2086
|
}
|
|
2097
2087
|
),
|
|
2098
|
-
/* @__PURE__ */ (0,
|
|
2088
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2099
2089
|
"path",
|
|
2100
2090
|
{
|
|
2101
2091
|
fill: fill || color || "currentColor",
|
|
2102
2092
|
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"
|
|
2103
2093
|
}
|
|
2104
2094
|
),
|
|
2105
|
-
/* @__PURE__ */ (0,
|
|
2095
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2106
2096
|
"path",
|
|
2107
2097
|
{
|
|
2108
2098
|
fill: fill || color || "currentColor",
|
|
2109
2099
|
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"
|
|
2110
2100
|
}
|
|
2111
2101
|
),
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2102
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2113
2103
|
"path",
|
|
2114
2104
|
{
|
|
2115
2105
|
fill: fill || color || "currentColor",
|
|
2116
2106
|
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"
|
|
2117
2107
|
}
|
|
2118
2108
|
),
|
|
2119
|
-
/* @__PURE__ */ (0,
|
|
2109
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2120
2110
|
"path",
|
|
2121
2111
|
{
|
|
2122
2112
|
fill: fill || color || "currentColor",
|
|
@@ -2126,15 +2116,15 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconTextLogo = ({ size,
|
|
|
2126
2116
|
] }), TextLogo_default = IconTextLogo;
|
|
2127
2117
|
|
|
2128
2118
|
// src/components/ToolsFilled.tsx
|
|
2129
|
-
var
|
|
2130
|
-
/* @__PURE__ */ (0,
|
|
2119
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2120
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2131
2121
|
"path",
|
|
2132
2122
|
{
|
|
2133
2123
|
fill: fill || color || "currentColor",
|
|
2134
2124
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2135
2125
|
}
|
|
2136
2126
|
),
|
|
2137
|
-
/* @__PURE__ */ (0,
|
|
2127
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2138
2128
|
"path",
|
|
2139
2129
|
{
|
|
2140
2130
|
fill: fill || color || "currentColor",
|
|
@@ -2144,7 +2134,7 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconToolsFilled = ({ si
|
|
|
2144
2134
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2145
2135
|
|
|
2146
2136
|
// src/components/Tools.tsx
|
|
2147
|
-
var
|
|
2137
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconTools = ({ 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)(
|
|
2148
2138
|
"path",
|
|
2149
2139
|
{
|
|
2150
2140
|
stroke: stroke || color || "currentColor",
|
|
@@ -2154,7 +2144,7 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconTools = ({ size, wi
|
|
|
2154
2144
|
) }), Tools_default = IconTools;
|
|
2155
2145
|
|
|
2156
2146
|
// src/components/Uploadfiles.tsx
|
|
2157
|
-
var
|
|
2147
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconUploadfiles = ({ 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)(
|
|
2158
2148
|
"path",
|
|
2159
2149
|
{
|
|
2160
2150
|
fill: stroke || color || "currentColor",
|
|
@@ -2163,7 +2153,7 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconUploadfiles = ({ si
|
|
|
2163
2153
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2164
2154
|
|
|
2165
2155
|
// src/components/Userfeedback.tsx
|
|
2166
|
-
var
|
|
2156
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2167
2157
|
"path",
|
|
2168
2158
|
{
|
|
2169
2159
|
fill: stroke || color || "currentColor",
|
|
@@ -2174,22 +2164,22 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconUserfeedback = ({ s
|
|
|
2174
2164
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2175
2165
|
|
|
2176
2166
|
// src/components/VideoGeneration.tsx
|
|
2177
|
-
var
|
|
2178
|
-
/* @__PURE__ */ (0,
|
|
2167
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2168
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2179
2169
|
"path",
|
|
2180
2170
|
{
|
|
2181
2171
|
fill: stroke || color || "currentColor",
|
|
2182
2172
|
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"
|
|
2183
2173
|
}
|
|
2184
2174
|
),
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2175
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2186
2176
|
"path",
|
|
2187
2177
|
{
|
|
2188
2178
|
fill: stroke || color || "currentColor",
|
|
2189
2179
|
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"
|
|
2190
2180
|
}
|
|
2191
2181
|
),
|
|
2192
|
-
/* @__PURE__ */ (0,
|
|
2182
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2193
2183
|
"path",
|
|
2194
2184
|
{
|
|
2195
2185
|
fill: stroke || color || "currentColor",
|
|
@@ -2201,9 +2191,9 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconVideoGeneration = (
|
|
|
2201
2191
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2202
2192
|
|
|
2203
2193
|
// src/components/VideoLength.tsx
|
|
2204
|
-
var
|
|
2205
|
-
/* @__PURE__ */ (0,
|
|
2206
|
-
/* @__PURE__ */ (0,
|
|
2194
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconVideoLength = ({ 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: [
|
|
2195
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
2196
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2207
2197
|
"path",
|
|
2208
2198
|
{
|
|
2209
2199
|
fill: stroke || color || "currentColor",
|
|
@@ -2215,8 +2205,8 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
2215
2205
|
] }), VideoLength_default = IconVideoLength;
|
|
2216
2206
|
|
|
2217
2207
|
// src/components/Videogenerate.tsx
|
|
2218
|
-
var
|
|
2219
|
-
/* @__PURE__ */ (0,
|
|
2208
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconVideogenerate = ({ 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: [
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2220
2210
|
"path",
|
|
2221
2211
|
{
|
|
2222
2212
|
fill: stroke || color || "currentColor",
|
|
@@ -2225,7 +2215,7 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2225
2215
|
clipRule: "evenodd"
|
|
2226
2216
|
}
|
|
2227
2217
|
),
|
|
2228
|
-
/* @__PURE__ */ (0,
|
|
2218
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2229
2219
|
"path",
|
|
2230
2220
|
{
|
|
2231
2221
|
fill: stroke || color || "currentColor",
|
|
@@ -2237,7 +2227,7 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2237
2227
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2238
2228
|
|
|
2239
2229
|
// src/components/Visualstyles.tsx
|
|
2240
|
-
var
|
|
2230
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2241
2231
|
"path",
|
|
2242
2232
|
{
|
|
2243
2233
|
fill: stroke || color || "currentColor",
|
|
@@ -2248,8 +2238,8 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
2248
2238
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2249
2239
|
|
|
2250
2240
|
// src/components/Volume.tsx
|
|
2251
|
-
var
|
|
2252
|
-
/* @__PURE__ */ (0,
|
|
2241
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconVolume = ({ 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: [
|
|
2242
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2253
2243
|
"path",
|
|
2254
2244
|
{
|
|
2255
2245
|
fill: stroke || color || "currentColor",
|
|
@@ -2258,14 +2248,14 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2258
2248
|
clipRule: "evenodd"
|
|
2259
2249
|
}
|
|
2260
2250
|
),
|
|
2261
|
-
/* @__PURE__ */ (0,
|
|
2251
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2262
2252
|
"path",
|
|
2263
2253
|
{
|
|
2264
2254
|
fill: stroke || color || "currentColor",
|
|
2265
2255
|
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"
|
|
2266
2256
|
}
|
|
2267
2257
|
),
|
|
2268
|
-
/* @__PURE__ */ (0,
|
|
2258
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2269
2259
|
"path",
|
|
2270
2260
|
{
|
|
2271
2261
|
fill: stroke || color || "currentColor",
|