@edux-design/icons 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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",
@@ -1973,8 +1995,8 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1973
1995
  var Copy_default = SvgCopy;
1974
1996
 
1975
1997
  // src/components/Draghandle.tsx
1976
- var import_jsx_runtime11 = __toESM(require_jsx_runtime());
1977
- var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
1998
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime());
1999
+ var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1978
2000
  "svg",
1979
2001
  {
1980
2002
  xmlns: "http://www.w3.org/2000/svg",
@@ -1989,20 +2011,20 @@ var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
1989
2011
  viewBox: "0 0 24 24",
1990
2012
  ...props,
1991
2013
  children: [
1992
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: 9, cy: 12, r: 1 }),
1993
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: 9, cy: 5, r: 1 }),
1994
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: 9, cy: 19, r: 1 }),
1995
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: 15, cy: 12, r: 1 }),
1996
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: 15, cy: 5, r: 1 }),
1997
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: 15, cy: 19, r: 1 })
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 })
1998
2020
  ]
1999
2021
  }
2000
2022
  );
2001
2023
  var Draghandle_default = SvgDraghandle;
2002
2024
 
2003
2025
  // src/components/Error.tsx
2004
- var import_jsx_runtime12 = __toESM(require_jsx_runtime());
2005
- var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2026
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2027
+ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2006
2028
  "svg",
