@edux-design/icons 0.0.1 → 0.0.3
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.d.mts +37 -1
- package/dist/index.d.ts +37 -1
- package/dist/index.js +505 -94
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +488 -95
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/addimage.svg +1 -0
- package/src/24/boldtext.svg +1 -0
- package/src/24/eyehide.svg +3 -0
- package/src/24/headingtext.svg +1 -0
- package/src/24/headingtext1.svg +1 -0
- package/src/24/headingtext2.svg +1 -0
- package/src/24/headingtext3.svg +1 -0
- package/src/24/headingtext4.svg +1 -0
- package/src/24/headingtext5.svg +1 -0
- package/src/24/headingtext6.svg +1 -0
- package/src/24/italicstext.svg +1 -0
- package/src/24/redo.svg +1 -0
- package/src/24/text-align-center.svg +1 -0
- package/src/24/text-align-end.svg +1 -0
- package/src/24/text-align-justify.svg +1 -0
- package/src/24/text-align-start.svg +1 -0
- package/src/24/underlinetext.svg +1 -0
- package/src/24/undo.svg +1 -0
package/dist/index.js
CHANGED
|
@@ -1723,9 +1723,55 @@ var require_jsx_runtime = __commonJS({
|
|
|
1723
1723
|
}
|
|
1724
1724
|
});
|
|
1725
1725
|
|
|
1726
|
-
// src/components/
|
|
1726
|
+
// src/components/Addimage.tsx
|
|
1727
1727
|
var import_jsx_runtime = __toESM(require_jsx_runtime());
|
|
1728
|
-
var
|
|
1728
|
+
var SvgAddimage = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1729
|
+
"svg",
|
|
1730
|
+
{
|
|
1731
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1732
|
+
width: "1em",
|
|
1733
|
+
height: "1em",
|
|
1734
|
+
fill: "none",
|
|
1735
|
+
stroke: "currentColor",
|
|
1736
|
+
strokeLinecap: "round",
|
|
1737
|
+
strokeLinejoin: "round",
|
|
1738
|
+
strokeWidth: 2,
|
|
1739
|
+
className: "addimage_svg__lucide addimage_svg__lucide-image-plus-icon addimage_svg__lucide-image-plus",
|
|
1740
|
+
viewBox: "0 0 24 24",
|
|
1741
|
+
...props,
|
|
1742
|
+
children: [
|
|
1743
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 5h6M19 2v6M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5" }),
|
|
1744
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }),
|
|
1745
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 9, cy: 9, r: 2 })
|
|
1746
|
+
]
|
|
1747
|
+
}
|
|
1748
|
+
);
|
|
1749
|
+
var Addimage_default = SvgAddimage;
|
|
1750
|
+
|
|
1751
|
+
// src/components/Boldtext.tsx
|
|
1752
|
+
var import_jsx_runtime2 = __toESM(require_jsx_runtime());
|
|
1753
|
+
var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1754
|
+
"svg",
|
|
1755
|
+
{
|
|
1756
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1757
|
+
width: "1em",
|
|
1758
|
+
height: "1em",
|
|
1759
|
+
fill: "none",
|
|
1760
|
+
stroke: "currentColor",
|
|
1761
|
+
strokeLinecap: "round",
|
|
1762
|
+
strokeLinejoin: "round",
|
|
1763
|
+
strokeWidth: 2,
|
|
1764
|
+
className: "boldtext_svg__lucide boldtext_svg__lucide-bold-icon boldtext_svg__lucide-bold",
|
|
1765
|
+
viewBox: "0 0 24 24",
|
|
1766
|
+
...props,
|
|
1767
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" })
|
|
1768
|
+
}
|
|
1769
|
+
);
|
|
1770
|
+
var Boldtext_default = SvgBoldtext;
|
|
1771
|
+
|
|
1772
|
+
// src/components/Book.tsx
|
|
1773
|
+
var import_jsx_runtime3 = __toESM(require_jsx_runtime());
|
|
1774
|
+
var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1729
1775
|
"svg",
|
|
1730
1776
|
{
|
|
1731
1777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1734,7 +1780,7 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
1734
1780
|
fill: "none",
|
|
1735
1781
|
viewBox: "0 0 22 19",
|
|
1736
1782
|
...props,
|
|
1737
|
-
children: /* @__PURE__ */ (0,
|
|
1783
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1738
1784
|
"path",
|
|
1739
1785
|
{
|
|
1740
1786
|
fill: "currentColor",
|
|
@@ -1748,8 +1794,8 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
1748
1794
|
var Book_default = SvgBook;
|
|
1749
1795
|
|
|
1750
1796
|
// src/components/Check.tsx
|
|
1751
|
-
var
|
|
1752
|
-
var SvgCheck = (props) => /* @__PURE__ */ (0,
|
|
1797
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime());
|
|
1798
|
+
var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1753
1799
|
"svg",
|
|
1754
1800
|
{
|
|
1755
1801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1758,7 +1804,7 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
|
1758
1804
|
fill: "none",
|
|
1759
1805
|
viewBox: "0 0 24 24",
|
|
1760
1806
|
...props,
|
|
1761
|
-
children: /* @__PURE__ */ (0,
|
|
1807
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1762
1808
|
"path",
|
|
1763
1809
|
{
|
|
1764
1810
|
fill: "currentColor",
|
|
@@ -1772,8 +1818,8 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
|
1772
1818
|
var Check_default = SvgCheck;
|
|
1773
1819
|
|
|
1774
1820
|
// src/components/Chevron.tsx
|
|
1775
|
-
var
|
|
1776
|
-
var SvgChevron = (props) => /* @__PURE__ */ (0,
|
|
1821
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime());
|
|
1822
|
+
var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1777
1823
|
"svg",
|
|
1778
1824
|
{
|
|
1779
1825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1782,7 +1828,7 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1782
1828
|
fill: "none",
|
|
1783
1829
|
viewBox: "0 0 24 24",
|
|
1784
1830
|
...props,
|
|
1785
|
-
children: /* @__PURE__ */ (0,
|
|
1831
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1786
1832
|
"path",
|
|
1787
1833
|
{
|
|
1788
1834
|
fill: "currentColor",
|
|
@@ -1796,8 +1842,8 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1796
1842
|
var Chevron_default = SvgChevron;
|
|
1797
1843
|
|
|
1798
1844
|
// src/components/Class.tsx
|
|
1799
|
-
var
|
|
1800
|
-
var SvgClass = (props) => /* @__PURE__ */ (0,
|
|
1845
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime());
|
|
1846
|
+
var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1801
1847
|
"svg",
|
|
1802
1848
|
{
|
|
1803
1849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1806,7 +1852,7 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
|
1806
1852
|
fill: "none",
|
|
1807
1853
|
viewBox: "0 0 24 25",
|
|
1808
1854
|
...props,
|
|
1809
|
-
children: /* @__PURE__ */ (0,
|
|
1855
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1810
1856
|
"path",
|
|
1811
1857
|
{
|
|
1812
1858
|
fill: "currentColor",
|
|
@@ -1820,8 +1866,8 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
|
1820
1866
|
var Class_default = SvgClass;
|
|
1821
1867
|
|
|
1822
1868
|
// src/components/Close.tsx
|
|
1823
|
-
var
|
|
1824
|
-
var SvgClose = (props) => /* @__PURE__ */ (0,
|
|
1869
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime());
|
|
1870
|
+
var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1825
1871
|
"svg",
|
|
1826
1872
|
{
|
|
1827
1873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1830,7 +1876,7 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
|
1830
1876
|
fill: "none",
|
|
1831
1877
|
viewBox: "0 0 24 24",
|
|
1832
1878
|
...props,
|
|
1833
|
-
children: /* @__PURE__ */ (0,
|
|
1879
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1834
1880
|
"path",
|
|
1835
1881
|
{
|
|
1836
1882
|
fill: "currentColor",
|
|
@@ -1844,8 +1890,8 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
|
1844
1890
|
var Close_default = SvgClose;
|
|
1845
1891
|
|
|
1846
1892
|
// src/components/Code.tsx
|
|
1847
|
-
var
|
|
1848
|
-
var SvgCode = (props) => /* @__PURE__ */ (0,
|
|
1893
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime());
|
|
1894
|
+
var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1849
1895
|
"svg",
|
|
1850
1896
|
{
|
|
1851
1897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1854,7 +1900,7 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1854
1900
|
fill: "none",
|
|
1855
1901
|
viewBox: "0 0 18 10",
|
|
1856
1902
|
...props,
|
|
1857
|
-
children: /* @__PURE__ */ (0,
|
|
1903
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1858
1904
|
"path",
|
|
1859
1905
|
{
|
|
1860
1906
|
fill: "currentColor",
|
|
@@ -1868,8 +1914,8 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1868
1914
|
var Code_default = SvgCode;
|
|
1869
1915
|
|
|
1870
1916
|
// src/components/Collapse.tsx
|
|
1871
|
-
var
|
|
1872
|
-
var SvgCollapse = (props) => /* @__PURE__ */ (0,
|
|
1917
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime());
|
|
1918
|
+
var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
1873
1919
|
"svg",
|
|
1874
1920
|
{
|
|
1875
1921
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1879,7 +1925,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
|
1879
1925
|
viewBox: "0 0 20 20",
|
|
1880
1926
|
...props,
|
|
1881
1927
|
children: [
|
|
1882
|
-
/* @__PURE__ */ (0,
|
|
1928
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1883
1929
|
"path",
|
|
1884
1930
|
{
|
|
1885
1931
|
fill: "#212529",
|
|
@@ -1888,7 +1934,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
|
1888
1934
|
clipRule: "evenodd"
|
|
1889
1935
|
}
|
|
1890
1936
|
),
|
|
1891
|
-
/* @__PURE__ */ (0,
|
|
1937
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1892
1938
|
"path",
|
|
1893
1939
|
{
|
|
1894
1940
|
fill: "currentColor",
|
|
@@ -1903,8 +1949,8 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
|
1903
1949
|
var Collapse_default = SvgCollapse;
|
|
1904
1950
|
|
|
1905
1951
|
// src/components/Copy.tsx
|
|
1906
|
-
var
|
|
1907
|
-
var SvgCopy = (props) => /* @__PURE__ */ (0,
|
|
1952
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime());
|
|
1953
|
+
var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1908
1954
|
"svg",
|
|
1909
1955
|
{
|
|
1910
1956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1913,7 +1959,7 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
|
1913
1959
|
fill: "none",
|
|
1914
1960
|
viewBox: "0 0 24 24",
|
|
1915
1961
|
...props,
|
|
1916
|
-
children: /* @__PURE__ */ (0,
|
|
1962
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1917
1963
|
"path",
|
|
1918
1964
|
{
|
|
1919
1965
|
fill: "currentColor",
|
|
@@ -1927,8 +1973,8 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
|
1927
1973
|
var Copy_default = SvgCopy;
|
|
1928
1974
|
|
|
1929
1975
|
// src/components/Error.tsx
|
|
1930
|
-
var
|
|
1931
|
-
var SvgError = (props) => /* @__PURE__ */ (0,
|
|
1976
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime());
|
|
1977
|
+
var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1932
1978
|
"svg",
|
|
1933
1979
|
{
|
|
1934
1980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1937,7 +1983,7 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
|
1937
1983
|
fill: "none",
|
|
1938
1984
|
viewBox: "0 0 24 24",
|
|
1939
1985
|
...props,
|
|
1940
|
-
children: /* @__PURE__ */ (0,
|
|
1986
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1941
1987
|
"path",
|
|
1942
1988
|
{
|
|
1943
1989
|
fill: "currentColor",
|
|
@@ -1951,8 +1997,8 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
|
1951
1997
|
var Error_default = SvgError;
|
|
1952
1998
|
|
|
1953
1999
|
// src/components/External.tsx
|
|
1954
|
-
var
|
|
1955
|
-
var SvgExternal = (props) => /* @__PURE__ */ (0,
|
|
2000
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime());
|
|
2001
|
+
var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1956
2002
|
"svg",
|
|
1957
2003
|
{
|
|
1958
2004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1961,7 +2007,7 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
|
1961
2007
|
fill: "none",
|
|
1962
2008
|
viewBox: "0 0 24 24",
|
|
1963
2009
|
...props,
|
|
1964
|
-
children: /* @__PURE__ */ (0,
|
|
2010
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1965
2011
|
"path",
|
|
1966
2012
|
{
|
|
1967
2013
|
fill: "currentColor",
|
|
@@ -1975,8 +2021,8 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
|
1975
2021
|
var External_default = SvgExternal;
|
|
1976
2022
|
|
|
1977
2023
|
// src/components/Eye.tsx
|
|
1978
|
-
var
|
|
1979
|
-
var SvgEye = (props) => /* @__PURE__ */ (0,
|
|
2024
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime());
|
|
2025
|
+
var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1980
2026
|
"svg",
|
|
1981
2027
|
{
|
|
1982
2028
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1985,7 +2031,7 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
|
1985
2031
|
fill: "none",
|
|
1986
2032
|
viewBox: "0 0 24 24",
|
|
1987
2033
|
...props,
|
|
1988
|
-
children: /* @__PURE__ */ (0,
|
|
2034
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1989
2035
|
"path",
|
|
1990
2036
|
{
|
|
1991
2037
|
fill: "currentColor",
|
|
@@ -1998,9 +2044,31 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
|
1998
2044
|
);
|
|
1999
2045
|
var Eye_default = SvgEye;
|
|
2000
2046
|
|
|
2047
|
+
// src/components/Eyehide.tsx
|
|
2048
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime());
|
|
2049
|
+
var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2050
|
+
"svg",
|
|
2051
|
+
{
|
|
2052
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2053
|
+
width: "1em",
|
|
2054
|
+
height: "1em",
|
|
2055
|
+
fill: "none",
|
|
2056
|
+
viewBox: "0 0 24 24",
|
|
2057
|
+
...props,
|
|
2058
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2059
|
+
"path",
|
|
2060
|
+
{
|
|
2061
|
+
fill: "#212529",
|
|
2062
|
+
d: "M15.175 8.325a4.5 4.5 0 0 1 1.063 1.65q.337.925.237 1.9 0 .375-.275.637a.9.9 0 0 1-.65.263.87.87 0 0 1-.638-.263.87.87 0 0 1-.262-.637q.124-.65-.075-1.25A2.6 2.6 0 0 0 13.95 9.6a2.8 2.8 0 0 0-1.025-.65q-.6-.225-1.275-.1a.85.85 0 0 1-.638-.275.9.9 0 0 1-.262-.65q0-.375.262-.638a.87.87 0 0 1 .638-.262 4.14 4.14 0 0 1 1.875.237 4.5 4.5 0 0 1 1.65 1.063M12 6q-.475 0-.925.037t-.9.138a1.08 1.08 0 0 1-.763-.125 1.02 1.02 0 0 1-.462-.6.94.94 0 0 1 .088-.775q.211-.375.612-.45.574-.125 1.162-.175T12 4q3.424 0 6.262 1.8t4.338 4.85a1.9 1.9 0 0 1 .2.85q0 .225-.038.438-.036.212-.137.412-.45 1-1.113 1.875-.662.875-1.462 1.6a.84.84 0 0 1-.7.225.91.91 0 0 1-.65-.4 1.1 1.1 0 0 1-.212-.763q.037-.412.337-.687.6-.575 1.1-1.25t.875-1.45a9.77 9.77 0 0 0-3.613-4.013A9.55 9.55 0 0 0 12 6m0 13q-3.35 0-6.125-1.812A13 13 0 0 1 1.5 12.425a1.6 1.6 0 0 1-.187-.437 2 2 0 0 1-.063-.488q0-.25.05-.475t.175-.45a13.6 13.6 0 0 1 1.163-1.913Q3.3 7.75 4.15 7L2.075 4.9a.97.97 0 0 1-.263-.713A.98.98 0 0 1 2.1 3.5a.95.95 0 0 1 .7-.275q.425 0 .7.275l17 17q.275.275.288.688a.93.93 0 0 1-.288.712.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275l-3.5-3.45A12 12 0 0 1 12 19M5.55 8.4q-.725.65-1.325 1.425A9 9 0 0 0 3.2 11.5a9.77 9.77 0 0 0 3.613 4.012A9.55 9.55 0 0 0 12 17q.5 0 .975-.062.475-.063.975-.138l-.9-.95q-.274.075-.525.113A3.5 3.5 0 0 1 12 16q-1.875 0-3.187-1.312Q7.499 13.375 7.5 11.5q0-.274.037-.525.038-.25.113-.525z"
|
|
2063
|
+
}
|
|
2064
|
+
)
|
|
2065
|
+
}
|
|
2066
|
+
);
|
|
2067
|
+
var Eyehide_default = SvgEyehide;
|
|
2068
|
+
|
|
2001
2069
|
// src/components/First.tsx
|
|
2002
|
-
var
|
|
2003
|
-
var SvgFirst = (props) => /* @__PURE__ */ (0,
|
|
2070
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
|
|
2071
|
+
var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
2004
2072
|
"svg",
|
|
2005
2073
|
{
|
|
2006
2074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2010,14 +2078,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2010
2078
|
viewBox: "0 0 24 24",
|
|
2011
2079
|
...props,
|
|
2012
2080
|
children: [
|
|
2013
|
-
/* @__PURE__ */ (0,
|
|
2081
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2014
2082
|
"path",
|
|
2015
2083
|
{
|
|
2016
2084
|
fill: "#212529",
|
|
2017
2085
|
d: "M7.293 7.707 11.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 1.414"
|
|
2018
2086
|
}
|
|
2019
2087
|
),
|
|
2020
|
-
/* @__PURE__ */ (0,
|
|
2088
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2021
2089
|
"path",
|
|
2022
2090
|
{
|
|
2023
2091
|
fill: "currentColor",
|
|
@@ -2030,8 +2098,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2030
2098
|
var First_default = SvgFirst;
|
|
2031
2099
|
|
|
2032
2100
|
// src/components/Gologo.tsx
|
|
2033
|
-
var
|
|
2034
|
-
var SvgGologo = (props) => /* @__PURE__ */ (0,
|
|
2101
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime());
|
|
2102
|
+
var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
2035
2103
|
"svg",
|
|
2036
2104
|
{
|
|
2037
2105
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2041,14 +2109,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2041
2109
|
viewBox: "0 0 35 36",
|
|
2042
2110
|
...props,
|
|
2043
2111
|
children: [
|
|
2044
|
-
/* @__PURE__ */ (0,
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2045
2113
|
"path",
|
|
2046
2114
|
{
|
|
2047
2115
|
fill: "#082663",
|
|
2048
2116
|
d: "M.385 0v18.72c0 9.203 5.372 11.83 7.954 13.092.474.232 8.442 3.795 8.952 4.023l.344.165.343-.165c.46-.206 8.477-3.79 8.952-4.023 2.582-1.262 7.955-3.89 7.955-13.093V0z"
|
|
2049
2117
|
}
|
|
2050
2118
|
),
|
|
2051
|
-
/* @__PURE__ */ (0,
|
|
2119
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2052
2120
|
"path",
|
|
2053
2121
|
{
|
|
2054
2122
|
fill: "#fff",
|
|
@@ -2061,8 +2129,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2061
2129
|
var Gologo_default = SvgGologo;
|
|
2062
2130
|
|
|
2063
2131
|
// src/components/Hamburger.tsx
|
|
2064
|
-
var
|
|
2065
|
-
var SvgHamburger = (props) => /* @__PURE__ */ (0,
|
|
2132
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime());
|
|
2133
|
+
var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2066
2134
|
"svg",
|
|
2067
2135
|
{
|
|
2068
2136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2071,7 +2139,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2071
2139
|
fill: "none",
|
|
2072
2140
|
viewBox: "0 0 24 24",
|
|
2073
2141
|
...props,
|
|
2074
|
-
children: /* @__PURE__ */ (0,
|
|
2142
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2075
2143
|
"path",
|
|
2076
2144
|
{
|
|
2077
2145
|
fill: "currentColor",
|
|
@@ -2084,9 +2152,160 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2084
2152
|
);
|
|
2085
2153
|
var Hamburger_default = SvgHamburger;
|
|
2086
2154
|
|
|
2155
|
+
// src/components/Headingtext.tsx
|
|
2156
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime());
|
|
2157
|
+
var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2158
|
+
"svg",
|
|
2159
|
+
{
|
|
2160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2161
|
+
width: "1em",
|
|
2162
|
+
height: "1em",
|
|
2163
|
+
fill: "none",
|
|
2164
|
+
stroke: "currentColor",
|
|
2165
|
+
strokeLinecap: "round",
|
|
2166
|
+
strokeLinejoin: "round",
|
|
2167
|
+
strokeWidth: 2,
|
|
2168
|
+
className: "headingtext_svg__lucide headingtext_svg__lucide-heading-icon headingtext_svg__lucide-heading",
|
|
2169
|
+
viewBox: "0 0 24 24",
|
|
2170
|
+
...props,
|
|
2171
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
|
|
2172
|
+
}
|
|
2173
|
+
);
|
|
2174
|
+
var Headingtext_default = SvgHeadingtext;
|
|
2175
|
+
|
|
2176
|
+
// src/components/Headingtext1.tsx
|
|
2177
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime());
|
|
2178
|
+
var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2179
|
+
"svg",
|
|
2180
|
+
{
|
|
2181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2182
|
+
width: "1em",
|
|
2183
|
+
height: "1em",
|
|
2184
|
+
fill: "none",
|
|
2185
|
+
stroke: "currentColor",
|
|
2186
|
+
strokeLinecap: "round",
|
|
2187
|
+
strokeLinejoin: "round",
|
|
2188
|
+
strokeWidth: 2,
|
|
2189
|
+
className: "headingtext1_svg__lucide headingtext1_svg__lucide-heading1-icon headingtext1_svg__lucide-heading-1",
|
|
2190
|
+
viewBox: "0 0 24 24",
|
|
2191
|
+
...props,
|
|
2192
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
|
|
2193
|
+
}
|
|
2194
|
+
);
|
|
2195
|
+
var Headingtext1_default = SvgHeadingtext1;
|
|
2196
|
+
|
|
2197
|
+
// src/components/Headingtext2.tsx
|
|
2198
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime());
|
|
2199
|
+
var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2200
|
+
"svg",
|
|
2201
|
+
{
|
|
2202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2203
|
+
width: "1em",
|
|
2204
|
+
height: "1em",
|
|
2205
|
+
fill: "none",
|
|
2206
|
+
stroke: "currentColor",
|
|
2207
|
+
strokeLinecap: "round",
|
|
2208
|
+
strokeLinejoin: "round",
|
|
2209
|
+
strokeWidth: 2,
|
|
2210
|
+
className: "headingtext2_svg__lucide headingtext2_svg__lucide-heading1-icon headingtext2_svg__lucide-heading-1",
|
|
2211
|
+
viewBox: "0 0 24 24",
|
|
2212
|
+
...props,
|
|
2213
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
|
|
2214
|
+
}
|
|
2215
|
+
);
|
|
2216
|
+
var Headingtext2_default = SvgHeadingtext2;
|
|
2217
|
+
|
|
2218
|
+
// src/components/Headingtext3.tsx
|
|
2219
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime());
|
|
2220
|
+
var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2221
|
+
"svg",
|
|
2222
|
+
{
|
|
2223
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2224
|
+
width: "1em",
|
|
2225
|
+
height: "1em",
|
|
2226
|
+
fill: "none",
|
|
2227
|
+
stroke: "currentColor",
|
|
2228
|
+
strokeLinecap: "round",
|
|
2229
|
+
strokeLinejoin: "round",
|
|
2230
|
+
strokeWidth: 2,
|
|
2231
|
+
className: "headingtext3_svg__lucide headingtext3_svg__lucide-heading3-icon headingtext3_svg__lucide-heading-3",
|
|
2232
|
+
viewBox: "0 0 24 24",
|
|
2233
|
+
...props,
|
|
2234
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" })
|
|
2235
|
+
}
|
|
2236
|
+
);
|
|
2237
|
+
var Headingtext3_default = SvgHeadingtext3;
|
|
2238
|
+
|
|
2239
|
+
// src/components/Headingtext4.tsx
|
|
2240
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime());
|
|
2241
|
+
var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2242
|
+
"svg",
|
|
2243
|
+
{
|
|
2244
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2245
|
+
width: "1em",
|
|
2246
|
+
height: "1em",
|
|
2247
|
+
fill: "none",
|
|
2248
|
+
stroke: "currentColor",
|
|
2249
|
+
strokeLinecap: "round",
|
|
2250
|
+
strokeLinejoin: "round",
|
|
2251
|
+
strokeWidth: 2,
|
|
2252
|
+
className: "headingtext4_svg__lucide headingtext4_svg__lucide-heading4-icon headingtext4_svg__lucide-heading-4",
|
|
2253
|
+
viewBox: "0 0 24 24",
|
|
2254
|
+
...props,
|
|
2255
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
|
|
2256
|
+
}
|
|
2257
|
+
);
|
|
2258
|
+
var Headingtext4_default = SvgHeadingtext4;
|
|
2259
|
+
|
|
2260
|
+
// src/components/Headingtext5.tsx
|
|
2261
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime());
|
|
2262
|
+
var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2263
|
+
"svg",
|
|
2264
|
+
{
|
|
2265
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2266
|
+
width: "1em",
|
|
2267
|
+
height: "1em",
|
|
2268
|
+
fill: "none",
|
|
2269
|
+
stroke: "currentColor",
|
|
2270
|
+
strokeLinecap: "round",
|
|
2271
|
+
strokeLinejoin: "round",
|
|
2272
|
+
strokeWidth: 2,
|
|
2273
|
+
className: "headingtext5_svg__lucide headingtext5_svg__lucide-heading5-icon headingtext5_svg__lucide-heading-5",
|
|
2274
|
+
viewBox: "0 0 24 24",
|
|
2275
|
+
...props,
|
|
2276
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 13v-3h4M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" })
|
|
2277
|
+
}
|
|
2278
|
+
);
|
|
2279
|
+
var Headingtext5_default = SvgHeadingtext5;
|
|
2280
|
+
|
|
2281
|
+
// src/components/Headingtext6.tsx
|
|
2282
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime());
|
|
2283
|
+
var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
2284
|
+
"svg",
|
|
2285
|
+
{
|
|
2286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2287
|
+
width: "1em",
|
|
2288
|
+
height: "1em",
|
|
2289
|
+
fill: "none",
|
|
2290
|
+
stroke: "currentColor",
|
|
2291
|
+
strokeLinecap: "round",
|
|
2292
|
+
strokeLinejoin: "round",
|
|
2293
|
+
strokeWidth: 2,
|
|
2294
|
+
className: "headingtext6_svg__lucide headingtext6_svg__lucide-heading6-icon headingtext6_svg__lucide-heading-6",
|
|
2295
|
+
viewBox: "0 0 24 24",
|
|
2296
|
+
...props,
|
|
2297
|
+
children: [
|
|
2298
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6" }),
|
|
2299
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: 19, cy: 16, r: 2 }),
|
|
2300
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M20 10c-2 2-3 3.5-3 6" })
|
|
2301
|
+
]
|
|
2302
|
+
}
|
|
2303
|
+
);
|
|
2304
|
+
var Headingtext6_default = SvgHeadingtext6;
|
|
2305
|
+
|
|
2087
2306
|
// src/components/Indeterminate.tsx
|
|
2088
|
-
var
|
|
2089
|
-
var SvgIndeterminate = (props) => /* @__PURE__ */ (0,
|
|
2307
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime());
|
|
2308
|
+
var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2090
2309
|
"svg",
|
|
2091
2310
|
{
|
|
2092
2311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2095,7 +2314,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2095
2314
|
fill: "none",
|
|
2096
2315
|
viewBox: "0 0 24 24",
|
|
2097
2316
|
...props,
|
|
2098
|
-
children: /* @__PURE__ */ (0,
|
|
2317
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2099
2318
|
"path",
|
|
2100
2319
|
{
|
|
2101
2320
|
fill: "currentColor",
|
|
@@ -2109,8 +2328,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2109
2328
|
var Indeterminate_default = SvgIndeterminate;
|
|
2110
2329
|
|
|
2111
2330
|
// src/components/Info.tsx
|
|
2112
|
-
var
|
|
2113
|
-
var SvgInfo = (props) => /* @__PURE__ */ (0,
|
|
2331
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime());
|
|
2332
|
+
var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2114
2333
|
"svg",
|
|
2115
2334
|
{
|
|
2116
2335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2119,7 +2338,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2119
2338
|
fill: "none",
|
|
2120
2339
|
viewBox: "0 0 24 24",
|
|
2121
2340
|
...props,
|
|
2122
|
-
children: /* @__PURE__ */ (0,
|
|
2341
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2123
2342
|
"path",
|
|
2124
2343
|
{
|
|
2125
2344
|
fill: "currentColor",
|
|
@@ -2132,9 +2351,30 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2132
2351
|
);
|
|
2133
2352
|
var Info_default = SvgInfo;
|
|
2134
2353
|
|
|
2354
|
+
// src/components/Italicstext.tsx
|
|
2355
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime());
|
|
2356
|
+
var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2357
|
+
"svg",
|
|
2358
|
+
{
|
|
2359
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2360
|
+
width: "1em",
|
|
2361
|
+
height: "1em",
|
|
2362
|
+
fill: "none",
|
|
2363
|
+
stroke: "currentColor",
|
|
2364
|
+
strokeLinecap: "round",
|
|
2365
|
+
strokeLinejoin: "round",
|
|
2366
|
+
strokeWidth: 2,
|
|
2367
|
+
className: "italicstext_svg__lucide italicstext_svg__lucide-italic-icon italicstext_svg__lucide-italic",
|
|
2368
|
+
viewBox: "0 0 24 24",
|
|
2369
|
+
...props,
|
|
2370
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
|
|
2371
|
+
}
|
|
2372
|
+
);
|
|
2373
|
+
var Italicstext_default = SvgItalicstext;
|
|
2374
|
+
|
|
2135
2375
|
// src/components/Last.tsx
|
|
2136
|
-
var
|
|
2137
|
-
var SvgLast = (props) => /* @__PURE__ */ (0,
|
|
2376
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime());
|
|
2377
|
+
var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
2138
2378
|
"svg",
|
|
2139
2379
|
{
|
|
2140
2380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2144,14 +2384,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2144
2384
|
viewBox: "0 0 24 24",
|
|
2145
2385
|
...props,
|
|
2146
2386
|
children: [
|
|
2147
|
-
/* @__PURE__ */ (0,
|
|
2387
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2148
2388
|
"path",
|
|
2149
2389
|
{
|
|
2150
2390
|
fill: "#212529",
|
|
2151
2391
|
d: "M17.707 16.293 13.414 12l4.293-4.293a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414"
|
|
2152
2392
|
}
|
|
2153
2393
|
),
|
|
2154
|
-
/* @__PURE__ */ (0,
|
|
2394
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2155
2395
|
"path",
|
|
2156
2396
|
{
|
|
2157
2397
|
fill: "currentColor",
|
|
@@ -2164,8 +2404,8 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2164
2404
|
var Last_default = SvgLast;
|
|
2165
2405
|
|
|
2166
2406
|
// src/components/Next.tsx
|
|
2167
|
-
var
|
|
2168
|
-
var SvgNext = (props) => /* @__PURE__ */ (0,
|
|
2407
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime());
|
|
2408
|
+
var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2169
2409
|
"svg",
|
|
2170
2410
|
{
|
|
2171
2411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2174,7 +2414,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2174
2414
|
fill: "none",
|
|
2175
2415
|
viewBox: "0 0 24 24",
|
|
2176
2416
|
...props,
|
|
2177
|
-
children: /* @__PURE__ */ (0,
|
|
2417
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2178
2418
|
"path",
|
|
2179
2419
|
{
|
|
2180
2420
|
fill: "currentColor",
|
|
@@ -2188,8 +2428,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2188
2428
|
var Next_default = SvgNext;
|
|
2189
2429
|
|
|
2190
2430
|
// src/components/PersonAvatar.tsx
|
|
2191
|
-
var
|
|
2192
|
-
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0,
|
|
2431
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime());
|
|
2432
|
+
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2193
2433
|
"svg",
|
|
2194
2434
|
{
|
|
2195
2435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2198,7 +2438,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2198
2438
|
fill: "none",
|
|
2199
2439
|
viewBox: "0 0 24 24",
|
|
2200
2440
|
...props,
|
|
2201
|
-
children: /* @__PURE__ */ (0,
|
|
2441
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2202
2442
|
"path",
|
|
2203
2443
|
{
|
|
2204
2444
|
fill: "currentColor",
|
|
@@ -2212,8 +2452,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2212
2452
|
var PersonAvatar_default = SvgPersonAvatar;
|
|
2213
2453
|
|
|
2214
2454
|
// src/components/Plus.tsx
|
|
2215
|
-
var
|
|
2216
|
-
var SvgPlus = (props) => /* @__PURE__ */ (0,
|
|
2455
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime());
|
|
2456
|
+
var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2217
2457
|
"svg",
|
|
2218
2458
|
{
|
|
2219
2459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2222,7 +2462,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2222
2462
|
fill: "none",
|
|
2223
2463
|
viewBox: "0 0 24 24",
|
|
2224
2464
|
...props,
|
|
2225
|
-
children: /* @__PURE__ */ (0,
|
|
2465
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2226
2466
|
"path",
|
|
2227
2467
|
{
|
|
2228
2468
|
fill: "currentColor",
|
|
@@ -2236,8 +2476,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2236
2476
|
var Plus_default = SvgPlus;
|
|
2237
2477
|
|
|
2238
2478
|
// src/components/Previous.tsx
|
|
2239
|
-
var
|
|
2240
|
-
var SvgPrevious = (props) => /* @__PURE__ */ (0,
|
|
2479
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime());
|
|
2480
|
+
var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2241
2481
|
"svg",
|
|
2242
2482
|
{
|
|
2243
2483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2246,7 +2486,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2246
2486
|
fill: "none",
|
|
2247
2487
|
viewBox: "0 0 24 24",
|
|
2248
2488
|
...props,
|
|
2249
|
-
children: /* @__PURE__ */ (0,
|
|
2489
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2250
2490
|
"path",
|
|
2251
2491
|
{
|
|
2252
2492
|
fill: "currentColor",
|
|
@@ -2260,8 +2500,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2260
2500
|
var Previous_default = SvgPrevious;
|
|
2261
2501
|
|
|
2262
2502
|
// src/components/Product.tsx
|
|
2263
|
-
var
|
|
2264
|
-
var SvgProduct = (props) => /* @__PURE__ */ (0,
|
|
2503
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime());
|
|
2504
|
+
var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2265
2505
|
"svg",
|
|
2266
2506
|
{
|
|
2267
2507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2270,7 +2510,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2270
2510
|
fill: "none",
|
|
2271
2511
|
viewBox: "0 0 18 20",
|
|
2272
2512
|
...props,
|
|
2273
|
-
children: /* @__PURE__ */ (0,
|
|
2513
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2274
2514
|
"path",
|
|
2275
2515
|
{
|
|
2276
2516
|
fill: "currentColor",
|
|
@@ -2283,9 +2523,33 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2283
2523
|
);
|
|
2284
2524
|
var Product_default = SvgProduct;
|
|
2285
2525
|
|
|
2526
|
+
// src/components/Redo.tsx
|
|
2527
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime());
|
|
2528
|
+
var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
2529
|
+
"svg",
|
|
2530
|
+
{
|
|
2531
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2532
|
+
width: "1em",
|
|
2533
|
+
height: "1em",
|
|
2534
|
+
fill: "none",
|
|
2535
|
+
stroke: "currentColor",
|
|
2536
|
+
strokeLinecap: "round",
|
|
2537
|
+
strokeLinejoin: "round",
|
|
2538
|
+
strokeWidth: 2,
|
|
2539
|
+
className: "redo_svg__lucide redo_svg__lucide-redo2-icon redo_svg__lucide-redo-2",
|
|
2540
|
+
viewBox: "0 0 24 24",
|
|
2541
|
+
...props,
|
|
2542
|
+
children: [
|
|
2543
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m15 14 5-5-5-5" }),
|
|
2544
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5 5.5 5.5 0 0 0 9.5 20H13" })
|
|
2545
|
+
]
|
|
2546
|
+
}
|
|
2547
|
+
);
|
|
2548
|
+
var Redo_default = SvgRedo;
|
|
2549
|
+
|
|
2286
2550
|
// src/components/Searchglass.tsx
|
|
2287
|
-
var
|
|
2288
|
-
var SvgSearchglass = (props) => /* @__PURE__ */ (0,
|
|
2551
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime());
|
|
2552
|
+
var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2289
2553
|
"svg",
|
|
2290
2554
|
{
|
|
2291
2555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2294,7 +2558,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2294
2558
|
fill: "none",
|
|
2295
2559
|
viewBox: "0 0 24 24",
|
|
2296
2560
|
...props,
|
|
2297
|
-
children: /* @__PURE__ */ (0,
|
|
2561
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2298
2562
|
"path",
|
|
2299
2563
|
{
|
|
2300
2564
|
fill: "currentColor",
|
|
@@ -2308,8 +2572,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2308
2572
|
var Searchglass_default = SvgSearchglass;
|
|
2309
2573
|
|
|
2310
2574
|
// src/components/Series.tsx
|
|
2311
|
-
var
|
|
2312
|
-
var SvgSeries = (props) => /* @__PURE__ */ (0,
|
|
2575
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime());
|
|
2576
|
+
var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2313
2577
|
"svg",
|
|
2314
2578
|
{
|
|
2315
2579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2318,7 +2582,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2318
2582
|
fill: "none",
|
|
2319
2583
|
viewBox: "0 0 24 24",
|
|
2320
2584
|
...props,
|
|
2321
|
-
children: /* @__PURE__ */ (0,
|
|
2585
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2322
2586
|
"path",
|
|
2323
2587
|
{
|
|
2324
2588
|
fill: "currentColor",
|
|
@@ -2332,8 +2596,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2332
2596
|
var Series_default = SvgSeries;
|
|
2333
2597
|
|
|
2334
2598
|
// src/components/Settings.tsx
|
|
2335
|
-
var
|
|
2336
|
-
var SvgSettings = (props) => /* @__PURE__ */ (0,
|
|
2599
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime());
|
|
2600
|
+
var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2337
2601
|
"svg",
|
|
2338
2602
|
{
|
|
2339
2603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2342,7 +2606,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2342
2606
|
fill: "none",
|
|
2343
2607
|
viewBox: "0 0 20 20",
|
|
2344
2608
|
...props,
|
|
2345
|
-
children: /* @__PURE__ */ (0,
|
|
2609
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2346
2610
|
"path",
|
|
2347
2611
|
{
|
|
2348
2612
|
fill: "currentColor",
|
|
@@ -2356,8 +2620,8 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2356
2620
|
var Settings_default = SvgSettings;
|
|
2357
2621
|
|
|
2358
2622
|
// src/components/Success.tsx
|
|
2359
|
-
var
|
|
2360
|
-
var SvgSuccess = (props) => /* @__PURE__ */ (0,
|
|
2623
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime());
|
|
2624
|
+
var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2361
2625
|
"svg",
|
|
2362
2626
|
{
|
|
2363
2627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2366,7 +2630,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2366
2630
|
fill: "none",
|
|
2367
2631
|
viewBox: "0 0 24 24",
|
|
2368
2632
|
...props,
|
|
2369
|
-
children: /* @__PURE__ */ (0,
|
|
2633
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2370
2634
|
"path",
|
|
2371
2635
|
{
|
|
2372
2636
|
fill: "currentColor",
|
|
@@ -2380,8 +2644,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2380
2644
|
var Success_default = SvgSuccess;
|
|
2381
2645
|
|
|
2382
2646
|
// src/components/Swaporder.tsx
|
|
2383
|
-
var
|
|
2384
|
-
var SvgSwaporder = (props) => /* @__PURE__ */ (0,
|
|
2647
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime());
|
|
2648
|
+
var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2385
2649
|
"svg",
|
|
2386
2650
|
{
|
|
2387
2651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2390,7 +2654,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2390
2654
|
fill: "none",
|
|
2391
2655
|
viewBox: "0 0 24 24",
|
|
2392
2656
|
...props,
|
|
2393
|
-
children: /* @__PURE__ */ (0,
|
|
2657
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2394
2658
|
"path",
|
|
2395
2659
|
{
|
|
2396
2660
|
fill: "currentColor",
|
|
@@ -2403,9 +2667,138 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2403
2667
|
);
|
|
2404
2668
|
var Swaporder_default = SvgSwaporder;
|
|
2405
2669
|
|
|
2670
|
+
// src/components/TextAlignCenter.tsx
|
|
2671
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime());
|
|
2672
|
+
var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2673
|
+
"svg",
|
|
2674
|
+
{
|
|
2675
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2676
|
+
width: "1em",
|
|
2677
|
+
height: "1em",
|
|
2678
|
+
fill: "none",
|
|
2679
|
+
stroke: "currentColor",
|
|
2680
|
+
strokeLinecap: "round",
|
|
2681
|
+
strokeLinejoin: "round",
|
|
2682
|
+
strokeWidth: 2,
|
|
2683
|
+
className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
|
|
2684
|
+
viewBox: "0 0 24 24",
|
|
2685
|
+
...props,
|
|
2686
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
|
|
2687
|
+
}
|
|
2688
|
+
);
|
|
2689
|
+
var TextAlignCenter_default = SvgTextAlignCenter;
|
|
2690
|
+
|
|
2691
|
+
// src/components/TextAlignEnd.tsx
|
|
2692
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime());
|
|
2693
|
+
var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2694
|
+
"svg",
|
|
2695
|
+
{
|
|
2696
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2697
|
+
width: "1em",
|
|
2698
|
+
height: "1em",
|
|
2699
|
+
fill: "none",
|
|
2700
|
+
stroke: "currentColor",
|
|
2701
|
+
strokeLinecap: "round",
|
|
2702
|
+
strokeLinejoin: "round",
|
|
2703
|
+
strokeWidth: 2,
|
|
2704
|
+
className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
|
|
2705
|
+
viewBox: "0 0 24 24",
|
|
2706
|
+
...props,
|
|
2707
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
|
|
2708
|
+
}
|
|
2709
|
+
);
|
|
2710
|
+
var TextAlignEnd_default = SvgTextAlignEnd;
|
|
2711
|
+
|
|
2712
|
+
// src/components/TextAlignJustify.tsx
|
|
2713
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime());
|
|
2714
|
+
var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2715
|
+
"svg",
|
|
2716
|
+
{
|
|
2717
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2718
|
+
width: "1em",
|
|
2719
|
+
height: "1em",
|
|
2720
|
+
fill: "none",
|
|
2721
|
+
stroke: "currentColor",
|
|
2722
|
+
strokeLinecap: "round",
|
|
2723
|
+
strokeLinejoin: "round",
|
|
2724
|
+
strokeWidth: 2,
|
|
2725
|
+
className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
|
|
2726
|
+
viewBox: "0 0 24 24",
|
|
2727
|
+
...props,
|
|
2728
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
|
|
2729
|
+
}
|
|
2730
|
+
);
|
|
2731
|
+
var TextAlignJustify_default = SvgTextAlignJustify;
|
|
2732
|
+
|
|
2733
|
+
// src/components/TextAlignStart.tsx
|
|
2734
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime());
|
|
2735
|
+
var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2736
|
+
"svg",
|
|
2737
|
+
{
|
|
2738
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2739
|
+
width: "1em",
|
|
2740
|
+
height: "1em",
|
|
2741
|
+
fill: "none",
|
|
2742
|
+
stroke: "currentColor",
|
|
2743
|
+
strokeLinecap: "round",
|
|
2744
|
+
strokeLinejoin: "round",
|
|
2745
|
+
strokeWidth: 2,
|
|
2746
|
+
className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
|
|
2747
|
+
viewBox: "0 0 24 24",
|
|
2748
|
+
...props,
|
|
2749
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
|
|
2750
|
+
}
|
|
2751
|
+
);
|
|
2752
|
+
var TextAlignStart_default = SvgTextAlignStart;
|
|
2753
|
+
|
|
2754
|
+
// src/components/Underlinetext.tsx
|
|
2755
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime());
|
|
2756
|
+
var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2757
|
+
"svg",
|
|
2758
|
+
{
|
|
2759
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2760
|
+
width: "1em",
|
|
2761
|
+
height: "1em",
|
|
2762
|
+
fill: "none",
|
|
2763
|
+
stroke: "currentColor",
|
|
2764
|
+
strokeLinecap: "round",
|
|
2765
|
+
strokeLinejoin: "round",
|
|
2766
|
+
strokeWidth: 2,
|
|
2767
|
+
className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
|
|
2768
|
+
viewBox: "0 0 24 24",
|
|
2769
|
+
...props,
|
|
2770
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
|
|
2771
|
+
}
|
|
2772
|
+
);
|
|
2773
|
+
var Underlinetext_default = SvgUnderlinetext;
|
|
2774
|
+
|
|
2775
|
+
// src/components/Undo.tsx
|
|
2776
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime());
|
|
2777
|
+
var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
2778
|
+
"svg",
|
|
2779
|
+
{
|
|
2780
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2781
|
+
width: "1em",
|
|
2782
|
+
height: "1em",
|
|
2783
|
+
fill: "none",
|
|
2784
|
+
stroke: "currentColor",
|
|
2785
|
+
strokeLinecap: "round",
|
|
2786
|
+
strokeLinejoin: "round",
|
|
2787
|
+
strokeWidth: 2,
|
|
2788
|
+
className: "undo_svg__lucide undo_svg__lucide-undo2-icon undo_svg__lucide-undo-2",
|
|
2789
|
+
viewBox: "0 0 24 24",
|
|
2790
|
+
...props,
|
|
2791
|
+
children: [
|
|
2792
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M9 14 4 9l5-5" }),
|
|
2793
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5 5.5 5.5 0 0 1-5.5 5.5H11" })
|
|
2794
|
+
]
|
|
2795
|
+
}
|
|
2796
|
+
);
|
|
2797
|
+
var Undo_default = SvgUndo;
|
|
2798
|
+
|
|
2406
2799
|
// src/components/Unknown.tsx
|
|
2407
|
-
var
|
|
2408
|
-
var SvgUnknown = (props) => /* @__PURE__ */ (0,
|
|
2800
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime());
|
|
2801
|
+
var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2409
2802
|
"svg",
|
|
2410
2803
|
{
|
|
2411
2804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2414,7 +2807,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2414
2807
|
fill: "none",
|
|
2415
2808
|
viewBox: "0 0 24 24",
|
|
2416
2809
|
...props,
|
|
2417
|
-
children: /* @__PURE__ */ (0,
|
|
2810
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2418
2811
|
"path",
|
|
2419
2812
|
{
|
|
2420
2813
|
fill: "currentColor",
|
|
@@ -2428,8 +2821,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2428
2821
|
var Unknown_default = SvgUnknown;
|
|
2429
2822
|
|
|
2430
2823
|
// src/components/Users.tsx
|
|
2431
|
-
var
|
|
2432
|
-
var SvgUsers = (props) => /* @__PURE__ */ (0,
|
|
2824
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime());
|
|
2825
|
+
var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2433
2826
|
"svg",
|
|
2434
2827
|
{
|
|
2435
2828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2438,7 +2831,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2438
2831
|
fill: "none",
|
|
2439
2832
|
viewBox: "0 0 24 24",
|
|
2440
2833
|
...props,
|
|
2441
|
-
children: /* @__PURE__ */ (0,
|
|
2834
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2442
2835
|
"path",
|
|
2443
2836
|
{
|
|
2444
2837
|
fill: "currentColor",
|
|
@@ -2452,8 +2845,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2452
2845
|
var Users_default = SvgUsers;
|
|
2453
2846
|
|
|
2454
2847
|
// src/components/Warning.tsx
|
|
2455
|
-
var
|
|
2456
|
-
var SvgWarning = (props) => /* @__PURE__ */ (0,
|
|
2848
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime());
|
|
2849
|
+
var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2457
2850
|
"svg",
|
|
2458
2851
|
{
|
|
2459
2852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2462,7 +2855,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
|
2462
2855
|
fill: "none",
|
|
2463
2856
|
viewBox: "0 0 24 24",
|
|
2464
2857
|
...props,
|
|
2465
|
-
children: /* @__PURE__ */ (0,
|
|
2858
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2466
2859
|
"path",
|
|
2467
2860
|
{
|
|
2468
2861
|
fill: "currentColor",
|
|
@@ -2521,6 +2914,8 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
2521
2914
|
*)
|
|
2522
2915
|
*/
|
|
2523
2916
|
|
|
2917
|
+
exports.Addimage = Addimage_default;
|
|
2918
|
+
exports.Boldtext = Boldtext_default;
|
|
2524
2919
|
exports.Book = Book_default;
|
|
2525
2920
|
exports.Check = Check_default;
|
|
2526
2921
|
exports.Chevron = Chevron_default;
|
|
@@ -2532,22 +2927,38 @@ exports.Copy = Copy_default;
|
|
|
2532
2927
|
exports.Error = Error_default;
|
|
2533
2928
|
exports.External = External_default;
|
|
2534
2929
|
exports.Eye = Eye_default;
|
|
2930
|
+
exports.Eyehide = Eyehide_default;
|
|
2535
2931
|
exports.First = First_default;
|
|
2536
2932
|
exports.Gologo = Gologo_default;
|
|
2537
2933
|
exports.Hamburger = Hamburger_default;
|
|
2934
|
+
exports.Headingtext = Headingtext_default;
|
|
2935
|
+
exports.Headingtext1 = Headingtext1_default;
|
|
2936
|
+
exports.Headingtext2 = Headingtext2_default;
|
|
2937
|
+
exports.Headingtext3 = Headingtext3_default;
|
|
2938
|
+
exports.Headingtext4 = Headingtext4_default;
|
|
2939
|
+
exports.Headingtext5 = Headingtext5_default;
|
|
2940
|
+
exports.Headingtext6 = Headingtext6_default;
|
|
2538
2941
|
exports.Indeterminate = Indeterminate_default;
|
|
2539
2942
|
exports.Info = Info_default;
|
|
2943
|
+
exports.Italicstext = Italicstext_default;
|
|
2540
2944
|
exports.Last = Last_default;
|
|
2541
2945
|
exports.Next = Next_default;
|
|
2542
2946
|
exports.PersonAvatar = PersonAvatar_default;
|
|
2543
2947
|
exports.Plus = Plus_default;
|
|
2544
2948
|
exports.Previous = Previous_default;
|
|
2545
2949
|
exports.Product = Product_default;
|
|
2950
|
+
exports.Redo = Redo_default;
|
|
2546
2951
|
exports.Searchglass = Searchglass_default;
|
|
2547
2952
|
exports.Series = Series_default;
|
|
2548
2953
|
exports.Settings = Settings_default;
|
|
2549
2954
|
exports.Success = Success_default;
|
|
2550
2955
|
exports.Swaporder = Swaporder_default;
|
|
2956
|
+
exports.TextAlignCenter = TextAlignCenter_default;
|
|
2957
|
+
exports.TextAlignEnd = TextAlignEnd_default;
|
|
2958
|
+
exports.TextAlignJustify = TextAlignJustify_default;
|
|
2959
|
+
exports.TextAlignStart = TextAlignStart_default;
|
|
2960
|
+
exports.Underlinetext = Underlinetext_default;
|
|
2961
|
+
exports.Undo = Undo_default;
|
|
2551
2962
|
exports.Unknown = Unknown_default;
|
|
2552
2963
|
exports.Users = Users_default;
|
|
2553
2964
|
exports.Warning = Warning_default;
|