@edux-design/icons 0.0.4 → 0.0.6
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/README.md +58 -0
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +215 -169
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +214 -170
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/arrow.svg +4 -0
- package/src/24/switch.svg +4 -0
package/dist/index.mjs
CHANGED
|
@@ -1746,9 +1746,31 @@ var SvgAddimage = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
|
1746
1746
|
);
|
|
1747
1747
|
var Addimage_default = SvgAddimage;
|
|
1748
1748
|
|
|
1749
|
-
// src/components/
|
|
1749
|
+
// src/components/Arrow.tsx
|
|
1750
1750
|
var import_jsx_runtime2 = __toESM(require_jsx_runtime());
|
|
1751
|
-
var
|
|
1751
|
+
var SvgArrow = (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
|
+
viewBox: "0 0 24 24",
|
|
1759
|
+
...props,
|
|
1760
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1761
|
+
"path",
|
|
1762
|
+
{
|
|
1763
|
+
fill: "#212529",
|
|
1764
|
+
d: "M16.15 13H5a.97.97 0 0 1-.713-.287A.97.97 0 0 1 4 12q0-.424.287-.713A.97.97 0 0 1 5 11h11.15L13.3 8.15a.92.92 0 0 1-.288-.7q.014-.4.288-.7.3-.3.712-.312a.93.93 0 0 1 .713.287L19.3 11.3q.15.15.212.325.063.175.063.375t-.062.375a.9.9 0 0 1-.213.325l-4.575 4.575a.93.93 0 0 1-.713.288 1.02 1.02 0 0 1-.712-.313q-.275-.3-.288-.7a.92.92 0 0 1 .288-.7z"
|
|
1765
|
+
}
|
|
1766
|
+
)
|
|
1767
|
+
}
|
|
1768
|
+
);
|
|
1769
|
+
var Arrow_default = SvgArrow;
|
|
1770
|
+
|
|
1771
|
+
// src/components/Boldtext.tsx
|
|
1772
|
+
var import_jsx_runtime3 = __toESM(require_jsx_runtime());
|
|
1773
|
+
var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1752
1774
|
"svg",
|
|
1753
1775
|
{
|
|
1754
1776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1762,14 +1784,14 @@ var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
|
1762
1784
|
className: "boldtext_svg__lucide boldtext_svg__lucide-bold-icon boldtext_svg__lucide-bold",
|
|
1763
1785
|
viewBox: "0 0 24 24",
|
|
1764
1786
|
...props,
|
|
1765
|
-
children: /* @__PURE__ */ (0,
|
|
1787
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.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
1788
|
}
|
|
1767
1789
|
);
|
|
1768
1790
|
var Boldtext_default = SvgBoldtext;
|
|
1769
1791
|
|
|
1770
1792
|
// src/components/Book.tsx
|
|
1771
|
-
var
|
|
1772
|
-
var SvgBook = (props) => /* @__PURE__ */ (0,
|
|
1793
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime());
|
|
1794
|
+
var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1773
1795
|
"svg",
|
|
1774
1796
|
{
|
|
1775
1797
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1778,7 +1800,7 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1778
1800
|
fill: "none",
|
|
1779
1801
|
viewBox: "0 0 22 19",
|
|
1780
1802
|
...props,
|
|
1781
|
-
children: /* @__PURE__ */ (0,
|
|
1803
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1782
1804
|
"path",
|
|
1783
1805
|
{
|
|
1784
1806
|
fill: "currentColor",
|
|
@@ -1792,8 +1814,8 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1792
1814
|
var Book_default = SvgBook;
|
|
1793
1815
|
|
|
1794
1816
|
// src/components/Check.tsx
|
|
1795
|
-
var
|
|
1796
|
-
var SvgCheck = (props) => /* @__PURE__ */ (0,
|
|
1817
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime());
|
|
1818
|
+
var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1797
1819
|
"svg",
|
|
1798
1820
|
{
|
|
1799
1821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1802,7 +1824,7 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
|
1802
1824
|
fill: "none",
|
|
1803
1825
|
viewBox: "0 0 24 24",
|
|
1804
1826
|
...props,
|
|
1805
|
-
children: /* @__PURE__ */ (0,
|
|
1827
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1806
1828
|
"path",
|
|
1807
1829
|
{
|
|
1808
1830
|
fill: "currentColor",
|
|
@@ -1816,8 +1838,8 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
|
1816
1838
|
var Check_default = SvgCheck;
|
|
1817
1839
|
|
|
1818
1840
|
// src/components/Chevron.tsx
|
|
1819
|
-
var
|
|
1820
|
-
var SvgChevron = (props) => /* @__PURE__ */ (0,
|
|
1841
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime());
|
|
1842
|
+
var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1821
1843
|
"svg",
|
|
1822
1844
|
{
|
|
1823
1845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1826,7 +1848,7 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
|
1826
1848
|
fill: "none",
|
|
1827
1849
|
viewBox: "0 0 24 24",
|
|
1828
1850
|
...props,
|
|
1829
|
-
children: /* @__PURE__ */ (0,
|
|
1851
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1830
1852
|
"path",
|
|
1831
1853
|
{
|
|
1832
1854
|
fill: "currentColor",
|
|
@@ -1840,8 +1862,8 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
|
1840
1862
|
var Chevron_default = SvgChevron;
|
|
1841
1863
|
|
|
1842
1864
|
// src/components/Class.tsx
|
|
1843
|
-
var
|
|
1844
|
-
var SvgClass = (props) => /* @__PURE__ */ (0,
|
|
1865
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime());
|
|
1866
|
+
var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1845
1867
|
"svg",
|
|
1846
1868
|
{
|
|
1847
1869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1850,7 +1872,7 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1850
1872
|
fill: "none",
|
|
1851
1873
|
viewBox: "0 0 24 25",
|
|
1852
1874
|
...props,
|
|
1853
|
-
children: /* @__PURE__ */ (0,
|
|
1875
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1854
1876
|
"path",
|
|
1855
1877
|
{
|
|
1856
1878
|
fill: "currentColor",
|
|
@@ -1864,8 +1886,8 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1864
1886
|
var Class_default = SvgClass;
|
|
1865
1887
|
|
|
1866
1888
|
// src/components/Close.tsx
|
|
1867
|
-
var
|
|
1868
|
-
var SvgClose = (props) => /* @__PURE__ */ (0,
|
|
1889
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime());
|
|
1890
|
+
var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1869
1891
|
"svg",
|
|
1870
1892
|
{
|
|
1871
1893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1874,7 +1896,7 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
|
1874
1896
|
fill: "none",
|
|
1875
1897
|
viewBox: "0 0 24 24",
|
|
1876
1898
|
...props,
|
|
1877
|
-
children: /* @__PURE__ */ (0,
|
|
1899
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1878
1900
|
"path",
|
|
1879
1901
|
{
|
|
1880
1902
|
fill: "currentColor",
|
|
@@ -1888,8 +1910,8 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
|
1888
1910
|
var Close_default = SvgClose;
|
|
1889
1911
|
|
|
1890
1912
|
// src/components/Code.tsx
|
|
1891
|
-
var
|
|
1892
|
-
var SvgCode = (props) => /* @__PURE__ */ (0,
|
|
1913
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime());
|
|
1914
|
+
var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1893
1915
|
"svg",
|
|
1894
1916
|
{
|
|
1895
1917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1898,7 +1920,7 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
|
1898
1920
|
fill: "none",
|
|
1899
1921
|
viewBox: "0 0 18 10",
|
|
1900
1922
|
...props,
|
|
1901
|
-
children: /* @__PURE__ */ (0,
|
|
1923
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1902
1924
|
"path",
|
|
1903
1925
|
{
|
|
1904
1926
|
fill: "currentColor",
|
|
@@ -1912,8 +1934,8 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
|
1912
1934
|
var Code_default = SvgCode;
|
|
1913
1935
|
|
|
1914
1936
|
// src/components/Collapse.tsx
|
|
1915
|
-
var
|
|
1916
|
-
var SvgCollapse = (props) => /* @__PURE__ */ (0,
|
|
1937
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime());
|
|
1938
|
+
var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
1917
1939
|
"svg",
|
|
1918
1940
|
{
|
|
1919
1941
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1923,7 +1945,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
|
1923
1945
|
viewBox: "0 0 20 20",
|
|
1924
1946
|
...props,
|
|
1925
1947
|
children: [
|
|
1926
|
-
/* @__PURE__ */ (0,
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1927
1949
|
"path",
|
|
1928
1950
|
{
|
|
1929
1951
|
fill: "#212529",
|
|
@@ -1932,7 +1954,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
|
1932
1954
|
clipRule: "evenodd"
|
|
1933
1955
|
}
|
|
1934
1956
|
),
|
|
1935
|
-
/* @__PURE__ */ (0,
|
|
1957
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1936
1958
|
"path",
|
|
1937
1959
|
{
|
|
1938
1960
|
fill: "currentColor",
|
|
@@ -1947,8 +1969,8 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
|
1947
1969
|
var Collapse_default = SvgCollapse;
|
|
1948
1970
|
|
|
1949
1971
|
// src/components/Copy.tsx
|
|
1950
|
-
var
|
|
1951
|
-
var SvgCopy = (props) => /* @__PURE__ */ (0,
|
|
1972
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime());
|
|
1973
|
+
var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1952
1974
|
"svg",
|
|
1953
1975
|
{
|
|
1954
1976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1957,7 +1979,7 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
|
1957
1979
|
fill: "none",
|
|
1958
1980
|
viewBox: "0 0 24 24",
|
|
1959
1981
|
...props,
|
|
1960
|
-
children: /* @__PURE__ */ (0,
|
|
1982
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1961
1983
|
"path",
|
|
1962
1984
|
{
|
|
1963
1985
|
fill: "currentColor",
|
|
@@ -1971,8 +1993,8 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
|
1971
1993
|
var Copy_default = SvgCopy;
|
|
1972
1994
|
|
|
1973
1995
|
// src/components/Draghandle.tsx
|
|
1974
|
-
var
|
|
1975
|
-
var SvgDraghandle = (props) => /* @__PURE__ */ (0,
|
|
1996
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime());
|
|
1997
|
+
var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
1976
1998
|
"svg",
|
|
1977
1999
|
{
|
|
1978
2000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1987,20 +2009,20 @@ var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
|
1987
2009
|
viewBox: "0 0 24 24",
|
|
1988
2010
|
...props,
|
|
1989
2011
|
children: [
|
|
1990
|
-
/* @__PURE__ */ (0,
|
|
1991
|
-
/* @__PURE__ */ (0,
|
|
1992
|
-
/* @__PURE__ */ (0,
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
1994
|
-
/* @__PURE__ */ (0,
|
|
1995
|
-
/* @__PURE__ */ (0,
|
|
2012
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 9, cy: 12, r: 1 }),
|
|
2013
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 9, cy: 5, r: 1 }),
|
|
2014
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 9, cy: 19, r: 1 }),
|
|
2015
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 15, cy: 12, r: 1 }),
|
|
2016
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 15, cy: 5, r: 1 }),
|
|
2017
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 15, cy: 19, r: 1 })
|
|
1996
2018
|
]
|
|
1997
2019
|
}
|
|
1998
2020
|
);
|
|
1999
2021
|
var Draghandle_default = SvgDraghandle;
|
|
2000
2022
|
|
|
2001
2023
|
// src/components/Error.tsx
|
|
2002
|
-
var
|
|
2003
|
-
var SvgError = (props) => /* @__PURE__ */ (0,
|
|
2024
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime());
|
|
2025
|
+
var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2004
2026
|
"svg",
|
|
2005
2027
|
{
|
|
2006
2028
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2009,7 +2031,7 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
|
2009
2031
|
fill: "none",
|
|
2010
2032
|
viewBox: "0 0 24 24",
|
|
2011
2033
|
...props,
|
|
2012
|
-
children: /* @__PURE__ */ (0,
|
|
2034
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2013
2035
|
"path",
|
|
2014
2036
|
{
|
|
2015
2037
|
fill: "currentColor",
|
|
@@ -2023,8 +2045,8 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
|
2023
2045
|
var Error_default = SvgError;
|
|
2024
2046
|
|
|
2025
2047
|
// src/components/External.tsx
|
|
2026
|
-
var
|
|
2027
|
-
var SvgExternal = (props) => /* @__PURE__ */ (0,
|
|
2048
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime());
|
|
2049
|
+
var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2028
2050
|
"svg",
|
|
2029
2051
|
{
|
|
2030
2052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2033,7 +2055,7 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
|
2033
2055
|
fill: "none",
|
|
2034
2056
|
viewBox: "0 0 24 24",
|
|
2035
2057
|
...props,
|
|
2036
|
-
children: /* @__PURE__ */ (0,
|
|
2058
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2037
2059
|
"path",
|
|
2038
2060
|
{
|
|
2039
2061
|
fill: "currentColor",
|
|
@@ -2047,8 +2069,8 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
|
2047
2069
|
var External_default = SvgExternal;
|
|
2048
2070
|
|
|
2049
2071
|
// src/components/Eye.tsx
|
|
2050
|
-
var
|
|
2051
|
-
var SvgEye = (props) => /* @__PURE__ */ (0,
|
|
2072
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
|
|
2073
|
+
var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2052
2074
|
"svg",
|
|
2053
2075
|
{
|
|
2054
2076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2057,7 +2079,7 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2057
2079
|
fill: "none",
|
|
2058
2080
|
viewBox: "0 0 24 24",
|
|
2059
2081
|
...props,
|
|
2060
|
-
children: /* @__PURE__ */ (0,
|
|
2082
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2061
2083
|
"path",
|
|
2062
2084
|
{
|
|
2063
2085
|
fill: "currentColor",
|
|
@@ -2071,8 +2093,8 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2071
2093
|
var Eye_default = SvgEye;
|
|
2072
2094
|
|
|
2073
2095
|
// src/components/Eyehide.tsx
|
|
2074
|
-
var
|
|
2075
|
-
var SvgEyehide = (props) => /* @__PURE__ */ (0,
|
|
2096
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime());
|
|
2097
|
+
var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2076
2098
|
"svg",
|
|
2077
2099
|
{
|
|
2078
2100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2081,7 +2103,7 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2081
2103
|
fill: "none",
|
|
2082
2104
|
viewBox: "0 0 24 24",
|
|
2083
2105
|
...props,
|
|
2084
|
-
children: /* @__PURE__ */ (0,
|
|
2106
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2085
2107
|
"path",
|
|
2086
2108
|
{
|
|
2087
2109
|
fill: "#212529",
|
|
@@ -2093,8 +2115,8 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2093
2115
|
var Eyehide_default = SvgEyehide;
|
|
2094
2116
|
|
|
2095
2117
|
// src/components/First.tsx
|
|
2096
|
-
var
|
|
2097
|
-
var SvgFirst = (props) => /* @__PURE__ */ (0,
|
|
2118
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime());
|
|
2119
|
+
var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
2098
2120
|
"svg",
|
|
2099
2121
|
{
|
|
2100
2122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2104,14 +2126,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
|
2104
2126
|
viewBox: "0 0 24 24",
|
|
2105
2127
|
...props,
|
|
2106
2128
|
children: [
|
|
2107
|
-
/* @__PURE__ */ (0,
|
|
2129
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2108
2130
|
"path",
|
|
2109
2131
|
{
|
|
2110
2132
|
fill: "#212529",
|
|
2111
2133
|
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"
|
|
2112
2134
|
}
|
|
2113
2135
|
),
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2136
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2115
2137
|
"path",
|
|
2116
2138
|
{
|
|
2117
2139
|
fill: "currentColor",
|
|
@@ -2124,8 +2146,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
|
2124
2146
|
var First_default = SvgFirst;
|
|
2125
2147
|
|
|
2126
2148
|
// src/components/Gologo.tsx
|
|
2127
|
-
var
|
|
2128
|
-
var SvgGologo = (props) => /* @__PURE__ */ (0,
|
|
2149
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime());
|
|
2150
|
+
var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
2129
2151
|
"svg",
|
|
2130
2152
|
{
|
|
2131
2153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2135,14 +2157,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2135
2157
|
viewBox: "0 0 35 36",
|
|
2136
2158
|
...props,
|
|
2137
2159
|
children: [
|
|
2138
|
-
/* @__PURE__ */ (0,
|
|
2160
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2139
2161
|
"path",
|
|
2140
2162
|
{
|
|
2141
2163
|
fill: "#082663",
|
|
2142
2164
|
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"
|
|
2143
2165
|
}
|
|
2144
2166
|
),
|
|
2145
|
-
/* @__PURE__ */ (0,
|
|
2167
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2146
2168
|
"path",
|
|
2147
2169
|
{
|
|
2148
2170
|
fill: "#fff",
|
|
@@ -2155,8 +2177,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2155
2177
|
var Gologo_default = SvgGologo;
|
|
2156
2178
|
|
|
2157
2179
|
// src/components/Hamburger.tsx
|
|
2158
|
-
var
|
|
2159
|
-
var SvgHamburger = (props) => /* @__PURE__ */ (0,
|
|
2180
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime());
|
|
2181
|
+
var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2160
2182
|
"svg",
|
|
2161
2183
|
{
|
|
2162
2184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2165,7 +2187,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2165
2187
|
fill: "none",
|
|
2166
2188
|
viewBox: "0 0 24 24",
|
|
2167
2189
|
...props,
|
|
2168
|
-
children: /* @__PURE__ */ (0,
|
|
2190
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2169
2191
|
"path",
|
|
2170
2192
|
{
|
|
2171
2193
|
fill: "currentColor",
|
|
@@ -2179,8 +2201,8 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2179
2201
|
var Hamburger_default = SvgHamburger;
|
|
2180
2202
|
|
|
2181
2203
|
// src/components/Headingtext.tsx
|
|
2182
|
-
var
|
|
2183
|
-
var SvgHeadingtext = (props) => /* @__PURE__ */ (0,
|
|
2204
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime());
|
|
2205
|
+
var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2184
2206
|
"svg",
|
|
2185
2207
|
{
|
|
2186
2208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2194,14 +2216,14 @@ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2194
2216
|
className: "headingtext_svg__lucide headingtext_svg__lucide-heading-icon headingtext_svg__lucide-heading",
|
|
2195
2217
|
viewBox: "0 0 24 24",
|
|
2196
2218
|
...props,
|
|
2197
|
-
children: /* @__PURE__ */ (0,
|
|
2219
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
|
|
2198
2220
|
}
|
|
2199
2221
|
);
|
|
2200
2222
|
var Headingtext_default = SvgHeadingtext;
|
|
2201
2223
|
|
|
2202
2224
|
// src/components/Headingtext1.tsx
|
|
2203
|
-
var
|
|
2204
|
-
var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0,
|
|
2225
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime());
|
|
2226
|
+
var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2205
2227
|
"svg",
|
|
2206
2228
|
{
|
|
2207
2229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2215,14 +2237,14 @@ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2215
2237
|
className: "headingtext1_svg__lucide headingtext1_svg__lucide-heading1-icon headingtext1_svg__lucide-heading-1",
|
|
2216
2238
|
viewBox: "0 0 24 24",
|
|
2217
2239
|
...props,
|
|
2218
|
-
children: /* @__PURE__ */ (0,
|
|
2240
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
|
|
2219
2241
|
}
|
|
2220
2242
|
);
|
|
2221
2243
|
var Headingtext1_default = SvgHeadingtext1;
|
|
2222
2244
|
|
|
2223
2245
|
// src/components/Headingtext2.tsx
|
|
2224
|
-
var
|
|
2225
|
-
var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0,
|
|
2246
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime());
|
|
2247
|
+
var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2226
2248
|
"svg",
|
|
2227
2249
|
{
|
|
2228
2250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2236,14 +2258,14 @@ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2236
2258
|
className: "headingtext2_svg__lucide headingtext2_svg__lucide-heading1-icon headingtext2_svg__lucide-heading-1",
|
|
2237
2259
|
viewBox: "0 0 24 24",
|
|
2238
2260
|
...props,
|
|
2239
|
-
children: /* @__PURE__ */ (0,
|
|
2261
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
|
|
2240
2262
|
}
|
|
2241
2263
|
);
|
|
2242
2264
|
var Headingtext2_default = SvgHeadingtext2;
|
|
2243
2265
|
|
|
2244
2266
|
// src/components/Headingtext3.tsx
|
|
2245
|
-
var
|
|
2246
|
-
var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0,
|
|
2267
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime());
|
|
2268
|
+
var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2247
2269
|
"svg",
|
|
2248
2270
|
{
|
|
2249
2271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2257,14 +2279,14 @@ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2257
2279
|
className: "headingtext3_svg__lucide headingtext3_svg__lucide-heading3-icon headingtext3_svg__lucide-heading-3",
|
|
2258
2280
|
viewBox: "0 0 24 24",
|
|
2259
2281
|
...props,
|
|
2260
|
-
children: /* @__PURE__ */ (0,
|
|
2282
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.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" })
|
|
2261
2283
|
}
|
|
2262
2284
|
);
|
|
2263
2285
|
var Headingtext3_default = SvgHeadingtext3;
|
|
2264
2286
|
|
|
2265
2287
|
// src/components/Headingtext4.tsx
|
|
2266
|
-
var
|
|
2267
|
-
var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0,
|
|
2288
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime());
|
|
2289
|
+
var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2268
2290
|
"svg",
|
|
2269
2291
|
{
|
|
2270
2292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2278,14 +2300,14 @@ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2278
2300
|
className: "headingtext4_svg__lucide headingtext4_svg__lucide-heading4-icon headingtext4_svg__lucide-heading-4",
|
|
2279
2301
|
viewBox: "0 0 24 24",
|
|
2280
2302
|
...props,
|
|
2281
|
-
children: /* @__PURE__ */ (0,
|
|
2303
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
|
|
2282
2304
|
}
|
|
2283
2305
|
);
|
|
2284
2306
|
var Headingtext4_default = SvgHeadingtext4;
|
|
2285
2307
|
|
|
2286
2308
|
// src/components/Headingtext5.tsx
|
|
2287
|
-
var
|
|
2288
|
-
var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0,
|
|
2309
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime());
|
|
2310
|
+
var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2289
2311
|
"svg",
|
|
2290
2312
|
{
|
|
2291
2313
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2299,14 +2321,14 @@ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2299
2321
|
className: "headingtext5_svg__lucide headingtext5_svg__lucide-heading5-icon headingtext5_svg__lucide-heading-5",
|
|
2300
2322
|
viewBox: "0 0 24 24",
|
|
2301
2323
|
...props,
|
|
2302
|
-
children: /* @__PURE__ */ (0,
|
|
2324
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.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" })
|
|
2303
2325
|
}
|
|
2304
2326
|
);
|
|
2305
2327
|
var Headingtext5_default = SvgHeadingtext5;
|
|
2306
2328
|
|
|
2307
2329
|
// src/components/Headingtext6.tsx
|
|
2308
|
-
var
|
|
2309
|
-
var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0,
|
|
2330
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime());
|
|
2331
|
+
var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
2310
2332
|
"svg",
|
|
2311
2333
|
{
|
|
2312
2334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2321,17 +2343,17 @@ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
|
2321
2343
|
viewBox: "0 0 24 24",
|
|
2322
2344
|
...props,
|
|
2323
2345
|
children: [
|
|
2324
|
-
/* @__PURE__ */ (0,
|
|
2325
|
-
/* @__PURE__ */ (0,
|
|
2326
|
-
/* @__PURE__ */ (0,
|
|
2346
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6" }),
|
|
2347
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: 19, cy: 16, r: 2 }),
|
|
2348
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M20 10c-2 2-3 3.5-3 6" })
|
|
2327
2349
|
]
|
|
2328
2350
|
}
|
|
2329
2351
|
);
|
|
2330
2352
|
var Headingtext6_default = SvgHeadingtext6;
|
|
2331
2353
|
|
|
2332
2354
|
// src/components/Indeterminate.tsx
|
|
2333
|
-
var
|
|
2334
|
-
var SvgIndeterminate = (props) => /* @__PURE__ */ (0,
|
|
2355
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime());
|
|
2356
|
+
var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2335
2357
|
"svg",
|
|
2336
2358
|
{
|
|
2337
2359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2340,7 +2362,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2340
2362
|
fill: "none",
|
|
2341
2363
|
viewBox: "0 0 24 24",
|
|
2342
2364
|
...props,
|
|
2343
|
-
children: /* @__PURE__ */ (0,
|
|
2365
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2344
2366
|
"path",
|
|
2345
2367
|
{
|
|
2346
2368
|
fill: "currentColor",
|
|
@@ -2354,8 +2376,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2354
2376
|
var Indeterminate_default = SvgIndeterminate;
|
|
2355
2377
|
|
|
2356
2378
|
// src/components/Info.tsx
|
|
2357
|
-
var
|
|
2358
|
-
var SvgInfo = (props) => /* @__PURE__ */ (0,
|
|
2379
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime());
|
|
2380
|
+
var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2359
2381
|
"svg",
|
|
2360
2382
|
{
|
|
2361
2383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2364,7 +2386,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2364
2386
|
fill: "none",
|
|
2365
2387
|
viewBox: "0 0 24 24",
|
|
2366
2388
|
...props,
|
|
2367
|
-
children: /* @__PURE__ */ (0,
|
|
2389
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2368
2390
|
"path",
|
|
2369
2391
|
{
|
|
2370
2392
|
fill: "currentColor",
|
|
@@ -2378,8 +2400,8 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2378
2400
|
var Info_default = SvgInfo;
|
|
2379
2401
|
|
|
2380
2402
|
// src/components/Italicstext.tsx
|
|
2381
|
-
var
|
|
2382
|
-
var SvgItalicstext = (props) => /* @__PURE__ */ (0,
|
|
2403
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime());
|
|
2404
|
+
var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2383
2405
|
"svg",
|
|
2384
2406
|
{
|
|
2385
2407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2393,14 +2415,14 @@ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2393
2415
|
className: "italicstext_svg__lucide italicstext_svg__lucide-italic-icon italicstext_svg__lucide-italic",
|
|
2394
2416
|
viewBox: "0 0 24 24",
|
|
2395
2417
|
...props,
|
|
2396
|
-
children: /* @__PURE__ */ (0,
|
|
2418
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
|
|
2397
2419
|
}
|
|
2398
2420
|
);
|
|
2399
2421
|
var Italicstext_default = SvgItalicstext;
|
|
2400
2422
|
|
|
2401
2423
|
// src/components/Last.tsx
|
|
2402
|
-
var
|
|
2403
|
-
var SvgLast = (props) => /* @__PURE__ */ (0,
|
|
2424
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime());
|
|
2425
|
+
var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
2404
2426
|
"svg",
|
|
2405
2427
|
{
|
|
2406
2428
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2410,14 +2432,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
|
2410
2432
|
viewBox: "0 0 24 24",
|
|
2411
2433
|
...props,
|
|
2412
2434
|
children: [
|
|
2413
|
-
/* @__PURE__ */ (0,
|
|
2435
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2414
2436
|
"path",
|
|
2415
2437
|
{
|
|
2416
2438
|
fill: "#212529",
|
|
2417
2439
|
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"
|
|
2418
2440
|
}
|
|
2419
2441
|
),
|
|
2420
|
-
/* @__PURE__ */ (0,
|
|
2442
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2421
2443
|
"path",
|
|
2422
2444
|
{
|
|
2423
2445
|
fill: "currentColor",
|
|
@@ -2430,8 +2452,8 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
|
2430
2452
|
var Last_default = SvgLast;
|
|
2431
2453
|
|
|
2432
2454
|
// src/components/List.tsx
|
|
2433
|
-
var
|
|
2434
|
-
var SvgList = (props) => /* @__PURE__ */ (0,
|
|
2455
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime());
|
|
2456
|
+
var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2435
2457
|
"svg",
|
|
2436
2458
|
{
|
|
2437
2459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2445,14 +2467,14 @@ var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
|
2445
2467
|
className: "list_svg__lucide list_svg__lucide-list-icon list_svg__lucide-list",
|
|
2446
2468
|
viewBox: "0 0 24 24",
|
|
2447
2469
|
...props,
|
|
2448
|
-
children: /* @__PURE__ */ (0,
|
|
2470
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13" })
|
|
2449
2471
|
}
|
|
2450
2472
|
);
|
|
2451
2473
|
var List_default = SvgList;
|
|
2452
2474
|
|
|
2453
2475
|
// src/components/Listordered.tsx
|
|
2454
|
-
var
|
|
2455
|
-
var SvgListordered = (props) => /* @__PURE__ */ (0,
|
|
2476
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime());
|
|
2477
|
+
var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2456
2478
|
"svg",
|
|
2457
2479
|
{
|
|
2458
2480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2466,14 +2488,14 @@ var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
|
2466
2488
|
className: "listordered_svg__lucide listordered_svg__lucide-list-ordered-icon listordered_svg__lucide-list-ordered",
|
|
2467
2489
|
viewBox: "0 0 24 24",
|
|
2468
2490
|
...props,
|
|
2469
|
-
children: /* @__PURE__ */ (0,
|
|
2491
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M11 5h10M11 12h10M11 19h10M4 4h1v5M4 9h2M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" })
|
|
2470
2492
|
}
|
|
2471
2493
|
);
|
|
2472
2494
|
var Listordered_default = SvgListordered;
|
|
2473
2495
|
|
|
2474
2496
|
// src/components/Next.tsx
|
|
2475
|
-
var
|
|
2476
|
-
var SvgNext = (props) => /* @__PURE__ */ (0,
|
|
2497
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime());
|
|
2498
|
+
var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2477
2499
|
"svg",
|
|
2478
2500
|
{
|
|
2479
2501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2482,7 +2504,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
|
2482
2504
|
fill: "none",
|
|
2483
2505
|
viewBox: "0 0 24 24",
|
|
2484
2506
|
...props,
|
|
2485
|
-
children: /* @__PURE__ */ (0,
|
|
2507
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2486
2508
|
"path",
|
|
2487
2509
|
{
|
|
2488
2510
|
fill: "currentColor",
|
|
@@ -2496,8 +2518,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
|
2496
2518
|
var Next_default = SvgNext;
|
|
2497
2519
|
|
|
2498
2520
|
// src/components/PersonAvatar.tsx
|
|
2499
|
-
var
|
|
2500
|
-
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0,
|
|
2521
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime());
|
|
2522
|
+
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2501
2523
|
"svg",
|
|
2502
2524
|
{
|
|
2503
2525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2506,7 +2528,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
|
2506
2528
|
fill: "none",
|
|
2507
2529
|
viewBox: "0 0 24 24",
|
|
2508
2530
|
...props,
|
|
2509
|
-
children: /* @__PURE__ */ (0,
|
|
2531
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2510
2532
|
"path",
|
|
2511
2533
|
{
|
|
2512
2534
|
fill: "currentColor",
|
|
@@ -2520,8 +2542,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
|
2520
2542
|
var PersonAvatar_default = SvgPersonAvatar;
|
|
2521
2543
|
|
|
2522
2544
|
// src/components/Plus.tsx
|
|
2523
|
-
var
|
|
2524
|
-
var SvgPlus = (props) => /* @__PURE__ */ (0,
|
|
2545
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime());
|
|
2546
|
+
var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2525
2547
|
"svg",
|
|
2526
2548
|
{
|
|
2527
2549
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2530,7 +2552,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
|
2530
2552
|
fill: "none",
|
|
2531
2553
|
viewBox: "0 0 24 24",
|
|
2532
2554
|
...props,
|
|
2533
|
-
children: /* @__PURE__ */ (0,
|
|
2555
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2534
2556
|
"path",
|
|
2535
2557
|
{
|
|
2536
2558
|
fill: "currentColor",
|
|
@@ -2544,8 +2566,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
|
2544
2566
|
var Plus_default = SvgPlus;
|
|
2545
2567
|
|
|
2546
2568
|
// src/components/Previous.tsx
|
|
2547
|
-
var
|
|
2548
|
-
var SvgPrevious = (props) => /* @__PURE__ */ (0,
|
|
2569
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime());
|
|
2570
|
+
var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2549
2571
|
"svg",
|
|
2550
2572
|
{
|
|
2551
2573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2554,7 +2576,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
|
2554
2576
|
fill: "none",
|
|
2555
2577
|
viewBox: "0 0 24 24",
|
|
2556
2578
|
...props,
|
|
2557
|
-
children: /* @__PURE__ */ (0,
|
|
2579
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2558
2580
|
"path",
|
|
2559
2581
|
{
|
|
2560
2582
|
fill: "currentColor",
|
|
@@ -2568,8 +2590,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
|
2568
2590
|
var Previous_default = SvgPrevious;
|
|
2569
2591
|
|
|
2570
2592
|
// src/components/Product.tsx
|
|
2571
|
-
var
|
|
2572
|
-
var SvgProduct = (props) => /* @__PURE__ */ (0,
|
|
2593
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime());
|
|
2594
|
+
var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2573
2595
|
"svg",
|
|
2574
2596
|
{
|
|
2575
2597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2578,7 +2600,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
|
2578
2600
|
fill: "none",
|
|
2579
2601
|
viewBox: "0 0 18 20",
|
|
2580
2602
|
...props,
|
|
2581
|
-
children: /* @__PURE__ */ (0,
|
|
2603
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2582
2604
|
"path",
|
|
2583
2605
|
{
|
|
2584
2606
|
fill: "currentColor",
|
|
@@ -2592,8 +2614,8 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
|
2592
2614
|
var Product_default = SvgProduct;
|
|
2593
2615
|
|
|
2594
2616
|
// src/components/Redo.tsx
|
|
2595
|
-
var
|
|
2596
|
-
var SvgRedo = (props) => /* @__PURE__ */ (0,
|
|
2617
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime());
|
|
2618
|
+
var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
2597
2619
|
"svg",
|
|
2598
2620
|
{
|
|
2599
2621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2608,16 +2630,16 @@ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
|
2608
2630
|
viewBox: "0 0 24 24",
|
|
2609
2631
|
...props,
|
|
2610
2632
|
children: [
|
|
2611
|
-
/* @__PURE__ */ (0,
|
|
2612
|
-
/* @__PURE__ */ (0,
|
|
2633
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "m15 14 5-5-5-5" }),
|
|
2634
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.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" })
|
|
2613
2635
|
]
|
|
2614
2636
|
}
|
|
2615
2637
|
);
|
|
2616
2638
|
var Redo_default = SvgRedo;
|
|
2617
2639
|
|
|
2618
2640
|
// src/components/Searchglass.tsx
|
|
2619
|
-
var
|
|
2620
|
-
var SvgSearchglass = (props) => /* @__PURE__ */ (0,
|
|
2641
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime());
|
|
2642
|
+
var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2621
2643
|
"svg",
|
|
2622
2644
|
{
|
|
2623
2645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2626,7 +2648,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
|
2626
2648
|
fill: "none",
|
|
2627
2649
|
viewBox: "0 0 24 24",
|
|
2628
2650
|
...props,
|
|
2629
|
-
children: /* @__PURE__ */ (0,
|
|
2651
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2630
2652
|
"path",
|
|
2631
2653
|
{
|
|
2632
2654
|
fill: "currentColor",
|
|
@@ -2640,8 +2662,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
|
2640
2662
|
var Searchglass_default = SvgSearchglass;
|
|
2641
2663
|
|
|
2642
2664
|
// src/components/Series.tsx
|
|
2643
|
-
var
|
|
2644
|
-
var SvgSeries = (props) => /* @__PURE__ */ (0,
|
|
2665
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime());
|
|
2666
|
+
var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2645
2667
|
"svg",
|
|
2646
2668
|
{
|
|
2647
2669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2650,7 +2672,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
|
2650
2672
|
fill: "none",
|
|
2651
2673
|
viewBox: "0 0 24 24",
|
|
2652
2674
|
...props,
|
|
2653
|
-
children: /* @__PURE__ */ (0,
|
|
2675
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2654
2676
|
"path",
|
|
2655
2677
|
{
|
|
2656
2678
|
fill: "currentColor",
|
|
@@ -2664,8 +2686,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
|
2664
2686
|
var Series_default = SvgSeries;
|
|
2665
2687
|
|
|
2666
2688
|
// src/components/Settings.tsx
|
|
2667
|
-
var
|
|
2668
|
-
var SvgSettings = (props) => /* @__PURE__ */ (0,
|
|
2689
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime());
|
|
2690
|
+
var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2669
2691
|
"svg",
|
|
2670
2692
|
{
|
|
2671
2693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2674,7 +2696,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
|
2674
2696
|
fill: "none",
|
|
2675
2697
|
viewBox: "0 0 20 20",
|
|
2676
2698
|
...props,
|
|
2677
|
-
children: /* @__PURE__ */ (0,
|
|
2699
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2678
2700
|
"path",
|
|
2679
2701
|
{
|
|
2680
2702
|
fill: "currentColor",
|
|
@@ -2688,8 +2710,8 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
|
2688
2710
|
var Settings_default = SvgSettings;
|
|
2689
2711
|
|
|
2690
2712
|
// src/components/Sigma.tsx
|
|
2691
|
-
var
|
|
2692
|
-
var SvgSigma = (props) => /* @__PURE__ */ (0,
|
|
2713
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime());
|
|
2714
|
+
var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2693
2715
|
"svg",
|
|
2694
2716
|
{
|
|
2695
2717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2703,14 +2725,14 @@ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
|
2703
2725
|
className: "sigma_svg__lucide sigma_svg__lucide-sigma-icon sigma_svg__lucide-sigma",
|
|
2704
2726
|
viewBox: "0 0 24 24",
|
|
2705
2727
|
...props,
|
|
2706
|
-
children: /* @__PURE__ */ (0,
|
|
2728
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2" })
|
|
2707
2729
|
}
|
|
2708
2730
|
);
|
|
2709
2731
|
var Sigma_default = SvgSigma;
|
|
2710
2732
|
|
|
2711
2733
|
// src/components/Success.tsx
|
|
2712
|
-
var
|
|
2713
|
-
var SvgSuccess = (props) => /* @__PURE__ */ (0,
|
|
2734
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime());
|
|
2735
|
+
var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2714
2736
|
"svg",
|
|
2715
2737
|
{
|
|
2716
2738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2719,7 +2741,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
|
2719
2741
|
fill: "none",
|
|
2720
2742
|
viewBox: "0 0 24 24",
|
|
2721
2743
|
...props,
|
|
2722
|
-
children: /* @__PURE__ */ (0,
|
|
2744
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2723
2745
|
"path",
|
|
2724
2746
|
{
|
|
2725
2747
|
fill: "currentColor",
|
|
@@ -2733,8 +2755,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
|
2733
2755
|
var Success_default = SvgSuccess;
|
|
2734
2756
|
|
|
2735
2757
|
// src/components/Swaporder.tsx
|
|
2736
|
-
var
|
|
2737
|
-
var SvgSwaporder = (props) => /* @__PURE__ */ (0,
|
|
2758
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime());
|
|
2759
|
+
var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2738
2760
|
"svg",
|
|
2739
2761
|
{
|
|
2740
2762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2743,7 +2765,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
|
2743
2765
|
fill: "none",
|
|
2744
2766
|
viewBox: "0 0 24 24",
|
|
2745
2767
|
...props,
|
|
2746
|
-
children: /* @__PURE__ */ (0,
|
|
2768
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2747
2769
|
"path",
|
|
2748
2770
|
{
|
|
2749
2771
|
fill: "currentColor",
|
|
@@ -2756,9 +2778,31 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
|
2756
2778
|
);
|
|
2757
2779
|
var Swaporder_default = SvgSwaporder;
|
|
2758
2780
|
|
|
2781
|
+
// src/components/Switch.tsx
|
|
2782
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime());
|
|
2783
|
+
var SvgSwitch = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2784
|
+
"svg",
|
|
2785
|
+
{
|
|
2786
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2787
|
+
width: "1em",
|
|
2788
|
+
height: "1em",
|
|
2789
|
+
fill: "none",
|
|
2790
|
+
viewBox: "0 0 24 24",
|
|
2791
|
+
...props,
|
|
2792
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2793
|
+
"path",
|
|
2794
|
+
{
|
|
2795
|
+
fill: "#212529",
|
|
2796
|
+
d: "m11 12.2-.9-.9a.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275.95.95 0 0 0-.275.7q0 .425.275.7l2.6 2.6q.3.3.7.3t.7-.3l2.6-2.6a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275l-.9.9V9a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 8a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 9zm1 9.8a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
2797
|
+
}
|
|
2798
|
+
)
|
|
2799
|
+
}
|
|
2800
|
+
);
|
|
2801
|
+
var Switch_default = SvgSwitch;
|
|
2802
|
+
|
|
2759
2803
|
// src/components/Table.tsx
|
|
2760
|
-
var
|
|
2761
|
-
var SvgTable = (props) => /* @__PURE__ */ (0,
|
|
2804
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime());
|
|
2805
|
+
var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2762
2806
|
"svg",
|
|
2763
2807
|
{
|
|
2764
2808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2772,14 +2816,14 @@ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
|
2772
2816
|
className: "table_svg__lucide table_svg__lucide-table2-icon table_svg__lucide-table-2",
|
|
2773
2817
|
viewBox: "0 0 24 24",
|
|
2774
2818
|
...props,
|
|
2775
|
-
children: /* @__PURE__ */ (0,
|
|
2819
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" })
|
|
2776
2820
|
}
|
|
2777
2821
|
);
|
|
2778
2822
|
var Table_default = SvgTable;
|
|
2779
2823
|
|
|
2780
2824
|
// src/components/TextAlignCenter.tsx
|
|
2781
|
-
var
|
|
2782
|
-
var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0,
|
|
2825
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime());
|
|
2826
|
+
var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2783
2827
|
"svg",
|
|
2784
2828
|
{
|
|
2785
2829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2793,14 +2837,14 @@ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx
|
|
|
2793
2837
|
className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
|
|
2794
2838
|
viewBox: "0 0 24 24",
|
|
2795
2839
|
...props,
|
|
2796
|
-
children: /* @__PURE__ */ (0,
|
|
2840
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
|
|
2797
2841
|
}
|
|
2798
2842
|
);
|
|
2799
2843
|
var TextAlignCenter_default = SvgTextAlignCenter;
|
|
2800
2844
|
|
|
2801
2845
|
// src/components/TextAlignEnd.tsx
|
|
2802
|
-
var
|
|
2803
|
-
var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0,
|
|
2846
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime());
|
|
2847
|
+
var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2804
2848
|
"svg",
|
|
2805
2849
|
{
|
|
2806
2850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2814,14 +2858,14 @@ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
|
2814
2858
|
className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
|
|
2815
2859
|
viewBox: "0 0 24 24",
|
|
2816
2860
|
...props,
|
|
2817
|
-
children: /* @__PURE__ */ (0,
|
|
2861
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
|
|
2818
2862
|
}
|
|
2819
2863
|
);
|
|
2820
2864
|
var TextAlignEnd_default = SvgTextAlignEnd;
|
|
2821
2865
|
|
|
2822
2866
|
// src/components/TextAlignJustify.tsx
|
|
2823
|
-
var
|
|
2824
|
-
var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0,
|
|
2867
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime());
|
|
2868
|
+
var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2825
2869
|
"svg",
|
|
2826
2870
|
{
|
|
2827
2871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2835,14 +2879,14 @@ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.js
|
|
|
2835
2879
|
className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
|
|
2836
2880
|
viewBox: "0 0 24 24",
|
|
2837
2881
|
...props,
|
|
2838
|
-
children: /* @__PURE__ */ (0,
|
|
2882
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
|
|
2839
2883
|
}
|
|
2840
2884
|
);
|
|
2841
2885
|
var TextAlignJustify_default = SvgTextAlignJustify;
|
|
2842
2886
|
|
|
2843
2887
|
// src/components/TextAlignStart.tsx
|
|
2844
|
-
var
|
|
2845
|
-
var SvgTextAlignStart = (props) => /* @__PURE__ */ (0,
|
|
2888
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime());
|
|
2889
|
+
var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2846
2890
|
"svg",
|
|
2847
2891
|
{
|
|
2848
2892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2856,14 +2900,14 @@ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)
|
|
|
2856
2900
|
className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
|
|
2857
2901
|
viewBox: "0 0 24 24",
|
|
2858
2902
|
...props,
|
|
2859
|
-
children: /* @__PURE__ */ (0,
|
|
2903
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
|
|
2860
2904
|
}
|
|
2861
2905
|
);
|
|
2862
2906
|
var TextAlignStart_default = SvgTextAlignStart;
|
|
2863
2907
|
|
|
2864
2908
|
// src/components/Underlinetext.tsx
|
|
2865
|
-
var
|
|
2866
|
-
var SvgUnderlinetext = (props) => /* @__PURE__ */ (0,
|
|
2909
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime());
|
|
2910
|
+
var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2867
2911
|
"svg",
|
|
2868
2912
|
{
|
|
2869
2913
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2877,14 +2921,14 @@ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
|
2877
2921
|
className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
|
|
2878
2922
|
viewBox: "0 0 24 24",
|
|
2879
2923
|
...props,
|
|
2880
|
-
children: /* @__PURE__ */ (0,
|
|
2924
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
|
|
2881
2925
|
}
|
|
2882
2926
|
);
|
|
2883
2927
|
var Underlinetext_default = SvgUnderlinetext;
|
|
2884
2928
|
|
|
2885
2929
|
// src/components/Undo.tsx
|
|
2886
|
-
var
|
|
2887
|
-
var SvgUndo = (props) => /* @__PURE__ */ (0,
|
|
2930
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime());
|
|
2931
|
+
var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
2888
2932
|
"svg",
|
|
2889
2933
|
{
|
|
2890
2934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2899,16 +2943,16 @@ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
|
2899
2943
|
viewBox: "0 0 24 24",
|
|
2900
2944
|
...props,
|
|
2901
2945
|
children: [
|
|
2902
|
-
/* @__PURE__ */ (0,
|
|
2903
|
-
/* @__PURE__ */ (0,
|
|
2946
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M9 14 4 9l5-5" }),
|
|
2947
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.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" })
|
|
2904
2948
|
]
|
|
2905
2949
|
}
|
|
2906
2950
|
);
|
|
2907
2951
|
var Undo_default = SvgUndo;
|
|
2908
2952
|
|
|
2909
2953
|
// src/components/Unknown.tsx
|
|
2910
|
-
var
|
|
2911
|
-
var SvgUnknown = (props) => /* @__PURE__ */ (0,
|
|
2954
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime());
|
|
2955
|
+
var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2912
2956
|
"svg",
|
|
2913
2957
|
{
|
|
2914
2958
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2917,7 +2961,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
|
2917
2961
|
fill: "none",
|
|
2918
2962
|
viewBox: "0 0 24 24",
|
|
2919
2963
|
...props,
|
|
2920
|
-
children: /* @__PURE__ */ (0,
|
|
2964
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2921
2965
|
"path",
|
|
2922
2966
|
{
|
|
2923
2967
|
fill: "currentColor",
|
|
@@ -2931,8 +2975,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
|
2931
2975
|
var Unknown_default = SvgUnknown;
|
|
2932
2976
|
|
|
2933
2977
|
// src/components/Users.tsx
|
|
2934
|
-
var
|
|
2935
|
-
var SvgUsers = (props) => /* @__PURE__ */ (0,
|
|
2978
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime());
|
|
2979
|
+
var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2936
2980
|
"svg",
|
|
2937
2981
|
{
|
|
2938
2982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2941,7 +2985,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
|
2941
2985
|
fill: "none",
|
|
2942
2986
|
viewBox: "0 0 24 24",
|
|
2943
2987
|
...props,
|
|
2944
|
-
children: /* @__PURE__ */ (0,
|
|
2988
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2945
2989
|
"path",
|
|
2946
2990
|
{
|
|
2947
2991
|
fill: "currentColor",
|
|
@@ -2955,8 +2999,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
|
2955
2999
|
var Users_default = SvgUsers;
|
|
2956
3000
|
|
|
2957
3001
|
// src/components/Warning.tsx
|
|
2958
|
-
var
|
|
2959
|
-
var SvgWarning = (props) => /* @__PURE__ */ (0,
|
|
3002
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime());
|
|
3003
|
+
var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2960
3004
|
"svg",
|
|
2961
3005
|
{
|
|
2962
3006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2965,7 +3009,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
|
2965
3009
|
fill: "none",
|
|
2966
3010
|
viewBox: "0 0 24 24",
|
|
2967
3011
|
...props,
|
|
2968
|
-
children: /* @__PURE__ */ (0,
|
|
3012
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2969
3013
|
"path",
|
|
2970
3014
|
{
|
|
2971
3015
|
fill: "currentColor",
|
|
@@ -3024,6 +3068,6 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
3024
3068
|
*)
|
|
3025
3069
|
*/
|
|
3026
3070
|
|
|
3027
|
-
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, Draghandle_default as Draghandle, 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, List_default as List, Listordered_default as Listordered, 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, Sigma_default as Sigma, Success_default as Success, Swaporder_default as Swaporder, Table_default as Table, 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 };
|
|
3071
|
+
export { Addimage_default as Addimage, Arrow_default as Arrow, 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, Draghandle_default as Draghandle, 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, List_default as List, Listordered_default as Listordered, 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, Sigma_default as Sigma, Success_default as Success, Swaporder_default as Swaporder, Switch_default as Switch, Table_default as Table, 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 };
|
|
3028
3072
|
//# sourceMappingURL=index.mjs.map
|
|
3029
3073
|
//# sourceMappingURL=index.mjs.map
|