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