@kopexa/icons 10.0.4 → 10.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/arrow-right-icon.d.mts +7 -0
  2. package/dist/arrow-right-icon.d.ts +7 -0
  3. package/dist/arrow-right-icon.js +53 -0
  4. package/dist/arrow-right-icon.mjs +7 -0
  5. package/dist/chart-pie.d.mts +7 -0
  6. package/dist/chart-pie.d.ts +7 -0
  7. package/dist/chart-pie.js +53 -0
  8. package/dist/chart-pie.mjs +7 -0
  9. package/dist/chevrons-left-right-ellipsis-icon.d.mts +7 -0
  10. package/dist/chevrons-left-right-ellipsis-icon.d.ts +7 -0
  11. package/dist/chevrons-left-right-ellipsis-icon.js +59 -0
  12. package/dist/chevrons-left-right-ellipsis-icon.mjs +7 -0
  13. package/dist/chunk-2OCZFP2R.mjs +30 -0
  14. package/dist/chunk-43KWNV2C.mjs +33 -0
  15. package/dist/chunk-6JFYDUUM.mjs +30 -0
  16. package/dist/chunk-E35BW74J.mjs +31 -0
  17. package/dist/chunk-M2ILMJNC.mjs +38 -0
  18. package/dist/chunk-MP2HANDC.mjs +30 -0
  19. package/dist/chunk-OHL7SFBV.mjs +30 -0
  20. package/dist/chunk-XHCYRJIR.mjs +39 -0
  21. package/dist/chunk-XOFUG5OO.mjs +30 -0
  22. package/dist/chunk-Z3VTF76X.mjs +36 -0
  23. package/dist/circle-dot-icon.d.mts +7 -0
  24. package/dist/circle-dot-icon.d.ts +7 -0
  25. package/dist/circle-dot-icon.js +53 -0
  26. package/dist/circle-dot-icon.mjs +7 -0
  27. package/dist/circle-fading-arrow-up-icon.d.mts +7 -0
  28. package/dist/circle-fading-arrow-up-icon.d.ts +7 -0
  29. package/dist/circle-fading-arrow-up-icon.js +61 -0
  30. package/dist/circle-fading-arrow-up-icon.mjs +7 -0
  31. package/dist/domain-icon.d.mts +7 -0
  32. package/dist/domain-icon.d.ts +7 -0
  33. package/dist/domain-icon.js +54 -0
  34. package/dist/domain-icon.mjs +7 -0
  35. package/dist/edit-icon.d.mts +7 -0
  36. package/dist/edit-icon.d.ts +7 -0
  37. package/dist/edit-icon.js +53 -0
  38. package/dist/edit-icon.mjs +7 -0
  39. package/dist/equals-icon.d.mts +7 -0
  40. package/dist/equals-icon.d.ts +7 -0
  41. package/dist/equals-icon.js +53 -0
  42. package/dist/equals-icon.mjs +7 -0
  43. package/dist/index.d.mts +10 -0
  44. package/dist/index.d.ts +10 -0
  45. package/dist/index.js +542 -237
  46. package/dist/index.mjs +63 -19
  47. package/dist/squares-intersect.d.mts +7 -0
  48. package/dist/squares-intersect.d.ts +7 -0
  49. package/dist/squares-intersect.js +62 -0
  50. package/dist/squares-intersect.mjs +7 -0
  51. package/dist/trash-icon.d.mts +7 -0
  52. package/dist/trash-icon.d.ts +7 -0
  53. package/dist/trash-icon.js +56 -0
  54. package/dist/trash-icon.mjs +7 -0
  55. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -25,15 +25,20 @@ __export(index_exports, {
25
25
  AlertIcon: () => AlertIcon,
26
26
  ArrowDown: () => ArrowDown,
27
27
  ArrowDownUp: () => ArrowDownUp,
28
+ ArrowRightIcon: () => ArrowRightIcon,
28
29
  ArrowUp: () => ArrowUp,
29
30
  AssetsIcon: () => AssetsIcon,
30
31
  CatalogIcon: () => CatalogIcon,
32
+ ChartPie: () => ChartPie,
31
33
  CheckCirleIcon: () => CheckCirleIcon,
32
34
  CheckIcon: () => CheckIcon,
33
35
  ChevronDownIcon: () => ChevronDownIcon,
34
36
  ChevronLeftIcon: () => ChevronLeftIcon,
35
37
  ChevronRightIcon: () => ChevronRightIcon,
36
38
  ChevronUpDown: () => ChevronUpDown,
39
+ ChevronsLeftRightEllipsisIcon: () => ChevronsLeftRightEllipsisIcon,
40
+ CircleDotIcon: () => CircleDotIcon,
41
+ CircleFadingArrowUpIcon: () => CircleFadingArrowUpIcon,
37
42
  CircleIcon: () => CircleIcon,
38
43
  CloseIcon: () => CloseIcon,
39
44
  ControlsIcon: () => ControlsIcon,
@@ -41,17 +46,22 @@ __export(index_exports, {
41
46
  DSARIcon: () => DSARIcon,
42
47
  DataAssetIcon: () => DataAssetIcon,
43
48
  DocumentsIcon: () => DocumentsIcon,
49
+ DomainIcon: () => DomainIcon,
50
+ EditIcon: () => EditIcon,
44
51
  EllipsisIcon: () => EllipsisIcon,
52
+ EqualsIcon: () => EqualsIcon,
45
53
  EyeIcon: () => EyeIcon,
46
54
  EyeOffIcon: () => EyeOffIcon,
47
55
  GripVerticalIcon: () => GripVerticalIcon,
48
56
  IncidentIcon: () => IncidentIcon,
49
57
  InfoIcon: () => InfoIcon,
58
+ IntersectIcon: () => SquaresIntersect,
50
59
  IssuesIcon: () => IssuesIcon,
51
60
  LinkedInIcon: () => LinkedInIcon,
52
61
  MinusIcon: () => MinusIcon,
53
62
  NotificationIcon: () => NotificationIcon,
54
63
  PanelLeftIcon: () => PanelLeftIcon,
64
+ PartialIcon: () => ChartPie,
55
65
  PeopleIcon: () => PeopleIcon,
56
66
  PhysicalAssetIcon: () => PhysicalAssetIcon,
57
67
  PlattformAssetIcon: () => PlattformAssetIcon,
@@ -63,6 +73,10 @@ __export(index_exports, {
63
73
  SearchIcon: () => SearchIcon,
64
74
  SettingsIcon: () => SettingsIcon,
65
75
  ShellIcon: () => ShellIcon,
76
+ SquaresIntersect: () => SquaresIntersect,
77
+ SubsetIcon: () => CircleDotIcon,
78
+ SupersetIcon: () => CircleFadingArrowUpIcon,
79
+ TrashIcon: () => TrashIcon,
66
80
  UploadIcon: () => UploadIcon,
67
81
  VendorIcon: () => VendorIcon
68
82
  });
@@ -172,9 +186,9 @@ var ArrowDownUp = ({ size = 24, ...props }) => {
172
186
  );
173
187
  };
174
188
 
175
- // src/arrow-up.tsx
189
+ // src/arrow-right-icon.tsx
176
190
  var import_jsx_runtime5 = require("react/jsx-runtime");
177
- var ArrowUp = ({ size = 24, ...props }) => {
191
+ var ArrowRightIcon = ({ size = 24, ...props }) => {
178
192
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
179
193
  "svg",
180
194
  {
@@ -189,17 +203,17 @@ var ArrowUp = ({ size = 24, ...props }) => {
189
203
  strokeLinejoin: "round",
190
204
  ...props,
191
205
  children: [
192
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Arrow Up Icon" }),
193
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m5 12 7-7 7 7" }),
194
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M12 19V5" })
206
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Arrow Right icon" }),
207
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M5 12h14" }),
208
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m12 5 7 7-7 7" })
195
209
  ]
196
210
  }
197
211
  );
198
212
  };
199
213
 
200
- // src/assets.tsx
214
+ // src/arrow-up.tsx
201
215
  var import_jsx_runtime6 = require("react/jsx-runtime");
202
- var AssetsIcon = ({ size = 24, ...props }) => {
216
+ var ArrowUp = ({ size = 24, ...props }) => {
203
217
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
204
218
  "svg",
205
219
  {
@@ -214,21 +228,17 @@ var AssetsIcon = ({ size = 24, ...props }) => {
214
228
  strokeLinejoin: "round",
215
229
  ...props,
216
230
  children: [
217
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Assets icon" }),
218
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" }),
219
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "m7.5 4.27 9 5.15" }),
220
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
221
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
222
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
223
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M20.27 17.27 22 19" })
231
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Arrow Up Icon" }),
232
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "m5 12 7-7 7 7" }),
233
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M12 19V5" })
224
234
  ]
225
235
  }
226
236
  );
227
237
  };
228
238
 
229
- // src/catalog.tsx
239
+ // src/assets.tsx
230
240
  var import_jsx_runtime7 = require("react/jsx-runtime");
231
- var CatalogIcon = ({ size = 24, ...props }) => {
241
+ var AssetsIcon = ({ size = 24, ...props }) => {
232
242
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
233
243
  "svg",
234
244
  {
@@ -243,20 +253,74 @@ var CatalogIcon = ({ size = 24, ...props }) => {
243
253
  strokeLinejoin: "round",
244
254
  ...props,
245
255
  children: [
246
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "Catalog icon" }),
247
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "m16 6 4 14" }),
248
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M12 6v14" }),
249
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M8 8v12" }),
250
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M4 4v16" })
256
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "Assets icon" }),
257
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" }),
258
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "m7.5 4.27 9 5.15" }),
259
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
260
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
261
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
262
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M20.27 17.27 22 19" })
251
263
  ]
