@edux-design/icons 0.0.3 → 0.0.5

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.js CHANGED
@@ -1748,9 +1748,31 @@ var SvgAddimage = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
1748
1748
  );
1749
1749
  var Addimage_default = SvgAddimage;
1750
1750
 
1751
- // src/components/Boldtext.tsx
1751
+ // src/components/Arrow.tsx
1752
1752
  var import_jsx_runtime2 = __toESM(require_jsx_runtime());
1753
- var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1753
+ var SvgArrow = (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
+ viewBox: "0 0 24 24",
1761
+ ...props,
1762
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1763
+ "path",
1764
+ {
1765
+ fill: "#212529",
1766
+ 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"
1767
+ }
1768
+ )
1769
+ }
1770
+ );
1771
+ var Arrow_default = SvgArrow;
1772
+
1773
+ // src/components/Boldtext.tsx
1774
+ var import_jsx_runtime3 = __toESM(require_jsx_runtime());
1775
+ var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1754
1776
  "svg",
1755
1777
  {
1756
1778
  xmlns: "http://www.w3.org/2000/svg",
@@ -1764,14 +1786,14 @@ var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1764
1786
  className: "boldtext_svg__lucide boldtext_svg__lucide-bold-icon boldtext_svg__lucide-bold",
1765
1787
  viewBox: "0 0 24 24",
1766
1788
  ...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" })
1789
+ 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" })
1768
1790
  }
1769
1791
  );
1770
1792
  var Boldtext_default = SvgBoldtext;
1771
1793
 
1772
1794
  // src/components/Book.tsx
1773
- var import_jsx_runtime3 = __toESM(require_jsx_runtime());
1774
- var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1795
+ var import_jsx_runtime4 = __toESM(require_jsx_runtime());
1796
+ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1775
1797
  "svg",