2007
2029
  {
2008
2030
  xmlns: "http://www.w3.org/2000/svg",
@@ -2011,7 +2033,7 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2011
2033
  fill: "none",
2012
2034
  viewBox: "0 0 24 24",
2013
2035
  ...props,
2014
- children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2036
+ children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2015
2037
  "path",
2016
2038
  {
2017
2039
  fill: "currentColor",
@@ -2025,8 +2047,8 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2025
2047
  var Error_default = SvgError;
2026
2048
 
2027
2049
  // src/components/External.tsx
2028
- var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2029
- var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2050
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2051
+ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2030
2052
  "svg",
2031
2053
  {
2032
2054
  xmlns: "http://www.w3.org/2000/svg",
@@ -2035,7 +2057,7 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2035
2057
  fill: "none",
2036
2058
  viewBox: "0 0 24 24",
2037
2059
  ...props,
2038
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2060
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2039
2061
  "path",
2040
2062
  {
2041
2063
  fill: "currentColor",
@@ -2049,8 +2071,8 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2049
2071
  var External_default = SvgExternal;
2050
2072
 
2051
2073
  // src/components/Eye.tsx
2052
- var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2053
- var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2074
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2075
+ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2054
2076
  "svg",
2055
2077
  {
2056
2078
  xmlns: "http://www.w3.org/2000/svg",
@@ -2059,7 +2081,7 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2059
2081
  fill: "none",
2060
2082
  viewBox: "0 0 24 24",
2061
2083
  ...props,
2062
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2084
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2063
2085
  "path",
2064
2086
  {
2065
2087
  fill: "currentColor",
@@ -2073,8 +2095,8 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2073
2095
  var Eye_default = SvgEye;
2074
2096
 
2075
2097
  // src/components/Eyehide.tsx
2076
- var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2077
- var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2098
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2099
+ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2078
2100
  "svg",
2079
2101
  {
2080
2102
  xmlns: "http://www.w3.org/2000/svg",
@@ -2083,7 +2105,7 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2083
2105
  fill: "none",
2084
2106
  viewBox: "0 0 24 24",
2085
2107
  ...props,
2086
- children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2108
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2087
2109
  "path",
2088
2110
  {
2089
2111
  fill: "#212529",
@@ -2095,8 +2117,8 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2095
2117
  var Eyehide_default = SvgEyehide;
2096
2118
 
2097
2119
  // src/components/First.tsx
2098
- var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2099
- var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2120
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2121
+ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2100
2122
  "svg",
2101
2123
  {
2102
2124
  xmlns: "http://www.w3.org/2000/svg",
@@ -2106,14 +2128,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2106
2128
  viewBox: "0 0 24 24",
2107
2129
  ...props,
2108
2130
  children: [
2109
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2131
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2110
2132
  "path",
2111
2133
  {
2112
2134
  fill: "#212529",
2113
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"
2114
2136
  }
2115
2137
  ),
2116
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2138
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2117
2139
  "path",
2118
2140
  {
2119
2141
  fill: "currentColor",
@@ -2126,8 +2148,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2126
2148
  var First_default = SvgFirst;
2127
2149
 
2128
2150
  // src/components/Gologo.tsx
2129
- var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2130
- var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2151
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2152
+ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
2131
2153
  "svg",
2132
2154
  {
2133
2155
  xmlns: "http://www.w3.org/2000/svg",
@@ -2137,14 +2159,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2137
2159
  viewBox: "0 0 35 36",
2138
2160
  ...props,
2139
2161
  children: [
2140
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2162
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2141
2163
  "path",
2142
2164
  {
2143
2165
  fill: "#082663",
2144
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"
2145
2167
  }
2146
2168
  ),
2147
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2169
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2148
2170
  "path",
2149
2171
  {
2150
2172
  fill: "#fff",
@@ -2157,8 +2179,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2157
2179
  var Gologo_default = SvgGologo;
2158
2180
 
2159
2181
  // src/components/Hamburger.tsx
2160
- var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2161
- var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2182
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2183
+ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2162
2184
  "svg",
2163
2185
  {
2164
2186
  xmlns: "http://www.w3.org/2000/svg",
@@ -2167,7 +2189,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2167
2189
  fill: "none",
2168
2190
  viewBox: "0 0 24 24",
2169
2191
  ...props,
2170
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2192
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2171
2193
  "path",
2172
2194
  {
2173
2195
  fill: "currentColor",
@@ -2181,8 +2203,8 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2181
2203
  var Hamburger_default = SvgHamburger;
2182
2204
 
2183
2205
  // src/components/Headingtext.tsx
2184
- var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2185
- var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2206
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2207
+ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2186
2208
  "svg",
2187
2209
  {
2188
2210
  xmlns: "http://www.w3.org/2000/svg",
@@ -2196,14 +2218,14 @@ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2196
2218
  className: "headingtext_svg__lucide headingtext_svg__lucide-heading-icon headingtext_svg__lucide-heading",
2197
2219
  viewBox: "0 0 24 24",
2198
2220
  ...props,
2199
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2221
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2200
2222
  }
2201
2223
  );
2202
2224
  var Headingtext_default = SvgHeadingtext;
2203
2225
 
2204
2226
  // src/components/Headingtext1.tsx
2205
- var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2206
- var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2227
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2228
+ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2207
2229
  "svg",
2208
2230
  {
2209
2231
  xmlns: "http://www.w3.org/2000/svg",
@@ -2217,14 +2239,14 @@ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2217
2239
  className: "headingtext1_svg__lucide headingtext1_svg__lucide-heading1-icon headingtext1_svg__lucide-heading-1",
2218
2240
  viewBox: "0 0 24 24",
2219
2241
  ...props,
2220
- children: /* @__PURE__ */ (0, import_jsx_runtime20.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" })
2221
2243
  }
2222
2244
  );
2223
2245
  var Headingtext1_default = SvgHeadingtext1;
2224
2246
 
2225
2247
  // src/components/Headingtext2.tsx
2226
- var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2227
- var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2248
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2249
+ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2228
2250
  "svg",
2229
2251
  {
2230
2252
  xmlns: "http://www.w3.org/2000/svg",
@@ -2238,14 +2260,14 @@ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2238
2260
  className: "headingtext2_svg__lucide headingtext2_svg__lucide-heading1-icon headingtext2_svg__lucide-heading-1",
2239
2261
  viewBox: "0 0 24 24",
2240
2262
  ...props,
2241
- children: /* @__PURE__ */ (0, import_jsx_runtime21.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" })
2242
2264
  }
2243
2265
  );
2244
2266
  var Headingtext2_default = SvgHeadingtext2;
2245
2267
 
2246
2268
  // src/components/Headingtext3.tsx
2247
- var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2248
- var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2269
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2270
+ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2249
2271
  "svg",
2250
2272
  {
2251
2273
  xmlns: "http://www.w3.org/2000/svg",
@@ -2259,14 +2281,14 @@ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2259
2281
  className: "headingtext3_svg__lucide headingtext3_svg__lucide-heading3-icon headingtext3_svg__lucide-heading-3",
2260
2282
  viewBox: "0 0 24 24",
2261
2283
  ...props,
2262
- children: /* @__PURE__ */ (0, import_jsx_runtime22.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" })
2263
2285
  }
2264
2286
  );
2265
2287
  var Headingtext3_default = SvgHeadingtext3;
2266
2288
 
2267
2289
  // src/components/Headingtext4.tsx
2268
- var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2269
- var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2290
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2291
+ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2270
2292
  "svg",
2271
2293
  {
2272
2294
  xmlns: "http://www.w3.org/2000/svg",
@@ -2280,14 +2302,14 @@ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2280
2302
  className: "headingtext4_svg__lucide headingtext4_svg__lucide-heading4-icon headingtext4_svg__lucide-heading-4",
2281
2303
  viewBox: "0 0 24 24",
2282
2304
  ...props,
2283
- children: /* @__PURE__ */ (0, import_jsx_runtime23.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" })
2284
2306
  }
2285
2307
  );
2286
2308
  var Headingtext4_default = SvgHeadingtext4;
2287
2309
 
2288
2310
  // src/components/Headingtext5.tsx
2289
- var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2290
- var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2311
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2312
+ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2291
2313
  "svg",
2292
2314
  {
2293
2315
  xmlns: "http://www.w3.org/2000/svg",
@@ -2301,14 +2323,14 @@ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2301
2323
  className: "headingtext5_svg__lucide headingtext5_svg__lucide-heading5-icon headingtext5_svg__lucide-heading-5",
2302
2324
  viewBox: "0 0 24 24",
2303
2325
  ...props,
2304
- children: /* @__PURE__ */ (0, import_jsx_runtime24.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" })
2305
2327
  }
2306
2328
  );
2307
2329
  var Headingtext5_default = SvgHeadingtext5;
2308
2330
 
2309
2331
  // src/components/Headingtext6.tsx
2310
- var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2311
- var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2332
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2333
+ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2312
2334
  "svg",
2313
2335
  {
2314
2336
  xmlns: "http://www.w3.org/2000/svg",
@@ -2323,17 +2345,17 @@ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2323
2345
  viewBox: "0 0 24 24",
2324
2346
  ...props,
2325
2347
  children: [
2326
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6" }),
2327
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: 19, cy: 16, r: 2 }),
2328
- /* @__PURE__ */ (0, import_jsx_runtime25.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" })
2329
2351
  ]
2330
2352
  }
2331
2353
  );
2332
2354
  var Headingtext6_default = SvgHeadingtext6;
2333
2355
 
2334
2356
  // src/components/Indeterminate.tsx
2335
- var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2336
- var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2357
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2358
+ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2337
2359
  "svg",
2338
2360
  {
2339
2361
  xmlns: "http://www.w3.org/2000/svg",
@@ -2342,7 +2364,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2342
2364
  fill: "none",
2343
2365
  viewBox: "0 0 24 24",
2344
2366
  ...props,
2345
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2367
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2346
2368
  "path",
2347
2369
  {
2348
2370
  fill: "currentColor",
@@ -2356,8 +2378,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2356
2378
  var Indeterminate_default = SvgIndeterminate;
2357
2379
 
2358
2380
  // src/components/Info.tsx
2359
- var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2360
- var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2381
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2382
+ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2361
2383
  "svg",
2362
2384
  {
2363
2385
  xmlns: "http://www.w3.org/2000/svg",
@@ -2366,7 +2388,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2366
2388
  fill: "none",
2367
2389
  viewBox: "0 0 24 24",
2368
2390
  ...props,
2369
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2391
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2370
2392
  "path",
2371
2393
  {
2372
2394
  fill: "currentColor",
@@ -2380,8 +2402,8 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2380
2402
  var Info_default = SvgInfo;
2381
2403
 
2382
2404
  // src/components/Italicstext.tsx
2383
- var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2384
- var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2405
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2406
+ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2385
2407
  "svg",
2386
2408
  {
2387
2409
  xmlns: "http://www.w3.org/2000/svg",
@@ -2395,14 +2417,14 @@ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2395
2417
  className: "italicstext_svg__lucide italicstext_svg__lucide-italic-icon italicstext_svg__lucide-italic",
2396
2418
  viewBox: "0 0 24 24",
2397
2419
  ...props,
2398
- children: /* @__PURE__ */ (0, import_jsx_runtime28.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" })
2399
2421
  }
2400
2422
  );
2401
2423
  var Italicstext_default = SvgItalicstext;
2402
2424
 
2403
2425
  // src/components/Last.tsx
2404
- var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2405
- var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
2426
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2427
+ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
2406
2428
  "svg",
2407
2429
  {
2408
2430
  xmlns: "http://www.w3.org/2000/svg",
@@ -2412,14 +2434,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
2412
2434
  viewBox: "0 0 24 24",
2413
2435
  ...props,
2414
2436
  children: [
2415
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2437
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2416
2438
  "path",
2417
2439
  {
2418
2440
  fill: "#212529",
2419
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"
2420
2442
  }
2421
2443
  ),
2422
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2444
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2423
2445
  "path",
2424
2446
  {
2425
2447
  fill: "currentColor",
@@ -2432,8 +2454,8 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
2432
2454
  var Last_default = SvgLast;
2433
2455
 
2434
2456
  // src/components/List.tsx
2435
- var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2436
- var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2457
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2458
+ var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2437
2459
  "svg",
2438
2460
  {
2439
2461
  xmlns: "http://www.w3.org/2000/svg",
@@ -2447,14 +2469,14 @@ var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2447
2469
  className: "list_svg__lucide list_svg__lucide-list-icon list_svg__lucide-list",
2448
2470
  viewBox: "0 0 24 24",
2449
2471
  ...props,
2450
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13" })
2472
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13" })
2451
2473
  }
2452
2474
  );
2453
2475
  var List_default = SvgList;
2454
2476
 
2455
2477
  // src/components/Listordered.tsx
2456
- var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2457
- var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2478
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2479
+ var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2458
2480
  "svg",
2459
2481
  {
2460
2482
  xmlns: "http://www.w3.org/2000/svg",
@@ -2468,14 +2490,14 @@ var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2468
2490
  className: "listordered_svg__lucide listordered_svg__lucide-list-ordered-icon listordered_svg__lucide-list-ordered",
2469
2491
  viewBox: "0 0 24 24",
2470
2492
  ...props,
2471
- children: /* @__PURE__ */ (0, import_jsx_runtime31.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" })
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" })
2472
2494
  }
2473
2495
  );
2474
2496
  var Listordered_default = SvgListordered;
2475
2497
 
2476
2498
  // src/components/Next.tsx
2477
- var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2478
- var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2499
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2500
+ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2479
2501
  "svg",
2480
2502
  {
2481
2503
  xmlns: "http://www.w3.org/2000/svg",
@@ -2484,7 +2506,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2484
2506
  fill: "none",
2485
2507
  viewBox: "0 0 24 24",
2486
2508
  ...props,
2487
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2509
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2488
2510
  "path",
2489
2511
  {
2490
2512
  fill: "currentColor",
@@ -2498,8 +2520,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2498
2520
  var Next_default = SvgNext;
2499
2521
 
2500
2522
  // src/components/PersonAvatar.tsx
2501
- var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2502
- var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2523
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2524
+ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2503
2525
  "svg",
2504
2526
  {
2505
2527
  xmlns: "http://www.w3.org/2000/svg",
@@ -2508,7 +2530,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2508
2530
  fill: "none",
2509
2531
  viewBox: "0 0 24 24",
2510
2532
  ...props,
2511
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2533
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2512
2534
  "path",
2513
2535
  {
2514
2536
  fill: "currentColor",
@@ -2522,8 +2544,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2522
2544
  var PersonAvatar_default = SvgPersonAvatar;
2523
2545
 
2524
2546
  // src/components/Plus.tsx
2525
- var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2526
- var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2547
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2548
+ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2527
2549
  "svg",
2528
2550
  {
2529
2551
  xmlns: "http://www.w3.org/2000/svg",
@@ -2532,7 +2554,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2532
2554
  fill: "none",
2533
2555
  viewBox: "0 0 24 24",
2534
2556
  ...props,
2535
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2557
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2536
2558
  "path",
2537
2559
  {
2538
2560
  fill: "currentColor",
@@ -2546,8 +2568,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2546
2568
  var Plus_default = SvgPlus;
2547
2569
 
2548
2570
  // src/components/Previous.tsx
2549
- var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2550
- var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2571
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2572
+ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2551
2573
  "svg",
2552
2574
  {
2553
2575
  xmlns: "http://www.w3.org/2000/svg",
@@ -2556,7 +2578,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2556
2578
  fill: "none",
2557
2579
  viewBox: "0 0 24 24",
2558
2580
  ...props,
2559
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2581
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2560
2582
  "path",
2561
2583
  {
2562
2584
  fill: "currentColor",
@@ -2570,8 +2592,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2570
2592
  var Previous_default = SvgPrevious;
2571
2593
 
2572
2594
  // src/components/Product.tsx
2573
- var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2574
- var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2595
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2596
+ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2575
2597
  "svg",
2576
2598
  {
2577
2599
  xmlns: "http://www.w3.org/2000/svg",
@@ -2580,7 +2602,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2580
2602
  fill: "none",
2581
2603
  viewBox: "0 0 18 20",
2582
2604
  ...props,
2583
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2605
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2584
2606
  "path",
2585
2607
  {
2586
2608
  fill: "currentColor",
@@ -2594,8 +2616,8 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2594
2616
  var Product_default = SvgProduct;
2595
2617
 
2596
2618
  // src/components/Redo.tsx
2597
- var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2598
- var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2619
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2620
+ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
2599
2621
  "svg",
2600
2622
  {
2601
2623
  xmlns: "http://www.w3.org/2000/svg",
@@ -2610,16 +2632,16 @@ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2610
2632
  viewBox: "0 0 24 24",
2611
2633
  ...props,
2612
2634
  children: [
2613
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "m15 14 5-5-5-5" }),
2614
- /* @__PURE__ */ (0, import_jsx_runtime37.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" })
2615
2637
  ]
2616
2638
  }
2617
2639
  );
2618
2640
  var Redo_default = SvgRedo;
2619
2641
 
2620
2642
  // src/components/Searchglass.tsx
2621
- var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2622
- var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2643
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2644
+ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2623
2645
  "svg",
2624
2646
  {
2625
2647
  xmlns: "http://www.w3.org/2000/svg",
@@ -2628,7 +2650,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2628
2650
  fill: "none",
2629
2651
  viewBox: "0 0 24 24",
2630
2652
  ...props,
2631
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2653
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2632
2654
  "path",
2633
2655
  {
2634
2656
  fill: "currentColor",
@@ -2642,8 +2664,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2642
2664
  var Searchglass_default = SvgSearchglass;
2643
2665
 
2644
2666
  // src/components/Series.tsx
2645
- var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2646
- var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2667
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2668
+ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2647
2669
  "svg",
2648
2670
  {
2649
2671
  xmlns: "http://www.w3.org/2000/svg",
@@ -2652,7 +2674,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2652
2674
  fill: "none",
2653
2675
  viewBox: "0 0 24 24",
2654
2676
  ...props,
2655
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2677
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2656
2678
  "path",
2657
2679
  {
2658
2680
  fill: "currentColor",
@@ -2666,8 +2688,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2666
2688
  var Series_default = SvgSeries;
2667
2689
 
2668
2690
  // src/components/Settings.tsx
2669
- var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2670
- var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2691
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2692
+ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2671
2693
  "svg",
2672
2694
  {
2673
2695
  xmlns: "http://www.w3.org/2000/svg",
@@ -2676,7 +2698,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2676
2698
  fill: "none",
2677
2699
  viewBox: "0 0 20 20",
2678
2700
  ...props,
2679
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2701
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2680
2702
  "path",
2681
2703
  {
2682
2704
  fill: "currentColor",
@@ -2690,8 +2712,8 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2690
2712
  var Settings_default = SvgSettings;
2691
2713
 
2692
2714
  // src/components/Sigma.tsx
2693
- var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2694
- var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2715
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2716
+ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2695
2717
  "svg",
2696
2718
  {
2697
2719
  xmlns: "http://www.w3.org/2000/svg",
@@ -2705,14 +2727,14 @@ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2705
2727
  className: "sigma_svg__lucide sigma_svg__lucide-sigma-icon sigma_svg__lucide-sigma",
2706
2728
  viewBox: "0 0 24 24",
2707
2729
  ...props,
2708
- children: /* @__PURE__ */ (0, import_jsx_runtime41.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" })
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" })
2709
2731
  }
2710
2732
  );
2711
2733
  var Sigma_default = SvgSigma;
2712
2734
 
2713
2735
  // src/components/Success.tsx
2714
- var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2715
- var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2736
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2737
+ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2716
2738
  "svg",
2717
2739
  {
2718
2740
  xmlns: "http://www.w3.org/2000/svg",
@@ -2721,7 +2743,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2721
2743
  fill: "none",
2722
2744
  viewBox: "0 0 24 24",
2723
2745
  ...props,
2724
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2746
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2725
2747
  "path",
2726
2748
  {
2727
2749
  fill: "currentColor",
@@ -2735,8 +2757,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2735
2757
  var Success_default = SvgSuccess;
2736
2758
 
2737
2759
  // src/components/Swaporder.tsx
2738
- var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2739
- var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2760
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2761
+ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2740
2762
  "svg",
2741
2763
  {
2742
2764
  xmlns: "http://www.w3.org/2000/svg",
@@ -2745,7 +2767,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2745
2767
  fill: "none",
2746
2768
  viewBox: "0 0 24 24",
2747
2769
  ...props,
2748
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2770
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2749
2771
  "path",
2750
2772
  {
2751
2773
  fill: "currentColor",
@@ -2758,9 +2780,31 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2758
2780
  );
2759
2781
  var Swaporder_default = SvgSwaporder;
2760
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
+
2761
2805
  // src/components/Table.tsx
2762
- var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2763
- var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2806
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2807
+ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2764
2808
  "svg",
2765
2809
  {
2766
2810
  xmlns: "http://www.w3.org/2000/svg",
@@ -2774,14 +2818,14 @@ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2774
2818
  className: "table_svg__lucide table_svg__lucide-table2-icon table_svg__lucide-table-2",
2775
2819
  viewBox: "0 0 24 24",
2776
2820
  ...props,
2777
- children: /* @__PURE__ */ (0, import_jsx_runtime44.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" })
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" })
2778
2822
  }
2779
2823
  );
2780
2824
  var Table_default = SvgTable;
2781
2825
 
2782
2826
  // src/components/TextAlignCenter.tsx
2783
- var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2784
- var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2827
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2828
+ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2785
2829
  "svg",
2786
2830
  {
2787
2831
  xmlns: "http://www.w3.org/2000/svg",
@@ -2795,14 +2839,14 @@ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx
2795
2839
  className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
2796
2840
  viewBox: "0 0 24 24",
2797
2841
  ...props,
2798
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2842
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2799
2843
  }
2800
2844
  );
2801
2845
  var TextAlignCenter_default = SvgTextAlignCenter;
2802
2846
 
2803
2847
  // src/components/TextAlignEnd.tsx
2804
- var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2805
- var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2848
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2849
+ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2806
2850
  "svg",
2807
2851
  {
2808
2852
  xmlns: "http://www.w3.org/2000/svg",
@@ -2816,14 +2860,14 @@ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2816
2860
  className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
2817
2861
  viewBox: "0 0 24 24",
2818
2862
  ...props,
2819
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2863
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2820
2864
  }
2821
2865
  );
2822
2866
  var TextAlignEnd_default = SvgTextAlignEnd;
2823
2867
 
2824
2868
  // src/components/TextAlignJustify.tsx
2825
- var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2826
- var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2869
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime());
2870
+ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2827
2871
  "svg",
2828
2872
  {
2829
2873
  xmlns: "http://www.w3.org/2000/svg",
@@ -2837,14 +2881,14 @@ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.js
2837
2881
  className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
2838
2882
  viewBox: "0 0 24 24",
2839
2883
  ...props,
2840
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2884
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2841
2885
  }
2842
2886
  );
2843
2887
  var TextAlignJustify_default = SvgTextAlignJustify;
2844
2888
 
2845
2889
  // src/components/TextAlignStart.tsx
2846
- var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2847
- var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2890
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime());
2891
+ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2848
2892
  "svg",
2849
2893
  {
2850
2894
  xmlns: "http://www.w3.org/2000/svg",
@@ -2858,14 +2902,14 @@ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)
2858
2902
  className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
2859
2903
  viewBox: "0 0 24 24",
2860
2904
  ...props,
2861
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2905
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2862
2906
  }
2863
2907
  );
2864
2908
  var TextAlignStart_default = SvgTextAlignStart;
2865
2909
 
2866
2910
  // src/components/Underlinetext.tsx
2867
- var import_jsx_runtime49 = __toESM(require_jsx_runtime());
2868
- var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2911
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime());
2912
+ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2869
2913
  "svg",
2870
2914
  {
2871
2915
  xmlns: "http://www.w3.org/2000/svg",
@@ -2879,14 +2923,14 @@ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2879
2923
  className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
2880
2924
  viewBox: "0 0 24 24",
2881
2925
  ...props,
2882
- children: /* @__PURE__ */ (0, import_jsx_runtime49.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" })
2883
2927
  }
2884
2928
  );
2885
2929
  var Underlinetext_default = SvgUnderlinetext;
2886
2930
 
2887
2931
  // src/components/Undo.tsx
2888
- var import_jsx_runtime50 = __toESM(require_jsx_runtime());
2889
- var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
2932
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime());
2933
+ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
2890
2934
  "svg",
2891
2935
  {
2892
2936
  xmlns: "http://www.w3.org/2000/svg",
@@ -2901,16 +2945,16 @@ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
2901
2945
  viewBox: "0 0 24 24",
2902
2946
  ...props,
2903
2947
  children: [
2904
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M9 14 4 9l5-5" }),
2905
- /* @__PURE__ */ (0, import_jsx_runtime50.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" })
2906
2950
  ]
2907
2951
  }
2908
2952
  );
2909
2953
  var Undo_default = SvgUndo;
2910
2954
 
2911
2955
  // src/components/Unknown.tsx
2912
- var import_jsx_runtime51 = __toESM(require_jsx_runtime());
2913
- var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2956
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime());
2957
+ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2914
2958
  "svg",
2915
2959
  {
2916
2960
  xmlns: "http://www.w3.org/2000/svg",
@@ -2919,7 +2963,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2919
2963
  fill: "none",
2920
2964
  viewBox: "0 0 24 24",
2921
2965
  ...props,
2922
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2966
+ children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2923
2967
  "path",
2924
2968
  {
2925
2969
  fill: "currentColor",
@@ -2933,8 +2977,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2933
2977
  var Unknown_default = SvgUnknown;
2934
2978
 
2935
2979
  // src/components/Users.tsx
2936
- var import_jsx_runtime52 = __toESM(require_jsx_runtime());
2937
- var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2980
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime());
2981
+ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2938
2982
  "svg",
2939
2983
  {
2940
2984
  xmlns: "http://www.w3.org/2000/svg",
@@ -2943,7 +2987,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2943
2987
  fill: "none",
2944
2988
  viewBox: "0 0 24 24",
2945
2989
  ...props,
2946
- children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2990
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2947
2991
  "path",
2948
2992
  {
2949
2993
  fill: "currentColor",
@@ -2957,8 +3001,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2957
3001
  var Users_default = SvgUsers;
2958
3002
 
2959
3003
  // src/components/Warning.tsx
2960
- var import_jsx_runtime53 = __toESM(require_jsx_runtime());
2961
- var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
3004
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime());
3005
+ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2962
3006
  "svg",
2963
3007
  {
2964
3008
  xmlns: "http://www.w3.org/2000/svg",
@@ -2967,7 +3011,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2967
3011
  fill: "none",
2968
3012
  viewBox: "0 0 24 24",
2969
3013
  ...props,
2970
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
3014
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2971
3015
  "path",
2972
3016
  {
2973
3017
  fill: "currentColor",
@@ -3027,6 +3071,7 @@ react/cjs/react-jsx-runtime.development.js:
3027
3071
  */
3028
3072
 
3029
3073
  exports.Addimage = Addimage_default;
3074
+ exports.Arrow = Arrow_default;
3030
3075
  exports.Boldtext = Boldtext_default;
3031
3076
  exports.Book = Book_default;
3032
3077
  exports.Check = Check_default;
@@ -3069,6 +3114,7 @@ exports.Settings = Settings_default;
3069
3114
  exports.Sigma = Sigma_default;
3070
3115
  exports.Success = Success_default;
3071
3116
  exports.Swaporder = Swaporder_default;
3117
+ exports.Switch = Switch_default;
3072
3118
  exports.Table = Table_default;
3073
3119
  exports.TextAlignCenter = TextAlignCenter_default;
3074
3120
  exports.TextAlignEnd = TextAlignEnd_default;