252
264
  }
253
265
  );
254
266
  };
255
267
 
256
- // src/check.tsx
268
+ // src/catalog.tsx
257
269
  var import_jsx_runtime8 = require("react/jsx-runtime");
258
- var CheckIcon = (props) => {
270
+ var CatalogIcon = ({ size = 24, ...props }) => {
259
271
  return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
272
+ "svg",
273
+ {
274
+ xmlns: "http://www.w3.org/2000/svg",
275
+ width: size,
276
+ height: size,
277
+ viewBox: "0 0 24 24",
278
+ fill: "none",
279
+ stroke: "currentColor",
280
+ strokeWidth: "2",
281
+ strokeLinecap: "round",
282
+ strokeLinejoin: "round",
283
+ ...props,
284
+ children: [
285
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Catalog icon" }),
286
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "m16 6 4 14" }),
287
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M12 6v14" }),
288
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M8 8v12" }),
289
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M4 4v16" })
290
+ ]
291
+ }
292
+ );
293
+ };
294
+
295
+ // src/chart-pie.tsx
296
+ var import_jsx_runtime9 = require("react/jsx-runtime");
297
+ var ChartPie = ({ size = 24, ...props }) => {
298
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
299
+ "svg",
300
+ {
301
+ xmlns: "http://www.w3.org/2000/svg",
302
+ width: size,
303
+ height: size,
304
+ viewBox: "0 0 24 24",
305
+ fill: "none",
306
+ stroke: "currentColor",
307
+ strokeWidth: "2",
308
+ strokeLinecap: "round",
309
+ strokeLinejoin: "round",
310
+ ...props,
311
+ children: [
312
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Chart Pie icon" }),
313
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z" }),
314
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
315
+ ]
316
+ }
317
+ );
318
+ };
319
+
320
+ // src/check.tsx
321
+ var import_jsx_runtime10 = require("react/jsx-runtime");
322
+ var CheckIcon = (props) => {
323
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
260
324
  "svg",
261
325
  {
262
326
  xmlns: "http://www.w3.org/2000/svg",
@@ -270,17 +334,17 @@ var CheckIcon = (props) => {
270
334
  strokeLinejoin: "round",
271
335
  ...props,
272
336
  children: [
273
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Check Icon" }),
274
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M20 6 9 17l-5-5" })
337
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Check Icon" }),
338
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M20 6 9 17l-5-5" })
275
339
  ]
276
340
  }
277
341
  );
278
342
  };
279
343
 
280
344
  // src/check-circle.tsx
281
- var import_jsx_runtime9 = require("react/jsx-runtime");
345
+ var import_jsx_runtime11 = require("react/jsx-runtime");
282
346
  var CheckCirleIcon = ({ size = 24, ...props }) => {
283
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
347
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
284
348
  "svg",
285
349
  {
286
350
  xmlns: "http://www.w3.org/2000/svg",
@@ -294,18 +358,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
294
358
  strokeLinejoin: "round",
295
359
  ...props,
296
360
  children: [
297
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Check Circle Icon" }),
298
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
299
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "m9 12 2 2 4-4" })
361
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Check Circle Icon" }),
362
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
363
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m9 12 2 2 4-4" })
300
364
  ]
301
365
  }
