@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.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/Boldtext.tsx
1749
+ // src/components/Arrow.tsx
1750
1750
  var import_jsx_runtime2 = __toESM(require_jsx_runtime());
1751
- var SvgBoldtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
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, 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" })
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 import_jsx_runtime3 = __toESM(require_jsx_runtime());
1772
- var SvgBook = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
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, import_jsx_runtime3.jsx)(
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 import_jsx_runtime4 = __toESM(require_jsx_runtime());
1796
- var SvgCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
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, import_jsx_runtime4.jsx)(
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 import_jsx_runtime5 = __toESM(require_jsx_runtime());
1820
- var SvgChevron = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
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, import_jsx_runtime5.jsx)(
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 import_jsx_runtime6 = __toESM(require_jsx_runtime());
1844
- var SvgClass = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
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, import_jsx_runtime6.jsx)(
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 import_jsx_runtime7 = __toESM(require_jsx_runtime());
1868
- var SvgClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
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, import_jsx_runtime7.jsx)(
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 import_jsx_runtime8 = __toESM(require_jsx_runtime());
1892
- var SvgCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
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, import_jsx_runtime8.jsx)(
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 import_jsx_runtime9 = __toESM(require_jsx_runtime());
1916
- var SvgCollapse = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
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, import_jsx_runtime9.jsx)(
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, import_jsx_runtime9.jsx)(
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 import_jsx_runtime10 = __toESM(require_jsx_runtime());
1951
- var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
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, import_jsx_runtime10.jsx)(
1982
+ children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1961
1983
  "path",
1962
1984
  {
1963
1985
  fill: "currentColor",
@@ -1970,9 +1992,37 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1970
1992
  );
1971
1993
  var Copy_default = SvgCopy;
1972
1994
 
1995
+ // src/components/Draghandle.tsx
1996
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime());
1997
+ var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1998
+ "svg",
1999
+ {
2000
+ xmlns: "http://www.w3.org/2000/svg",
2001
+ width: "1em",
2002
+ height: "1em",
2003
+ fill: "none",
2004
+ stroke: "currentColor",
2005
+ strokeLinecap: "round",
2006
+ strokeLinejoin: "round",
2007
+ strokeWidth: 2,
2008
+ className: "draghandle_svg__lucide draghandle_svg__lucide-grip-vertical-icon draghandle_svg__lucide-grip-vertical",
2009
+ viewBox: "0 0 24 24",
2010
+ ...props,
2011
+ children: [
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 })
2018
+ ]
2019
+ }
2020
+ );
2021
+ var Draghandle_default = SvgDraghandle;
2022
+
1973
2023
  // src/components/Error.tsx
1974
- var import_jsx_runtime11 = __toESM(require_jsx_runtime());
1975
- var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2024
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2025
+ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1976
2026
  "svg",
