@edux-design/icons 0.0.2 → 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 +35 -1
- package/dist/index.d.ts +35 -1
- package/dist/index.js +485 -97
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +469 -98
- 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/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",
|
|
@@ -1999,8 +2045,8 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
|
1999
2045
|
var Eye_default = SvgEye;
|
|
2000
2046
|
|
|
2001
2047
|
// src/components/Eyehide.tsx
|
|
2002
|
-
var
|
|
2003
|
-
var SvgEyehide = (props) => /* @__PURE__ */ (0,
|
|
2048
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime());
|
|
2049
|
+
var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2004
2050
|
"svg",
|
|
2005
2051
|
{
|
|
2006
2052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2009,7 +2055,7 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
|
2009
2055
|
fill: "none",
|
|
2010
2056
|
viewBox: "0 0 24 24",
|
|
2011
2057
|
...props,
|
|
2012
|
-
children: /* @__PURE__ */ (0,
|
|
2058
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2013
2059
|
"path",
|
|
2014
2060
|
{
|
|
2015
2061
|
fill: "#212529",
|
|
@@ -2021,8 +2067,8 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
|
2021
2067
|
var Eyehide_default = SvgEyehide;
|
|
2022
2068
|
|
|
2023
2069
|
// src/components/First.tsx
|
|
2024
|
-
var
|
|
2025
|
-
var SvgFirst = (props) => /* @__PURE__ */ (0,
|
|
2070
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
|
|
2071
|
+
var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
2026
2072
|
"svg",
|
|
2027
2073
|
{
|
|
2028
2074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2032,14 +2078,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2032
2078
|
viewBox: "0 0 24 24",
|
|
2033
2079
|
...props,
|
|
2034
2080
|
children: [
|
|
2035
|
-
/* @__PURE__ */ (0,
|
|
2081
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2036
2082
|
"path",
|
|
2037
2083
|
{
|
|
2038
2084
|
fill: "#212529",
|
|
2039
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"
|
|
2040
2086
|
}
|
|
2041
2087
|
),
|
|
2042
|
-
/* @__PURE__ */ (0,
|
|
2088
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2043
2089
|
"path",
|
|
2044
2090
|
{
|
|
2045
2091
|
fill: "currentColor",
|
|
@@ -2052,8 +2098,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2052
2098
|
var First_default = SvgFirst;
|
|
2053
2099
|
|
|
2054
2100
|
// src/components/Gologo.tsx
|
|
2055
|
-
var
|
|
2056
|
-
var SvgGologo = (props) => /* @__PURE__ */ (0,
|
|
2101
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime());
|
|
2102
|
+
var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
2057
2103
|
"svg",
|
|
2058
2104
|
{
|
|
2059
2105
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2063,14 +2109,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
|
2063
2109
|
viewBox: "0 0 35 36",
|
|
2064
2110
|
...props,
|
|
2065
2111
|
children: [
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2067
2113
|
"path",
|
|
2068
2114
|
{
|
|
2069
2115
|
fill: "#082663",
|
|
2070
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"
|
|
2071
2117
|
}
|
|
2072
2118
|
),
|
|
2073
|
-
/* @__PURE__ */ (0,
|
|
2119
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2074
2120
|
"path",
|
|
2075
2121
|
{
|
|
2076
2122
|
fill: "#fff",
|
|
@@ -2083,8 +2129,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
|
2083
2129
|
var Gologo_default = SvgGologo;
|
|
2084
2130
|
|
|
2085
2131
|
// src/components/Hamburger.tsx
|
|
2086
|
-
var
|
|
2087
|
-
var SvgHamburger = (props) => /* @__PURE__ */ (0,
|
|
2132
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime());
|
|
2133
|
+
var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2088
2134
|
"svg",
|
|
2089
2135
|
{
|
|
2090
2136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2093,7 +2139,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2093
2139
|
fill: "none",
|
|
2094
2140
|
viewBox: "0 0 24 24",
|
|
2095
2141
|
...props,
|
|
2096
|
-
children: /* @__PURE__ */ (0,
|
|
2142
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2097
2143
|
"path",
|
|
2098
2144
|
{
|
|
2099
2145
|
fill: "currentColor",
|
|
@@ -2106,9 +2152,160 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2106
2152
|
);
|
|
2107
2153
|
var Hamburger_default = SvgHamburger;
|
|
2108
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
|
+
|
|
2109
2306
|
// src/components/Indeterminate.tsx
|
|
2110
|
-
var
|
|
2111
|
-
var SvgIndeterminate = (props) => /* @__PURE__ */ (0,
|
|
2307
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime());
|
|
2308
|
+
var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2112
2309
|
"svg",
|
|
2113
2310
|
{
|
|
2114
2311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2117,7 +2314,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2117
2314
|
fill: "none",
|
|
2118
2315
|
viewBox: "0 0 24 24",
|
|
2119
2316
|
...props,
|
|
2120
|
-
children: /* @__PURE__ */ (0,
|
|
2317
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2121
2318
|
"path",
|
|
2122
2319
|
{
|
|
2123
2320
|
fill: "currentColor",
|
|
@@ -2131,8 +2328,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2131
2328
|
var Indeterminate_default = SvgIndeterminate;
|
|
2132
2329
|
|
|
2133
2330
|
// src/components/Info.tsx
|
|
2134
|
-
var
|
|
2135
|
-
var SvgInfo = (props) => /* @__PURE__ */ (0,
|
|
2331
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime());
|
|
2332
|
+
var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2136
2333
|
"svg",
|
|
2137
2334
|
{
|
|
2138
2335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2141,7 +2338,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
|
2141
2338
|
fill: "none",
|
|
2142
2339
|
viewBox: "0 0 24 24",
|
|
2143
2340
|
...props,
|
|
2144
|
-
children: /* @__PURE__ */ (0,
|
|
2341
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2145
2342
|
"path",
|
|
2146
2343
|
{
|
|
2147
2344
|
fill: "currentColor",
|
|
@@ -2154,9 +2351,30 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
|
2154
2351
|
);
|
|
2155
2352
|
var Info_default = SvgInfo;
|
|
2156
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
|
+
|
|
2157
2375
|
// src/components/Last.tsx
|
|
2158
|
-
var
|
|
2159
|
-
var SvgLast = (props) => /* @__PURE__ */ (0,
|
|
2376
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime());
|
|
2377
|
+
var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
2160
2378
|
"svg",
|
|
2161
2379
|
{
|
|
2162
2380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2166,14 +2384,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2166
2384
|
viewBox: "0 0 24 24",
|
|
2167
2385
|
...props,
|
|
2168
2386
|
children: [
|
|
2169
|
-
/* @__PURE__ */ (0,
|
|
2387
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2170
2388
|
"path",
|
|
2171
2389
|
{
|
|
2172
2390
|
fill: "#212529",
|
|
2173
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"
|
|
2174
2392
|
}
|
|
2175
2393
|
),
|
|
2176
|
-
/* @__PURE__ */ (0,
|
|
2394
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2177
2395
|
"path",
|
|
2178
2396
|
{
|
|
2179
2397
|
fill: "currentColor",
|
|
@@ -2186,8 +2404,8 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2186
2404
|
var Last_default = SvgLast;
|
|
2187
2405
|
|
|
2188
2406
|
// src/components/Next.tsx
|
|
2189
|
-
var
|
|
2190
|
-
var SvgNext = (props) => /* @__PURE__ */ (0,
|
|
2407
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime());
|
|
2408
|
+
var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2191
2409
|
"svg",
|
|
2192
2410
|
{
|
|
2193
2411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2196,7 +2414,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2196
2414
|
fill: "none",
|
|
2197
2415
|
viewBox: "0 0 24 24",
|
|
2198
2416
|
...props,
|
|
2199
|
-
children: /* @__PURE__ */ (0,
|
|
2417
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2200
2418
|
"path",
|
|
2201
2419
|
{
|
|
2202
2420
|
fill: "currentColor",
|
|
@@ -2210,8 +2428,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2210
2428
|
var Next_default = SvgNext;
|
|
2211
2429
|
|
|
2212
2430
|
// src/components/PersonAvatar.tsx
|
|
2213
|
-
var
|
|
2214
|
-
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0,
|
|
2431
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime());
|
|
2432
|
+
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2215
2433
|
"svg",
|
|
2216
2434
|
{
|
|
2217
2435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2220,7 +2438,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2220
2438
|
fill: "none",
|
|
2221
2439
|
viewBox: "0 0 24 24",
|
|
2222
2440
|
...props,
|
|
2223
|
-
children: /* @__PURE__ */ (0,
|
|
2441
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2224
2442
|
"path",
|
|
2225
2443
|
{
|
|
2226
2444
|
fill: "currentColor",
|
|
@@ -2234,8 +2452,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2234
2452
|
var PersonAvatar_default = SvgPersonAvatar;
|
|
2235
2453
|
|
|
2236
2454
|
// src/components/Plus.tsx
|
|
2237
|
-
var
|
|
2238
|
-
var SvgPlus = (props) => /* @__PURE__ */ (0,
|
|
2455
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime());
|
|
2456
|
+
var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2239
2457
|
"svg",
|
|
2240
2458
|
{
|
|
2241
2459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2244,7 +2462,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2244
2462
|
fill: "none",
|
|
2245
2463
|
viewBox: "0 0 24 24",
|
|
2246
2464
|
...props,
|
|
2247
|
-
children: /* @__PURE__ */ (0,
|
|
2465
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2248
2466
|
"path",
|
|
2249
2467
|
{
|
|
2250
2468
|
fill: "currentColor",
|
|
@@ -2258,8 +2476,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2258
2476
|
var Plus_default = SvgPlus;
|
|
2259
2477
|
|
|
2260
2478
|
// src/components/Previous.tsx
|
|
2261
|
-
var
|
|
2262
|
-
var SvgPrevious = (props) => /* @__PURE__ */ (0,
|
|
2479
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime());
|
|
2480
|
+
var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2263
2481
|
"svg",
|
|
2264
2482
|
{
|
|
2265
2483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2268,7 +2486,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2268
2486
|
fill: "none",
|
|
2269
2487
|
viewBox: "0 0 24 24",
|
|
2270
2488
|
...props,
|
|
2271
|
-
children: /* @__PURE__ */ (0,
|
|
2489
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2272
2490
|
"path",
|
|
2273
2491
|
{
|
|
2274
2492
|
fill: "currentColor",
|
|
@@ -2282,8 +2500,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2282
2500
|
var Previous_default = SvgPrevious;
|
|
2283
2501
|
|
|
2284
2502
|
// src/components/Product.tsx
|
|
2285
|
-
var
|
|
2286
|
-
var SvgProduct = (props) => /* @__PURE__ */ (0,
|
|
2503
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime());
|
|
2504
|
+
var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2287
2505
|
"svg",
|
|
2288
2506
|
{
|
|
2289
2507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2292,7 +2510,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2292
2510
|
fill: "none",
|
|
2293
2511
|
viewBox: "0 0 18 20",
|
|
2294
2512
|
...props,
|
|
2295
|
-
children: /* @__PURE__ */ (0,
|
|
2513
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2296
2514
|
"path",
|
|
2297
2515
|
{
|
|
2298
2516
|
fill: "currentColor",
|
|
@@ -2305,9 +2523,33 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2305
2523
|
);
|
|
2306
2524
|
var Product_default = SvgProduct;
|
|
2307
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
|
+
|
|
2308
2550
|
// src/components/Searchglass.tsx
|
|
2309
|
-
var
|
|
2310
|
-
var SvgSearchglass = (props) => /* @__PURE__ */ (0,
|
|
2551
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime());
|
|
2552
|
+
var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2311
2553
|
"svg",
|
|
2312
2554
|
{
|
|
2313
2555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2316,7 +2558,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2316
2558
|
fill: "none",
|
|
2317
2559
|
viewBox: "0 0 24 24",
|
|
2318
2560
|
...props,
|
|
2319
|
-
children: /* @__PURE__ */ (0,
|
|
2561
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2320
2562
|
"path",
|
|
2321
2563
|
{
|
|
2322
2564
|
fill: "currentColor",
|
|
@@ -2330,8 +2572,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2330
2572
|
var Searchglass_default = SvgSearchglass;
|
|
2331
2573
|
|
|
2332
2574
|
// src/components/Series.tsx
|
|
2333
|
-
var
|
|
2334
|
-
var SvgSeries = (props) => /* @__PURE__ */ (0,
|
|
2575
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime());
|
|
2576
|
+
var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2335
2577
|
"svg",
|
|
2336
2578
|
{
|
|
2337
2579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2340,7 +2582,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2340
2582
|
fill: "none",
|
|
2341
2583
|
viewBox: "0 0 24 24",
|
|
2342
2584
|
...props,
|
|
2343
|
-
children: /* @__PURE__ */ (0,
|
|
2585
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2344
2586
|
"path",
|
|
2345
2587
|
{
|
|
2346
2588
|
fill: "currentColor",
|
|
@@ -2354,8 +2596,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2354
2596
|
var Series_default = SvgSeries;
|
|
2355
2597
|
|
|
2356
2598
|
// src/components/Settings.tsx
|
|
2357
|
-
var
|
|
2358
|
-
var SvgSettings = (props) => /* @__PURE__ */ (0,
|
|
2599
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime());
|
|
2600
|
+
var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2359
2601
|
"svg",
|
|
2360
2602
|
{
|
|
2361
2603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2364,7 +2606,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2364
2606
|
fill: "none",
|
|
2365
2607
|
viewBox: "0 0 20 20",
|
|
2366
2608
|
...props,
|
|
2367
|
-
children: /* @__PURE__ */ (0,
|
|
2609
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2368
2610
|
"path",
|
|
2369
2611
|
{
|
|
2370
2612
|
fill: "currentColor",
|
|
@@ -2378,8 +2620,8 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2378
2620
|
var Settings_default = SvgSettings;
|
|
2379
2621
|
|
|
2380
2622
|
// src/components/Success.tsx
|
|
2381
|
-
var
|
|
2382
|
-
var SvgSuccess = (props) => /* @__PURE__ */ (0,
|
|
2623
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime());
|
|
2624
|
+
var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2383
2625
|
"svg",
|
|
2384
2626
|
{
|
|
2385
2627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2388,7 +2630,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2388
2630
|
fill: "none",
|
|
2389
2631
|
viewBox: "0 0 24 24",
|
|
2390
2632
|
...props,
|
|
2391
|
-
children: /* @__PURE__ */ (0,
|
|
2633
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2392
2634
|
"path",
|
|
2393
2635
|
{
|
|
2394
2636
|
fill: "currentColor",
|
|
@@ -2402,8 +2644,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2402
2644
|
var Success_default = SvgSuccess;
|
|
2403
2645
|
|
|
2404
2646
|
// src/components/Swaporder.tsx
|
|
2405
|
-
var
|
|
2406
|
-
var SvgSwaporder = (props) => /* @__PURE__ */ (0,
|
|
2647
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime());
|
|
2648
|
+
var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2407
2649
|
"svg",
|
|
2408
2650
|
{
|
|
2409
2651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2412,7 +2654,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2412
2654
|
fill: "none",
|
|
2413
2655
|
viewBox: "0 0 24 24",
|
|
2414
2656
|
...props,
|
|
2415
|
-
children: /* @__PURE__ */ (0,
|
|
2657
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2416
2658
|
"path",
|
|
2417
2659
|
{
|
|
2418
2660
|
fill: "currentColor",
|
|
@@ -2425,9 +2667,138 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2425
2667
|
);
|
|
2426
2668
|
var Swaporder_default = SvgSwaporder;
|
|
2427
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
|
+
|
|
2428
2799
|
// src/components/Unknown.tsx
|
|
2429
|
-
var
|
|
2430
|
-
var SvgUnknown = (props) => /* @__PURE__ */ (0,
|
|
2800
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime());
|
|
2801
|
+
var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2431
2802
|
"svg",
|
|
2432
2803
|
{
|
|
2433
2804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2436,7 +2807,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2436
2807
|
fill: "none",
|
|
2437
2808
|
viewBox: "0 0 24 24",
|
|
2438
2809
|
...props,
|
|
2439
|
-
children: /* @__PURE__ */ (0,
|
|
2810
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2440
2811
|
"path",
|
|
2441
2812
|
{
|
|
2442
2813
|
fill: "currentColor",
|
|
@@ -2450,8 +2821,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2450
2821
|
var Unknown_default = SvgUnknown;
|
|
2451
2822
|
|
|
2452
2823
|
// src/components/Users.tsx
|
|
2453
|
-
var
|
|
2454
|
-
var SvgUsers = (props) => /* @__PURE__ */ (0,
|
|
2824
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime());
|
|
2825
|
+
var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2455
2826
|
"svg",
|
|
2456
2827
|
{
|
|
2457
2828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2460,7 +2831,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
|
2460
2831
|
fill: "none",
|
|
2461
2832
|
viewBox: "0 0 24 24",
|
|
2462
2833
|
...props,
|
|
2463
|
-
children: /* @__PURE__ */ (0,
|
|
2834
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2464
2835
|
"path",
|
|
2465
2836
|
{
|
|
2466
2837
|
fill: "currentColor",
|
|
@@ -2474,8 +2845,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
|
2474
2845
|
var Users_default = SvgUsers;
|
|
2475
2846
|
|
|
2476
2847
|
// src/components/Warning.tsx
|
|
2477
|
-
var
|
|
2478
|
-
var SvgWarning = (props) => /* @__PURE__ */ (0,
|
|
2848
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime());
|
|
2849
|
+
var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2479
2850
|
"svg",
|
|
2480
2851
|
{
|
|
2481
2852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2484,7 +2855,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
|
2484
2855
|
fill: "none",
|
|
2485
2856
|
viewBox: "0 0 24 24",
|
|
2486
2857
|
...props,
|
|
2487
|
-
children: /* @__PURE__ */ (0,
|
|
2858
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2488
2859
|
"path",
|
|
2489
2860
|
{
|
|
2490
2861
|
fill: "currentColor",
|
|
@@ -2543,6 +2914,8 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
2543
2914
|
*)
|
|
2544
2915
|
*/
|
|
2545
2916
|
|
|
2917
|
+
exports.Addimage = Addimage_default;
|
|
2918
|
+
exports.Boldtext = Boldtext_default;
|
|
2546
2919
|
exports.Book = Book_default;
|
|
2547
2920
|
exports.Check = Check_default;
|
|
2548
2921
|
exports.Chevron = Chevron_default;
|
|
@@ -2558,19 +2931,34 @@ exports.Eyehide = Eyehide_default;
|
|
|
2558
2931
|
exports.First = First_default;
|
|
2559
2932
|
exports.Gologo = Gologo_default;
|
|
2560
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;
|
|
2561
2941
|
exports.Indeterminate = Indeterminate_default;
|
|
2562
2942
|
exports.Info = Info_default;
|
|
2943
|
+
exports.Italicstext = Italicstext_default;
|
|
2563
2944
|
exports.Last = Last_default;
|
|
2564
2945
|
exports.Next = Next_default;
|
|
2565
2946
|
exports.PersonAvatar = PersonAvatar_default;
|
|
2566
2947
|
exports.Plus = Plus_default;
|
|
2567
2948
|
exports.Previous = Previous_default;
|
|
2568
2949
|
exports.Product = Product_default;
|
|
2950
|
+
exports.Redo = Redo_default;
|
|
2569
2951
|
exports.Searchglass = Searchglass_default;
|
|
2570
2952
|
exports.Series = Series_default;
|
|
2571
2953
|
exports.Settings = Settings_default;
|
|
2572
2954
|
exports.Success = Success_default;
|
|
2573
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;
|
|
2574
2962
|
exports.Unknown = Unknown_default;
|
|
2575
2963
|
exports.Users = Users_default;
|
|
2576
2964
|
exports.Warning = Warning_default;
|