302
366
  );
303
367
  };
304
368
 
305
369
  // src/chevron-down.tsx
306
- var import_jsx_runtime10 = require("react/jsx-runtime");
370
+ var import_jsx_runtime12 = require("react/jsx-runtime");
307
371
  var ChevronDownIcon = (props) => {
308
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
372
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
309
373
  "svg",
310
374
  {
311
375
  xmlns: "http://www.w3.org/2000/svg",
@@ -319,17 +383,17 @@ var ChevronDownIcon = (props) => {
319
383
  strokeLinejoin: "round",
320
384
  ...props,
321
385
  children: [
322
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Chevron Down Icon" }),
323
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "m6 9 6 6 6-6" })
386
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Chevron Down Icon" }),
387
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "m6 9 6 6 6-6" })
324
388
  ]
325
389
  }
326
390
  );
327
391
  };
328
392
 
329
393
  // src/chevron-left.tsx
330
- var import_jsx_runtime11 = require("react/jsx-runtime");
394
+ var import_jsx_runtime13 = require("react/jsx-runtime");
331
395
  var ChevronLeftIcon = (props) => {
332
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
396
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
333
397
  "svg",
334
398
  {
335
399
  xmlns: "http://www.w3.org/2000/svg",
@@ -343,17 +407,17 @@ var ChevronLeftIcon = (props) => {
343
407
  strokeLinejoin: "round",
344
408
  ...props,
345
409
  children: [
346
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Chevron Left Icon" }),
347
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m15 18-6-6 6-6" })
410
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Chevron Left Icon" }),
411
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m15 18-6-6 6-6" })
348
412
  ]
349
413
  }
350
414
  );
351
415
  };
352
416
 
353
417
  // src/chevron-right.tsx
354
- var import_jsx_runtime12 = require("react/jsx-runtime");
418
+ var import_jsx_runtime14 = require("react/jsx-runtime");
355
419
  var ChevronRightIcon = (props) => {
356
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
420
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
357
421
  "svg",
358
422
  {
359
423
  xmlns: "http://www.w3.org/2000/svg",
@@ -367,17 +431,17 @@ var ChevronRightIcon = (props) => {
367
431
  strokeLinejoin: "round",
368
432
  ...props,
369
433
  children: [
370
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Chevron Right Icon" }),
371
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "m9 18 6-6-6-6" })
434
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Chevron Right Icon" }),
435
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "m9 18 6-6-6-6" })
372
436
  ]
373
437
  }
374
438
  );
375
439
  };
376
440
 
377
441
  // src/chevron-up-down.tsx
378
- var import_jsx_runtime13 = require("react/jsx-runtime");
442
+ var import_jsx_runtime15 = require("react/jsx-runtime");
379
443
  var ChevronUpDown = ({ size = 24, ...props }) => {
380
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
444
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
381
445
  "svg",
382
446
  {
383
447
  xmlns: "http://www.w3.org/2000/svg",
@@ -391,18 +455,49 @@ var ChevronUpDown = ({ size = 24, ...props }) => {
391
455
  strokeLinejoin: "round",
392
456
  ...props,
393
457
  children: [
394
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Chevron Up Down icon" }),
395
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m7 15 5 5 5-5" }),
396
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m7 9 5-5 5 5" })
458
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Chevron Up Down icon" }),
459
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "m7 15 5 5 5-5" }),
460
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "m7 9 5-5 5 5" })
461
+ ]
462
+ }
463
+ );
464
+ };
465
+
466
+ // src/chevrons-left-right-ellipsis-icon.tsx
467
+ var import_jsx_runtime16 = require("react/jsx-runtime");
468
+ var ChevronsLeftRightEllipsisIcon = ({
469
+ size = 24,
470
+ ...props
471
+ }) => {
472
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
473
+ "svg",
474
+ {
475
+ xmlns: "http://www.w3.org/2000/svg",
476
+ width: size,
477
+ height: size,
478
+ viewBox: "0 0 24 24",
479
+ fill: "none",
480
+ stroke: "currentColor",
481
+ strokeWidth: "2",
482
+ strokeLinecap: "round",
483
+ strokeLinejoin: "round",
484
+ ...props,
485
+ children: [
486
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
487
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M12 12h.01" }),
488
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M16 12h.01" }),
489
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m17 7 5 5-5 5" }),
490
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m7 7-5 5 5 5" }),
491
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M8 12h.01" })
397
492
  ]
398
493
  }
399
494
  );
400
495
  };
401
496
 
402
497
  // src/circle.tsx
403
- var import_jsx_runtime14 = require("react/jsx-runtime");
498
+ var import_jsx_runtime17 = require("react/jsx-runtime");
404
499
  var CircleIcon = (props) => {
405
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
500
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
406
501
  "svg",
407
502
  {
408
503
  xmlns: "http://www.w3.org/2000/svg",
@@ -416,19 +511,77 @@ var CircleIcon = (props) => {
416
511
  strokeLinejoin: "round",
417
512
  ...props,
418
513
  children: [
419
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Circle Icon" }),
420
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
514
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Circle Icon" }),
515
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
421
516
  " ",
422
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M20 6 9 17l-5-5" })
517
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M20 6 9 17l-5-5" })
518
+ ]
519
+ }
520
+ );
521
+ };
522
+
523
+ // src/circle-dot-icon.tsx
524
+ var import_jsx_runtime18 = require("react/jsx-runtime");
525
+ var CircleDotIcon = ({ size = 24, ...props }) => {
526
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
527
+ "svg",
528
+ {
529
+ xmlns: "http://www.w3.org/2000/svg",
530
+ width: size,
531
+ height: size,
532
+ viewBox: "0 0 24 24",
533
+ fill: "none",
534
+ stroke: "currentColor",
535
+ strokeWidth: "2",
536
+ strokeLinecap: "round",
537
+ strokeLinejoin: "round",
538
+ ...props,
539
+ children: [
540
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "CircleDot icon" }),
541
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
542
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12", cy: "12", r: "1" })
543
+ ]
544
+ }
545
+ );
546
+ };
547
+
548
+ // src/circle-fading-arrow-up-icon.tsx
549
+ var import_jsx_runtime19 = require("react/jsx-runtime");
550
+ var CircleFadingArrowUpIcon = ({
551
+ size = 24,
552
+ ...props
553
+ }) => {
554
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
555
+ "svg",
556
+ {
557
+ xmlns: "http://www.w3.org/2000/svg",
558
+ width: size,
559
+ height: size,
560
+ viewBox: "0 0 24 24",
561
+ fill: "none",
562
+ stroke: "currentColor",
563
+ strokeWidth: "2",
564
+ strokeLinecap: "round",
565
+ strokeLinejoin: "round",
566
+ ...props,
567
+ children: [
568
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
569
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
570
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "m16 12-4-4-4 4" }),
571
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M12 16V8" }),
572
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
573
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
574
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
575
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
423
576
  ]
