@edux-design/icons 0.0.3 → 0.0.4

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
@@ -1972,18 +1972,46 @@ var SvgCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1972
1972
  );
1973
1973
  var Copy_default = SvgCopy;
1974
1974
 
1975
- // src/components/Error.tsx
1975
+ // src/components/Draghandle.tsx
1976
1976
  var import_jsx_runtime11 = __toESM(require_jsx_runtime());
1977
- var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1977
+ var SvgDraghandle = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
1978
1978
  "svg",
1979
1979
  {
1980
1980
  xmlns: "http://www.w3.org/2000/svg",
1981
1981
  width: "1em",
1982
1982
  height: "1em",
1983
1983
  fill: "none",
1984
+ stroke: "currentColor",
1985
+ strokeLinecap: "round",
1986
+ strokeLinejoin: "round",
1987
+ strokeWidth: 2,
1988
+ className: "draghandle_svg__lucide draghandle_svg__lucide-grip-vertical-icon draghandle_svg__lucide-grip-vertical",
1984
1989
  viewBox: "0 0 24 24",
1985
1990
  ...props,
1986
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1991
+ 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 })
1998
+ ]
1999
+ }
2000
+ );
2001
+ var Draghandle_default = SvgDraghandle;
2002
+
2003
+ // src/components/Error.tsx
2004
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime());
2005
+ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2006
+ "svg",
2007
+ {
2008
+ xmlns: "http://www.w3.org/2000/svg",
2009
+ width: "1em",
2010
+ height: "1em",
2011
+ fill: "none",
2012
+ viewBox: "0 0 24 24",
2013
+ ...props,
2014
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1987
2015
  "path",
1988
2016
  {
1989
2017
  fill: "currentColor",
@@ -1997,8 +2025,8 @@ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1997
2025
  var Error_default = SvgError;
1998
2026
 
1999
2027
  // src/components/External.tsx
2000
- var import_jsx_runtime12 = __toESM(require_jsx_runtime());
2001
- var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2028
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2029
+ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2002
2030
  "svg",
2003
2031
  {
2004
2032
  xmlns: "http://www.w3.org/2000/svg",
@@ -2007,7 +2035,7 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2007
2035
  fill: "none",
2008
2036
  viewBox: "0 0 24 24",
2009
2037
  ...props,
2010
- children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2038
+ children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2011
2039
  "path",
2012
2040
  {
2013
2041
  fill: "currentColor",
@@ -2021,8 +2049,8 @@ var SvgExternal = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2021
2049
  var External_default = SvgExternal;
2022
2050
 
2023
2051
  // src/components/Eye.tsx
2024
- var import_jsx_runtime13 = __toESM(require_jsx_runtime());
2025
- var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2052
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2053
+ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2026
2054
  "svg",
2027
2055
  {
2028
2056
  xmlns: "http://www.w3.org/2000/svg",
@@ -2031,7 +2059,7 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2031
2059
  fill: "none",
2032
2060
  viewBox: "0 0 24 24",
2033
2061
  ...props,
2034
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2062
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2035
2063
  "path",
2036
2064
  {
2037
2065
  fill: "currentColor",
@@ -2045,8 +2073,8 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2045
2073
  var Eye_default = SvgEye;
2046
2074
 
2047
2075
  // src/components/Eyehide.tsx
2048
- var import_jsx_runtime14 = __toESM(require_jsx_runtime());
2049
- var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2076
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2077
+ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2050
2078
  "svg",
2051
2079
  {
2052
2080
  xmlns: "http://www.w3.org/2000/svg",
@@ -2055,7 +2083,7 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2055
2083
  fill: "none",
2056
2084
  viewBox: "0 0 24 24",
2057
2085
  ...props,
2058
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2086
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2059
2087
  "path",
2060
2088
  {
2061
2089
  fill: "#212529",
@@ -2067,8 +2095,8 @@ var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2067
2095
  var Eyehide_default = SvgEyehide;
2068
2096
 
2069
2097
  // src/components/First.tsx
2070
- var import_jsx_runtime15 = __toESM(require_jsx_runtime());
2071
- var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2098
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2099
+ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2072
2100
  "svg",
2073
2101
  {
2074
2102
  xmlns: "http://www.w3.org/2000/svg",
@@ -2078,14 +2106,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2078
2106
  viewBox: "0 0 24 24",
2079
2107
  ...props,
2080
2108
  children: [
2081
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2109
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2082
2110
  "path",
2083
2111
  {
2084
2112
  fill: "#212529",
2085
2113
  d: "M7.293 7.707 11.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 1.414"
2086
2114
  }
2087
2115
  ),
2088
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2116
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2089
2117
  "path",
2090
2118
  {
2091
2119
  fill: "currentColor",
@@ -2098,8 +2126,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
2098
2126
  var First_default = SvgFirst;
2099
2127
 
2100
2128
  // src/components/Gologo.tsx
2101
- var import_jsx_runtime16 = __toESM(require_jsx_runtime());
2102
- var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2129
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2130
+ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2103
2131
  "svg",
2104
2132
  {
2105
2133
  xmlns: "http://www.w3.org/2000/svg",
@@ -2109,14 +2137,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2109
2137
  viewBox: "0 0 35 36",
2110
2138
  ...props,
2111
2139
  children: [
2112
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2140
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2113
2141
  "path",
2114
2142
  {
2115
2143
  fill: "#082663",
2116
2144
  d: "M.385 0v18.72c0 9.203 5.372 11.83 7.954 13.092.474.232 8.442 3.795 8.952 4.023l.344.165.343-.165c.46-.206 8.477-3.79 8.952-4.023 2.582-1.262 7.955-3.89 7.955-13.093V0z"
2117
2145
  }
2118
2146
  ),
2119
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2147
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2120
2148
  "path",
2121
2149
  {
2122
2150
  fill: "#fff",
@@ -2129,8 +2157,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2129
2157
  var Gologo_default = SvgGologo;
2130
2158
 
2131
2159
  // src/components/Hamburger.tsx
2132
- var import_jsx_runtime17 = __toESM(require_jsx_runtime());
2133
- var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2160
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2161
+ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2134
2162
  "svg",
2135
2163
  {
2136
2164
  xmlns: "http://www.w3.org/2000/svg",
@@ -2139,7 +2167,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2139
2167
  fill: "none",
2140
2168
  viewBox: "0 0 24 24",
2141
2169
  ...props,
2142
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2170
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2143
2171
  "path",
2144
2172
  {
2145
2173
  fill: "currentColor",
@@ -2153,8 +2181,8 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2153
2181
  var Hamburger_default = SvgHamburger;
2154
2182
 
2155
2183
  // src/components/Headingtext.tsx
2156
- var import_jsx_runtime18 = __toESM(require_jsx_runtime());
2157
- var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2184
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2185
+ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2158
2186
  "svg",
2159
2187
  {
2160
2188
  xmlns: "http://www.w3.org/2000/svg",
@@ -2168,14 +2196,14 @@ var SvgHeadingtext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2168
2196
  className: "headingtext_svg__lucide headingtext_svg__lucide-heading-icon headingtext_svg__lucide-heading",
2169
2197
  viewBox: "0 0 24 24",
2170
2198
  ...props,
2171
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2199
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M6 12h12M6 20V4M18 20V4" })
2172
2200
  }
2173
2201
  );
2174
2202
  var Headingtext_default = SvgHeadingtext;
2175
2203
 
2176
2204
  // src/components/Headingtext1.tsx
2177
- var import_jsx_runtime19 = __toESM(require_jsx_runtime());
2178
- var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2205
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2206
+ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2179
2207
  "svg",
2180
2208
  {
2181
2209
  xmlns: "http://www.w3.org/2000/svg",
@@ -2189,14 +2217,14 @@ var SvgHeadingtext1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2189
2217
  className: "headingtext1_svg__lucide headingtext1_svg__lucide-heading1-icon headingtext1_svg__lucide-heading-1",
2190
2218
  viewBox: "0 0 24 24",
2191
2219
  ...props,
2192
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2220
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2193
2221
  }
2194
2222
  );
2195
2223
  var Headingtext1_default = SvgHeadingtext1;
2196
2224
 
2197
2225
  // src/components/Headingtext2.tsx
2198
- var import_jsx_runtime20 = __toESM(require_jsx_runtime());
2199
- var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2226
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2227
+ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2200
2228
  "svg",
2201
2229
  {
2202
2230
  xmlns: "http://www.w3.org/2000/svg",
@@ -2210,14 +2238,14 @@ var SvgHeadingtext2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2210
2238
  className: "headingtext2_svg__lucide headingtext2_svg__lucide-heading1-icon headingtext2_svg__lucide-heading-1",
2211
2239
  viewBox: "0 0 24 24",
2212
2240
  ...props,
2213
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2241
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 12l3-2v8" })
2214
2242
  }
2215
2243
  );
2216
2244
  var Headingtext2_default = SvgHeadingtext2;
2217
2245
 
2218
2246
  // src/components/Headingtext3.tsx
2219
- var import_jsx_runtime21 = __toESM(require_jsx_runtime());
2220
- var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2247
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2248
+ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2221
2249
  "svg",
2222
2250
  {
2223
2251
  xmlns: "http://www.w3.org/2000/svg",
@@ -2231,14 +2259,14 @@ var SvgHeadingtext3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2231
2259
  className: "headingtext3_svg__lucide headingtext3_svg__lucide-heading3-icon headingtext3_svg__lucide-heading-3",
2232
2260
  viewBox: "0 0 24 24",
2233
2261
  ...props,
2234
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" })
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" })
2235
2263
  }
2236
2264
  );
2237
2265
  var Headingtext3_default = SvgHeadingtext3;
2238
2266
 
2239
2267
  // src/components/Headingtext4.tsx
2240
- var import_jsx_runtime22 = __toESM(require_jsx_runtime());
2241
- var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2268
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2269
+ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2242
2270
  "svg",
2243
2271
  {
2244
2272
  xmlns: "http://www.w3.org/2000/svg",
@@ -2252,14 +2280,14 @@ var SvgHeadingtext4 = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2252
2280
  className: "headingtext4_svg__lucide headingtext4_svg__lucide-heading4-icon headingtext4_svg__lucide-heading-4",
2253
2281
  viewBox: "0 0 24 24",
2254
2282
  ...props,
2255
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
2283
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 18V6M17 10v3a1 1 0 0 0 1 1h3M21 10v8M4 12h8M4 18V6" })
2256
2284
  }
2257
2285
  );
2258
2286
  var Headingtext4_default = SvgHeadingtext4;
2259
2287
 
2260
2288
  // src/components/Headingtext5.tsx
2261
- var import_jsx_runtime23 = __toESM(require_jsx_runtime());
2262
- var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2289
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2290
+ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2263
2291
  "svg",
2264
2292
  {
2265
2293
  xmlns: "http://www.w3.org/2000/svg",
@@ -2273,14 +2301,14 @@ var SvgHeadingtext5 = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2273
2301
  className: "headingtext5_svg__lucide headingtext5_svg__lucide-heading5-icon headingtext5_svg__lucide-heading-5",
2274
2302
  viewBox: "0 0 24 24",
2275
2303
  ...props,
2276
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6M17 13v-3h4M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" })
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" })
2277
2305
  }
2278
2306
  );
2279
2307
  var Headingtext5_default = SvgHeadingtext5;
2280
2308
 
2281
2309
  // src/components/Headingtext6.tsx
2282
- var import_jsx_runtime24 = __toESM(require_jsx_runtime());
2283
- var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2310
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2311
+ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2284
2312
  "svg",
2285
2313
  {
2286
2314
  xmlns: "http://www.w3.org/2000/svg",
@@ -2295,17 +2323,17 @@ var SvgHeadingtext6 = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2295
2323
  viewBox: "0 0 24 24",
2296
2324
  ...props,
2297
2325
  children: [
2298
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M4 12h8M4 18V6M12 18V6" }),
2299
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: 19, cy: 16, r: 2 }),
2300
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M20 10c-2 2-3 3.5-3 6" })
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" })
2301
2329
  ]
2302
2330
  }
2303
2331
  );
2304
2332
  var Headingtext6_default = SvgHeadingtext6;
2305
2333
 
2306
2334
  // src/components/Indeterminate.tsx
2307
- var import_jsx_runtime25 = __toESM(require_jsx_runtime());
2308
- var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2335
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2336
+ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2309
2337
  "svg",
2310
2338
  {
2311
2339
  xmlns: "http://www.w3.org/2000/svg",
@@ -2314,7 +2342,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2314
2342
  fill: "none",
2315
2343
  viewBox: "0 0 24 24",
2316
2344
  ...props,
2317
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2345
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2318
2346
  "path",
2319
2347
  {
2320
2348
  fill: "currentColor",
@@ -2328,8 +2356,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2328
2356
  var Indeterminate_default = SvgIndeterminate;
2329
2357
 
2330
2358
  // src/components/Info.tsx
2331
- var import_jsx_runtime26 = __toESM(require_jsx_runtime());
2332
- var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2359
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2360
+ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2333
2361
  "svg",
2334
2362
  {
2335
2363
  xmlns: "http://www.w3.org/2000/svg",
@@ -2338,7 +2366,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2338
2366
  fill: "none",
2339
2367
  viewBox: "0 0 24 24",
2340
2368
  ...props,
2341
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2369
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2342
2370
  "path",
2343
2371
  {
2344
2372
  fill: "currentColor",
@@ -2352,8 +2380,8 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2352
2380
  var Info_default = SvgInfo;
2353
2381
 
2354
2382
  // src/components/Italicstext.tsx
2355
- var import_jsx_runtime27 = __toESM(require_jsx_runtime());
2356
- var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2383
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2384
+ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2357
2385
  "svg",
2358
2386
  {
2359
2387
  xmlns: "http://www.w3.org/2000/svg",
@@ -2367,14 +2395,14 @@ var SvgItalicstext = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2367
2395
  className: "italicstext_svg__lucide italicstext_svg__lucide-italic-icon italicstext_svg__lucide-italic",
2368
2396
  viewBox: "0 0 24 24",
2369
2397
  ...props,
2370
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
2398
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M19 4h-9M14 20H5M15 4 9 20" })
2371
2399
  }
2372
2400
  );
2373
2401
  var Italicstext_default = SvgItalicstext;
2374
2402
 
2375
2403
  // src/components/Last.tsx
2376
- var import_jsx_runtime28 = __toESM(require_jsx_runtime());
2377
- var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2404
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2405
+ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
2378
2406
  "svg",
2379
2407
  {
2380
2408
  xmlns: "http://www.w3.org/2000/svg",
@@ -2384,14 +2412,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2384
2412
  viewBox: "0 0 24 24",
2385
2413
  ...props,
2386
2414
  children: [
2387
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2415
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2388
2416
  "path",
2389
2417
  {
2390
2418
  fill: "#212529",
2391
2419
  d: "M17.707 16.293 13.414 12l4.293-4.293a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414"
2392
2420
  }
2393
2421
  ),
2394
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2422
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2395
2423
  "path",
2396
2424
  {
2397
2425
  fill: "currentColor",
@@ -2403,9 +2431,51 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2403
2431
  );
2404
2432
  var Last_default = SvgLast;
2405
2433
 
2434
+ // src/components/List.tsx
2435
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2436
+ var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2437
+ "svg",
2438
+ {
2439
+ xmlns: "http://www.w3.org/2000/svg",
2440
+ width: "1em",
2441
+ height: "1em",
2442
+ fill: "none",
2443
+ stroke: "currentColor",
2444
+ strokeLinecap: "round",
2445
+ strokeLinejoin: "round",
2446
+ strokeWidth: 2,
2447
+ className: "list_svg__lucide list_svg__lucide-list-icon list_svg__lucide-list",
2448
+ viewBox: "0 0 24 24",
2449
+ ...props,
2450
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13" })
2451
+ }
2452
+ );
2453
+ var List_default = SvgList;
2454
+
2455
+ // src/components/Listordered.tsx
2456
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2457
+ var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2458
+ "svg",
2459
+ {
2460
+ xmlns: "http://www.w3.org/2000/svg",
2461
+ width: "1em",
2462
+ height: "1em",
2463
+ fill: "none",
2464
+ stroke: "currentColor",
2465
+ strokeLinecap: "round",
2466
+ strokeLinejoin: "round",
2467
+ strokeWidth: 2,
2468
+ className: "listordered_svg__lucide listordered_svg__lucide-list-ordered-icon listordered_svg__lucide-list-ordered",
2469
+ viewBox: "0 0 24 24",
2470
+ ...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" })
2472
+ }
2473
+ );
2474
+ var Listordered_default = SvgListordered;
2475
+
2406
2476
  // src/components/Next.tsx
2407
- var import_jsx_runtime29 = __toESM(require_jsx_runtime());
2408
- var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2477
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2478
+ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2409
2479
  "svg",
2410
2480
  {
2411
2481
  xmlns: "http://www.w3.org/2000/svg",
@@ -2414,7 +2484,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2414
2484
  fill: "none",
2415
2485
  viewBox: "0 0 24 24",
2416
2486
  ...props,
2417
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2487
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2418
2488
  "path",
2419
2489
  {
2420
2490
  fill: "currentColor",
@@ -2428,8 +2498,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2428
2498
  var Next_default = SvgNext;
2429
2499
 
2430
2500
  // src/components/PersonAvatar.tsx
2431
- var import_jsx_runtime30 = __toESM(require_jsx_runtime());
2432
- var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2501
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2502
+ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2433
2503
  "svg",
2434
2504
  {
2435
2505
  xmlns: "http://www.w3.org/2000/svg",
@@ -2438,7 +2508,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2438
2508
  fill: "none",
2439
2509
  viewBox: "0 0 24 24",
2440
2510
  ...props,
2441
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2511
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2442
2512
  "path",
2443
2513
  {
2444
2514
  fill: "currentColor",
@@ -2452,8 +2522,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2452
2522
  var PersonAvatar_default = SvgPersonAvatar;
2453
2523
 
2454
2524
  // src/components/Plus.tsx
2455
- var import_jsx_runtime31 = __toESM(require_jsx_runtime());
2456
- var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2525
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2526
+ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2457
2527
  "svg",
2458
2528
  {
2459
2529
  xmlns: "http://www.w3.org/2000/svg",
@@ -2462,7 +2532,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2462
2532
  fill: "none",
2463
2533
  viewBox: "0 0 24 24",
2464
2534
  ...props,
2465
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2535
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2466
2536
  "path",
2467
2537
  {
2468
2538
  fill: "currentColor",
@@ -2476,8 +2546,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2476
2546
  var Plus_default = SvgPlus;
2477
2547
 
2478
2548
  // src/components/Previous.tsx
2479
- var import_jsx_runtime32 = __toESM(require_jsx_runtime());
2480
- var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2549
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2550
+ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2481
2551
  "svg",
2482
2552
  {
2483
2553
  xmlns: "http://www.w3.org/2000/svg",
@@ -2486,7 +2556,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2486
2556
  fill: "none",
2487
2557
  viewBox: "0 0 24 24",
2488
2558
  ...props,
2489
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2559
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2490
2560
  "path",
2491
2561
  {
2492
2562
  fill: "currentColor",
@@ -2500,8 +2570,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2500
2570
  var Previous_default = SvgPrevious;
2501
2571
 
2502
2572
  // src/components/Product.tsx
2503
- var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2504
- var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2573
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2574
+ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2505
2575
  "svg",
2506
2576
  {
2507
2577
  xmlns: "http://www.w3.org/2000/svg",
@@ -2510,7 +2580,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2510
2580
  fill: "none",
2511
2581
  viewBox: "0 0 18 20",
2512
2582
  ...props,
2513
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2583
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2514
2584
  "path",
2515
2585
  {
2516
2586
  fill: "currentColor",
@@ -2524,8 +2594,8 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2524
2594
  var Product_default = SvgProduct;
2525
2595
 
2526
2596
  // src/components/Redo.tsx
2527
- var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2528
- var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2597
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2598
+ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2529
2599
  "svg",
2530
2600
  {
2531
2601
  xmlns: "http://www.w3.org/2000/svg",
@@ -2540,16 +2610,16 @@ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2540
2610
  viewBox: "0 0 24 24",
2541
2611
  ...props,
2542
2612
  children: [
2543
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m15 14 5-5-5-5" }),
2544
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5 5.5 5.5 0 0 0 9.5 20H13" })
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" })
2545
2615
  ]
2546
2616
  }
2547
2617
  );
2548
2618
  var Redo_default = SvgRedo;
2549
2619
 
2550
2620
  // src/components/Searchglass.tsx
2551
- var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2552
- var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2621
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2622
+ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2553
2623
  "svg",
2554
2624
  {
2555
2625
  xmlns: "http://www.w3.org/2000/svg",
@@ -2558,7 +2628,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2558
2628
  fill: "none",
2559
2629
  viewBox: "0 0 24 24",
2560
2630
  ...props,
2561
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2631
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2562
2632
  "path",
2563
2633
  {
2564
2634
  fill: "currentColor",
@@ -2572,8 +2642,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2572
2642
  var Searchglass_default = SvgSearchglass;
2573
2643
 
2574
2644
  // src/components/Series.tsx
2575
- var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2576
- var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2645
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2646
+ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2577
2647
  "svg",
2578
2648
  {
2579
2649
  xmlns: "http://www.w3.org/2000/svg",
@@ -2582,7 +2652,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2582
2652
  fill: "none",
2583
2653
  viewBox: "0 0 24 24",
2584
2654
  ...props,
2585
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2655
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2586
2656
  "path",
2587
2657
  {
2588
2658
  fill: "currentColor",
@@ -2596,8 +2666,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2596
2666
  var Series_default = SvgSeries;
2597
2667
 
2598
2668
  // src/components/Settings.tsx
2599
- var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2600
- var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2669
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2670
+ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2601
2671
  "svg",
2602
2672
  {
2603
2673
  xmlns: "http://www.w3.org/2000/svg",
@@ -2606,7 +2676,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2606
2676
  fill: "none",
2607
2677
  viewBox: "0 0 20 20",
2608
2678
  ...props,
2609
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2679
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2610
2680
  "path",
2611
2681
  {
2612
2682
  fill: "currentColor",
@@ -2619,9 +2689,30 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2619
2689
  );
2620
2690
  var Settings_default = SvgSettings;
2621
2691
 
2692
+ // src/components/Sigma.tsx
2693
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2694
+ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2695
+ "svg",
2696
+ {
2697
+ xmlns: "http://www.w3.org/2000/svg",
2698
+ width: "1em",
2699
+ height: "1em",
2700
+ fill: "none",
2701
+ stroke: "currentColor",
2702
+ strokeLinecap: "round",
2703
+ strokeLinejoin: "round",
2704
+ strokeWidth: 2,
2705
+ className: "sigma_svg__lucide sigma_svg__lucide-sigma-icon sigma_svg__lucide-sigma",
2706
+ viewBox: "0 0 24 24",
2707
+ ...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" })
2709
+ }
2710
+ );
2711
+ var Sigma_default = SvgSigma;
2712
+
2622
2713
  // src/components/Success.tsx
2623
- var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2624
- var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2714
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2715
+ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2625
2716
  "svg",
2626
2717
  {
2627
2718
  xmlns: "http://www.w3.org/2000/svg",
@@ -2630,7 +2721,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2630
2721
  fill: "none",
2631
2722
  viewBox: "0 0 24 24",
2632
2723
  ...props,
2633
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2724
+ children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2634
2725
  "path",
2635
2726
  {
2636
2727
  fill: "currentColor",
@@ -2644,8 +2735,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2644
2735
  var Success_default = SvgSuccess;
2645
2736
 
2646
2737
  // src/components/Swaporder.tsx
2647
- var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2648
- var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2738
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2739
+ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2649
2740
  "svg",
2650
2741
  {
2651
2742
  xmlns: "http://www.w3.org/2000/svg",
@@ -2654,7 +2745,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2654
2745
  fill: "none",
2655
2746
  viewBox: "0 0 24 24",
2656
2747
  ...props,
2657
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2748
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2658
2749
  "path",
2659
2750
  {
2660
2751
  fill: "currentColor",
@@ -2667,9 +2758,30 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2667
2758
  );
2668
2759
  var Swaporder_default = SvgSwaporder;
2669
2760
 
2761
+ // src/components/Table.tsx
2762
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2763
+ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2764
+ "svg",
2765
+ {
2766
+ xmlns: "http://www.w3.org/2000/svg",
2767
+ width: "1em",
2768
+ height: "1em",
2769
+ fill: "none",
2770
+ stroke: "currentColor",
2771
+ strokeLinecap: "round",
2772
+ strokeLinejoin: "round",
2773
+ strokeWidth: 2,
2774
+ className: "table_svg__lucide table_svg__lucide-table2-icon table_svg__lucide-table-2",
2775
+ viewBox: "0 0 24 24",
2776
+ ...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" })
2778
+ }
2779
+ );
2780
+ var Table_default = SvgTable;
2781
+
2670
2782
  // src/components/TextAlignCenter.tsx
2671
- var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2672
- var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2783
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2784
+ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2673
2785
  "svg",
2674
2786
  {
2675
2787
  xmlns: "http://www.w3.org/2000/svg",
@@ -2683,14 +2795,14 @@ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx
2683
2795
  className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
2684
2796
  viewBox: "0 0 24 24",
2685
2797
  ...props,
2686
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2798
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2687
2799
  }
2688
2800
  );
2689
2801
  var TextAlignCenter_default = SvgTextAlignCenter;
2690
2802
 
2691
2803
  // src/components/TextAlignEnd.tsx
2692
- var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2693
- var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2804
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2805
+ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2694
2806
  "svg",
2695
2807
  {
2696
2808
  xmlns: "http://www.w3.org/2000/svg",
@@ -2704,14 +2816,14 @@ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2704
2816
  className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
2705
2817
  viewBox: "0 0 24 24",
2706
2818
  ...props,
2707
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2819
+ children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2708
2820
  }
2709
2821
  );
2710
2822
  var TextAlignEnd_default = SvgTextAlignEnd;
2711
2823
 
2712
2824
  // src/components/TextAlignJustify.tsx
2713
- var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2714
- var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2825
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2826
+ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2715
2827
  "svg",
2716
2828
  {
2717
2829
  xmlns: "http://www.w3.org/2000/svg",
@@ -2725,14 +2837,14 @@ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.js
2725
2837
  className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
2726
2838
  viewBox: "0 0 24 24",
2727
2839
  ...props,
2728
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2840
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2729
2841
  }
2730
2842
  );
2731
2843
  var TextAlignJustify_default = SvgTextAlignJustify;
2732
2844
 
2733
2845
  // src/components/TextAlignStart.tsx
2734
- var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2735
- var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2846
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2847
+ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2736
2848
  "svg",
2737
2849
  {
2738
2850
  xmlns: "http://www.w3.org/2000/svg",
@@ -2746,14 +2858,14 @@ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)
2746
2858
  className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
2747
2859
  viewBox: "0 0 24 24",
2748
2860
  ...props,
2749
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2861
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2750
2862
  }
2751
2863
  );
2752
2864
  var TextAlignStart_default = SvgTextAlignStart;
2753
2865
 
2754
2866
  // src/components/Underlinetext.tsx
2755
- var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2756
- var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2867
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime());
2868
+ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2757
2869
  "svg",
2758
2870
  {
2759
2871
  xmlns: "http://www.w3.org/2000/svg",
@@ -2767,14 +2879,14 @@ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2767
2879
  className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
2768
2880
  viewBox: "0 0 24 24",
2769
2881
  ...props,
2770
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2882
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2771
2883
  }
2772
2884
  );
2773
2885
  var Underlinetext_default = SvgUnderlinetext;
2774
2886
 
2775
2887
  // src/components/Undo.tsx
2776
- var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2777
- var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
2888
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime());
2889
+ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
2778
2890
  "svg",
2779
2891
  {
2780
2892
  xmlns: "http://www.w3.org/2000/svg",
@@ -2789,16 +2901,16 @@ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
2789
2901
  viewBox: "0 0 24 24",
2790
2902
  ...props,
2791
2903
  children: [
2792
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M9 14 4 9l5-5" }),
2793
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5 5.5 5.5 0 0 1-5.5 5.5H11" })
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" })
2794
2906
  ]
2795
2907
  }
2796
2908
  );
2797
2909
  var Undo_default = SvgUndo;
2798
2910
 
2799
2911
  // src/components/Unknown.tsx
2800
- var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2801
- var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2912
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime());
2913
+ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2802
2914
  "svg",
2803
2915
  {
2804
2916
  xmlns: "http://www.w3.org/2000/svg",
@@ -2807,7 +2919,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2807
2919
  fill: "none",
2808
2920
  viewBox: "0 0 24 24",
2809
2921
  ...props,
2810
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2922
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2811
2923
  "path",
2812
2924
  {
2813
2925
  fill: "currentColor",
@@ -2821,8 +2933,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2821
2933
  var Unknown_default = SvgUnknown;
2822
2934
 
2823
2935
  // src/components/Users.tsx
2824
- var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2825
- var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2936
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime());
2937
+ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2826
2938
  "svg",
2827
2939
  {
2828
2940
  xmlns: "http://www.w3.org/2000/svg",
@@ -2831,7 +2943,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2831
2943
  fill: "none",
2832
2944
  viewBox: "0 0 24 24",
2833
2945
  ...props,
2834
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2946
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2835
2947
  "path",
2836
2948
  {
2837
2949
  fill: "currentColor",
@@ -2845,8 +2957,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2845
2957
  var Users_default = SvgUsers;
2846
2958
 
2847
2959
  // src/components/Warning.tsx
2848
- var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2849
- var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2960
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime());
2961
+ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2850
2962
  "svg",
2851
2963
  {
2852
2964
  xmlns: "http://www.w3.org/2000/svg",
@@ -2855,7 +2967,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2855
2967
  fill: "none",
2856
2968
  viewBox: "0 0 24 24",
2857
2969
  ...props,
2858
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2970
+ children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2859
2971
  "path",
2860
2972
  {
2861
2973
  fill: "currentColor",
@@ -2924,6 +3036,7 @@ exports.Close = Close_default;
2924
3036
  exports.Code = Code_default;
2925
3037
  exports.Collapse = Collapse_default;
2926
3038
  exports.Copy = Copy_default;
3039
+ exports.Draghandle = Draghandle_default;
2927
3040
  exports.Error = Error_default;
2928
3041
  exports.External = External_default;
2929
3042
  exports.Eye = Eye_default;
@@ -2942,6 +3055,8 @@ exports.Indeterminate = Indeterminate_default;
2942
3055
  exports.Info = Info_default;
2943
3056
  exports.Italicstext = Italicstext_default;
2944
3057
  exports.Last = Last_default;
3058
+ exports.List = List_default;
3059
+ exports.Listordered = Listordered_default;
2945
3060
  exports.Next = Next_default;
2946
3061
  exports.PersonAvatar = PersonAvatar_default;
2947
3062
  exports.Plus = Plus_default;
@@ -2951,8 +3066,10 @@ exports.Redo = Redo_default;
2951
3066
  exports.Searchglass = Searchglass_default;
2952
3067
  exports.Series = Series_default;
2953
3068
  exports.Settings = Settings_default;
3069
+ exports.Sigma = Sigma_default;
2954
3070
  exports.Success = Success_default;
2955
3071
  exports.Swaporder = Swaporder_default;
3072
+ exports.Table = Table_default;
2956
3073
  exports.TextAlignCenter = TextAlignCenter_default;
2957
3074
  exports.TextAlignEnd = TextAlignEnd_default;
2958
3075
  exports.TextAlignJustify = TextAlignJustify_default;