@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.mjs
CHANGED
|
@@ -1721,9 +1721,55 @@ var require_jsx_runtime = __commonJS({
|
|
|
1721
1721
|
}
|
|
1722
1722
|
});
|
|
1723
1723
|
|
|
1724
|
-
// src/components/
|
|
1724
|
+
// src/components/Addimage.tsx
|
|
1725
1725
|
var import_jsx_runtime = __toESM(require_jsx_runtime());
|
|
1726
|
-
var
|
|
1726
|
+
var SvgAddimage = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1727
|
+
"svg",
|
|
1728
|
+
{
|
|
1729
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1730
|
+
width: "1em",
|
|
1731
|
+
height: "1em",
|
|
1732
|
+
fill: "none",
|
|
1733
|
+
stroke: "currentColor",
|
|
1734
|
+
strokeLinecap: "round",
|
|
1735
|
+
strokeLinejoin: "round",
|
|
1736
|
+
strokeWidth: 2,
|
|
1737
|
+
className: "addimage_svg__lucide addimage_svg__lucide-image-plus-icon addimage_svg__lucide-image-plus",
|
|
1738
|
+
viewBox: "0 0 24 24",
|
|
1739
|
+
...props,
|
|
1740
|
+
children: [
|
|
1741
|
+
/* @__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" }),
|
|
1742
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }),
|
|
1743
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 9, cy: 9, r: 2 })
|
|
1744
|
+
]
|
|
1745
|
+
}
|
|
1746
|
+
);
|
|
1747
|
+
var Addimage_default = SvgAddimage;
|
|
1748
|
+
|
|
1749
|
+
// src/components/Boldtext.tsx
|
|
1750
|
+
var import_jsx_runtime2 = __toESM(require_jsx_runtime());
|
|
1751
|
+
var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1752
|
+
"svg",
|
|
1753
|
+
{
|
|
1754
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1755
|
+
width: "1em",
|
|
1756
|
+
height: "1em",
|
|
1757
|
+
fill: "none",
|
|
1758
|
+
stroke: "currentColor",
|
|
1759
|
+
strokeLinecap: "round",
|
|
1760
|
+
strokeLinejoin: "round",
|
|
1761
|
+
strokeWidth: 2,
|
|
1762
|
+
className: "boldtext_svg__lucide boldtext_svg__lucide-bold-icon boldtext_svg__lucide-bold",
|
|
1763
|
+
viewBox: "0 0 24 24",
|
|
1764
|
+
...props,
|
|
1765
|
+
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" })
|
|
1766
|
+
}
|
|
1767
|
+
);
|
|
1768
|
+
var Boldtext_default = SvgBoldtext;
|
|
1769
|
+
|
|
1770
|
+
// src/components/Book.tsx
|
|
1771
|
+
var import_jsx_runtime3 = __toESM(require_jsx_runtime());
|
|
1772
|
+
var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1727
1773
|
"svg",
|
|
1728
1774
|
{
|
|
1729
1775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1732,7 +1778,7 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
1732
1778
|
fill: "none",
|
|
1733
1779
|
viewBox: "0 0 22 19",
|
|
1734
1780
|
...props,
|
|
1735
|
-
children: /* @__PURE__ */ (0,
|
|
1781
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1736
1782
|
"path",
|
|
1737
1783
|
{
|
|
1738
1784
|
fill: "currentColor",
|
|
@@ -1746,8 +1792,8 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
1746
1792
|
var Book_default = SvgBook;
|
|
1747
1793
|
|
|
1748
1794
|
// src/components/Check.tsx
|
|
1749
|
-
var
|
|
1750
|
-
var SvgCheck = (props) => /* @__PURE__ */ (0,
|
|
1795
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime());
|
|
1796
|
+
var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1751
1797
|
"svg",
|
|
1752
1798
|
{
|
|
1753
1799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1756,7 +1802,7 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
|
1756
1802
|
fill: "none",
|
|
1757
1803
|
viewBox: "0 0 24 24",
|
|
1758
1804
|
...props,
|
|
1759
|
-
children: /* @__PURE__ */ (0,
|
|
1805
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1760
1806
|
"path",
|
|
1761
1807
|
{
|
|
1762
1808
|
fill: "currentColor",
|
|
@@ -1770,8 +1816,8 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
|
1770
1816
|
var Check_default = SvgCheck;
|
|
1771
1817
|
|
|
1772
1818
|
// src/components/Chevron.tsx
|
|
1773
|
-
var
|
|
1774
|
-
var SvgChevron = (props) => /* @__PURE__ */ (0,
|
|
1819
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime());
|
|
1820
|
+
var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1775
1821
|
"svg",
|
|
1776
1822
|
{
|
|
1777
1823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1780,7 +1826,7 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1780
1826
|
fill: "none",
|
|
1781
1827
|
viewBox: "0 0 24 24",
|
|
1782
1828
|
...props,
|
|
1783
|
-
children: /* @__PURE__ */ (0,
|
|
1829
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1784
1830
|
"path",
|
|
1785
1831
|
{
|
|
1786
1832
|
fill: "currentColor",
|
|
@@ -1794,8 +1840,8 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1794
1840
|
var Chevron_default = SvgChevron;
|
|
1795
1841
|
|
|
1796
1842
|
// src/components/Class.tsx
|
|
1797
|
-
var
|
|
1798
|
-
var SvgClass = (props) => /* @__PURE__ */ (0,
|
|
1843
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime());
|
|
1844
|
+
var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1799
1845
|
"svg",
|
|
1800
1846
|
{
|
|
1801
1847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1804,7 +1850,7 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
|
1804
1850
|
fill: "none",
|
|
1805
1851
|
viewBox: "0 0 24 25",
|
|
1806
1852
|
...props,
|
|
1807
|
-
children: /* @__PURE__ */ (0,
|
|
1853
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1808
1854
|
"path",
|
|
1809
1855
|
{
|
|
1810
1856
|
fill: "currentColor",
|
|
@@ -1818,8 +1864,8 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
|
1818
1864
|
var Class_default = SvgClass;
|
|
1819
1865
|
|
|
1820
1866
|
// src/components/Close.tsx
|
|
1821
|
-
var
|
|
1822
|
-
var SvgClose = (props) => /* @__PURE__ */ (0,
|
|
1867
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime());
|
|
1868
|
+
var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1823
1869
|
"svg",
|
|
1824
1870
|
{
|
|
1825
1871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1828,7 +1874,7 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
|
1828
1874
|
fill: "none",
|
|
1829
1875
|
viewBox: "0 0 24 24",
|
|
1830
1876
|
...props,
|
|
1831
|
-
children: /* @__PURE__ */ (0,
|
|
1877
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1832
1878
|
"path",
|
|
1833
1879
|
{
|
|
1834
1880
|
fill: "currentColor",
|
|
@@ -1842,8 +1888,8 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
|
1842
1888
|
var Close_default = SvgClose;
|
|
1843
1889
|
|
|
1844
1890
|
// src/components/Code.tsx
|
|
1845
|
-
var
|
|
1846
|
-
var SvgCode = (props) => /* @__PURE__ */ (0,
|
|
1891
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime());
|
|
1892
|
+
var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1847
1893
|
"svg",
|
|
1848
1894
|
{
|
|
1849
1895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1852,7 +1898,7 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1852
1898
|
fill: "none",
|
|
1853
1899
|
viewBox: "0 0 18 10",
|
|
1854
1900
|
...props,
|
|
1855
|
-
children: /* @__PURE__ */ (0,
|
|
1901
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1856
1902
|
"path",
|
|
1857
1903
|
{
|
|
1858
1904
|
fill: "currentColor",
|
|
@@ -1866,8 +1912,8 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1866
1912
|
var Code_default = SvgCode;
|
|
1867
1913
|
|
|
1868
1914
|
// src/components/Collapse.tsx
|
|
1869
|
-
var
|
|
1870
|
-
var SvgCollapse = (props) => /* @__PURE__ */ (0,
|
|
1915
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime());
|
|
1916
|
+
var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
1871
1917
|
"svg",
|
|
1872
1918
|
{
|
|
1873
1919
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1877,7 +1923,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
|
1877
1923
|
viewBox: "0 0 20 20",
|
|
1878
1924
|
...props,
|
|
1879
1925
|
children: [
|
|
1880
|
-
/* @__PURE__ */ (0,
|
|
1926
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1881
1927
|
"path",
|
|
1882
1928
|
{
|
|
1883
1929
|
fill: "#212529",
|
|
@@ -1886,7 +1932,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
|
1886
1932
|
clipRule: "evenodd"
|
|
1887
1933
|
}
|
|
1888
1934
|
),
|
|
1889
|
-
/* @__PURE__ */ (0,
|
|
1935
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1890
1936
|
"path",
|
|
1891
1937
|
{
|
|
1892
1938
|
fill: "currentColor",
|
|
@@ -1901,8 +1947,8 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
|
1901
1947
|
var Collapse_default = SvgCollapse;
|
|
1902
1948
|
|
|
1903
1949
|
// src/components/Copy.tsx
|
|
1904
|
-
var
|
|
1905
|
-
var SvgCopy = (props) => /* @__PURE__ */ (0,
|
|
1950
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime());
|
|
1951
|
+
var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1906
1952
|
"svg",
|
|
1907
1953
|
{
|
|
1908
1954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1911,7 +1957,7 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
|
1911
1957
|
fill: "none",
|
|
1912
1958
|
viewBox: "0 0 24 24",
|
|
1913
1959
|
...props,
|
|
1914
|
-
children: /* @__PURE__ */ (0,
|
|
1960
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1915
1961
|
"path",
|
|
1916
1962
|
{
|
|
1917
1963
|
fill: "currentColor",
|
|
@@ -1925,8 +1971,8 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
|
1925
1971
|
var Copy_default = SvgCopy;
|
|
1926
1972
|
|
|
1927
1973
|
// src/components/Error.tsx
|
|
1928
|
-
var
|
|
1929
|
-
var SvgError = (props) => /* @__PURE__ */ (0,
|
|
1974
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime());
|
|
1975
|
+
var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1930
1976
|
"svg",
|
|
1931
1977
|
{
|
|
1932
1978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1935,7 +1981,7 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
|
1935
1981
|
fill: "none",
|
|
1936
1982
|
viewBox: "0 0 24 24",
|
|
1937
1983
|
...props,
|
|
1938
|
-
children: /* @__PURE__ */ (0,
|
|
1984
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1939
1985
|
"path",
|
|
1940
1986
|
{
|
|
1941
1987
|
fill: "currentColor",
|
|
@@ -1949,8 +1995,8 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
|
1949
1995
|
var Error_default = SvgError;
|
|
1950
1996
|
|
|
1951
1997
|
// src/components/External.tsx
|
|
1952
|
-
var
|
|
1953
|
-
var SvgExternal = (props) => /* @__PURE__ */ (0,
|
|
1998
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime());
|
|
1999
|
+
var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1954
2000
|
"svg",
|
|
1955
2001
|
{
|
|
1956
2002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1959,7 +2005,7 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
|
1959
2005
|
fill: "none",
|
|
1960
2006
|
viewBox: "0 0 24 24",
|
|
1961
2007
|
...props,
|
|
1962
|
-
children: /* @__PURE__ */ (0,
|
|
2008
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1963
2009
|
"path",
|
|
1964
2010
|
{
|
|
1965
2011
|
fill: "currentColor",
|
|
@@ -1973,8 +2019,8 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
|
1973
2019
|
var External_default = SvgExternal;
|
|
1974
2020
|
|
|
1975
2021
|
// src/components/Eye.tsx
|
|
1976
|
-
var
|
|
1977
|
-
var SvgEye = (props) => /* @__PURE__ */ (0,
|
|
2022
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime());
|
|
2023
|
+
var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1978
2024
|
"svg",
|
|
1979
2025
|
{
|
|
1980
2026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1983,7 +2029,7 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
|
1983
2029
|
fill: "none",
|
|
1984
2030
|
viewBox: "0 0 24 24",
|
|
1985
2031
|
...props,
|
|
1986
|
-
children: /* @__PURE__ */ (0,
|
|
2032
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1987
2033
|
"path",
|
|
1988
2034
|
{
|
|
1989
2035
|
fill: "currentColor",
|
|
@@ -1996,9 +2042,31 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
|
1996
2042
|
);
|
|
1997
2043
|
var Eye_default = SvgEye;
|
|
1998
2044
|
|
|
2045
|
+
// src/components/Eyehide.tsx
|
|
2046
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime());
|
|
2047
|
+
var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2048
|
+
"svg",
|
|
2049
|
+
{
|
|
2050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2051
|
+
width: "1em",
|
|
2052
|
+
height: "1em",
|
|
2053
|
+
fill: "none",
|
|
2054
|
+
viewBox: "0 0 24 24",
|
|
2055
|
+
...props,
|
|
2056
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2057
|
+
"path",
|
|
2058
|
+
{
|
|
2059
|
+
fill: "#212529",
|
|
2060
|
+
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"
|
|
2061
|
+
}
|
|
2062
|
+
)
|
|
2063
|
+
}
|
|
2064
|
+
);
|
|
2065
|
+
var Eyehide_default = SvgEyehide;
|
|
2066
|
+
|
|
1999
2067
|
// src/components/First.tsx
|
|
2000
|
-
var
|
|
2001
|
-
var SvgFirst = (props) => /* @__PURE__ */ (0,
|
|
2068
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
|
|
2069
|
+
var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
2002
2070
|
"svg",
|
|
2003
2071
|
{
|
|
2004
2072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2008,14 +2076,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2008
2076
|
viewBox: "0 0 24 24",
|
|
2009
2077
|
...props,
|
|
2010
2078
|
children: [
|
|
2011
|
-
/* @__PURE__ */ (0,
|
|
2079
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2012
2080
|
"path",
|
|
2013
2081
|
{
|
|
2014
2082
|
fill: "#212529",
|
|
2015
2083
|
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"
|
|
2016
2084
|
}
|
|
2017
2085
|
),
|
|
2018
|
-
/* @__PURE__ */ (0,
|
|
2086
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2019
2087
|
"path",
|
|
2020
2088
|
{
|
|
2021
2089
|
fill: "currentColor",
|
|
@@ -2028,8 +2096,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2028
2096
|
var First_default = SvgFirst;
|
|
2029
2097
|
|
|
2030
2098
|
// src/components/Gologo.tsx
|
|
2031
|
-
var
|
|
2032
|
-
var SvgGologo = (props) => /* @__PURE__ */ (0,
|
|
2099
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime());
|
|
2100
|
+
var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
2033
2101
|
"svg",
|
|
2034
2102
|
{
|
|
2035
2103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2039,14 +2107,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2039
2107
|
viewBox: "0 0 35 36",
|
|
2040
2108
|
...props,
|
|
2041
2109
|
children: [
|
|
2042
|
-
/* @__PURE__ */ (0,
|
|
2110
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2043
2111
|
"path",
|
|
2044
2112
|
{
|
|
2045
2113
|
fill: "#082663",
|
|
2046
2114
|
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"
|
|
2047
2115
|
}
|
|
2048
2116
|
),
|
|
2049
|
-
/* @__PURE__ */ (0,
|
|
2117
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2050
2118
|
"path",
|
|
2051
2119
|
{
|
|
2052
2120
|
fill: "#fff",
|
|
@@ -2059,8 +2127,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2059
2127
|
var Gologo_default = SvgGologo;
|
|
2060
2128
|
|
|
2061
2129
|
// src/components/Hamburger.tsx
|
|
2062
|
-
var
|
|
2063
|
-
var SvgHamburger = (props) => /* @__PURE__ */ (0,
|
|
2130
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime());
|
|
2131
|
+
var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2064
2132
|
"svg",
|
|
2065
2133
|
{
|
|
2066
2134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2069,7 +2137,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2069
2137
|
fill: "none",
|
|
2070
2138
|
viewBox: "0 0 24 24",
|
|
2071
2139
|
...props,
|
|
2072
|
-
children: /* @__PURE__ */ (0,
|
|
2140
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2073
2141
|
"path",
|
|
2074
2142
|
{
|
|
2075
2143
|
fill: "currentColor",
|
|
@@ -2082,9 +2150,160 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2082
2150
|
);
|
|
2083
2151
|
var Hamburger_default = SvgHamburger;
|
|
2084
2152
|
|
|
2153
|
+
// src/components/Headingtext.tsx
|
|
2154
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime());
|
|
2155
|
+
var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2156
|
+
"svg",
|
|
2157
|
+
{
|
|
2158
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2159
|
+
width: "1em",
|
|
2160
|
+
height: "1em",
|
|
2161
|
+
fill: "none",
|
|
2162
|
+
stroke: "currentColor",
|
|
2163
|
+
strokeLinecap: "round",
|
|
2164
|
+
strokeLinejoin: "round",
|
|
2165
|
+
strokeWidth: 2,
|
|
2166
|
+
className: "headingtext_svg__lucide headingtext_svg__lucide-heading-icon headingtext_svg__lucide-heading",
|
|
2167
|
+
viewBox: "0 0 24 24",
|
|
2168
|
+
...props,
|
|
2169
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
|
|
2170
|
+
}
|
|
2171
|
+
);
|
|
2172
|
+
var Headingtext_default = SvgHeadingtext;
|
|
2173
|
+
|
|
2174
|
+
// src/components/Headingtext1.tsx
|
|
2175
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime());
|
|
2176
|
+
var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2177
|
+
"svg",
|
|
2178
|
+
{
|
|
2179
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2180
|
+
width: "1em",
|
|
2181
|
+
height: "1em",
|
|
2182
|
+
fill: "none",
|
|
2183
|
+
stroke: "currentColor",
|
|
2184
|
+
strokeLinecap: "round",
|
|
2185
|
+
strokeLinejoin: "round",
|
|
2186
|
+
strokeWidth: 2,
|
|
2187
|
+
className: "headingtext1_svg__lucide headingtext1_svg__lucide-heading1-icon headingtext1_svg__lucide-heading-1",
|
|
2188
|
+
viewBox: "0 0 24 24",
|
|
2189
|
+
...props,
|
|
2190
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
|
|
2191
|
+
}
|
|
2192
|
+
);
|
|
2193
|
+
var Headingtext1_default = SvgHeadingtext1;
|
|
2194
|
+
|
|
2195
|
+
// src/components/Headingtext2.tsx
|
|
2196
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime());
|
|
2197
|
+
var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2198
|
+
"svg",
|
|
2199
|
+
{
|
|
2200
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2201
|
+
width: "1em",
|
|
2202
|
+
height: "1em",
|
|
2203
|
+
fill: "none",
|
|
2204
|
+
stroke: "currentColor",
|
|
2205
|
+
strokeLinecap: "round",
|
|
2206
|
+
strokeLinejoin: "round",
|
|
2207
|
+
strokeWidth: 2,
|
|
2208
|
+
className: "headingtext2_svg__lucide headingtext2_svg__lucide-heading1-icon headingtext2_svg__lucide-heading-1",
|
|
2209
|
+
viewBox: "0 0 24 24",
|
|
2210
|
+
...props,
|
|
2211
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
|
|
2212
|
+
}
|
|
2213
|
+
);
|
|
2214
|
+
var Headingtext2_default = SvgHeadingtext2;
|
|
2215
|
+
|
|
2216
|
+
// src/components/Headingtext3.tsx
|
|
2217
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime());
|
|
2218
|
+
var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2219
|
+
"svg",
|
|
2220
|
+
{
|
|
2221
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2222
|
+
width: "1em",
|
|
2223
|
+
height: "1em",
|
|
2224
|
+
fill: "none",
|
|
2225
|
+
stroke: "currentColor",
|
|
2226
|
+
strokeLinecap: "round",
|
|
2227
|
+
strokeLinejoin: "round",
|
|
2228
|
+
strokeWidth: 2,
|
|
2229
|
+
className: "headingtext3_svg__lucide headingtext3_svg__lucide-heading3-icon headingtext3_svg__lucide-heading-3",
|
|
2230
|
+
viewBox: "0 0 24 24",
|
|
2231
|
+
...props,
|
|
2232
|
+
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" })
|
|
2233
|
+
}
|
|
2234
|
+
);
|
|
2235
|
+
var Headingtext3_default = SvgHeadingtext3;
|
|
2236
|
+
|
|
2237
|
+
// src/components/Headingtext4.tsx
|
|
2238
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime());
|
|
2239
|
+
var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2240
|
+
"svg",
|
|
2241
|
+
{
|
|
2242
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2243
|
+
width: "1em",
|
|
2244
|
+
height: "1em",
|
|
2245
|
+
fill: "none",
|
|
2246
|
+
stroke: "currentColor",
|
|
2247
|
+
strokeLinecap: "round",
|
|
2248
|
+
strokeLinejoin: "round",
|
|
2249
|
+
strokeWidth: 2,
|
|
2250
|
+
className: "headingtext4_svg__lucide headingtext4_svg__lucide-heading4-icon headingtext4_svg__lucide-heading-4",
|
|
2251
|
+
viewBox: "0 0 24 24",
|
|
2252
|
+
...props,
|
|
2253
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
|
|
2254
|
+
}
|
|
2255
|
+
);
|
|
2256
|
+
var Headingtext4_default = SvgHeadingtext4;
|
|
2257
|
+
|
|
2258
|
+
// src/components/Headingtext5.tsx
|
|
2259
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime());
|
|
2260
|
+
var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2261
|
+
"svg",
|
|
2262
|
+
{
|
|
2263
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2264
|
+
width: "1em",
|
|
2265
|
+
height: "1em",
|
|
2266
|
+
fill: "none",
|
|
2267
|
+
stroke: "currentColor",
|
|
2268
|
+
strokeLinecap: "round",
|
|
2269
|
+
strokeLinejoin: "round",
|
|
2270
|
+
strokeWidth: 2,
|
|
2271
|
+
className: "headingtext5_svg__lucide headingtext5_svg__lucide-heading5-icon headingtext5_svg__lucide-heading-5",
|
|
2272
|
+
viewBox: "0 0 24 24",
|
|
2273
|
+
...props,
|
|
2274
|
+
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" })
|
|
2275
|
+
}
|
|
2276
|
+
);
|
|
2277
|
+
var Headingtext5_default = SvgHeadingtext5;
|
|
2278
|
+
|
|
2279
|
+
// src/components/Headingtext6.tsx
|
|
2280
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime());
|
|
2281
|
+
var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
2282
|
+
"svg",
|
|
2283
|
+
{
|
|
2284
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2285
|
+
width: "1em",
|
|
2286
|
+
height: "1em",
|
|
2287
|
+
fill: "none",
|
|
2288
|
+
stroke: "currentColor",
|
|
2289
|
+
strokeLinecap: "round",
|
|
2290
|
+
strokeLinejoin: "round",
|
|
2291
|
+
strokeWidth: 2,
|
|
2292
|
+
className: "headingtext6_svg__lucide headingtext6_svg__lucide-heading6-icon headingtext6_svg__lucide-heading-6",
|
|
2293
|
+
viewBox: "0 0 24 24",
|
|
2294
|
+
...props,
|
|
2295
|
+
children: [
|
|
2296
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6" }),
|
|
2297
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: 19, cy: 16, r: 2 }),
|
|
2298
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M20 10c-2 2-3 3.5-3 6" })
|
|
2299
|
+
]
|
|
2300
|
+
}
|
|
2301
|
+
);
|
|
2302
|
+
var Headingtext6_default = SvgHeadingtext6;
|
|
2303
|
+
|
|
2085
2304
|
// src/components/Indeterminate.tsx
|
|
2086
|
-
var
|
|
2087
|
-
var SvgIndeterminate = (props) => /* @__PURE__ */ (0,
|
|
2305
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime());
|
|
2306
|
+
var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2088
2307
|
"svg",
|
|
2089
2308
|
{
|
|
2090
2309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2093,7 +2312,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2093
2312
|
fill: "none",
|
|
2094
2313
|
viewBox: "0 0 24 24",
|
|
2095
2314
|
...props,
|
|
2096
|
-
children: /* @__PURE__ */ (0,
|
|
2315
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2097
2316
|
"path",
|
|
2098
2317
|
{
|
|
2099
2318
|
fill: "currentColor",
|
|
@@ -2107,8 +2326,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2107
2326
|
var Indeterminate_default = SvgIndeterminate;
|
|
2108
2327
|
|
|
2109
2328
|
// src/components/Info.tsx
|
|
2110
|
-
var
|
|
2111
|
-
var SvgInfo = (props) => /* @__PURE__ */ (0,
|
|
2329
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime());
|
|
2330
|
+
var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2112
2331
|
"svg",
|
|
2113
2332
|
{
|
|
2114
2333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2117,7 +2336,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2117
2336
|
fill: "none",
|
|
2118
2337
|
viewBox: "0 0 24 24",
|
|
2119
2338
|
...props,
|
|
2120
|
-
children: /* @__PURE__ */ (0,
|
|
2339
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2121
2340
|
"path",
|
|
2122
2341
|
{
|
|
2123
2342
|
fill: "currentColor",
|
|
@@ -2130,9 +2349,30 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2130
2349
|
);
|
|
2131
2350
|
var Info_default = SvgInfo;
|
|
2132
2351
|
|
|
2352
|
+
// src/components/Italicstext.tsx
|
|
2353
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime());
|
|
2354
|
+
var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2355
|
+
"svg",
|
|
2356
|
+
{
|
|
2357
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2358
|
+
width: "1em",
|
|
2359
|
+
height: "1em",
|
|
2360
|
+
fill: "none",
|
|
2361
|
+
stroke: "currentColor",
|
|
2362
|
+
strokeLinecap: "round",
|
|
2363
|
+
strokeLinejoin: "round",
|
|
2364
|
+
strokeWidth: 2,
|
|
2365
|
+
className: "italicstext_svg__lucide italicstext_svg__lucide-italic-icon italicstext_svg__lucide-italic",
|
|
2366
|
+
viewBox: "0 0 24 24",
|
|
2367
|
+
...props,
|
|
2368
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
|
|
2369
|
+
}
|
|
2370
|
+
);
|
|
2371
|
+
var Italicstext_default = SvgItalicstext;
|
|
2372
|
+
|
|
2133
2373
|
// src/components/Last.tsx
|
|
2134
|
-
var
|
|
2135
|
-
var SvgLast = (props) => /* @__PURE__ */ (0,
|
|
2374
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime());
|
|
2375
|
+
var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
2136
2376
|
"svg",
|
|
2137
2377
|
{
|
|
2138
2378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2142,14 +2382,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2142
2382
|
viewBox: "0 0 24 24",
|
|
2143
2383
|
...props,
|
|
2144
2384
|
children: [
|
|
2145
|
-
/* @__PURE__ */ (0,
|
|
2385
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2146
2386
|
"path",
|
|
2147
2387
|
{
|
|
2148
2388
|
fill: "#212529",
|
|
2149
2389
|
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"
|
|
2150
2390
|
}
|
|
2151
2391
|
),
|
|
2152
|
-
/* @__PURE__ */ (0,
|
|
2392
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2153
2393
|
"path",
|
|
2154
2394
|
{
|
|
2155
2395
|
fill: "currentColor",
|
|
@@ -2162,8 +2402,8 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2162
2402
|
var Last_default = SvgLast;
|
|
2163
2403
|
|
|
2164
2404
|
// src/components/Next.tsx
|
|
2165
|
-
var
|
|
2166
|
-
var SvgNext = (props) => /* @__PURE__ */ (0,
|
|
2405
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime());
|
|
2406
|
+
var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2167
2407
|
"svg",
|
|
2168
2408
|
{
|
|
2169
2409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2172,7 +2412,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2172
2412
|
fill: "none",
|
|
2173
2413
|
viewBox: "0 0 24 24",
|
|
2174
2414
|
...props,
|
|
2175
|
-
children: /* @__PURE__ */ (0,
|
|
2415
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2176
2416
|
"path",
|
|
2177
2417
|
{
|
|
2178
2418
|
fill: "currentColor",
|
|
@@ -2186,8 +2426,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2186
2426
|
var Next_default = SvgNext;
|
|
2187
2427
|
|
|
2188
2428
|
// src/components/PersonAvatar.tsx
|
|
2189
|
-
var
|
|
2190
|
-
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0,
|
|
2429
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime());
|
|
2430
|
+
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2191
2431
|
"svg",
|
|
2192
2432
|
{
|
|
2193
2433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2196,7 +2436,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2196
2436
|
fill: "none",
|
|
2197
2437
|
viewBox: "0 0 24 24",
|
|
2198
2438
|
...props,
|
|
2199
|
-
children: /* @__PURE__ */ (0,
|
|
2439
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2200
2440
|
"path",
|
|
2201
2441
|
{
|
|
2202
2442
|
fill: "currentColor",
|
|
@@ -2210,8 +2450,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2210
2450
|
var PersonAvatar_default = SvgPersonAvatar;
|
|
2211
2451
|
|
|
2212
2452
|
// src/components/Plus.tsx
|
|
2213
|
-
var
|
|
2214
|
-
var SvgPlus = (props) => /* @__PURE__ */ (0,
|
|
2453
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime());
|
|
2454
|
+
var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2215
2455
|
"svg",
|
|
2216
2456
|
{
|
|
2217
2457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2220,7 +2460,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2220
2460
|
fill: "none",
|
|
2221
2461
|
viewBox: "0 0 24 24",
|
|
2222
2462
|
...props,
|
|
2223
|
-
children: /* @__PURE__ */ (0,
|
|
2463
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2224
2464
|
"path",
|
|
2225
2465
|
{
|
|
2226
2466
|
fill: "currentColor",
|
|
@@ -2234,8 +2474,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2234
2474
|
var Plus_default = SvgPlus;
|
|
2235
2475
|
|
|
2236
2476
|
// src/components/Previous.tsx
|
|
2237
|
-
var
|
|
2238
|
-
var SvgPrevious = (props) => /* @__PURE__ */ (0,
|
|
2477
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime());
|
|
2478
|
+
var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2239
2479
|
"svg",
|
|
2240
2480
|
{
|
|
2241
2481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2244,7 +2484,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2244
2484
|
fill: "none",
|
|
2245
2485
|
viewBox: "0 0 24 24",
|
|
2246
2486
|
...props,
|
|
2247
|
-
children: /* @__PURE__ */ (0,
|
|
2487
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2248
2488
|
"path",
|
|
2249
2489
|
{
|
|
2250
2490
|
fill: "currentColor",
|
|
@@ -2258,8 +2498,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2258
2498
|
var Previous_default = SvgPrevious;
|
|
2259
2499
|
|
|
2260
2500
|
// src/components/Product.tsx
|
|
2261
|
-
var
|
|
2262
|
-
var SvgProduct = (props) => /* @__PURE__ */ (0,
|
|
2501
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime());
|
|
2502
|
+
var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2263
2503
|
"svg",
|
|
2264
2504
|
{
|
|
2265
2505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2268,7 +2508,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2268
2508
|
fill: "none",
|
|
2269
2509
|
viewBox: "0 0 18 20",
|
|
2270
2510
|
...props,
|
|
2271
|
-
children: /* @__PURE__ */ (0,
|
|
2511
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2272
2512
|
"path",
|
|
2273
2513
|
{
|
|
2274
2514
|
fill: "currentColor",
|
|
@@ -2281,9 +2521,33 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2281
2521
|
);
|
|
2282
2522
|
var Product_default = SvgProduct;
|
|
2283
2523
|
|
|
2524
|
+
// src/components/Redo.tsx
|
|
2525
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime());
|
|
2526
|
+
var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
2527
|
+
"svg",
|
|
2528
|
+
{
|
|
2529
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2530
|
+
width: "1em",
|
|
2531
|
+
height: "1em",
|
|
2532
|
+
fill: "none",
|
|
2533
|
+
stroke: "currentColor",
|
|
2534
|
+
strokeLinecap: "round",
|
|
2535
|
+
strokeLinejoin: "round",
|
|
2536
|
+
strokeWidth: 2,
|
|
2537
|
+
className: "redo_svg__lucide redo_svg__lucide-redo2-icon redo_svg__lucide-redo-2",
|
|
2538
|
+
viewBox: "0 0 24 24",
|
|
2539
|
+
...props,
|
|
2540
|
+
children: [
|
|
2541
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m15 14 5-5-5-5" }),
|
|
2542
|
+
/* @__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" })
|
|
2543
|
+
]
|
|
2544
|
+
}
|
|
2545
|
+
);
|
|
2546
|
+
var Redo_default = SvgRedo;
|
|
2547
|
+
|
|
2284
2548
|
// src/components/Searchglass.tsx
|
|
2285
|
-
var
|
|
2286
|
-
var SvgSearchglass = (props) => /* @__PURE__ */ (0,
|
|
2549
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime());
|
|
2550
|
+
var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2287
2551
|
"svg",
|
|
2288
2552
|
{
|
|
2289
2553
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2292,7 +2556,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2292
2556
|
fill: "none",
|
|
2293
2557
|
viewBox: "0 0 24 24",
|
|
2294
2558
|
...props,
|
|
2295
|
-
children: /* @__PURE__ */ (0,
|
|
2559
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2296
2560
|
"path",
|
|
2297
2561
|
{
|
|
2298
2562
|
fill: "currentColor",
|
|
@@ -2306,8 +2570,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2306
2570
|
var Searchglass_default = SvgSearchglass;
|
|
2307
2571
|
|
|
2308
2572
|
// src/components/Series.tsx
|
|
2309
|
-
var
|
|
2310
|
-
var SvgSeries = (props) => /* @__PURE__ */ (0,
|
|
2573
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime());
|
|
2574
|
+
var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2311
2575
|
"svg",
|
|
2312
2576
|
{
|
|
2313
2577
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2316,7 +2580,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2316
2580
|
fill: "none",
|
|
2317
2581
|
viewBox: "0 0 24 24",
|
|
2318
2582
|
...props,
|
|
2319
|
-
children: /* @__PURE__ */ (0,
|
|
2583
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2320
2584
|
"path",
|
|
2321
2585
|
{
|
|
2322
2586
|
fill: "currentColor",
|
|
@@ -2330,8 +2594,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2330
2594
|
var Series_default = SvgSeries;
|
|
2331
2595
|
|
|
2332
2596
|
// src/components/Settings.tsx
|
|
2333
|
-
var
|
|
2334
|
-
var SvgSettings = (props) => /* @__PURE__ */ (0,
|
|
2597
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime());
|
|
2598
|
+
var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2335
2599
|
"svg",
|
|
2336
2600
|
{
|
|
2337
2601
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2340,7 +2604,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2340
2604
|
fill: "none",
|
|
2341
2605
|
viewBox: "0 0 20 20",
|
|
2342
2606
|
...props,
|
|
2343
|
-
children: /* @__PURE__ */ (0,
|
|
2607
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2344
2608
|
"path",
|
|
2345
2609
|
{
|
|
2346
2610
|
fill: "currentColor",
|
|
@@ -2354,8 +2618,8 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2354
2618
|
var Settings_default = SvgSettings;
|
|
2355
2619
|
|
|
2356
2620
|
// src/components/Success.tsx
|
|
2357
|
-
var
|
|
2358
|
-
var SvgSuccess = (props) => /* @__PURE__ */ (0,
|
|
2621
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime());
|
|
2622
|
+
var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2359
2623
|
"svg",
|
|
2360
2624
|
{
|
|
2361
2625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2364,7 +2628,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2364
2628
|
fill: "none",
|
|
2365
2629
|
viewBox: "0 0 24 24",
|
|
2366
2630
|
...props,
|
|
2367
|
-
children: /* @__PURE__ */ (0,
|
|
2631
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2368
2632
|
"path",
|
|
2369
2633
|
{
|
|
2370
2634
|
fill: "currentColor",
|
|
@@ -2378,8 +2642,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2378
2642
|
var Success_default = SvgSuccess;
|
|
2379
2643
|
|
|
2380
2644
|
// src/components/Swaporder.tsx
|
|
2381
|
-
var
|
|
2382
|
-
var SvgSwaporder = (props) => /* @__PURE__ */ (0,
|
|
2645
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime());
|
|
2646
|
+
var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2383
2647
|
"svg",
|
|
2384
2648
|
{
|
|
2385
2649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2388,7 +2652,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2388
2652
|
fill: "none",
|
|
2389
2653
|
viewBox: "0 0 24 24",
|
|
2390
2654
|
...props,
|
|
2391
|
-
children: /* @__PURE__ */ (0,
|
|
2655
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2392
2656
|
"path",
|
|
2393
2657
|
{
|
|
2394
2658
|
fill: "currentColor",
|
|
@@ -2401,9 +2665,138 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2401
2665
|
);
|
|
2402
2666
|
var Swaporder_default = SvgSwaporder;
|
|
2403
2667
|
|
|
2668
|
+
// src/components/TextAlignCenter.tsx
|
|
2669
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime());
|
|
2670
|
+
var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2671
|
+
"svg",
|
|
2672
|
+
{
|
|
2673
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2674
|
+
width: "1em",
|
|
2675
|
+
height: "1em",
|
|
2676
|
+
fill: "none",
|
|
2677
|
+
stroke: "currentColor",
|
|
2678
|
+
strokeLinecap: "round",
|
|
2679
|
+
strokeLinejoin: "round",
|
|
2680
|
+
strokeWidth: 2,
|
|
2681
|
+
className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
|
|
2682
|
+
viewBox: "0 0 24 24",
|
|
2683
|
+
...props,
|
|
2684
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
|
|
2685
|
+
}
|
|
2686
|
+
);
|
|
2687
|
+
var TextAlignCenter_default = SvgTextAlignCenter;
|
|
2688
|
+
|
|
2689
|
+
// src/components/TextAlignEnd.tsx
|
|
2690
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime());
|
|
2691
|
+
var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2692
|
+
"svg",
|
|
2693
|
+
{
|
|
2694
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2695
|
+
width: "1em",
|
|
2696
|
+
height: "1em",
|
|
2697
|
+
fill: "none",
|
|
2698
|
+
stroke: "currentColor",
|
|
2699
|
+
strokeLinecap: "round",
|
|
2700
|
+
strokeLinejoin: "round",
|
|
2701
|
+
strokeWidth: 2,
|
|
2702
|
+
className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
|
|
2703
|
+
viewBox: "0 0 24 24",
|
|
2704
|
+
...props,
|
|
2705
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
|
|
2706
|
+
}
|
|
2707
|
+
);
|
|
2708
|
+
var TextAlignEnd_default = SvgTextAlignEnd;
|
|
2709
|
+
|
|
2710
|
+
// src/components/TextAlignJustify.tsx
|
|
2711
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime());
|
|
2712
|
+
var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2713
|
+
"svg",
|
|
2714
|
+
{
|
|
2715
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2716
|
+
width: "1em",
|
|
2717
|
+
height: "1em",
|
|
2718
|
+
fill: "none",
|
|
2719
|
+
stroke: "currentColor",
|
|
2720
|
+
strokeLinecap: "round",
|
|
2721
|
+
strokeLinejoin: "round",
|
|
2722
|
+
strokeWidth: 2,
|
|
2723
|
+
className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
|
|
2724
|
+
viewBox: "0 0 24 24",
|
|
2725
|
+
...props,
|
|
2726
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
|
|
2727
|
+
}
|
|
2728
|
+
);
|
|
2729
|
+
var TextAlignJustify_default = SvgTextAlignJustify;
|
|
2730
|
+
|
|
2731
|
+
// src/components/TextAlignStart.tsx
|
|
2732
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime());
|
|
2733
|
+
var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2734
|
+
"svg",
|
|
2735
|
+
{
|
|
2736
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2737
|
+
width: "1em",
|
|
2738
|
+
height: "1em",
|
|
2739
|
+
fill: "none",
|
|
2740
|
+
stroke: "currentColor",
|
|
2741
|
+
strokeLinecap: "round",
|
|
2742
|
+
strokeLinejoin: "round",
|
|
2743
|
+
strokeWidth: 2,
|
|
2744
|
+
className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
|
|
2745
|
+
viewBox: "0 0 24 24",
|
|
2746
|
+
...props,
|
|
2747
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
|
|
2748
|
+
}
|
|
2749
|
+
);
|
|
2750
|
+
var TextAlignStart_default = SvgTextAlignStart;
|
|
2751
|
+
|
|
2752
|
+
// src/components/Underlinetext.tsx
|
|
2753
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime());
|
|
2754
|
+
var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2755
|
+
"svg",
|
|
2756
|
+
{
|
|
2757
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2758
|
+
width: "1em",
|
|
2759
|
+
height: "1em",
|
|
2760
|
+
fill: "none",
|
|
2761
|
+
stroke: "currentColor",
|
|
2762
|
+
strokeLinecap: "round",
|
|
2763
|
+
strokeLinejoin: "round",
|
|
2764
|
+
strokeWidth: 2,
|
|
2765
|
+
className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
|
|
2766
|
+
viewBox: "0 0 24 24",
|
|
2767
|
+
...props,
|
|
2768
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
|
|
2769
|
+
}
|
|
2770
|
+
);
|
|
2771
|
+
var Underlinetext_default = SvgUnderlinetext;
|
|
2772
|
+
|
|
2773
|
+
// src/components/Undo.tsx
|
|
2774
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime());
|
|
2775
|
+
var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
2776
|
+
"svg",
|
|
2777
|
+
{
|
|
2778
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2779
|
+
width: "1em",
|
|
2780
|
+
height: "1em",
|
|
2781
|
+
fill: "none",
|
|
2782
|
+
stroke: "currentColor",
|
|
2783
|
+
strokeLinecap: "round",
|
|
2784
|
+
strokeLinejoin: "round",
|
|
2785
|
+
strokeWidth: 2,
|
|
2786
|
+
className: "undo_svg__lucide undo_svg__lucide-undo2-icon undo_svg__lucide-undo-2",
|
|
2787
|
+
viewBox: "0 0 24 24",
|
|
2788
|
+
...props,
|
|
2789
|
+
children: [
|
|
2790
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M9 14 4 9l5-5" }),
|
|
2791
|
+
/* @__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" })
|
|
2792
|
+
]
|
|
2793
|
+
}
|
|
2794
|
+
);
|
|
2795
|
+
var Undo_default = SvgUndo;
|
|
2796
|
+
|
|
2404
2797
|
// src/components/Unknown.tsx
|
|
2405
|
-
var
|
|
2406
|
-
var SvgUnknown = (props) => /* @__PURE__ */ (0,
|
|
2798
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime());
|
|
2799
|
+
var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2407
2800
|
"svg",
|
|
2408
2801
|
{
|
|
2409
2802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2412,7 +2805,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2412
2805
|
fill: "none",
|
|
2413
2806
|
viewBox: "0 0 24 24",
|
|
2414
2807
|
...props,
|
|
2415
|
-
children: /* @__PURE__ */ (0,
|
|
2808
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2416
2809
|
"path",
|
|
2417
2810
|
{
|
|
2418
2811
|
fill: "currentColor",
|
|
@@ -2426,8 +2819,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2426
2819
|
var Unknown_default = SvgUnknown;
|
|
2427
2820
|
|
|
2428
2821
|
// src/components/Users.tsx
|
|
2429
|
-
var
|
|
2430
|
-
var SvgUsers = (props) => /* @__PURE__ */ (0,
|
|
2822
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime());
|
|
2823
|
+
var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2431
2824
|
"svg",
|
|
2432
2825
|
{
|
|
2433
2826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2436,7 +2829,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2436
2829
|
fill: "none",
|
|
2437
2830
|
viewBox: "0 0 24 24",
|
|
2438
2831
|
...props,
|
|
2439
|
-
children: /* @__PURE__ */ (0,
|
|
2832
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2440
2833
|
"path",
|
|
2441
2834
|
{
|
|
2442
2835
|
fill: "currentColor",
|
|
@@ -2450,8 +2843,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2450
2843
|
var Users_default = SvgUsers;
|
|
2451
2844
|
|
|
2452
2845
|
// src/components/Warning.tsx
|
|
2453
|
-
var
|
|
2454
|
-
var SvgWarning = (props) => /* @__PURE__ */ (0,
|
|
2846
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime());
|
|
2847
|
+
var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2455
2848
|
"svg",
|
|
2456
2849
|
{
|
|
2457
2850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2460,7 +2853,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
|
2460
2853
|
fill: "none",
|
|
2461
2854
|
viewBox: "0 0 24 24",
|
|
2462
2855
|
...props,
|
|
2463
|
-
children: /* @__PURE__ */ (0,
|
|
2856
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2464
2857
|
"path",
|
|
2465
2858
|
{
|
|
2466
2859
|
fill: "currentColor",
|
|
@@ -2519,6 +2912,6 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
2519
2912
|
*)
|
|
2520
2913
|
*/
|
|
2521
2914
|
|
|
2522
|
-
export { Book_default as Book, Check_default as Check, Chevron_default as Chevron, Class_default as Class, Close_default as Close, Code_default as Code, Collapse_default as Collapse, Copy_default as Copy, Error_default as Error, External_default as External, Eye_default as Eye, First_default as First, Gologo_default as Gologo, Hamburger_default as Hamburger, Indeterminate_default as Indeterminate, Info_default as Info, Last_default as Last, Next_default as Next, PersonAvatar_default as PersonAvatar, Plus_default as Plus, Previous_default as Previous, Product_default as Product, Searchglass_default as Searchglass, Series_default as Series, Settings_default as Settings, Success_default as Success, Swaporder_default as Swaporder, Unknown_default as Unknown, Users_default as Users, Warning_default as Warning };
|
|
2915
|
+
export { Addimage_default as Addimage, Boldtext_default as Boldtext, Book_default as Book, Check_default as Check, Chevron_default as Chevron, Class_default as Class, Close_default as Close, Code_default as Code, Collapse_default as Collapse, Copy_default as Copy, Error_default as Error, External_default as External, Eye_default as Eye, Eyehide_default as Eyehide, First_default as First, Gologo_default as Gologo, Hamburger_default as Hamburger, Headingtext_default as Headingtext, Headingtext1_default as Headingtext1, Headingtext2_default as Headingtext2, Headingtext3_default as Headingtext3, Headingtext4_default as Headingtext4, Headingtext5_default as Headingtext5, Headingtext6_default as Headingtext6, Indeterminate_default as Indeterminate, Info_default as Info, Italicstext_default as Italicstext, Last_default as Last, Next_default as Next, PersonAvatar_default as PersonAvatar, Plus_default as Plus, Previous_default as Previous, Product_default as Product, Redo_default as Redo, Searchglass_default as Searchglass, Series_default as Series, Settings_default as Settings, Success_default as Success, Swaporder_default as Swaporder, TextAlignCenter_default as TextAlignCenter, TextAlignEnd_default as TextAlignEnd, TextAlignJustify_default as TextAlignJustify, TextAlignStart_default as TextAlignStart, Underlinetext_default as Underlinetext, Undo_default as Undo, Unknown_default as Unknown, Users_default as Users, Warning_default as Warning };
|
|
2523
2916
|
//# sourceMappingURL=index.mjs.map
|
|
2524
2917
|
//# sourceMappingURL=index.mjs.map
|