424
577
  }
425
578
  );
426
579
  };
427
580
 
428
581
  // src/close.tsx
429
- var import_jsx_runtime15 = require("react/jsx-runtime");
582
+ var import_jsx_runtime20 = require("react/jsx-runtime");
430
583
  var CloseIcon = (props) => {
431
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
584
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
432
585
  "svg",
433
586
  {
434
587
  xmlns: "http://www.w3.org/2000/svg",
@@ -442,18 +595,18 @@ var CloseIcon = (props) => {
442
595
  strokeLinejoin: "round",
443
596
  ...props,
444
597
  children: [
445
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Close Icon" }),
446
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M18 6 6 18" }),
447
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "m6 6 12 12" })
598
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Close Icon" }),
599
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M18 6 6 18" }),
600
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "m6 6 12 12" })
448
601
  ]
449
602
  }
450
603
  );
451
604
  };
452
605
 
453
606
  // src/controls.tsx
454
- var import_jsx_runtime16 = require("react/jsx-runtime");
607
+ var import_jsx_runtime21 = require("react/jsx-runtime");
455
608
  var ControlsIcon = ({ size = 24, ...props }) => {
456
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
609
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
457
610
  "svg",
458
611
  {
459
612
  xmlns: "http://www.w3.org/2000/svg",
@@ -467,21 +620,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
467
620
  strokeLinejoin: "round",
468
621
  ...props,
469
622
  children: [
470
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Controls icon" }),
471
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m3 17 2 2 4-4" }),
472
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m3 7 2 2 4-4" }),
473
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M13 6h8" }),
474
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M13 12h8" }),
475
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M13 18h8" })
623
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Controls icon" }),
624
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "m3 17 2 2 4-4" }),
625
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "m3 7 2 2 4-4" }),
626
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M13 6h8" }),
627
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M13 12h8" }),
628
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M13 18h8" })
476
629
  ]
477
630
  }
478
631
  );
479
632
  };
480
633
 
481
634
  // src/copy-icon.tsx
482
- var import_jsx_runtime17 = require("react/jsx-runtime");
635
+ var import_jsx_runtime22 = require("react/jsx-runtime");
483
636
  var CopyIcon = ({ size = 24, ...props }) => {
484
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
637
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
485
638
  "svg",
486
639
  {
487
640
  xmlns: "http://www.w3.org/2000/svg",
@@ -495,18 +648,18 @@ var CopyIcon = ({ size = 24, ...props }) => {
495
648
  strokeLinejoin: "round",
496
649
  ...props,
497
650
  children: [
498
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Copy Icon" }),
499
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
500
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
651
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Copy Icon" }),
652
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
653
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
501
654
  ]
502
655
  }
503
656
  );
504
657
  };
505
658
 
506
659
  // src/data-asset.tsx
507
- var import_jsx_runtime18 = require("react/jsx-runtime");
660
+ var import_jsx_runtime23 = require("react/jsx-runtime");
508
661
  var DataAssetIcon = ({ size = 24, ...props }) => {
509
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
662
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
510
663
  "svg",
511
664
  {
512
665
  xmlns: "http://www.w3.org/2000/svg",
@@ -520,19 +673,47 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
520
673
  strokeLinejoin: "round",
521
674
  ...props,
522
675
  children: [
523
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Plattform Asset icon" }),
524
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
525
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
526
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
676
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Plattform Asset icon" }),
677
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
678
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
679
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
527
680
  ]
528
681
  }
529
682
  );
530
683
  };
531
684
 
532
685
  // src/documents.tsx
533
- var import_jsx_runtime19 = require("react/jsx-runtime");
686
+ var import_jsx_runtime24 = require("react/jsx-runtime");
534
687
  var DocumentsIcon = ({ size = 24, ...props }) => {
535
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
688
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
689
+ "svg",
690
+ {
691
+ xmlns: "http://www.w3.org/2000/svg",
692
+ width: size,
693
+ height: size,
694
+ viewBox: "0 0 24 24",
695
+ fill: "none",
696
+ stroke: "currentColor",
697
+ strokeWidth: "2",
698
+ strokeLinecap: "round",
699
+ strokeLinejoin: "round",
700
+ ...props,
701
+ children: [
702
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Documents icon" }),
703
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
704
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
705
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M10 9H8" }),
706
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M16 13H8" }),
707
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M16 17H8" })
708
+ ]
709
+ }
710
+ );
711
+ };
712
+
713
+ // src/domain-icon.tsx
714
+ var import_jsx_runtime25 = require("react/jsx-runtime");
715
+ var DomainIcon = ({ size = 24, ...props }) => {
716
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
536
717
  "svg",
537
718
  {
538
719
  xmlns: "http://www.w3.org/2000/svg",
@@ -546,21 +727,44 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
546
727
  strokeLinejoin: "round",
547
728
  ...props,
548
729
  children: [
549
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Documents icon" }),
550
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
551
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
552
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M10 9H8" }),
553
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M16 13H8" }),
554
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M16 17H8" })
730
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Domain icon" }),
731
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
732
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
733
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M2 12h20" })
555
734
  ]
556
735
  }
557
736
  );
558
737
  };
559
738
 
560
739
  // src/dsar.tsx
561
- var import_jsx_runtime20 = require("react/jsx-runtime");
740
+ var import_jsx_runtime26 = require("react/jsx-runtime");
562
741
  var DSARIcon = ({ size = 24, ...props }) => {
563
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
742
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
743
+ "svg",
744
+ {
745
+ xmlns: "http://www.w3.org/2000/svg",
746
+ width: size,
747
+ height: size,
748
+ viewBox: "0 0 24 24",
749
+ fill: "none",
750
+ stroke: "currentColor",
751
+ strokeWidth: "2",
752
+ strokeLinecap: "round",
753
+ strokeLinejoin: "round",
754
+ ...props,
755
+ children: [
756
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "DSAR icon" }),
757
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
758
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
759
+ ]
760
+ }
761
+ );
762
+ };
763
+
764
+ // src/edit-icon.tsx
765
+ var import_jsx_runtime27 = require("react/jsx-runtime");
766
+ var EditIcon = ({ size = 24, ...props }) => {
767
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
564
768
  "svg",
565
769
  {
566
770
  xmlns: "http://www.w3.org/2000/svg",
@@ -574,18 +778,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
574
778
  strokeLinejoin: "round",
575
779
  ...props,
576
780
  children: [
577
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "DSAR icon" }),
578
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
579
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
781
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Edit icon" }),
782
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }),
783
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m15 5 4 4" })
580
784
  ]
