@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.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.8 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Homepage.tsx
|
|
@@ -1672,35 +1672,23 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1672
1672
|
}
|
|
1673
1673
|
) }), Pencil_default = IconPencil;
|
|
1674
1674
|
|
|
1675
|
-
// src/components/Pick.tsx
|
|
1676
|
-
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1677
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
|
|
1678
|
-
"path",
|
|
1679
|
-
{
|
|
1680
|
-
fill: stroke || color || "currentColor",
|
|
1681
|
-
d: "M18 24H21V0H3V24H6L12 18L18 24ZM5.25 21.568L12 14.818L18.75 21.568V2.25H5.25V21.568Z",
|
|
1682
|
-
fillRule: "evenodd",
|
|
1683
|
-
clipRule: "evenodd"
|
|
1684
|
-
}
|
|
1685
|
-
) }), Pick_default = IconPick;
|
|
1686
|
-
|
|
1687
1675
|
// src/components/PlanFilled.tsx
|
|
1688
|
-
import { jsx as
|
|
1676
|
+
import { jsx as jsx73, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1689
1677
|
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1690
|
-
/* @__PURE__ */
|
|
1678
|
+
/* @__PURE__ */ jsx73("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx73(
|
|
1691
1679
|
"path",
|
|
1692
1680
|
{
|
|
1693
1681
|
fill: fill || color || "currentColor",
|
|
1694
1682
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1695
1683
|
}
|
|
1696
1684
|
) }),
|
|
1697
|
-
/* @__PURE__ */
|
|
1685
|
+
/* @__PURE__ */ jsx73("defs", { children: /* @__PURE__ */ jsx73("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx73("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1698
1686
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1699
1687
|
|
|
1700
1688
|
// src/components/Previouscene.tsx
|
|
1701
|
-
import { jsx as
|
|
1689
|
+
import { jsx as jsx74, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1702
1690
|
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1703
|
-
/* @__PURE__ */
|
|
1691
|
+
/* @__PURE__ */ jsx74(
|
|
1704
1692
|
"rect",
|
|
1705
1693
|
{
|
|
1706
1694
|
width: "22.5",
|
|
@@ -1712,7 +1700,7 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
1712
1700
|
strokeWidth: "1.5"
|
|
1713
1701
|
}
|
|
1714
1702
|
),
|
|
1715
|
-
/* @__PURE__ */
|
|
1703
|
+
/* @__PURE__ */ jsx74(
|
|
1716
1704
|
"path",
|
|
1717
1705
|
{
|
|
1718
1706
|
fill: stroke || color || "currentColor",
|
|
@@ -1722,8 +1710,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
1722
1710
|
] }), Previouscene_default = IconPreviouscene;
|
|
1723
1711
|
|
|
1724
1712
|
// src/components/ProblemNoticeFilled.tsx
|
|
1725
|
-
import { jsx as
|
|
1726
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1713
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1714
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx75(
|
|
1727
1715
|
"path",
|
|
1728
1716
|
{
|
|
1729
1717
|
fill: fill || color || "currentColor",
|
|
@@ -1734,11 +1722,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
1734
1722
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
1735
1723
|
|
|
1736
1724
|
// src/components/Problem.tsx
|
|
1737
|
-
import { jsx as
|
|
1725
|
+
import { jsx as jsx76, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1738
1726
|
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1739
|
-
/* @__PURE__ */
|
|
1740
|
-
/* @__PURE__ */
|
|
1741
|
-
/* @__PURE__ */
|
|
1727
|
+
/* @__PURE__ */ jsx76("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
1728
|
+
/* @__PURE__ */ jsx76("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
1729
|
+
/* @__PURE__ */ jsx76(
|
|
1742
1730
|
"path",
|
|
1743
1731
|
{
|
|
1744
1732
|
fill: stroke || color || "currentColor",
|
|
@@ -1750,8 +1738,8 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1750
1738
|
] }), Problem_default = IconProblem;
|
|
1751
1739
|
|
|
1752
1740
|
// src/components/Ratio169.tsx
|
|
1753
|
-
import { jsx as
|
|
1754
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1741
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
1742
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx77(
|
|
1755
1743
|
"path",
|
|
1756
1744
|
{
|
|
1757
1745
|
fill: stroke || color || "currentColor",
|
|
@@ -1760,16 +1748,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1760
1748
|
) }), Ratio169_default = IconRatio169;
|
|
1761
1749
|
|
|
1762
1750
|
// src/components/Ratio11.tsx
|
|
1763
|
-
import { jsx as
|
|
1751
|
+
import { jsx as jsx78, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1764
1752
|
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1765
|
-
/* @__PURE__ */
|
|
1753
|
+
/* @__PURE__ */ jsx78("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx78(
|
|
1766
1754
|
"path",
|
|
1767
1755
|
{
|
|
1768
1756
|
fill: stroke || color || "currentColor",
|
|
1769
1757
|
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"
|
|
1770
1758
|
}
|
|
1771
1759
|
) }),
|
|
1772
|
-
/* @__PURE__ */
|
|
1760
|
+
/* @__PURE__ */ jsx78("defs", { children: /* @__PURE__ */ jsx78("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx78(
|
|
1773
1761
|
"rect",
|
|
1774
1762
|
{
|
|
1775
1763
|
width: "24",
|
|
@@ -1781,16 +1769,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1781
1769
|
] }), Ratio11_default = IconRatio11;
|
|
1782
1770
|
|
|
1783
1771
|
// src/components/Ratio916.tsx
|
|
1784
|
-
import { jsx as
|
|
1772
|
+
import { jsx as jsx79, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1785
1773
|
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1786
|
-
/* @__PURE__ */
|
|
1774
|
+
/* @__PURE__ */ jsx79("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx79(
|
|
1787
1775
|
"path",
|
|
1788
1776
|
{
|
|
1789
1777
|
fill: stroke || color || "currentColor",
|
|
1790
1778
|
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"
|
|
1791
1779
|
}
|
|
1792
1780
|
) }),
|
|
1793
|
-
/* @__PURE__ */
|
|
1781
|
+
/* @__PURE__ */ jsx79("defs", { children: /* @__PURE__ */ jsx79("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx79(
|
|
1794
1782
|
"rect",
|
|
1795
1783
|
{
|
|
1796
1784
|
width: "24",
|
|
@@ -1802,16 +1790,16 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1802
1790
|
] }), Ratio916_default = IconRatio916;
|
|
1803
1791
|
|
|
1804
1792
|
// src/components/Ratio.tsx
|
|
1805
|
-
import { jsx as
|
|
1793
|
+
import { jsx as jsx80, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1806
1794
|
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1807
|
-
/* @__PURE__ */
|
|
1795
|
+
/* @__PURE__ */ jsx80(
|
|
1808
1796
|
"path",
|
|
1809
1797
|
{
|
|
1810
1798
|
fill: stroke || color || "currentColor",
|
|
1811
1799
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1812
1800
|
}
|
|
1813
1801
|
),
|
|
1814
|
-
/* @__PURE__ */
|
|
1802
|
+
/* @__PURE__ */ jsx80(
|
|
1815
1803
|
"path",
|
|
1816
1804
|
{
|
|
1817
1805
|
fill: stroke || color || "currentColor",
|
|
@@ -1821,8 +1809,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1821
1809
|
] }), Ratio_default = IconRatio;
|
|
1822
1810
|
|
|
1823
1811
|
// src/components/ReEdit.tsx
|
|
1824
|
-
import { jsx as
|
|
1825
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1812
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
1813
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx81(
|
|
1826
1814
|
"path",
|
|
1827
1815
|
{
|
|
1828
1816
|
fill: stroke || color || "currentColor",
|
|
@@ -1833,8 +1821,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1833
1821
|
) }), ReEdit_default = IconReEdit;
|
|
1834
1822
|
|
|
1835
1823
|
// src/components/Regenerate.tsx
|
|
1836
|
-
import { jsx as
|
|
1837
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1824
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1825
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx82(
|
|
1838
1826
|
"path",
|
|
1839
1827
|
{
|
|
1840
1828
|
fill: stroke || color || "currentColor",
|
|
@@ -1845,21 +1833,21 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1845
1833
|
) }), Regenerate_default = IconRegenerate;
|
|
1846
1834
|
|
|
1847
1835
|
// src/components/Scriptmode.tsx
|
|
1848
|
-
import { jsx as
|
|
1836
|
+
import { jsx as jsx83, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1849
1837
|
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1850
|
-
/* @__PURE__ */
|
|
1851
|
-
/* @__PURE__ */
|
|
1852
|
-
/* @__PURE__ */
|
|
1853
|
-
/* @__PURE__ */
|
|
1854
|
-
/* @__PURE__ */
|
|
1855
|
-
/* @__PURE__ */
|
|
1856
|
-
/* @__PURE__ */
|
|
1857
|
-
/* @__PURE__ */
|
|
1838
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
1839
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
1840
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
1841
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
1842
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
1843
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
1844
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
1845
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
1858
1846
|
] }), Scriptmode_default = IconScriptmode;
|
|
1859
1847
|
|
|
1860
1848
|
// src/components/SocialX.tsx
|
|
1861
|
-
import { jsx as
|
|
1862
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1849
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1850
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx84(
|
|
1863
1851
|
"path",
|
|
1864
1852
|
{
|
|
1865
1853
|
fill: fill || color || "currentColor",
|
|
@@ -1868,8 +1856,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1868
1856
|
) }), SocialX_default = IconSocialX;
|
|
1869
1857
|
|
|
1870
1858
|
// src/components/SocialDiscord.tsx
|
|
1871
|
-
import { jsx as
|
|
1872
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1859
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
1860
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx85(
|
|
1873
1861
|
"path",
|
|
1874
1862
|
{
|
|
1875
1863
|
fill: fill || color || "currentColor",
|
|
@@ -1878,9 +1866,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
1878
1866
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
1879
1867
|
|
|
1880
1868
|
// src/components/SoundOff.tsx
|
|
1881
|
-
import { jsx as
|
|
1869
|
+
import { jsx as jsx86, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1882
1870
|
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1883
|
-
/* @__PURE__ */
|
|
1871
|
+
/* @__PURE__ */ jsx86(
|
|
1884
1872
|
"path",
|
|
1885
1873
|
{
|
|
1886
1874
|
fill: stroke || color || "currentColor",
|
|
@@ -1889,7 +1877,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1889
1877
|
clipRule: "evenodd"
|
|
1890
1878
|
}
|
|
1891
1879
|
),
|
|
1892
|
-
/* @__PURE__ */
|
|
1880
|
+
/* @__PURE__ */ jsx86(
|
|
1893
1881
|
"path",
|
|
1894
1882
|
{
|
|
1895
1883
|
fill: stroke || color || "currentColor",
|
|
@@ -1899,9 +1887,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1899
1887
|
] }), SoundOff_default = IconSoundOff;
|
|
1900
1888
|
|
|
1901
1889
|
// src/components/SoundOn.tsx
|
|
1902
|
-
import { jsx as
|
|
1890
|
+
import { jsx as jsx87, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1903
1891
|
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1904
|
-
/* @__PURE__ */
|
|
1892
|
+
/* @__PURE__ */ jsx87(
|
|
1905
1893
|
"path",
|
|
1906
1894
|
{
|
|
1907
1895
|
fill: stroke || color || "currentColor",
|
|
@@ -1910,14 +1898,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1910
1898
|
clipRule: "evenodd"
|
|
1911
1899
|
}
|
|
1912
1900
|
),
|
|
1913
|
-
/* @__PURE__ */
|
|
1901
|
+
/* @__PURE__ */ jsx87(
|
|
1914
1902
|
"path",
|
|
1915
1903
|
{
|
|
1916
1904
|
fill: stroke || color || "currentColor",
|
|
1917
1905
|
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"
|
|
1918
1906
|
}
|
|
1919
1907
|
),
|
|
1920
|
-
/* @__PURE__ */
|
|
1908
|
+
/* @__PURE__ */ jsx87(
|
|
1921
1909
|
"path",
|
|
1922
1910
|
{
|
|
1923
1911
|
fill: stroke || color || "currentColor",
|
|
@@ -1927,8 +1915,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1927
1915
|
] }), SoundOn_default = IconSoundOn;
|
|
1928
1916
|
|
|
1929
1917
|
// src/components/Storyboard.tsx
|
|
1930
|
-
import { jsx as
|
|
1931
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1918
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
1919
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx88("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx88(
|
|
1932
1920
|
"path",
|
|
1933
1921
|
{
|
|
1934
1922
|
fill: stroke || color || "currentColor",
|
|
@@ -1939,25 +1927,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1939
1927
|
) }), Storyboard_default = IconStoryboard;
|
|
1940
1928
|
|
|
1941
1929
|
// src/components/StyleAutoFilled.tsx
|
|
1942
|
-
import { jsx as
|
|
1930
|
+
import { jsx as jsx89, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1943
1931
|
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1944
|
-
/* @__PURE__ */
|
|
1932
|
+
/* @__PURE__ */ jsx89(
|
|
1945
1933
|
"path",
|
|
1946
1934
|
{
|
|
1947
1935
|
fill: fill || color || "currentColor",
|
|
1948
1936
|
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"
|
|
1949
1937
|
}
|
|
1950
1938
|
),
|
|
1951
|
-
/* @__PURE__ */
|
|
1939
|
+
/* @__PURE__ */ jsx89(
|
|
1952
1940
|
"path",
|
|
1953
1941
|
{
|
|
1954
1942
|
fill: fill || color || "currentColor",
|
|
1955
1943
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
1956
1944
|
}
|
|
1957
1945
|
),
|
|
1958
|
-
/* @__PURE__ */
|
|
1959
|
-
/* @__PURE__ */
|
|
1960
|
-
/* @__PURE__ */
|
|
1946
|
+
/* @__PURE__ */ jsx89("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
1947
|
+
/* @__PURE__ */ jsx89("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
1948
|
+
/* @__PURE__ */ jsx89(
|
|
1961
1949
|
"path",
|
|
1962
1950
|
{
|
|
1963
1951
|
fill: fill || color || "currentColor",
|
|
@@ -1967,44 +1955,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1967
1955
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
1968
1956
|
|
|
1969
1957
|
// src/components/Style.tsx
|
|
1970
|
-
import { jsx as
|
|
1958
|
+
import { jsx as jsx90, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1971
1959
|
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1972
|
-
/* @__PURE__ */
|
|
1960
|
+
/* @__PURE__ */ jsx90(
|
|
1973
1961
|
"path",
|
|
1974
1962
|
{
|
|
1975
1963
|
fill: stroke || color || "currentColor",
|
|
1976
1964
|
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"
|
|
1977
1965
|
}
|
|
1978
1966
|
),
|
|
1979
|
-
/* @__PURE__ */
|
|
1967
|
+
/* @__PURE__ */ jsx90(
|
|
1980
1968
|
"path",
|
|
1981
1969
|
{
|
|
1982
1970
|
fill: stroke || color || "currentColor",
|
|
1983
1971
|
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"
|
|
1984
1972
|
}
|
|
1985
1973
|
),
|
|
1986
|
-
/* @__PURE__ */
|
|
1974
|
+
/* @__PURE__ */ jsx90(
|
|
1987
1975
|
"path",
|
|
1988
1976
|
{
|
|
1989
1977
|
fill: stroke || color || "currentColor",
|
|
1990
1978
|
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"
|
|
1991
1979
|
}
|
|
1992
1980
|
),
|
|
1993
|
-
/* @__PURE__ */
|
|
1981
|
+
/* @__PURE__ */ jsx90(
|
|
1994
1982
|
"path",
|
|
1995
1983
|
{
|
|
1996
1984
|
fill: stroke || color || "currentColor",
|
|
1997
1985
|
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"
|
|
1998
1986
|
}
|
|
1999
1987
|
),
|
|
2000
|
-
/* @__PURE__ */
|
|
1988
|
+
/* @__PURE__ */ jsx90(
|
|
2001
1989
|
"path",
|
|
2002
1990
|
{
|
|
2003
1991
|
fill: stroke || color || "currentColor",
|
|
2004
1992
|
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"
|
|
2005
1993
|
}
|
|
2006
1994
|
),
|
|
2007
|
-
/* @__PURE__ */
|
|
1995
|
+
/* @__PURE__ */ jsx90(
|
|
2008
1996
|
"path",
|
|
2009
1997
|
{
|
|
2010
1998
|
fill: stroke || color || "currentColor",
|
|
@@ -2016,8 +2004,8 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2016
2004
|
] }), Style_default = IconStyle;
|
|
2017
2005
|
|
|
2018
2006
|
// src/components/SwitchOnFilled.tsx
|
|
2019
|
-
import { jsx as
|
|
2020
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2007
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
2008
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx91("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx91(
|
|
2021
2009
|
"path",
|
|
2022
2010
|
{
|
|
2023
2011
|
fill: fill || color || "currentColor",
|
|
@@ -2028,20 +2016,22 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2028
2016
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2029
2017
|
|
|
2030
2018
|
// src/components/Target.tsx
|
|
2031
|
-
import { jsx as
|
|
2019
|
+
import { jsx as jsx92, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2032
2020
|
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2033
|
-
/* @__PURE__ */
|
|
2021
|
+
/* @__PURE__ */ jsx92(
|
|
2034
2022
|
"path",
|
|
2035
2023
|
{
|
|
2036
2024
|
fill: stroke || color || "currentColor",
|
|
2037
|
-
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"
|
|
2025
|
+
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",
|
|
2026
|
+
fillRule: "evenodd",
|
|
2027
|
+
clipRule: "evenodd"
|
|
2038
2028
|
}
|
|
2039
2029
|
),
|
|
2040
|
-
/* @__PURE__ */
|
|
2030
|
+
/* @__PURE__ */ jsx92(
|
|
2041
2031
|
"path",
|
|
2042
2032
|
{
|
|
2043
2033
|
fill: stroke || color || "currentColor",
|
|
2044
|
-
d: "M13.125
|
|
2034
|
+
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",
|
|
2045
2035
|
fillRule: "evenodd",
|
|
2046
2036
|
clipRule: "evenodd"
|
|
2047
2037
|
}
|
|
@@ -2049,44 +2039,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2049
2039
|
] }), Target_default = IconTarget;
|
|
2050
2040
|
|
|
2051
2041
|
// src/components/TextLogo.tsx
|
|
2052
|
-
import { jsx as
|
|
2042
|
+
import { jsx as jsx93, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2053
2043
|
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
2054
|
-
/* @__PURE__ */
|
|
2044
|
+
/* @__PURE__ */ jsx93(
|
|
2055
2045
|
"path",
|
|
2056
2046
|
{
|
|
2057
2047
|
fill: fill || color || "currentColor",
|
|
2058
2048
|
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"
|
|
2059
2049
|
}
|
|
2060
2050
|
),
|
|
2061
|
-
/* @__PURE__ */
|
|
2051
|
+
/* @__PURE__ */ jsx93(
|
|
2062
2052
|
"path",
|
|
2063
2053
|
{
|
|
2064
2054
|
fill: fill || color || "currentColor",
|
|
2065
2055
|
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"
|
|
2066
2056
|
}
|
|
2067
2057
|
),
|
|
2068
|
-
/* @__PURE__ */
|
|
2058
|
+
/* @__PURE__ */ jsx93(
|
|
2069
2059
|
"path",
|
|
2070
2060
|
{
|
|
2071
2061
|
fill: fill || color || "currentColor",
|
|
2072
2062
|
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"
|
|
2073
2063
|
}
|
|
2074
2064
|
),
|
|
2075
|
-
/* @__PURE__ */
|
|
2065
|
+
/* @__PURE__ */ jsx93(
|
|
2076
2066
|
"path",
|
|
2077
2067
|
{
|
|
2078
2068
|
fill: fill || color || "currentColor",
|
|
2079
2069
|
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"
|
|
2080
2070
|
}
|
|
2081
2071
|
),
|
|
2082
|
-
/* @__PURE__ */
|
|
2072
|
+
/* @__PURE__ */ jsx93(
|
|
2083
2073
|
"path",
|
|
2084
2074
|
{
|
|
2085
2075
|
fill: fill || color || "currentColor",
|
|
2086
2076
|
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"
|
|
2087
2077
|
}
|
|
2088
2078
|
),
|
|
2089
|
-
/* @__PURE__ */
|
|
2079
|
+
/* @__PURE__ */ jsx93(
|
|
2090
2080
|
"path",
|
|
2091
2081
|
{
|
|
2092
2082
|
fill: fill || color || "currentColor",
|
|
@@ -2096,16 +2086,16 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2096
2086
|
] }), TextLogo_default = IconTextLogo;
|
|
2097
2087
|
|
|
2098
2088
|
// src/components/ToolsFilled.tsx
|
|
2099
|
-
import { jsx as
|
|
2089
|
+
import { jsx as jsx94, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2100
2090
|
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2101
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsx94(
|
|
2102
2092
|
"path",
|
|
2103
2093
|
{
|
|
2104
2094
|
fill: fill || color || "currentColor",
|
|
2105
2095
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2106
2096
|
}
|
|
2107
2097
|
),
|
|
2108
|
-
/* @__PURE__ */
|
|
2098
|
+
/* @__PURE__ */ jsx94(
|
|
2109
2099
|
"path",
|
|
2110
2100
|
{
|
|
2111
2101
|
fill: fill || color || "currentColor",
|
|
@@ -2115,8 +2105,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2115
2105
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2116
2106
|
|
|
2117
2107
|
// src/components/Tools.tsx
|
|
2118
|
-
import { jsx as
|
|
2119
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2108
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
2109
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx95(
|
|
2120
2110
|
"path",
|
|
2121
2111
|
{
|
|
2122
2112
|
stroke: stroke || color || "currentColor",
|
|
@@ -2126,8 +2116,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2126
2116
|
) }), Tools_default = IconTools;
|
|
2127
2117
|
|
|
2128
2118
|
// src/components/Uploadfiles.tsx
|
|
2129
|
-
import { jsx as
|
|
2130
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2119
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
2120
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx96(
|
|
2131
2121
|
"path",
|
|
2132
2122
|
{
|
|
2133
2123
|
fill: stroke || color || "currentColor",
|
|
@@ -2136,8 +2126,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
2136
2126
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2137
2127
|
|
|
2138
2128
|
// src/components/Userfeedback.tsx
|
|
2139
|
-
import { jsx as
|
|
2140
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2129
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2130
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
|
|
2141
2131
|
"path",
|
|
2142
2132
|
{
|
|
2143
2133
|
fill: stroke || color || "currentColor",
|
|
@@ -2148,23 +2138,23 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
2148
2138
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2149
2139
|
|
|
2150
2140
|
// src/components/VideoGeneration.tsx
|
|
2151
|
-
import { jsx as
|
|
2141
|
+
import { jsx as jsx98, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2152
2142
|
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2153
|
-
/* @__PURE__ */
|
|
2143
|
+
/* @__PURE__ */ jsx98(
|
|
2154
2144
|
"path",
|
|
2155
2145
|
{
|
|
2156
2146
|
fill: stroke || color || "currentColor",
|
|
2157
2147
|
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"
|
|
2158
2148
|
}
|
|
2159
2149
|
),
|
|
2160
|
-
/* @__PURE__ */
|
|
2150
|
+
/* @__PURE__ */ jsx98(
|
|
2161
2151
|
"path",
|
|
2162
2152
|
{
|
|
2163
2153
|
fill: stroke || color || "currentColor",
|
|
2164
2154
|
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"
|
|
2165
2155
|
}
|
|
2166
2156
|
),
|
|
2167
|
-
/* @__PURE__ */
|
|
2157
|
+
/* @__PURE__ */ jsx98(
|
|
2168
2158
|
"path",
|
|
2169
2159
|
{
|
|
2170
2160
|
fill: stroke || color || "currentColor",
|
|
@@ -2176,10 +2166,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
2176
2166
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2177
2167
|
|
|
2178
2168
|
// src/components/VideoLength.tsx
|
|
2179
|
-
import { jsx as
|
|
2169
|
+
import { jsx as jsx99, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2180
2170
|
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2181
|
-
/* @__PURE__ */
|
|
2182
|
-
/* @__PURE__ */
|
|
2171
|
+
/* @__PURE__ */ jsx99("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
2172
|
+
/* @__PURE__ */ jsx99(
|
|
2183
2173
|
"path",
|
|
2184
2174
|
{
|
|
2185
2175
|
fill: stroke || color || "currentColor",
|
|
@@ -2191,9 +2181,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
2191
2181
|
] }), VideoLength_default = IconVideoLength;
|
|
2192
2182
|
|
|
2193
2183
|
// src/components/Videogenerate.tsx
|
|
2194
|
-
import { jsx as
|
|
2184
|
+
import { jsx as jsx100, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2195
2185
|
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2196
|
-
/* @__PURE__ */
|
|
2186
|
+
/* @__PURE__ */ jsx100(
|
|
2197
2187
|
"path",
|
|
2198
2188
|
{
|
|
2199
2189
|
fill: stroke || color || "currentColor",
|
|
@@ -2202,7 +2192,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
2202
2192
|
clipRule: "evenodd"
|
|
2203
2193
|
}
|
|
2204
2194
|
),
|
|
2205
|
-
/* @__PURE__ */
|
|
2195
|
+
/* @__PURE__ */ jsx100(
|
|
2206
2196
|
"path",
|
|
2207
2197
|
{
|
|
2208
2198
|
fill: stroke || color || "currentColor",
|
|
@@ -2214,8 +2204,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
2214
2204
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2215
2205
|
|
|
2216
2206
|
// src/components/Visualstyles.tsx
|
|
2217
|
-
import { jsx as
|
|
2218
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2207
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
2208
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx101("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx101(
|
|
2219
2209
|
"path",
|
|
2220
2210
|
{
|
|
2221
2211
|
fill: stroke || color || "currentColor",
|
|
@@ -2226,9 +2216,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
2226
2216
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2227
2217
|
|
|
2228
2218
|
// src/components/Volume.tsx
|
|
2229
|
-
import { jsx as
|
|
2219
|
+
import { jsx as jsx102, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2230
2220
|
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2231
|
-
/* @__PURE__ */
|
|
2221
|
+
/* @__PURE__ */ jsx102(
|
|
2232
2222
|
"path",
|
|
2233
2223
|
{
|
|
2234
2224
|
fill: stroke || color || "currentColor",
|
|
@@ -2237,14 +2227,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2237
2227
|
clipRule: "evenodd"
|
|
2238
2228
|
}
|
|
2239
2229
|
),
|
|
2240
|
-
/* @__PURE__ */
|
|
2230
|
+
/* @__PURE__ */ jsx102(
|
|
2241
2231
|
"path",
|
|
2242
2232
|
{
|
|
2243
2233
|
fill: stroke || color || "currentColor",
|
|
2244
2234
|
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"
|
|
2245
2235
|
}
|
|
2246
2236
|
),
|
|
2247
|
-
/* @__PURE__ */
|
|
2237
|
+
/* @__PURE__ */ jsx102(
|
|
2248
2238
|
"path",
|
|
2249
2239
|
{
|
|
2250
2240
|
fill: stroke || color || "currentColor",
|
|
@@ -2324,7 +2314,6 @@ export {
|
|
|
2324
2314
|
Opendemo_default as IconOpendemo,
|
|
2325
2315
|
PageError_default as IconPageError,
|
|
2326
2316
|
Pencil_default as IconPencil,
|
|
2327
|
-
Pick_default as IconPick,
|
|
2328
2317
|
PlanFilled_default as IconPlanFilled,
|
|
2329
2318
|
Previouscene_default as IconPreviouscene,
|
|
2330
2319
|
Problem_default as IconProblem,
|