1776
1798
  {
1777
1799
  xmlns: "http://www.w3.org/2000/svg",
@@ -1780,7 +1802,7 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1780
1802
  fill: "none",
1781
1803
  viewBox: "0 0 22 19",
1782
1804
  ...props,
1783
- children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1805
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1784
1806
  "path",
1785
1807
  {
1786
1808
  fill: "currentColor",
@@ -1794,8 +1816,8 @@ var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1794
1816
  var Book_default = SvgBook;
1795
1817
 
1796
1818
  // src/components/Check.tsx
1797
- var import_jsx_runtime4 = __toESM(require_jsx_runtime());
1798
- var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1819
+ var import_jsx_runtime5 = __toESM(require_jsx_runtime());
1820
+ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1799
1821
  "svg",
1800
1822
  {
1801
1823
  xmlns: "http://www.w3.org/2000/svg",
@@ -1804,7 +1826,7 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1804
1826
  fill: "none",
1805
1827
  viewBox: "0 0 24 24",
1806
1828
  ...props,
1807
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1829
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1808
1830
  "path",
1809
1831
  {
1810
1832
  fill: "currentColor",
@@ -1818,8 +1840,8 @@ var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1818
1840
  var Check_default = SvgCheck;
1819
1841
 
1820
1842
  // src/components/Chevron.tsx
1821
- var import_jsx_runtime5 = __toESM(require_jsx_runtime());
1822
- var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1843
+ var import_jsx_runtime6 = __toESM(require_jsx_runtime());
1844
+ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1823
1845
  "svg",
1824
1846
  {
1825
1847
  xmlns: "http://www.w3.org/2000/svg",
@@ -1828,7 +1850,7 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1828
1850
  fill: "none",
1829
1851
  viewBox: "0 0 24 24",
1830
1852
  ...props,
1831
- children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1853
+ children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1832
1854
  "path",
1833
1855
  {
1834
1856
  fill: "currentColor",
@@ -1842,8 +1864,8 @@ var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1842
1864
  var Chevron_default = SvgChevron;
1843
1865
 
1844
1866
  // src/components/Class.tsx
1845
- var import_jsx_runtime6 = __toESM(require_jsx_runtime());
1846
- var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1867
+ var import_jsx_runtime7 = __toESM(require_jsx_runtime());
1868
+ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1847
1869
  "svg",
1848
1870
  {
1849
1871
  xmlns: "http://www.w3.org/2000/svg",
@@ -1852,7 +1874,7 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1852
1874
  fill: "none",
1853
1875
  viewBox: "0 0 24 25",
1854
1876
  ...props,
1855
- children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1877
+ children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1856
1878
  "path",
1857
1879
  {
1858
1880
  fill: "currentColor",
@@ -1866,8 +1888,8 @@ var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1866
1888
  var Class_default = SvgClass;
1867
1889
 
1868
1890
  // src/components/Close.tsx
1869
- var import_jsx_runtime7 = __toESM(require_jsx_runtime());
1870
- var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1891
+ var import_jsx_runtime8 = __toESM(require_jsx_runtime());
1892
+ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1871
1893
  "svg",
1872
1894
  {
1873
1895
  xmlns: "http://www.w3.org/2000/svg",
@@ -1876,7 +1898,7 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1876
1898
  fill: "none",
1877
1899
  viewBox: "0 0 24 24",
1878
1900
  ...props,
1879
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1901
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1880
1902
  "path",
1881
1903
  {
1882
1904
  fill: "currentColor",
@@ -1890,8 +1912,8 @@ var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1890
1912
  var Close_default = SvgClose;
1891
1913
 
1892
1914
  // src/components/Code.tsx
1893
- var import_jsx_runtime8 = __toESM(require_jsx_runtime());
1894
- var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1915
+ var import_jsx_runtime9 = __toESM(require_jsx_runtime());
1916
+ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1895
1917
  "svg",
1896
1918
  {
1897
1919
  xmlns: "http://www.w3.org/2000/svg",
@@ -1900,7 +1922,7 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1900
1922
  fill: "none",
1901
1923
  viewBox: "0 0 18 10",
1902
1924
  ...props,
1903
- children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1925
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1904
1926
  "path",
1905
1927
  {
1906
1928
  fill: "currentColor",
@@ -1914,8 +1936,8 @@ var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1914
1936
  var Code_default = SvgCode;
1915
1937
 
1916
1938
  // src/components/Collapse.tsx
1917
- var import_jsx_runtime9 = __toESM(require_jsx_runtime());
1918
- var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
1939
+ var import_jsx_runtime10 = __toESM(require_jsx_runtime());
1940
+ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
1919
1941
  "svg",
1920
1942
  {
1921
1943
  xmlns: "http://www.w3.org/2000/svg",
@@ -1925,7 +1947,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
1925
1947
  viewBox: "0 0 20 20",
1926
1948
  ...props,
1927
1949
  children: [
1928
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1950
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1929
1951
  "path",
1930
1952
  {
1931
1953
  fill: "#212529",
@@ -1934,7 +1956,7 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
1934
1956
  clipRule: "evenodd"
1935
1957
  }
1936
1958
  ),
1937
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1959
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1938
1960
  "path",
1939
1961
  {
1940
1962
  fill: "currentColor",
@@ -1949,8 +1971,8 @@ var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
1949
1971
  var Collapse_default = SvgCollapse;
1950
1972
 
1951
1973
  // src/components/Copy.tsx
1952
- var import_jsx_runtime10 = __toESM(require_jsx_runtime());
1953
- var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1974
+ var import_jsx_runtime11 = __toESM(require_jsx_runtime());
1975
+ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1954
1976
  "svg",
1955
1977
  {
1956
1978
  xmlns: "http://www.w3.org/2000/svg",
@@ -1959,7 +1981,7 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1959
1981
  fill: "none",
1960
1982
  viewBox: "0 0 24 24",
1961
1983
  ...props,
1962
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1984
+ children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1963
1985
  "path",
1964
1986
  {
1965
1987
  fill: "currentColor",
@@ -1972,9 +1994,37 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1972
1994
  );
1973
1995
  var Copy_default = SvgCopy;
1974
1996
 
1997
+ // src/components/Draghandle.tsx
1998
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime());
1999
+ var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
2000
+ "svg",
2001
+ {
2002
+ xmlns: "http://www.w3.org/2000/svg",
2003
+ width: "1em",
2004
+ height: "1em",
2005
+ fill: "none",
2006
+ stroke: "currentColor",
2007
+ strokeLinecap: "round",
2008
+ strokeLinejoin: "round",
2009
+ strokeWidth: 2,
2010
+ className: "draghandle_svg__lucide draghandle_svg__lucide-grip-vertical-icon draghandle_svg__lucide-grip-vertical",
2011
+ viewBox: "0 0 24 24",
2012
+ ...props,
2013
+ children: [
2014
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 9, cy: 12, r: 1 }),
2015
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 9, cy: 5, r: 1 }),
2016
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 9, cy: 19, r: 1 }),
2017
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 15, cy: 12, r: 1 }),
2018
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 15, cy: 5, r: 1 }),
2019
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 15, cy: 19, r: 1 })
2020
+ ]
2021
+ }
2022
+ );
2023
+ var Draghandle_default = SvgDraghandle;
2024
+
1975
2025
  // src/components/Error.tsx
1976
- var import_jsx_runtime11 = __toESM(require_jsx_runtime());
1977
- var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2026
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2027
+ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1978
2028
  "svg",
1979
2029
  {
1980
2030
  xmlns: "http://www.w3.org/2000/svg",
@@ -1983,7 +2033,7 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1983
2033
  fill: "none",
1984
2034
  viewBox: "0 0 24 24",
1985
2035
  ...props,
1986
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2036
+ children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1987
2037
  "path",
1988
2038
  {
1989
2039
  fill: "currentColor",
@@ -1997,8 +2047,8 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1997
2047
  var Error_default = SvgError;
1998
2048
 
1999
2049
  // src/components/External.tsx
2000
- var import_jsx_runtime12 = __toESM(require_jsx_runtime());
2001
- var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2050
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2051
+ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2002
2052
  "svg",
2003
2053
  {
2004
2054
  xmlns: "http://www.w3.org/2000/svg",
@@ -2007,7 +2057,7 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2007
2057
  fill: "none",
2008
2058
  viewBox: "0 0 24 24",
2009
2059
  ...props,
2010
- children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2060
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2011
2061
  "path",
2012
2062
  {
2013
2063
  fill: "currentColor",
@@ -2021,8 +2071,8 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2021
2071
  var External_default = SvgExternal;
2022
2072
 
2023
2073
  // src/components/Eye.tsx
2024
- var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2025
- var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2074
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2075
+ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2026
2076
  "svg",
2027
2077
  {
2028
2078
  xmlns: "http://www.w3.org/2000/svg",
@@ -2031,7 +2081,7 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2031
2081
  fill: "none",
2032
2082
  viewBox: "0 0 24 24",
2033
2083
  ...props,
2034
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2084
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2035
2085
  "path",
2036
2086
  {
2037
2087
  fill: "currentColor",
@@ -2045,8 +2095,8 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2045
2095
  var Eye_default = SvgEye;
2046
2096
 
2047
2097
  // src/components/Eyehide.tsx
2048
- var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2049
- var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2098
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2099
+ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2050
2100
  "svg",
2051
2101
  {
2052
2102
  xmlns: "http://www.w3.org/2000/svg",
@@ -2055,7 +2105,7 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2055
2105
  fill: "none",
2056
2106
  viewBox: "0 0 24 24",
2057
2107
  ...props,
2058
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2108
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2059
2109
  "path",
2060
2110
  {
2061
2111
  fill: "#212529",
@@ -2067,8 +2117,8 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2067
2117
  var Eyehide_default = SvgEyehide;
2068
2118
 
2069
2119
  // src/components/First.tsx
2070
- var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2071
- var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2120
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2121
+ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2072
2122
  "svg",
2073
2123
  {
2074
2124
  xmlns: "http://www.w3.org/2000/svg",
@@ -2078,14 +2128,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2078
2128
  viewBox: "0 0 24 24",
2079
2129
  ...props,
2080
2130
  children: [
2081
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2131
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2082
2132
  "path",
2083
2133
  {
2084
2134
  fill: "#212529",
2085
2135
  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"
2086
2136
  }
2087
2137
  ),
2088
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2138
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2089
2139
  "path",
2090
2140
  {
2091
2141
  fill: "currentColor",
@@ -2098,8 +2148,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2098
2148
  var First_default = SvgFirst;
2099
2149
 
2100
2150
  // src/components/Gologo.tsx
2101
- var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2102
- var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2151
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2152
+ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
2103
2153
  "svg",
2104
2154
  {
2105
2155
  xmlns: "http://www.w3.org/2000/svg",
@@ -2109,14 +2159,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2109
2159
  viewBox: "0 0 35 36",
2110
2160
  ...props,
2111
2161
  children: [
2112
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2162
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2113
2163
  "path",
2114
2164
  {
2115
2165
  fill: "#082663",
2116
2166
  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"
2117
2167
  }
2118
2168
  ),
2119
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2169
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2120
2170
  "path",
2121
2171
  {
2122
2172
  fill: "#fff",
@@ -2129,8 +2179,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2129
2179
  var Gologo_default = SvgGologo;
2130
2180
 
2131
2181
  // src/components/Hamburger.tsx
2132
- var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2133
- var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2182
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2183
+ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2134
2184
  "svg",
2135
2185
  {
2136
2186
  xmlns: "http://www.w3.org/2000/svg",
@@ -2139,7 +2189,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2139
2189
  fill: "none",
2140
2190
  viewBox: "0 0 24 24",
2141
2191
  ...props,
2142
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2192
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2143
2193
  "path",
2144
2194
  {
2145
2195
  fill: "currentColor",
@@ -2153,8 +2203,8 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2153
2203
  var Hamburger_default = SvgHamburger;
2154
2204
 
2155
2205
  // src/components/Headingtext.tsx
2156
- var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2157
- var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2206
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2207
+ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2158
2208
  "svg",
2159
2209
  {
2160
2210
  xmlns: "http://www.w3.org/2000/svg",
@@ -2168,14 +2218,14 @@ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2168
2218
  className: "headingtext_svg__lucide headingtext_svg__lucide-heading-icon headingtext_svg__lucide-heading",
2169
2219
  viewBox: "0 0 24 24",
2170
2220
  ...props,
2171
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2221
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2172
2222
  }
2173
2223
  );
2174
2224
  var Headingtext_default = SvgHeadingtext;
2175
2225
 
2176
2226
  // src/components/Headingtext1.tsx
2177
- var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2178
- var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2227
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2228
+ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2179
2229
  "svg",
2180
2230
  {
2181
2231
  xmlns: "http://www.w3.org/2000/svg",
@@ -2189,14 +2239,14 @@ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2189
2239
  className: "headingtext1_svg__lucide headingtext1_svg__lucide-heading1-icon headingtext1_svg__lucide-heading-1",
2190
2240
  viewBox: "0 0 24 24",
2191
2241
  ...props,
2192
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2242
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2193
2243
  }
2194
2244
  );
2195
2245
  var Headingtext1_default = SvgHeadingtext1;
2196
2246
 
2197
2247
  // src/components/Headingtext2.tsx
2198
- var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2199
- var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2248
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2249
+ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2200
2250
  "svg",
2201
2251
  {
2202
2252
  xmlns: "http://www.w3.org/2000/svg",
@@ -2210,14 +2260,14 @@ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2210
2260
  className: "headingtext2_svg__lucide headingtext2_svg__lucide-heading1-icon headingtext2_svg__lucide-heading-1",
2211
2261
  viewBox: "0 0 24 24",
2212
2262
  ...props,
2213
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2263
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2214
2264
  }
2215
2265
  );
2216
2266
  var Headingtext2_default = SvgHeadingtext2;
2217
2267
 
2218
2268
  // src/components/Headingtext3.tsx
2219
- var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2220
- var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2269
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2270
+ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2221
2271
  "svg",
2222
2272
  {
2223
2273
  xmlns: "http://www.w3.org/2000/svg",
@@ -2231,14 +2281,14 @@ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2231
2281
  className: "headingtext3_svg__lucide headingtext3_svg__lucide-heading3-icon headingtext3_svg__lucide-heading-3",
2232
2282
  viewBox: "0 0 24 24",
2233
2283
  ...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" })
2284
+ 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" })
2235
2285
  }
2236
2286
  );
2237
2287
  var Headingtext3_default = SvgHeadingtext3;
2238
2288
 
2239
2289
  // src/components/Headingtext4.tsx
2240
- var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2241
- var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2290
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2291
+ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2242
2292
  "svg",
2243
2293
  {
2244
2294
  xmlns: "http://www.w3.org/2000/svg",
@@ -2252,14 +2302,14 @@ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2252
2302
  className: "headingtext4_svg__lucide headingtext4_svg__lucide-heading4-icon headingtext4_svg__lucide-heading-4",
2253
2303
  viewBox: "0 0 24 24",
2254
2304
  ...props,
2255
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
2305
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
2256
2306
  }
2257
2307
  );
2258
2308
  var Headingtext4_default = SvgHeadingtext4;
2259
2309
 
2260
2310
  // src/components/Headingtext5.tsx
2261
- var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2262
- var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2311
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2312
+ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2263
2313
  "svg",
2264
2314
  {
2265
2315
  xmlns: "http://www.w3.org/2000/svg",
@@ -2273,14 +2323,14 @@ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2273
2323
  className: "headingtext5_svg__lucide headingtext5_svg__lucide-heading5-icon headingtext5_svg__lucide-heading-5",
2274
2324
  viewBox: "0 0 24 24",
2275
2325
  ...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" })
2326
+ 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" })
2277
2327
  }
2278
2328
  );
2279
2329
  var Headingtext5_default = SvgHeadingtext5;
2280
2330
 
2281
2331
  // src/components/Headingtext6.tsx
2282
- var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2283
- var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2332
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2333
+ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2284
2334
  "svg",
2285
2335
  {
2286
2336
  xmlns: "http://www.w3.org/2000/svg",
@@ -2295,17 +2345,17 @@ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2295
2345
  viewBox: "0 0 24 24",
2296
2346
  ...props,
2297
2347
  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" })
2348
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6" }),
2349
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: 19, cy: 16, r: 2 }),
2350
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M20 10c-2 2-3 3.5-3 6" })
2301
2351
  ]
2302
2352
  }
2303
2353
  );
2304
2354
  var Headingtext6_default = SvgHeadingtext6;
2305
2355
 
2306
2356
  // src/components/Indeterminate.tsx
2307
- var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2308
- var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2357
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2358
+ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2309
2359
  "svg",
2310
2360
  {
2311
2361
  xmlns: "http://www.w3.org/2000/svg",
@@ -2314,7 +2364,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2314
2364
  fill: "none",
2315
2365
  viewBox: "0 0 24 24",
2316
2366
  ...props,
2317
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2367
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2318
2368
  "path",
2319
2369
  {
2320
2370
  fill: "currentColor",
@@ -2328,8 +2378,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2328
2378
  var Indeterminate_default = SvgIndeterminate;
2329
2379
 
2330
2380
  // src/components/Info.tsx
2331
- var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2332
- var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2381
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2382
+ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2333
2383
  "svg",
2334
2384
  {
2335
2385
  xmlns: "http://www.w3.org/2000/svg",
@@ -2338,7 +2388,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2338
2388
  fill: "none",
2339
2389
  viewBox: "0 0 24 24",
2340
2390
  ...props,
2341
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2391
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2342
2392
  "path",
2343
2393
  {
2344
2394
  fill: "currentColor",
@@ -2352,8 +2402,8 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2352
2402
  var Info_default = SvgInfo;
2353
2403
 
2354
2404
  // src/components/Italicstext.tsx
2355
- var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2356
- var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2405
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2406
+ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2357
2407
  "svg",
2358
2408
  {
2359
2409
  xmlns: "http://www.w3.org/2000/svg",
@@ -2367,14 +2417,14 @@ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2367
2417
  className: "italicstext_svg__lucide italicstext_svg__lucide-italic-icon italicstext_svg__lucide-italic",
2368
2418
  viewBox: "0 0 24 24",
2369
2419
  ...props,
2370
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
2420
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
2371
2421
  }
2372
2422
  );
2373
2423
  var Italicstext_default = SvgItalicstext;
2374
2424
 
2375
2425
  // src/components/Last.tsx
2376
- var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2377
- var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2426
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2427
+ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
2378
2428
  "svg",
2379
2429
  {
2380
2430
  xmlns: "http://www.w3.org/2000/svg",
@@ -2384,14 +2434,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2384
2434
  viewBox: "0 0 24 24",
2385
2435
  ...props,
2386
2436
  children: [
2387
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2437
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2388
2438
  "path",
2389
2439
  {
2390
2440
  fill: "#212529",
2391
2441
  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"
2392
2442
  }
2393
2443
  ),
2394
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2444
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2395
2445
  "path",
2396
2446
  {
2397
2447
  fill: "currentColor",
@@ -2403,9 +2453,51 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2403
2453
  );
2404
2454
  var Last_default = SvgLast;
2405
2455
 
2456
+ // src/components/List.tsx
2457
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2458
+ var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2459
+ "svg",
2460
+ {
2461
+ xmlns: "http://www.w3.org/2000/svg",
2462
+ width: "1em",
2463
+ height: "1em",
2464
+ fill: "none",
2465
+ stroke: "currentColor",
2466
+ strokeLinecap: "round",
2467
+ strokeLinejoin: "round",
2468
+ strokeWidth: 2,
2469
+ className: "list_svg__lucide list_svg__lucide-list-icon list_svg__lucide-list",
2470
+ viewBox: "0 0 24 24",
2471
+ ...props,
2472
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13" })
2473
+ }
2474
+ );
2475
+ var List_default = SvgList;
2476
+
2477
+ // src/components/Listordered.tsx
2478
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2479
+ var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2480
+ "svg",
2481
+ {
2482
+ xmlns: "http://www.w3.org/2000/svg",
2483
+ width: "1em",
2484
+ height: "1em",
2485
+ fill: "none",
2486
+ stroke: "currentColor",
2487
+ strokeLinecap: "round",
2488
+ strokeLinejoin: "round",
2489
+ strokeWidth: 2,
2490
+ className: "listordered_svg__lucide listordered_svg__lucide-list-ordered-icon listordered_svg__lucide-list-ordered",
2491
+ viewBox: "0 0 24 24",
2492
+ ...props,
2493
+ 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" })
2494
+ }
2495
+ );
2496
+ var Listordered_default = SvgListordered;
2497
+
2406
2498
  // src/components/Next.tsx
2407
- var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2408
- var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2499
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2500
+ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2409
2501
  "svg",
2410
2502
  {
2411
2503
  xmlns: "http://www.w3.org/2000/svg",
@@ -2414,7 +2506,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2414
2506
  fill: "none",
2415
2507
  viewBox: "0 0 24 24",
2416
2508
  ...props,
2417
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2509
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2418
2510
  "path",
2419
2511
  {
2420
2512
  fill: "currentColor",
@@ -2428,8 +2520,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2428
2520
  var Next_default = SvgNext;
2429
2521
 
2430
2522
  // src/components/PersonAvatar.tsx
2431
- var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2432
- var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2523
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2524
+ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2433
2525
  "svg",
2434
2526
  {
2435
2527
  xmlns: "http://www.w3.org/2000/svg",
@@ -2438,7 +2530,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2438
2530
  fill: "none",
2439
2531
  viewBox: "0 0 24 24",
2440
2532
  ...props,
2441
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2533
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2442
2534
  "path",
2443
2535
  {
2444
2536
  fill: "currentColor",
@@ -2452,8 +2544,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2452
2544
  var PersonAvatar_default = SvgPersonAvatar;
2453
2545
 
2454
2546
  // src/components/Plus.tsx
2455
- var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2456
- var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2547
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2548
+ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2457
2549
  "svg",
2458
2550
  {
2459
2551
  xmlns: "http://www.w3.org/2000/svg",
@@ -2462,7 +2554,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2462
2554
  fill: "none",
2463
2555
  viewBox: "0 0 24 24",
2464
2556
  ...props,
2465
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2557
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2466
2558
  "path",
2467
2559
  {
2468
2560
  fill: "currentColor",
@@ -2476,8 +2568,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2476
2568
  var Plus_default = SvgPlus;
2477
2569
 
2478
2570
  // src/components/Previous.tsx
2479
- var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2480
- var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2571
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2572
+ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2481
2573
  "svg",
2482
2574
  {
2483
2575
  xmlns: "http://www.w3.org/2000/svg",
@@ -2486,7 +2578,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2486
2578
  fill: "none",
2487
2579
  viewBox: "0 0 24 24",
2488
2580
  ...props,
2489
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2581
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2490
2582
  "path",
2491
2583
  {
2492
2584
  fill: "currentColor",
@@ -2500,8 +2592,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2500
2592
  var Previous_default = SvgPrevious;
2501
2593
 
2502
2594
  // src/components/Product.tsx
2503
- var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2504
- var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2595
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2596
+ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2505
2597
  "svg",
2506
2598
  {
2507
2599
  xmlns: "http://www.w3.org/2000/svg",
@@ -2510,7 +2602,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2510
2602
  fill: "none",
2511
2603
  viewBox: "0 0 18 20",
2512
2604
  ...props,
2513
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2605
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2514
2606
  "path",
2515
2607
  {
2516
2608
  fill: "currentColor",
@@ -2524,8 +2616,8 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2524
2616
  var Product_default = SvgProduct;
2525
2617
 
2526
2618
  // src/components/Redo.tsx
2527
- var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2528
- var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2619
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2620
+ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
2529
2621
  "svg",
2530
2622
  {
2531
2623
  xmlns: "http://www.w3.org/2000/svg",
@@ -2540,16 +2632,16 @@ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2540
2632
  viewBox: "0 0 24 24",
2541
2633
  ...props,
2542
2634
  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" })
2635
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "m15 14 5-5-5-5" }),
2636
+ /* @__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" })
2545
2637
  ]
2546
2638
  }
2547
2639
  );
2548
2640
  var Redo_default = SvgRedo;
2549
2641
 
2550
2642
  // src/components/Searchglass.tsx
2551
- var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2552
- var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2643
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2644
+ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2553
2645
  "svg",
2554
2646
  {
2555
2647
  xmlns: "http://www.w3.org/2000/svg",
@@ -2558,7 +2650,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2558
2650
  fill: "none",
2559
2651
  viewBox: "0 0 24 24",
2560
2652
  ...props,
2561
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2653
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2562
2654
  "path",
2563
2655
  {
2564
2656
  fill: "currentColor",
@@ -2572,8 +2664,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2572
2664
  var Searchglass_default = SvgSearchglass;
2573
2665
 
2574
2666
  // src/components/Series.tsx
2575
- var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2576
- var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2667
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2668
+ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2577
2669
  "svg",
2578
2670
  {
2579
2671
  xmlns: "http://www.w3.org/2000/svg",
@@ -2582,7 +2674,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2582
2674
  fill: "none",
2583
2675
  viewBox: "0 0 24 24",
2584
2676
  ...props,
2585
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2677
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2586
2678
  "path",
2587
2679
  {
2588
2680
  fill: "currentColor",
@@ -2596,8 +2688,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2596
2688
  var Series_default = SvgSeries;
2597
2689
 
2598
2690
  // src/components/Settings.tsx
2599
- var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2600
- var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2691
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2692
+ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2601
2693
  "svg",
2602
2694
  {
2603
2695
  xmlns: "http://www.w3.org/2000/svg",
@@ -2606,7 +2698,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2606
2698
  fill: "none",
2607
2699
  viewBox: "0 0 20 20",
2608
2700
  ...props,
2609
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2701
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2610
2702
  "path",
2611
2703
  {
2612
2704
  fill: "currentColor",
@@ -2619,9 +2711,30 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2619
2711
  );
2620
2712
  var Settings_default = SvgSettings;
2621
2713
 
2714
+ // src/components/Sigma.tsx
2715
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2716
+ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2717
+ "svg",
2718
+ {
2719
+ xmlns: "http://www.w3.org/2000/svg",
2720
+ width: "1em",
2721
+ height: "1em",
2722
+ fill: "none",
2723
+ stroke: "currentColor",
2724
+ strokeLinecap: "round",
2725
+ strokeLinejoin: "round",
2726
+ strokeWidth: 2,
2727
+ className: "sigma_svg__lucide sigma_svg__lucide-sigma-icon sigma_svg__lucide-sigma",
2728
+ viewBox: "0 0 24 24",
2729
+ ...props,
2730
+ 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" })
2731
+ }
2732
+ );
2733
+ var Sigma_default = SvgSigma;
2734
+
2622
2735
  // src/components/Success.tsx
2623
- var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2624
- var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2736
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2737
+ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2625
2738
  "svg",
2626
2739
  {
2627
2740
  xmlns: "http://www.w3.org/2000/svg",
@@ -2630,7 +2743,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2630
2743
  fill: "none",
2631
2744
  viewBox: "0 0 24 24",
2632
2745
  ...props,
2633
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2746
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2634
2747
  "path",
2635
2748
  {
2636
2749
  fill: "currentColor",
@@ -2644,8 +2757,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2644
2757
  var Success_default = SvgSuccess;
2645
2758
 
2646
2759
  // src/components/Swaporder.tsx
2647
- var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2648
- var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2760
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2761
+ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2649
2762
  "svg",
2650
2763
  {
2651
2764
  xmlns: "http://www.w3.org/2000/svg",
@@ -2654,7 +2767,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2654
2767
  fill: "none",
2655
2768
  viewBox: "0 0 24 24",
2656
2769
  ...props,
2657
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2770
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2658
2771
  "path",
2659
2772
  {
2660
2773
  fill: "currentColor",
@@ -2667,9 +2780,52 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2667
2780
  );
2668
2781
  var Swaporder_default = SvgSwaporder;
2669
2782
 
2783
+ // src/components/Switch.tsx
2784
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2785
+ var SvgSwitch = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2786
+ "svg",
2787
+ {
2788
+ xmlns: "http://www.w3.org/2000/svg",
2789
+ width: "1em",
2790
+ height: "1em",
2791
+ fill: "none",
2792
+ viewBox: "0 0 24 24",
2793
+ ...props,
2794
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2795
+ "path",
2796
+ {
2797
+ fill: "#212529",
2798
+ 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"
2799
+ }
2800
+ )
2801
+ }
2802
+ );
2803
+ var Switch_default = SvgSwitch;
2804
+
2805
+ // src/components/Table.tsx
2806
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2807
+ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2808
+ "svg",
2809
+ {
2810
+ xmlns: "http://www.w3.org/2000/svg",
2811
+ width: "1em",
2812
+ height: "1em",
2813
+ fill: "none",
2814
+ stroke: "currentColor",
2815
+ strokeLinecap: "round",
2816
+ strokeLinejoin: "round",
2817
+ strokeWidth: 2,
2818
+ className: "table_svg__lucide table_svg__lucide-table2-icon table_svg__lucide-table-2",
2819
+ viewBox: "0 0 24 24",
2820
+ ...props,
2821
+ 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" })
2822
+ }
2823
+ );
2824
+ var Table_default = SvgTable;
2825
+
2670
2826
  // src/components/TextAlignCenter.tsx
2671
- var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2672
- var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2827
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2828
+ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2673
2829
  "svg",
2674
2830
  {
2675
2831
  xmlns: "http://www.w3.org/2000/svg",
@@ -2683,14 +2839,14 @@ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx
2683
2839
  className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
2684
2840
  viewBox: "0 0 24 24",
2685
2841
  ...props,
2686
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2842
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2687
2843
  }
2688
2844
  );
2689
2845
  var TextAlignCenter_default = SvgTextAlignCenter;
2690
2846
 
2691
2847
  // src/components/TextAlignEnd.tsx
2692
- var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2693
- var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2848
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2849
+ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2694
2850
  "svg",
2695
2851
  {
2696
2852
  xmlns: "http://www.w3.org/2000/svg",
@@ -2704,14 +2860,14 @@ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2704
2860
  className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
2705
2861
  viewBox: "0 0 24 24",
2706
2862
  ...props,
2707
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2863
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2708
2864
  }
2709
2865
  );
2710
2866
  var TextAlignEnd_default = SvgTextAlignEnd;
2711
2867
 
2712
2868
  // src/components/TextAlignJustify.tsx
2713
- var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2714
- var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2869
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime());
2870
+ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2715
2871
  "svg",
2716
2872
  {
2717
2873
  xmlns: "http://www.w3.org/2000/svg",
@@ -2725,14 +2881,14 @@ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.js
2725
2881
  className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
2726
2882
  viewBox: "0 0 24 24",
2727
2883
  ...props,
2728
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2884
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2729
2885
  }
2730
2886
  );
2731
2887
  var TextAlignJustify_default = SvgTextAlignJustify;
2732
2888
 
2733
2889
  // src/components/TextAlignStart.tsx
2734
- var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2735
- var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2890
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime());
2891
+ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2736
2892
  "svg",
2737
2893
  {
2738
2894
  xmlns: "http://www.w3.org/2000/svg",
@@ -2746,14 +2902,14 @@ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)
2746
2902
  className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
2747
2903
  viewBox: "0 0 24 24",
2748
2904
  ...props,
2749
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2905
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2750
2906
  }
2751
2907
  );
2752
2908
  var TextAlignStart_default = SvgTextAlignStart;
2753
2909
 
2754
2910
  // src/components/Underlinetext.tsx
2755
- var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2756
- var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2911
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime());
2912
+ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2757
2913
  "svg",
2758
2914
  {
2759
2915
  xmlns: "http://www.w3.org/2000/svg",
@@ -2767,14 +2923,14 @@ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2767
2923
  className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
2768
2924
  viewBox: "0 0 24 24",
2769
2925
  ...props,
2770
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2926
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2771
2927
  }
2772
2928
  );
2773
2929
  var Underlinetext_default = SvgUnderlinetext;
2774
2930
 
2775
2931
  // src/components/Undo.tsx
2776
- var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2777
- var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
2932
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime());
2933
+ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
2778
2934
  "svg",
2779
2935
  {
2780
2936
  xmlns: "http://www.w3.org/2000/svg",
@@ -2789,16 +2945,16 @@ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
2789
2945
  viewBox: "0 0 24 24",
2790
2946
  ...props,
2791
2947
  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" })
2948
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M9 14 4 9l5-5" }),
2949
+ /* @__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" })
2794
2950
  ]
2795
2951
  }
2796
2952
  );
2797
2953
  var Undo_default = SvgUndo;
2798
2954
 
2799
2955
  // src/components/Unknown.tsx
2800
- var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2801
- var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2956
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime());
2957
+ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2802
2958
  "svg",
2803
2959
  {
2804
2960
  xmlns: "http://www.w3.org/2000/svg",
@@ -2807,7 +2963,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2807
2963
  fill: "none",
2808
2964
  viewBox: "0 0 24 24",
2809
2965
  ...props,
2810
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2966
+ children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2811
2967
  "path",
2812
2968
  {
2813
2969
  fill: "currentColor",
@@ -2821,8 +2977,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2821
2977
  var Unknown_default = SvgUnknown;
2822
2978
 
2823
2979
  // src/components/Users.tsx
2824
- var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2825
- var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2980
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime());
2981
+ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2826
2982
  "svg",
2827
2983
  {
2828
2984
  xmlns: "http://www.w3.org/2000/svg",
@@ -2831,7 +2987,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2831
2987
  fill: "none",
2832
2988
  viewBox: "0 0 24 24",
2833
2989
  ...props,
2834
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2990
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2835
2991
  "path",
2836
2992
  {
2837
2993
  fill: "currentColor",
@@ -2845,8 +3001,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2845
3001
  var Users_default = SvgUsers;
2846
3002
 
2847
3003
  // src/components/Warning.tsx
2848
- var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2849
- var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
3004
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime());
3005
+ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2850
3006
  "svg",
2851
3007
  {
2852
3008
  xmlns: "http://www.w3.org/2000/svg",
@@ -2855,7 +3011,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2855
3011
  fill: "none",
2856
3012
  viewBox: "0 0 24 24",
2857
3013
  ...props,
2858
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
3014
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2859
3015
  "path",
2860
3016
  {
2861
3017
  fill: "currentColor",
@@ -2915,6 +3071,7 @@ react/cjs/react-jsx-runtime.development.js:
2915
3071
  */
2916
3072
 
2917
3073
  exports.Addimage = Addimage_default;
3074
+ exports.Arrow = Arrow_default;
2918
3075
  exports.Boldtext = Boldtext_default;
2919
3076
  exports.Book = Book_default;
2920
3077
  exports.Check = Check_default;
@@ -2924,6 +3081,7 @@ exports.Close = Close_default;
2924
3081
  exports.Code = Code_default;
2925
3082
  exports.Collapse = Collapse_default;
2926
3083
  exports.Copy = Copy_default;
3084
+ exports.Draghandle = Draghandle_default;
2927
3085
  exports.Error = Error_default;
2928
3086
  exports.External = External_default;
2929
3087
  exports.Eye = Eye_default;
@@ -2942,6 +3100,8 @@ exports.Indeterminate = Indeterminate_default;
2942
3100
  exports.Info = Info_default;
2943
3101
  exports.Italicstext = Italicstext_default;
2944
3102
  exports.Last = Last_default;
3103
+ exports.List = List_default;
3104
+ exports.Listordered = Listordered_default;
2945
3105
  exports.Next = Next_default;
2946
3106
  exports.PersonAvatar = PersonAvatar_default;
2947
3107
  exports.Plus = Plus_default;
@@ -2951,8 +3111,11 @@ exports.Redo = Redo_default;
2951
3111
  exports.Searchglass = Searchglass_default;
2952
3112
  exports.Series = Series_default;
2953
3113
  exports.Settings = Settings_default;
3114
+ exports.Sigma = Sigma_default;
2954
3115
  exports.Success = Success_default;
2955
3116
  exports.Swaporder = Swaporder_default;
3117
+ exports.Switch = Switch_default;
3118
+ exports.Table = Table_default;
2956
3119
  exports.TextAlignCenter = TextAlignCenter_default;
2957
3120
  exports.TextAlignEnd = TextAlignEnd_default;
2958
3121
  exports.TextAlignJustify = TextAlignJustify_default;