581
785
  }
582
786
  );
583
787
  };
584
788
 
585
789
  // src/ellipsis-icon.tsx
586
- var import_jsx_runtime21 = require("react/jsx-runtime");
790
+ var import_jsx_runtime28 = require("react/jsx-runtime");
587
791
  var EllipsisIcon = ({ size = 24, ...props }) => {
588
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
792
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
589
793
  "svg",
590
794
  {
591
795
  xmlns: "http://www.w3.org/2000/svg",
@@ -599,19 +803,44 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
599
803
  strokeLinejoin: "round",
600
804
  ...props,
601
805
  children: [
602
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Ellipsis Icon" }),
603
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
604
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
605
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "5", cy: "12", r: "1" })
806
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Ellipsis Icon" }),
807
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
808
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
809
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "5", cy: "12", r: "1" })
810
+ ]
811
+ }
812
+ );
813
+ };
814
+
815
+ // src/equals-icon.tsx
816
+ var import_jsx_runtime29 = require("react/jsx-runtime");
817
+ var EqualsIcon = ({ size = 24, ...props }) => {
818
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
819
+ "svg",
820
+ {
821
+ xmlns: "http://www.w3.org/2000/svg",
822
+ width: size,
823
+ height: size,
824
+ viewBox: "0 0 24 24",
825
+ fill: "none",
826
+ stroke: "currentColor",
827
+ strokeWidth: "2",
828
+ strokeLinecap: "round",
829
+ strokeLinejoin: "round",
830
+ ...props,
831
+ children: [
832
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Equals icon" }),
833
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
834
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
606
835
  ]
607
836
  }
608
837
  );
609
838
  };
610
839
 
611
840
  // src/eye.tsx
612
- var import_jsx_runtime22 = require("react/jsx-runtime");
841
+ var import_jsx_runtime30 = require("react/jsx-runtime");
613
842
  var EyeIcon = (props) => {
614
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
843
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
615
844
  "svg",
616
845
  {
617
846
  xmlns: "http://www.w3.org/2000/svg",
@@ -625,18 +854,18 @@ var EyeIcon = (props) => {
625
854
  strokeLinejoin: "round",
626
855
  ...props,
627
856
  children: [
628
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Eye Icon" }),
629
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
630
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("circle", { cx: "12", cy: "12", r: "3" })
857
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Eye Icon" }),
858
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
859
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "12", cy: "12", r: "3" })
631
860
  ]
632
861
  }
633
862
  );
634
863
  };
635
864
 
636
865
  // src/eye-off.tsx
637
- var import_jsx_runtime23 = require("react/jsx-runtime");
866
+ var import_jsx_runtime31 = require("react/jsx-runtime");
638
867
  var EyeOffIcon = (props) => {
639
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
868
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
640
869
  "svg",
641
870
  {
642
871
  xmlns: "http://www.w3.org/2000/svg",
@@ -650,20 +879,20 @@ var EyeOffIcon = (props) => {
650
879
  strokeLinejoin: "round",
651
880
  ...props,
652
881
  children: [
653
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Eye Off Icon" }),
654
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
655
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
656
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
657
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "m2 2 20 20" })
882
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Eye Off Icon" }),
883
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
884
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
885
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
886
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "m2 2 20 20" })
658
887
  ]
659
888
  }
660
889
  );
661
890
  };
662
891
 
663
892
  // src/grip-vertical.tsx
664
- var import_jsx_runtime24 = require("react/jsx-runtime");
893
+ var import_jsx_runtime32 = require("react/jsx-runtime");
665
894
  var GripVerticalIcon = ({ size = 24, ...props }) => {
666
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
895
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
667
896
  "svg",
668
897
  {
669
898
  xmlns: "http://www.w3.org/2000/svg",
@@ -678,22 +907,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
678
907
  "aria-hidden": "true",
679
908
  ...props,
680
909
  children: [
681
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Grip Vertical Icon" }),
682
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
683
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
684
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
685
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
686
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
687
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "15", cy: "19", r: "1" })
910
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Grip Vertical Icon" }),
911
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
912
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
913
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
914
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
915
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
916
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "15", cy: "19", r: "1" })
688
917
  ]
689
918
  }
690
919
  );
691
920
  };
692
921
 
693
922
  // src/incident.tsx
694
- var import_jsx_runtime25 = require("react/jsx-runtime");
923
+ var import_jsx_runtime33 = require("react/jsx-runtime");
695
924
  var IncidentIcon = ({ size = 24, ...props }) => {
696
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
925
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
697
926
  "svg",
698
927
  {
699
928
  xmlns: "http://www.w3.org/2000/svg",
@@ -707,19 +936,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
707
936
  strokeLinejoin: "round",
708
937
  ...props,
709
938
  children: [
710
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Incident icon" }),
711
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M12 16h.01" }),
712
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M12 8v4" }),
713
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
939
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Incident icon" }),
940
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M12 16h.01" }),
941
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M12 8v4" }),
942
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
714
943
  ]
715
944
  }
716
945
  );
717
946
  };
718
947
 
719
948
  // src/info.tsx
720
- var import_jsx_runtime26 = require("react/jsx-runtime");
949
+ var import_jsx_runtime34 = require("react/jsx-runtime");
721
950
  var InfoIcon = ({ size = 24, ...props }) => {
722
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
951
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
723
952
  "svg",
724
953
  {
725
954
  xmlns: "http://www.w3.org/2000/svg",
@@ -734,19 +963,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
734
963
  "aria-hidden": "true",
735
964
  ...props,
736
965
  children: [
737
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Info Icon" }),
738
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
739
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M12 16v-4" }),
740
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M12 8h.01" })
966
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Info Icon" }),
967
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
968
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 16v-4" }),
969
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 8h.01" })
741
970
  ]
742
971
  }
743
972
  );
744
973
  };
745
974
 
746
975
  // src/issues.tsx