1977
2027
  {
1978
2028
  xmlns: "http://www.w3.org/2000/svg",
@@ -1981,7 +2031,7 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1981
2031
  fill: "none",
1982
2032
  viewBox: "0 0 24 24",
1983
2033
  ...props,
1984
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2034
+ children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1985
2035
  "path",
1986
2036
  {
1987
2037
  fill: "currentColor",
@@ -1995,8 +2045,8 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1995
2045
  var Error_default = SvgError;
1996
2046
 
1997
2047
  // src/components/External.tsx
1998
- var import_jsx_runtime12 = __toESM(require_jsx_runtime());
1999
- var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2048
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2049
+ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2000
2050
  "svg",
2001
2051
  {
2002
2052
  xmlns: "http://www.w3.org/2000/svg",
@@ -2005,7 +2055,7 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2005
2055
  fill: "none",
2006
2056
  viewBox: "0 0 24 24",
2007
2057
  ...props,
2008
- children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2058
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2009
2059
  "path",
2010
2060
  {
2011
2061
  fill: "currentColor",
@@ -2019,8 +2069,8 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2019
2069
  var External_default = SvgExternal;
2020
2070
 
2021
2071
  // src/components/Eye.tsx
2022
- var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2023
- var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2072
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2073
+ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2024
2074
  "svg",
2025
2075
  {
2026
2076
  xmlns: "http://www.w3.org/2000/svg",
@@ -2029,7 +2079,7 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2029
2079
  fill: "none",
2030
2080
  viewBox: "0 0 24 24",
2031
2081
  ...props,
2032
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2082
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2033
2083
  "path",
2034
2084
  {
2035
2085
  fill: "currentColor",
@@ -2043,8 +2093,8 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2043
2093
  var Eye_default = SvgEye;
2044
2094
 
2045
2095
  // src/components/Eyehide.tsx
2046
- var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2047
- var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2096
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2097
+ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2048
2098
  "svg",
2049
2099
  {
2050
2100
  xmlns: "http://www.w3.org/2000/svg",
@@ -2053,7 +2103,7 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2053
2103
  fill: "none",
2054
2104
  viewBox: "0 0 24 24",
2055
2105
  ...props,
2056
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2106
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2057
2107
  "path",
2058
2108
  {
2059
2109
  fill: "#212529",
@@ -2065,8 +2115,8 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2065
2115
  var Eyehide_default = SvgEyehide;
2066
2116
 
2067
2117
  // src/components/First.tsx
2068
- var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2069
- var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2118
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2119
+ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2070
2120
  "svg",
2071
2121
  {
2072
2122
  xmlns: "http://www.w3.org/2000/svg",
@@ -2076,14 +2126,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2076
2126
  viewBox: "0 0 24 24",
2077
2127
  ...props,
2078
2128
  children: [
2079
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2129
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2080
2130
  "path",
2081
2131
  {
2082
2132
  fill: "#212529",
2083
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"
2084
2134
  }
2085
2135
  ),
2086
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2136
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2087
2137
  "path",
2088
2138
  {
2089
2139
  fill: "currentColor",
@@ -2096,8 +2146,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2096
2146
  var First_default = SvgFirst;
2097
2147
 
2098
2148
  // src/components/Gologo.tsx
2099
- var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2100
- var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2149
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2150
+ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
2101
2151
  "svg",
2102
2152
  {
2103
2153
  xmlns: "http://www.w3.org/2000/svg",
@@ -2107,14 +2157,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2107
2157
  viewBox: "0 0 35 36",
2108
2158
  ...props,
2109
2159
  children: [
2110
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2160
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2111
2161
  "path",
2112
2162
  {
2113
2163
  fill: "#082663",
2114
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"
2115
2165
  }
2116
2166
  ),
2117
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2167
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2118
2168
  "path",
2119
2169
  {
2120
2170
  fill: "#fff",
@@ -2127,8 +2177,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2127
2177
  var Gologo_default = SvgGologo;
2128
2178
 
2129
2179
  // src/components/Hamburger.tsx
2130
- var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2131
- var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2180
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2181
+ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2132
2182
  "svg",
2133
2183
  {
2134
2184
  xmlns: "http://www.w3.org/2000/svg",
@@ -2137,7 +2187,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2137
2187
  fill: "none",
2138
2188
  viewBox: "0 0 24 24",
2139
2189
  ...props,
2140
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2190
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2141
2191
  "path",
2142
2192
  {
2143
2193
  fill: "currentColor",
@@ -2151,8 +2201,8 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2151
2201
  var Hamburger_default = SvgHamburger;
2152
2202
 
2153
2203
  // src/components/Headingtext.tsx
2154
- var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2155
- var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2204
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2205
+ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2156
2206
  "svg",
2157
2207
  {
2158
2208
  xmlns: "http://www.w3.org/2000/svg",
@@ -2166,14 +2216,14 @@ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2166
2216
  className: "headingtext_svg__lucide headingtext_svg__lucide-heading-icon headingtext_svg__lucide-heading",
2167
2217
  viewBox: "0 0 24 24",
2168
2218
  ...props,
2169
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2219
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2170
2220
  }
2171
2221
  );
2172
2222
  var Headingtext_default = SvgHeadingtext;
2173
2223
 
2174
2224
  // src/components/Headingtext1.tsx
2175
- var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2176
- var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2225
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2226
+ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2177
2227
  "svg",
2178
2228
  {
2179
2229
  xmlns: "http://www.w3.org/2000/svg",
@@ -2187,14 +2237,14 @@ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2187
2237
  className: "headingtext1_svg__lucide headingtext1_svg__lucide-heading1-icon headingtext1_svg__lucide-heading-1",
2188
2238
  viewBox: "0 0 24 24",
2189
2239
  ...props,
2190
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2240
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2191
2241
  }
2192
2242
  );
2193
2243
  var Headingtext1_default = SvgHeadingtext1;
2194
2244
 
2195
2245
  // src/components/Headingtext2.tsx
2196
- var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2197
- var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2246
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2247
+ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2198
2248
  "svg",
2199
2249
  {
2200
2250
  xmlns: "http://www.w3.org/2000/svg",
@@ -2208,14 +2258,14 @@ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2208
2258
  className: "headingtext2_svg__lucide headingtext2_svg__lucide-heading1-icon headingtext2_svg__lucide-heading-1",
2209
2259
  viewBox: "0 0 24 24",
2210
2260
  ...props,
2211
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2261
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2212
2262
  }
2213
2263
  );
2214
2264
  var Headingtext2_default = SvgHeadingtext2;
2215
2265
 
2216
2266
  // src/components/Headingtext3.tsx
2217
- var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2218
- var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2267
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2268
+ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2219
2269
  "svg",
2220
2270
  {
2221
2271
  xmlns: "http://www.w3.org/2000/svg",
@@ -2229,14 +2279,14 @@ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2229
2279
  className: "headingtext3_svg__lucide headingtext3_svg__lucide-heading3-icon headingtext3_svg__lucide-heading-3",
2230
2280
  viewBox: "0 0 24 24",
2231
2281
  ...props,
2232
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" })
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" })
2233
2283
  }
2234
2284
  );
2235
2285
  var Headingtext3_default = SvgHeadingtext3;
2236
2286
 
2237
2287
  // src/components/Headingtext4.tsx
2238
- var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2239
- var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2288
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2289
+ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2240
2290
  "svg",
2241
2291
  {
2242
2292
  xmlns: "http://www.w3.org/2000/svg",
@@ -2250,14 +2300,14 @@ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2250
2300
  className: "headingtext4_svg__lucide headingtext4_svg__lucide-heading4-icon headingtext4_svg__lucide-heading-4",
2251
2301
  viewBox: "0 0 24 24",
2252
2302
  ...props,
2253
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
2303
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
2254
2304
  }
2255
2305
  );
2256
2306
  var Headingtext4_default = SvgHeadingtext4;
2257
2307
 
2258
2308
  // src/components/Headingtext5.tsx
2259
- var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2260
- var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2309
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2310
+ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2261
2311
  "svg",
2262
2312
  {
2263
2313
  xmlns: "http://www.w3.org/2000/svg",
@@ -2271,14 +2321,14 @@ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2271
2321
  className: "headingtext5_svg__lucide headingtext5_svg__lucide-heading5-icon headingtext5_svg__lucide-heading-5",
2272
2322
  viewBox: "0 0 24 24",
2273
2323
  ...props,
2274
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 13v-3h4M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" })
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" })
2275
2325
  }
2276
2326
  );
2277
2327
  var Headingtext5_default = SvgHeadingtext5;
2278
2328
 
2279
2329
  // src/components/Headingtext6.tsx
2280
- var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2281
- var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2330
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2331
+ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2282
2332
  "svg",
2283
2333
  {
2284
2334
  xmlns: "http://www.w3.org/2000/svg",
@@ -2293,17 +2343,17 @@ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2293
2343
  viewBox: "0 0 24 24",
2294
2344
  ...props,
2295
2345
  children: [
2296
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6" }),
2297
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: 19, cy: 16, r: 2 }),
2298
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M20 10c-2 2-3 3.5-3 6" })
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" })
2299
2349
  ]
2300
2350
  }
2301
2351
  );
2302
2352
  var Headingtext6_default = SvgHeadingtext6;
2303
2353
 
2304
2354
  // src/components/Indeterminate.tsx
2305
- var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2306
- var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2355
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2356
+ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2307
2357
  "svg",
2308
2358
  {
2309
2359
  xmlns: "http://www.w3.org/2000/svg",
@@ -2312,7 +2362,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2312
2362
  fill: "none",
2313
2363
  viewBox: "0 0 24 24",
2314
2364
  ...props,
2315
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2365
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2316
2366
  "path",
2317
2367
  {
2318
2368
  fill: "currentColor",
@@ -2326,8 +2376,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2326
2376
  var Indeterminate_default = SvgIndeterminate;
2327
2377
 
2328
2378
  // src/components/Info.tsx
2329
- var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2330
- var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2379
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2380
+ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2331
2381
  "svg",
2332
2382
  {
2333
2383
  xmlns: "http://www.w3.org/2000/svg",
@@ -2336,7 +2386,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2336
2386
  fill: "none",
2337
2387
  viewBox: "0 0 24 24",
2338
2388
  ...props,
2339
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2389
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2340
2390
  "path",
2341
2391
  {
2342
2392
  fill: "currentColor",
@@ -2350,8 +2400,8 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2350
2400
  var Info_default = SvgInfo;
2351
2401
 
2352
2402
  // src/components/Italicstext.tsx
2353
- var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2354
- var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2403
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2404
+ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2355
2405
  "svg",
2356
2406
  {
2357
2407
  xmlns: "http://www.w3.org/2000/svg",
@@ -2365,14 +2415,14 @@ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2365
2415
  className: "italicstext_svg__lucide italicstext_svg__lucide-italic-icon italicstext_svg__lucide-italic",
2366
2416
  viewBox: "0 0 24 24",
2367
2417
  ...props,
2368
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
2418
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
2369
2419
  }
2370
2420
  );
2371
2421
  var Italicstext_default = SvgItalicstext;
2372
2422
 
2373
2423
  // src/components/Last.tsx
2374
- var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2375
- var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2424
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2425
+ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
2376
2426
  "svg",
2377
2427
  {
2378
2428
  xmlns: "http://www.w3.org/2000/svg",
@@ -2382,14 +2432,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2382
2432
  viewBox: "0 0 24 24",
2383
2433
  ...props,
2384
2434
  children: [
2385
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2435
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2386
2436
  "path",
2387
2437
  {
2388
2438
  fill: "#212529",
2389
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"
2390
2440
  }
2391
2441
  ),
2392
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2442
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2393
2443
  "path",
2394
2444
  {
2395
2445
  fill: "currentColor",
@@ -2401,9 +2451,51 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2401
2451
  );
2402
2452
  var Last_default = SvgLast;
2403
2453
 
2454
+ // src/components/List.tsx
2455
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2456
+ var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2457
+ "svg",
2458
+ {
2459
+ xmlns: "http://www.w3.org/2000/svg",
2460
+ width: "1em",
2461
+ height: "1em",
2462
+ fill: "none",
2463
+ stroke: "currentColor",
2464
+ strokeLinecap: "round",
2465
+ strokeLinejoin: "round",
2466
+ strokeWidth: 2,
2467
+ className: "list_svg__lucide list_svg__lucide-list-icon list_svg__lucide-list",
2468
+ viewBox: "0 0 24 24",
2469
+ ...props,
2470
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13" })
2471
+ }
2472
+ );
2473
+ var List_default = SvgList;
2474
+
2475
+ // src/components/Listordered.tsx
2476
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2477
+ var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2478
+ "svg",
2479
+ {
2480
+ xmlns: "http://www.w3.org/2000/svg",
2481
+ width: "1em",
2482
+ height: "1em",
2483
+ fill: "none",
2484
+ stroke: "currentColor",
2485
+ strokeLinecap: "round",
2486
+ strokeLinejoin: "round",
2487
+ strokeWidth: 2,
2488
+ className: "listordered_svg__lucide listordered_svg__lucide-list-ordered-icon listordered_svg__lucide-list-ordered",
2489
+ viewBox: "0 0 24 24",
2490
+ ...props,
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" })
2492
+ }
2493
+ );
2494
+ var Listordered_default = SvgListordered;
2495
+
2404
2496
  // src/components/Next.tsx
2405
- var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2406
- var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2497
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2498
+ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2407
2499
  "svg",
2408
2500
  {
2409
2501
  xmlns: "http://www.w3.org/2000/svg",
@@ -2412,7 +2504,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2412
2504
  fill: "none",
2413
2505
  viewBox: "0 0 24 24",
2414
2506
  ...props,
2415
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2507
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2416
2508
  "path",
2417
2509
  {
2418
2510
  fill: "currentColor",
@@ -2426,8 +2518,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2426
2518
  var Next_default = SvgNext;
2427
2519
 
2428
2520
  // src/components/PersonAvatar.tsx
2429
- var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2430
- var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2521
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2522
+ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2431
2523
  "svg",
2432
2524
  {
2433
2525
  xmlns: "http://www.w3.org/2000/svg",
@@ -2436,7 +2528,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2436
2528
  fill: "none",
2437
2529
  viewBox: "0 0 24 24",
2438
2530
  ...props,
2439
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2531
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2440
2532
  "path",
2441
2533
  {
2442
2534
  fill: "currentColor",
@@ -2450,8 +2542,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2450
2542
  var PersonAvatar_default = SvgPersonAvatar;
2451
2543
 
2452
2544
  // src/components/Plus.tsx
2453
- var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2454
- var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2545
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2546
+ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2455
2547
  "svg",
2456
2548
  {
2457
2549
  xmlns: "http://www.w3.org/2000/svg",
@@ -2460,7 +2552,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2460
2552
  fill: "none",
2461
2553
  viewBox: "0 0 24 24",
2462
2554
  ...props,
2463
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2555
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2464
2556
  "path",
2465
2557
  {
2466
2558
  fill: "currentColor",
@@ -2474,8 +2566,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2474
2566
  var Plus_default = SvgPlus;
2475
2567
 
2476
2568
  // src/components/Previous.tsx
2477
- var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2478
- var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2569
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2570
+ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2479
2571
  "svg",
2480
2572
  {
2481
2573
  xmlns: "http://www.w3.org/2000/svg",
@@ -2484,7 +2576,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2484
2576
  fill: "none",
2485
2577
  viewBox: "0 0 24 24",
2486
2578
  ...props,
2487
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2579
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2488
2580
  "path",
2489
2581
  {
2490
2582
  fill: "currentColor",
@@ -2498,8 +2590,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2498
2590
  var Previous_default = SvgPrevious;
2499
2591
 
2500
2592
  // src/components/Product.tsx
2501
- var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2502
- var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2593
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2594
+ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2503
2595
  "svg",
2504
2596
  {
2505
2597
  xmlns: "http://www.w3.org/2000/svg",
@@ -2508,7 +2600,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2508
2600
  fill: "none",
2509
2601
  viewBox: "0 0 18 20",
2510
2602
  ...props,
2511
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2603
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2512
2604
  "path",
2513
2605
  {
2514
2606
  fill: "currentColor",
@@ -2522,8 +2614,8 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2522
2614
  var Product_default = SvgProduct;
2523
2615
 
2524
2616
  // src/components/Redo.tsx
2525
- var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2526
- var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2617
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2618
+ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
2527
2619
  "svg",
2528
2620
  {
2529
2621
  xmlns: "http://www.w3.org/2000/svg",
@@ -2538,16 +2630,16 @@ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2538
2630
  viewBox: "0 0 24 24",
2539
2631
  ...props,
2540
2632
  children: [
2541
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m15 14 5-5-5-5" }),
2542
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5 5.5 5.5 0 0 0 9.5 20H13" })
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" })
2543
2635
  ]
2544
2636
  }
2545
2637
  );
2546
2638
  var Redo_default = SvgRedo;
2547
2639
 
2548
2640
  // src/components/Searchglass.tsx
2549
- var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2550
- var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2641
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2642
+ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2551
2643
  "svg",
2552
2644
  {
2553
2645
  xmlns: "http://www.w3.org/2000/svg",
@@ -2556,7 +2648,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2556
2648
  fill: "none",
2557
2649
  viewBox: "0 0 24 24",
2558
2650
  ...props,
2559
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2651
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2560
2652
  "path",
2561
2653
  {
2562
2654
  fill: "currentColor",
@@ -2570,8 +2662,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2570
2662
  var Searchglass_default = SvgSearchglass;
2571
2663
 
2572
2664
  // src/components/Series.tsx
2573
- var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2574
- var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2665
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2666
+ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2575
2667
  "svg",
2576
2668
  {
2577
2669
  xmlns: "http://www.w3.org/2000/svg",
@@ -2580,7 +2672,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2580
2672
  fill: "none",
2581
2673
  viewBox: "0 0 24 24",
2582
2674
  ...props,
2583
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2675
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2584
2676
  "path",
2585
2677
  {
2586
2678
  fill: "currentColor",
@@ -2594,8 +2686,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2594
2686
  var Series_default = SvgSeries;
2595
2687
 
2596
2688
  // src/components/Settings.tsx
2597
- var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2598
- var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2689
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2690
+ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2599
2691
  "svg",
2600
2692
  {
2601
2693
  xmlns: "http://www.w3.org/2000/svg",
@@ -2604,7 +2696,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2604
2696
  fill: "none",
2605
2697
  viewBox: "0 0 20 20",
2606
2698
  ...props,
2607
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2699
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2608
2700
  "path",
2609
2701
  {
2610
2702
  fill: "currentColor",
@@ -2617,9 +2709,30 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2617
2709
  );
2618
2710
  var Settings_default = SvgSettings;
2619
2711
 
2712
+ // src/components/Sigma.tsx
2713
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2714
+ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2715
+ "svg",
2716
+ {
2717
+ xmlns: "http://www.w3.org/2000/svg",
2718
+ width: "1em",
2719
+ height: "1em",
2720
+ fill: "none",
2721
+ stroke: "currentColor",
2722
+ strokeLinecap: "round",
2723
+ strokeLinejoin: "round",
2724
+ strokeWidth: 2,
2725
+ className: "sigma_svg__lucide sigma_svg__lucide-sigma-icon sigma_svg__lucide-sigma",
2726
+ viewBox: "0 0 24 24",
2727
+ ...props,
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" })
2729
+ }
2730
+ );
2731
+ var Sigma_default = SvgSigma;
2732
+
2620
2733
  // src/components/Success.tsx
2621
- var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2622
- var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2734
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2735
+ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2623
2736
  "svg",
2624
2737
  {
2625
2738
  xmlns: "http://www.w3.org/2000/svg",
@@ -2628,7 +2741,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2628
2741
  fill: "none",
2629
2742
  viewBox: "0 0 24 24",
2630
2743
  ...props,
2631
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2744
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2632
2745
  "path",
2633
2746
  {
2634
2747
  fill: "currentColor",
@@ -2642,8 +2755,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2642
2755
  var Success_default = SvgSuccess;
2643
2756
 
2644
2757
  // src/components/Swaporder.tsx
2645
- var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2646
- var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2758
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2759
+ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2647
2760
  "svg",
2648
2761
  {
2649
2762
  xmlns: "http://www.w3.org/2000/svg",
@@ -2652,7 +2765,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2652
2765
  fill: "none",
2653
2766
  viewBox: "0 0 24 24",
2654
2767
  ...props,
2655
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2768
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2656
2769
  "path",
2657
2770
  {
2658
2771
  fill: "currentColor",
@@ -2665,9 +2778,52 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2665
2778
  );
2666
2779
  var Swaporder_default = SvgSwaporder;
2667
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
+
2803
+ // src/components/Table.tsx
2804
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2805
+ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2806
+ "svg",
2807
+ {
2808
+ xmlns: "http://www.w3.org/2000/svg",
2809
+ width: "1em",
2810
+ height: "1em",
2811
+ fill: "none",
2812
+ stroke: "currentColor",
2813
+ strokeLinecap: "round",
2814
+ strokeLinejoin: "round",
2815
+ strokeWidth: 2,
2816
+ className: "table_svg__lucide table_svg__lucide-table2-icon table_svg__lucide-table-2",
2817
+ viewBox: "0 0 24 24",
2818
+ ...props,
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" })
2820
+ }
2821
+ );
2822
+ var Table_default = SvgTable;
2823
+
2668
2824
  // src/components/TextAlignCenter.tsx
2669
- var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2670
- var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2825
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2826
+ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2671
2827
  "svg",
2672
2828
  {
2673
2829
  xmlns: "http://www.w3.org/2000/svg",
@@ -2681,14 +2837,14 @@ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx
2681
2837
  className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
2682
2838
  viewBox: "0 0 24 24",
2683
2839
  ...props,
2684
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2840
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2685
2841
  }
2686
2842
  );
2687
2843
  var TextAlignCenter_default = SvgTextAlignCenter;
2688
2844
 
2689
2845
  // src/components/TextAlignEnd.tsx
2690
- var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2691
- var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2846
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2847
+ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2692
2848
  "svg",
2693
2849
  {
2694
2850
  xmlns: "http://www.w3.org/2000/svg",
@@ -2702,14 +2858,14 @@ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2702
2858
  className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
2703
2859
  viewBox: "0 0 24 24",
2704
2860
  ...props,
2705
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2861
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2706
2862
  }
2707
2863
  );
2708
2864
  var TextAlignEnd_default = SvgTextAlignEnd;
2709
2865
 
2710
2866
  // src/components/TextAlignJustify.tsx
2711
- var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2712
- var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2867
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime());
2868
+ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2713
2869
  "svg",
2714
2870
  {
2715
2871
  xmlns: "http://www.w3.org/2000/svg",
@@ -2723,14 +2879,14 @@ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.js
2723
2879
  className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
2724
2880
  viewBox: "0 0 24 24",
2725
2881
  ...props,
2726
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2882
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2727
2883
  }
2728
2884
  );
2729
2885
  var TextAlignJustify_default = SvgTextAlignJustify;
2730
2886
 
2731
2887
  // src/components/TextAlignStart.tsx
2732
- var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2733
- var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2888
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime());
2889
+ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2734
2890
  "svg",
2735
2891
  {
2736
2892
  xmlns: "http://www.w3.org/2000/svg",
@@ -2744,14 +2900,14 @@ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)
2744
2900
  className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
2745
2901
  viewBox: "0 0 24 24",
2746
2902
  ...props,
2747
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2903
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2748
2904
  }
2749
2905
  );
2750
2906
  var TextAlignStart_default = SvgTextAlignStart;
2751
2907
 
2752
2908
  // src/components/Underlinetext.tsx
2753
- var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2754
- var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2909
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime());
2910
+ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2755
2911
  "svg",
2756
2912
  {
2757
2913
  xmlns: "http://www.w3.org/2000/svg",
@@ -2765,14 +2921,14 @@ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2765
2921
  className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
2766
2922
  viewBox: "0 0 24 24",
2767
2923
  ...props,
2768
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2924
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2769
2925
  }
2770
2926
  );
2771
2927
  var Underlinetext_default = SvgUnderlinetext;
2772
2928
 
2773
2929
  // src/components/Undo.tsx
2774
- var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2775
- var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
2930
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime());
2931
+ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
2776
2932
  "svg",
2777
2933
  {
2778
2934
  xmlns: "http://www.w3.org/2000/svg",
@@ -2787,16 +2943,16 @@ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
2787
2943
  viewBox: "0 0 24 24",
2788
2944
  ...props,
2789
2945
  children: [
2790
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M9 14 4 9l5-5" }),
2791
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5 5.5 5.5 0 0 1-5.5 5.5H11" })
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" })
2792
2948
  ]
2793
2949
  }
2794
2950
  );
2795
2951
  var Undo_default = SvgUndo;
2796
2952
 
2797
2953
  // src/components/Unknown.tsx
2798
- var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2799
- var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2954
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime());
2955
+ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2800
2956
  "svg",
2801
2957
  {
2802
2958
  xmlns: "http://www.w3.org/2000/svg",
@@ -2805,7 +2961,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2805
2961
  fill: "none",
2806
2962
  viewBox: "0 0 24 24",
2807
2963
  ...props,
2808
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2964
+ children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2809
2965
  "path",
2810
2966
  {
2811
2967
  fill: "currentColor",
@@ -2819,8 +2975,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2819
2975
  var Unknown_default = SvgUnknown;
2820
2976
 
2821
2977
  // src/components/Users.tsx
2822
- var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2823
- var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2978
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime());
2979
+ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2824
2980
  "svg",
2825
2981
  {
2826
2982
  xmlns: "http://www.w3.org/2000/svg",
@@ -2829,7 +2985,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2829
2985
  fill: "none",
2830
2986
  viewBox: "0 0 24 24",
2831
2987
  ...props,
2832
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2988
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2833
2989
  "path",
2834
2990
  {
2835
2991
  fill: "currentColor",
@@ -2843,8 +2999,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2843
2999
  var Users_default = SvgUsers;
2844
3000
 
2845
3001
  // src/components/Warning.tsx
2846
- var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2847
- var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
3002
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime());
3003
+ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2848
3004
  "svg",
2849
3005
  {
2850
3006
  xmlns: "http://www.w3.org/2000/svg",
@@ -2853,7 +3009,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2853
3009
  fill: "none",
2854
3010
  viewBox: "0 0 24 24",
2855
3011
  ...props,
2856
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
3012
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2857
3013
  "path",
2858
3014
  {
2859
3015
  fill: "currentColor",
@@ -2912,6 +3068,6 @@ react/cjs/react-jsx-runtime.development.js:
2912
3068
  *)
2913
3069
  */
2914
3070
 
2915
- export { Addimage_default as Addimage, Boldtext_default as Boldtext, Book_default as Book, Check_default as Check, Chevron_default as Chevron, Class_default as Class, Close_default as Close, Code_default as Code, Collapse_default as Collapse, Copy_default as Copy, Error_default as Error, External_default as External, Eye_default as Eye, Eyehide_default as Eyehide, First_default as First, Gologo_default as Gologo, Hamburger_default as Hamburger, Headingtext_default as Headingtext, Headingtext1_default as Headingtext1, Headingtext2_default as Headingtext2, Headingtext3_default as Headingtext3, Headingtext4_default as Headingtext4, Headingtext5_default as Headingtext5, Headingtext6_default as Headingtext6, Indeterminate_default as Indeterminate, Info_default as Info, Italicstext_default as Italicstext, Last_default as Last, Next_default as Next, PersonAvatar_default as PersonAvatar, Plus_default as Plus, Previous_default as Previous, Product_default as Product, Redo_default as Redo, Searchglass_default as Searchglass, Series_default as Series, Settings_default as Settings, Success_default as Success, Swaporder_default as Swaporder, TextAlignCenter_default as TextAlignCenter, TextAlignEnd_default as TextAlignEnd, TextAlignJustify_default as TextAlignJustify, TextAlignStart_default as TextAlignStart, Underlinetext_default as Underlinetext, Undo_default as Undo, Unknown_default as Unknown, Users_default as Users, Warning_default as Warning };
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 };
2916
3072
  //# sourceMappingURL=index.mjs.map
2917
3073
  //# sourceMappingURL=index.mjs.map