747
- var import_jsx_runtime27 = require("react/jsx-runtime");
976
+ var import_jsx_runtime35 = require("react/jsx-runtime");
748
977
  var IssuesIcon = ({ size = 24, ...props }) => {
749
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
978
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
750
979
  "svg",
751
980
  {
752
981
  xmlns: "http://www.w3.org/2000/svg",
@@ -760,21 +989,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
760
989
  strokeLinejoin: "round",
761
990
  ...props,
762
991
  children: [
763
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Issues icon" }),
764
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
765
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M12 11h4" }),
766
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M12 16h4" }),
767
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M8 11h.01" }),
768
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M8 16h.01" })
992
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Issues icon" }),
993
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
994
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M12 11h4" }),
995
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M12 16h4" }),
996
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M8 11h.01" }),
997
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M8 16h.01" })
769
998
  ]
770
999
  }
771
1000
  );
772
1001
  };
773
1002
 
774
1003
  // src/linkedin.tsx
775
- var import_jsx_runtime28 = require("react/jsx-runtime");
1004
+ var import_jsx_runtime36 = require("react/jsx-runtime");
776
1005
  var LinkedInIcon = ({ size = 24, ...props }) => {
777
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1006
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
778
1007
  "svg",
779
1008
  {
780
1009
  xmlns: "http://www.w3.org/2000/svg",
@@ -790,19 +1019,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
790
1019
  focusable: "false",
791
1020
  ...props,
792
1021
  children: [
793
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "LinkedIn Icon" }),
794
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
795
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
796
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "4", cy: "4", r: "2" })
1022
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "LinkedIn Icon" }),
1023
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
1024
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
1025
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("circle", { cx: "4", cy: "4", r: "2" })
797
1026
  ]
798
1027
  }
799
1028
  );
800
1029
  };
801
1030
 
802
1031
  // src/minus.tsx
803
- var import_jsx_runtime29 = require("react/jsx-runtime");
1032
+ var import_jsx_runtime37 = require("react/jsx-runtime");
804
1033
  var MinusIcon = ({ size = 24, ...props }) => {
805
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1034
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
806
1035
  "svg",
807
1036
  {
808
1037
  xmlns: "http://www.w3.org/2000/svg",
@@ -816,17 +1045,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
816
1045
  strokeLinejoin: "round",
817
1046
  ...props,
818
1047
  children: [
819
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Minus Icon" }),
820
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M5 12h14" })
1048
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Minus Icon" }),
1049
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M5 12h14" })
821
1050
  ]
822
1051
  }
823
1052
  );
824
1053
  };
825
1054
 
826
1055
  // src/notification-icon.tsx
827
- var import_jsx_runtime30 = require("react/jsx-runtime");
1056
+ var import_jsx_runtime38 = require("react/jsx-runtime");
828
1057
  var NotificationIcon = (props) => {
829
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1058
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
830
1059
  "svg",
831
1060
  {
832
1061
  xmlns: "http://www.w3.org/2000/svg",
@@ -840,18 +1069,18 @@ var NotificationIcon = (props) => {
840
1069
  strokeLinejoin: "round",
841
1070
  ...props,
842
1071
  children: [
843
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Notification Icon" }),
844
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
845
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
1072
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Notification Icon" }),
1073
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
1074
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
846
1075
  ]
847
1076
  }
848
1077
  );
849
1078
  };
850
1079
 
851
1080
  // src/panel-left-icon.tsx
852
- var import_jsx_runtime31 = require("react/jsx-runtime");
1081
+ var import_jsx_runtime39 = require("react/jsx-runtime");
853
1082
  var PanelLeftIcon = ({ size = 24, ...props }) => {
854
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1083
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
855
1084
  "svg",
856
1085
  {
857
1086
  xmlns: "http://www.w3.org/2000/svg",
@@ -865,18 +1094,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
865
1094
  strokeLinejoin: "round",
866
1095
  ...props,
867
1096
  children: [
868
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Panel Left icon" }),
869
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
870
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M9 3v18" })
1097
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Panel Left icon" }),
1098
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
1099
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M9 3v18" })
871
1100
  ]
872
1101
  }
873
1102
  );
874
1103
  };
875
1104
 
876
1105
  // src/people.tsx
877
- var import_jsx_runtime32 = require("react/jsx-runtime");
1106
+ var import_jsx_runtime40 = require("react/jsx-runtime");
878
1107
  var PeopleIcon = ({ size = 24, ...props }) => {
879
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1108
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
880
1109
  "svg",
881
1110
  {
882
1111
  xmlns: "http://www.w3.org/2000/svg",
@@ -890,20 +1119,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
890
1119
  strokeLinejoin: "round",
891
1120
  ...props,
892
1121
  children: [
893
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "People icon" }),
894
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
895
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
896
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
897
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "9", cy: "7", r: "4" })
1122
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "People icon" }),
1123
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
1124
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
1125
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
1126
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("circle", { cx: "9", cy: "7", r: "4" })
898
1127
  ]
899
1128
  }
900
1129
  );
901
1130
  };
902
1131
 
903
1132
  // src/physical-asset.tsx
904
- var import_jsx_runtime33 = require("react/jsx-runtime");
1133
+ var import_jsx_runtime41 = require("react/jsx-runtime");
905
1134
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
906
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1135
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
907
1136
  "svg",
908
1137
  {
909
1138
  xmlns: "http://www.w3.org/2000/svg",
@@ -917,20 +1146,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
917
1146
  strokeLinejoin: "round",
918
1147
  ...props,
919
1148
  children: [
920
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Physical Asset icon" }),
921
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
922
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M10 19v-3.96 3.15" }),
923
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M7 19h5" }),
924
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
1149
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Physical Asset icon" }),
1150
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
1151
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M10 19v-3.96 3.15" }),
1152
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M7 19h5" }),
1153
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
925
1154
  ]
926
1155
  }
927
1156
  );
928
1157
  };
929
1158
 
930
1159
  // src/plattform-asset.tsx
931
- var import_jsx_runtime34 = require("react/jsx-runtime");
1160
+ var import_jsx_runtime42 = require("react/jsx-runtime");
932
1161
  var PlattformAssetIcon = ({ size = 24, ...props }) => {
933
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
1162
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
934
1163
  "svg",
935
1164
  {
936
1165
  xmlns: "http://www.w3.org/2000/svg",
@@ -944,20 +1173,20 @@ var PlattformAssetIcon = ({ size = 24, ...props }) => {
944
1173
  strokeLinejoin: "round",
945
1174
  ...props,
946
1175
  children: [
947
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Plattform Asset icon" }),
948
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
949
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
950
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
951
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
1176
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Plattform Asset icon" }),
1177
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
1178
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
1179
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
1180
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
952
1181
  ]
953
1182
  }
954
1183
  );
955
1184
  };
956
1185
 
957
1186
  // src/plus.tsx
958
- var import_jsx_runtime35 = require("react/jsx-runtime");
1187
+ var import_jsx_runtime43 = require("react/jsx-runtime");
959
1188
  var PlusIcon = (props) => {
960
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1189
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
961
1190
  "svg",
962
1191
  {
963
1192
  xmlns: "http://www.w3.org/2000/svg",
@@ -971,21 +1200,21 @@ var PlusIcon = (props) => {
971
1200
  strokeLinejoin: "round",
972
1201
  ...props,
973
1202
  children: [
974
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Plus Icon" }),
975
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M5 12h14" }),
976
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M12 5v14" })
1203
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Plus Icon" }),
1204
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M5 12h14" }),
1205
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M12 5v14" })
977
1206
  ]
978
1207
  }
979
1208
  );
980
1209
  };
981
1210
 
982
1211
  // src/processing-activity.tsx
983
- var import_jsx_runtime36 = require("react/jsx-runtime");
1212
+ var import_jsx_runtime44 = require("react/jsx-runtime");
984
1213
  var ProcessingActivityIcon = ({
985
1214
  size = 24,
986
1215
  ...props
987
1216
  }) => {
988
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1217
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
989
1218
  "svg",
990
1219
  {
991
1220
  xmlns: "http://www.w3.org/2000/svg",
@@ -999,19 +1228,19 @@ var ProcessingActivityIcon = ({
999
1228
  strokeLinejoin: "round",
1000
1229
  ...props,
1001
1230
  children: [
1002
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Processing Activity icon" }),
1003
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
1004
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
1005
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
1231
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Processing Activity icon" }),
1232
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
1233
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
1234
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
1006
1235
  ]
1007
1236
  }
1008
1237
  );
1009
1238
  };
1010
1239
 
1011
1240
  // src/program-icon.tsx
1012
- var import_jsx_runtime37 = require("react/jsx-runtime");
1241
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1013
1242
  var ProgramIcon = ({ size = 24, ...props }) => {
1014
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1243
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
1015
1244
  "svg",
1016
1245
  {
1017
1246
  xmlns: "http://www.w3.org/2000/svg",
@@ -1025,20 +1254,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
1025
1254
  strokeLinejoin: "round",
1026
1255
  ...props,
1027
1256
  children: [
1028
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Program icon" }),
1029
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }),
1030
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M8 10v4" }),
1031
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M12 10v2" }),
1032
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M16 10v6" })
1257
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Program icon" }),
1258
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }),
1259
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M8 10v4" }),
1260
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M12 10v2" }),
1261
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M16 10v6" })
1033
1262
  ]
1034
1263
  }
1035
1264
  );
1036
1265
  };
1037
1266
 
1038
1267
  // src/risk.tsx
1039
- var import_jsx_runtime38 = require("react/jsx-runtime");
1268
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1040
1269
  var RiskIcon = ({ size = 24, ...props }) => {
1041
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1270
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
1042
1271
  "svg",
1043
1272
  {
1044
1273
  xmlns: "http://www.w3.org/2000/svg",
@@ -1052,19 +1281,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
1052
1281
  strokeLinejoin: "round",
1053
1282
  ...props,
1054
1283
  children: [
1055
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Risk icon" }),
1056
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
1057
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M12 8v4" }),
1058
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M12 16h.01" })
1284
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Risk icon" }),
1285
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
1286
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M12 8v4" }),
1287
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M12 16h.01" })
1059
1288
  ]
1060
1289
  }
1061
1290
  );
1062
1291
  };
1063
1292
 
1064
1293
  // src/save.tsx
1065
- var import_jsx_runtime39 = require("react/jsx-runtime");
1294
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1066
1295
  var SaveIcon = (props) => {
1067
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1296
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1068
1297
  "svg",
1069
1298
  {
1070
1299
  xmlns: "http://www.w3.org/2000/svg",
@@ -1078,19 +1307,19 @@ var SaveIcon = (props) => {
1078
1307
  strokeLinejoin: "round",
1079
1308
  ...props,
1080
1309
  children: [
1081
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Save Icon" }),
1082
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
1083
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
1084
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
1310
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Save Icon" }),
1311
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
1312
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
1313
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
1085
1314
  ]
1086
1315
  }
1087
1316
  );
1088
1317
  };
1089
1318
 
1090
1319
  // src/search.tsx
1091
- var import_jsx_runtime40 = require("react/jsx-runtime");
1320
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1092
1321
  var SearchIcon = (props) => {
1093
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1322
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1094
1323
  "svg",
1095
1324
  {
1096
1325
  xmlns: "http://www.w3.org/2000/svg",
@@ -1104,18 +1333,18 @@ var SearchIcon = (props) => {
1104
1333
  strokeLinejoin: "round",
1105
1334
  ...props,
1106
1335
  children: [
1107
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Search Icon" }),
1108
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "m21 21-4.34-4.34" }),
1109
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("circle", { cx: "11", cy: "11", r: "8" })
1336
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "Search Icon" }),
1337
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "m21 21-4.34-4.34" }),
1338
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("circle", { cx: "11", cy: "11", r: "8" })
1110
1339
  ]
1111
1340
  }
1112
1341
  );
1113
1342
  };
1114
1343
 
1115
1344
  // src/settings.tsx
1116
- var import_jsx_runtime41 = require("react/jsx-runtime");
1345
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1117
1346
  var SettingsIcon = ({ size = 24, ...props }) => {
1118
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1347
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1119
1348
  "svg",
1120
1349
  {
1121
1350
  xmlns: "http://www.w3.org/2000/svg",
@@ -1129,20 +1358,44 @@ var SettingsIcon = ({ size = 24, ...props }) => {
1129
1358
  strokeLinejoin: "round",
1130
1359
  ...props,
1131
1360
  children: [
1132
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Settings" }),
1133
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M14 17H5" }),
1134
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M19 7h-9" }),
1135
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
1136
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("circle", { cx: "7", cy: "7", r: "3" })
1361
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Settings" }),
1362
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M14 17H5" }),
1363
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M19 7h-9" }),
1364
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
1365
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "7", cy: "7", r: "3" })
1137
1366
  ]
1138
1367
  }
1139
1368
  );
1140
1369
  };
1141
1370
 
1142
1371
  // src/shell.tsx
1143
- var import_jsx_runtime42 = require("react/jsx-runtime");
1372
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1144
1373
  var ShellIcon = ({ size = 24, ...props }) => {
1145
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
1374
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1375
+ "svg",
1376
+ {
1377
+ xmlns: "http://www.w3.org/2000/svg",
1378
+ width: size,
1379
+ height: size,
1380
+ viewBox: "0 0 24 24",
1381
+ fill: "none",
1382
+ stroke: "currentColor",
1383
+ strokeWidth: "2",
1384
+ strokeLinecap: "round",
1385
+ strokeLinejoin: "round",
1386
+ ...props,
1387
+ children: [
1388
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Shell Icon" }),
1389
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" })
1390
+ ]
1391
+ }
1392
+ );
1393
+ };
1394
+
1395
+ // src/squares-intersect.tsx
1396
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1397
+ var SquaresIntersect = ({ size = 24, ...props }) => {
1398
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1146
1399
  "svg",
1147
1400
  {
1148
1401
  xmlns: "http://www.w3.org/2000/svg",
@@ -1156,17 +1409,55 @@ var ShellIcon = ({ size = 24, ...props }) => {
1156
1409
  strokeLinejoin: "round",
1157
1410
  ...props,
1158
1411
  children: [
1159
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Shell Icon" }),
1160
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" })
1412
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Squares Intersect icon" }),
1413
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
1414
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
1415
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M16 22h-2" }),
1416
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M2 10V8" }),
1417
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
1418
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
1419
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M22 14v2" }),
1420
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
1421
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
1422
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" }),
1423
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M8 2h2" })
1424
+ ]
1425
+ }
1426
+ );
1427
+ };
1428
+
1429
+ // src/trash-icon.tsx
1430
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1431
+ var TrashIcon = ({ size = 24, ...props }) => {
1432
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1433
+ "svg",
1434
+ {
1435
+ xmlns: "http://www.w3.org/2000/svg",
1436
+ width: size,
1437
+ height: size,
1438
+ viewBox: "0 0 24 24",
1439
+ fill: "none",
1440
+ stroke: "currentColor",
1441
+ strokeWidth: "2",
1442
+ strokeLinecap: "round",
1443
+ strokeLinejoin: "round",
1444
+ ...props,
1445
+ children: [
1446
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Trash icon" }),
1447
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M10 11v6" }),
1448
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M14 11v6" }),
1449
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
1450
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M3 6h18" }),
1451
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
1161
1452
  ]
1162
1453
  }
1163
1454
  );
1164
1455
  };
1165
1456
 
1166
1457
  // src/upload.tsx
1167
- var import_jsx_runtime43 = require("react/jsx-runtime");
1458
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1168
1459
  var UploadIcon = ({ size = 24, ...props }) => {
1169
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1460
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1170
1461
  "svg",
1171
1462
  {
1172
1463
  xmlns: "http://www.w3.org/2000/svg",
@@ -1180,19 +1471,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
1180
1471
  strokeLinejoin: "round",
1181
1472
  ...props,
1182
1473
  children: [
1183
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Upload icon" }),
1184
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M12 13v8" }),
1185
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
1186
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "m8 17 4-4 4 4" })
1474
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Upload icon" }),
1475
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M12 13v8" }),
1476
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
1477
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "m8 17 4-4 4 4" })
1187
1478
  ]
1188
1479
  }
1189
1480
  );
1190
1481
  };
1191
1482
 
1192
1483
  // src/vendor.tsx
1193
- var import_jsx_runtime44 = require("react/jsx-runtime");
1484
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1194
1485
  var VendorIcon = ({ size = 24, ...props }) => {
1195
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
1486
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1196
1487
  "svg",
1197
1488
  {
1198
1489
  xmlns: "http://www.w3.org/2000/svg",
@@ -1206,12 +1497,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
1206
1497
  strokeLinejoin: "round",
1207
1498
  ...props,
1208
1499
  children: [
1209
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Vendor icon" }),
1210
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
1211
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
1212
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
1213
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M2 7h20" }),
1214
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
1500
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Vendor icon" }),
1501
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
1502
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
1503
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
1504
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M2 7h20" }),
1505
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
1215
1506
  ]
1216
1507
  }
1217
1508
  );
@@ -1222,15 +1513,20 @@ var VendorIcon = ({ size = 24, ...props }) => {
1222
1513
  AlertIcon,
1223
1514
  ArrowDown,
1224
1515
  ArrowDownUp,
1516
+ ArrowRightIcon,
1225
1517
  ArrowUp,
1226
1518
  AssetsIcon,
1227
1519
  CatalogIcon,
1520
+ ChartPie,
1228
1521
  CheckCirleIcon,
1229
1522
  CheckIcon,
1230
1523
  ChevronDownIcon,
1231
1524
  ChevronLeftIcon,
1232
1525
  ChevronRightIcon,
1233
1526
  ChevronUpDown,
1527
+ ChevronsLeftRightEllipsisIcon,
1528
+ CircleDotIcon,
1529
+ CircleFadingArrowUpIcon,
1234
1530
  CircleIcon,
1235
1531
  CloseIcon,
1236
1532
  ControlsIcon,
@@ -1238,17 +1534,22 @@ var VendorIcon = ({ size = 24, ...props }) => {
1238
1534
  DSARIcon,
1239
1535
  DataAssetIcon,
1240
1536
  DocumentsIcon,
1537
+ DomainIcon,
1538
+ EditIcon,
1241
1539
  EllipsisIcon,
1540
+ EqualsIcon,
1242
1541
  EyeIcon,
1243
1542
  EyeOffIcon,
1244
1543
  GripVerticalIcon,
1245
1544
  IncidentIcon,
1246
1545
  InfoIcon,
1546
+ IntersectIcon,
1247
1547
  IssuesIcon,
1248
1548
  LinkedInIcon,
1249
1549
  MinusIcon,
1250
1550
  NotificationIcon,
1251
1551
  PanelLeftIcon,
1552
+ PartialIcon,
1252
1553
  PeopleIcon,
1253
1554
  PhysicalAssetIcon,
1254
1555
  PlattformAssetIcon,
@@ -1260,6 +1561,10 @@ var VendorIcon = ({ size = 24, ...props }) => {
1260
1561
  SearchIcon,
1261
1562
  SettingsIcon,
1262
1563
  ShellIcon,
1564
+ SquaresIntersect,
1565
+ SubsetIcon,
1566
+ SupersetIcon,
1567
+ TrashIcon,
1263
1568
  UploadIcon,
1264
1569
  VendorIcon
1265
1570
  });