@kopexa/icons 8.0.9 → 9.0.0

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 (80) hide show
  1. package/dist/assets.d.mts +7 -0
  2. package/dist/assets.d.ts +7 -0
  3. package/dist/assets.js +57 -0
  4. package/dist/assets.mjs +7 -0
  5. package/dist/catalog.d.mts +7 -0
  6. package/dist/catalog.d.ts +7 -0
  7. package/dist/catalog.js +55 -0
  8. package/dist/catalog.mjs +7 -0
  9. package/dist/chevron-up-down.d.mts +7 -0
  10. package/dist/chevron-up-down.d.ts +7 -0
  11. package/dist/chevron-up-down.js +53 -0
  12. package/dist/chevron-up-down.mjs +7 -0
  13. package/dist/chunk-2O26UG4T.mjs +30 -0
  14. package/dist/chunk-3FNTP6LP.mjs +33 -0
  15. package/dist/chunk-3KZAUSZ3.mjs +32 -0
  16. package/dist/chunk-5AMD4S26.mjs +33 -0
  17. package/dist/chunk-DNHYYMYF.mjs +33 -0
  18. package/dist/chunk-DRZOZSLJ.mjs +30 -0
  19. package/dist/chunk-DSI5CQOQ.mjs +32 -0
  20. package/dist/chunk-EIACNJBZ.mjs +31 -0
  21. package/dist/chunk-HOWMZ73X.mjs +33 -0
  22. package/dist/chunk-JFTUDPFQ.mjs +31 -0
  23. package/dist/chunk-SXOBVX7T.mjs +30 -0
  24. package/dist/chunk-WPTOAHE7.mjs +31 -0
  25. package/dist/chunk-XOYRXKQA.mjs +32 -0
  26. package/dist/chunk-Y7DSA4LC.mjs +34 -0
  27. package/dist/chunk-YECZ4NTF.mjs +34 -0
  28. package/dist/controls.d.mts +7 -0
  29. package/dist/controls.d.ts +7 -0
  30. package/dist/controls.js +56 -0
  31. package/dist/controls.mjs +7 -0
  32. package/dist/documents.d.mts +7 -0
  33. package/dist/documents.d.ts +7 -0
  34. package/dist/documents.js +56 -0
  35. package/dist/documents.mjs +7 -0
  36. package/dist/dsar.d.mts +7 -0
  37. package/dist/dsar.d.ts +7 -0
  38. package/dist/dsar.js +53 -0
  39. package/dist/dsar.mjs +7 -0
  40. package/dist/incident.d.mts +7 -0
  41. package/dist/incident.d.ts +7 -0
  42. package/dist/incident.js +54 -0
  43. package/dist/incident.mjs +7 -0
  44. package/dist/index.d.mts +15 -0
  45. package/dist/index.d.ts +15 -0
  46. package/dist/index.js +523 -89
  47. package/dist/index.mjs +78 -18
  48. package/dist/issues.d.mts +7 -0
  49. package/dist/issues.d.ts +7 -0
  50. package/dist/issues.js +56 -0
  51. package/dist/issues.mjs +7 -0
  52. package/dist/panel-left-icon.d.mts +7 -0
  53. package/dist/panel-left-icon.d.ts +7 -0
  54. package/dist/panel-left-icon.js +53 -0
  55. package/dist/panel-left-icon.mjs +7 -0
  56. package/dist/people.d.mts +7 -0
  57. package/dist/people.d.ts +7 -0
  58. package/dist/people.js +55 -0
  59. package/dist/people.mjs +7 -0
  60. package/dist/processing-activity.d.mts +7 -0
  61. package/dist/processing-activity.d.ts +7 -0
  62. package/dist/processing-activity.js +57 -0
  63. package/dist/processing-activity.mjs +7 -0
  64. package/dist/program-icon.d.mts +7 -0
  65. package/dist/program-icon.d.ts +7 -0
  66. package/dist/program-icon.js +55 -0
  67. package/dist/program-icon.mjs +7 -0
  68. package/dist/risk.d.mts +7 -0
  69. package/dist/risk.d.ts +7 -0
  70. package/dist/risk.js +54 -0
  71. package/dist/risk.mjs +7 -0
  72. package/dist/upload.d.mts +7 -0
  73. package/dist/upload.d.ts +7 -0
  74. package/dist/upload.js +54 -0
  75. package/dist/upload.mjs +7 -0
  76. package/dist/vendor.d.mts +7 -0
  77. package/dist/vendor.d.ts +7 -0
  78. package/dist/vendor.js +56 -0
  79. package/dist/vendor.mjs +7 -0
  80. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -24,23 +24,38 @@ __export(index_exports, {
24
24
  ArrowDown: () => ArrowDown,
25
25
  ArrowDownUp: () => ArrowDownUp,
26
26
  ArrowUp: () => ArrowUp,
27
+ AssetsIcon: () => AssetsIcon,
28
+ CatalogIcon: () => CatalogIcon,
27
29
  CheckCirleIcon: () => CheckCirleIcon,
28
30
  CheckIcon: () => CheckIcon,
29
31
  ChevronDownIcon: () => ChevronDownIcon,
30
32
  ChevronLeftIcon: () => ChevronLeftIcon,
31
33
  ChevronRightIcon: () => ChevronRightIcon,
34
+ ChevronUpDown: () => ChevronUpDown,
32
35
  CircleIcon: () => CircleIcon,
33
36
  CloseIcon: () => CloseIcon,
37
+ ControlsIcon: () => ControlsIcon,
38
+ DSARIcon: () => DSARIcon,
39
+ DocumentsIcon: () => DocumentsIcon,
34
40
  EllipsisIcon: () => EllipsisIcon,
35
41
  EyeIcon: () => EyeIcon,
36
42
  EyeOffIcon: () => EyeOffIcon,
43
+ IncidentIcon: () => IncidentIcon,
44
+ IssuesIcon: () => IssuesIcon,
37
45
  LinkedInIcon: () => LinkedInIcon,
38
46
  MinusIcon: () => MinusIcon,
39
47
  NotificationIcon: () => NotificationIcon,
48
+ PanelLeftIcon: () => PanelLeftIcon,
49
+ PeopleIcon: () => PeopleIcon,
40
50
  PlusIcon: () => PlusIcon,
51
+ ProcessingActivityIcon: () => ProcessingActivityIcon,
52
+ ProgramIcon: () => ProgramIcon,
53
+ RiskIcon: () => RiskIcon,
41
54
  SaveIcon: () => SaveIcon,
42
55
  SearchIcon: () => SearchIcon,
43
- SettingsIcon: () => SettingsIcon
56
+ SettingsIcon: () => SettingsIcon,
57
+ UploadIcon: () => UploadIcon,
58
+ VendorIcon: () => VendorIcon
44
59
  });
45
60
  module.exports = __toCommonJS(index_exports);
46
61
 
@@ -121,10 +136,66 @@ var ArrowUp = ({ size = 24, ...props }) => {
121
136
  );
122
137
  };
123
138
 
124
- // src/check.tsx
139
+ // src/assets.tsx
125
140
  var import_jsx_runtime4 = require("react/jsx-runtime");
126
- var CheckIcon = (props) => {
141
+ var AssetsIcon = ({ size = 24, ...props }) => {
127
142
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
143
+ "svg",
144
+ {
145
+ xmlns: "http://www.w3.org/2000/svg",
146
+ width: size,
147
+ height: size,
148
+ viewBox: "0 0 24 24",
149
+ fill: "none",
150
+ stroke: "currentColor",
151
+ strokeWidth: "2",
152
+ strokeLinecap: "round",
153
+ strokeLinejoin: "round",
154
+ ...props,
155
+ children: [
156
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { children: "Assets icon" }),
157
+ /* @__PURE__ */ (0, import_jsx_runtime4.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" }),
158
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m7.5 4.27 9 5.15" }),
159
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
160
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
161
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
162
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M20.27 17.27 22 19" })
163
+ ]
164
+ }
165
+ );
166
+ };
167
+
168
+ // src/catalog.tsx
169
+ var import_jsx_runtime5 = require("react/jsx-runtime");
170
+ var CatalogIcon = ({ size = 24, ...props }) => {
171
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
172
+ "svg",
173
+ {
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ width: size,
176
+ height: size,
177
+ viewBox: "0 0 24 24",
178
+ fill: "none",
179
+ stroke: "currentColor",
180
+ strokeWidth: "2",
181
+ strokeLinecap: "round",
182
+ strokeLinejoin: "round",
183
+ ...props,
184
+ children: [
185
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Catalog icon" }),
186
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m16 6 4 14" }),
187
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M12 6v14" }),
188
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M8 8v12" }),
189
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4 4v16" })
190
+ ]
191
+ }
192
+ );
193
+ };
194
+
195
+ // src/check.tsx
196
+ var import_jsx_runtime6 = require("react/jsx-runtime");
197
+ var CheckIcon = (props) => {
198
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
128
199
  "svg",
129
200
  {
130
201
  xmlns: "http://www.w3.org/2000/svg",
@@ -138,17 +209,17 @@ var CheckIcon = (props) => {
138
209
  strokeLinejoin: "round",
139
210
  ...props,
140
211
  children: [
141
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { children: "Check Icon" }),
142
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M20 6 9 17l-5-5" })
212
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Check Icon" }),
213
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M20 6 9 17l-5-5" })
143
214
  ]
144
215
  }
145
216
  );
146
217
  };
147
218
 
148
219
  // src/check-circle.tsx
149
- var import_jsx_runtime5 = require("react/jsx-runtime");
220
+ var import_jsx_runtime7 = require("react/jsx-runtime");
150
221
  var CheckCirleIcon = ({ size = 24, ...props }) => {
151
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
222
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
152
223
  "svg",
153
224
  {
154
225
  xmlns: "http://www.w3.org/2000/svg",
@@ -162,18 +233,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
162
233
  strokeLinejoin: "round",
163
234
  ...props,
164
235
  children: [
165
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Check Circle Icon" }),
166
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
167
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m9 12 2 2 4-4" })
236
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "Check Circle Icon" }),
237
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
238
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "m9 12 2 2 4-4" })
168
239
  ]
169
240
  }
170
241
  );
171
242
  };
172
243
 
173
244
  // src/chevron-down.tsx
174
- var import_jsx_runtime6 = require("react/jsx-runtime");
245
+ var import_jsx_runtime8 = require("react/jsx-runtime");
175
246
  var ChevronDownIcon = (props) => {
176
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
247
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
177
248
  "svg",
178
249
  {
179
250
  xmlns: "http://www.w3.org/2000/svg",
@@ -187,17 +258,17 @@ var ChevronDownIcon = (props) => {
187
258
  strokeLinejoin: "round",
188
259
  ...props,
189
260
  children: [
190
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Chevron Down Icon" }),
191
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "m6 9 6 6 6-6" })
261
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Chevron Down Icon" }),
262
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "m6 9 6 6 6-6" })
192
263
  ]
193
264
  }
194
265
  );
195
266
  };
196
267
 
197
268
  // src/chevron-left.tsx
198
- var import_jsx_runtime7 = require("react/jsx-runtime");
269
+ var import_jsx_runtime9 = require("react/jsx-runtime");
199
270
  var ChevronLeftIcon = (props) => {
200
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
271
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
201
272
  "svg",
202
273
  {
203
274
  xmlns: "http://www.w3.org/2000/svg",
@@ -211,17 +282,17 @@ var ChevronLeftIcon = (props) => {
211
282
  strokeLinejoin: "round",
212
283
  ...props,
213
284
  children: [
214
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "Chevron Left Icon" }),
215
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "m15 18-6-6 6-6" })
285
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Chevron Left Icon" }),
286
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "m15 18-6-6 6-6" })
216
287
  ]
217
288
  }
218
289
  );
219
290
  };
220
291
 
221
292
  // src/chevron-right.tsx
222
- var import_jsx_runtime8 = require("react/jsx-runtime");
293
+ var import_jsx_runtime10 = require("react/jsx-runtime");
223
294
  var ChevronRightIcon = (props) => {
224
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
295
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
225
296
  "svg",
226
297
  {
227
298
  xmlns: "http://www.w3.org/2000/svg",
@@ -235,17 +306,42 @@ var ChevronRightIcon = (props) => {
235
306
  strokeLinejoin: "round",
236
307
  ...props,
237
308
  children: [
238
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Chevron Right Icon" }),
239
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "m9 18 6-6-6-6" })
309
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Chevron Right Icon" }),
310
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "m9 18 6-6-6-6" })
311
+ ]
312
+ }
313
+ );
314
+ };
315
+
316
+ // src/chevron-up-down.tsx
317
+ var import_jsx_runtime11 = require("react/jsx-runtime");
318
+ var ChevronUpDown = ({ size = 24, ...props }) => {
319
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
320
+ "svg",
321
+ {
322
+ xmlns: "http://www.w3.org/2000/svg",
323
+ width: size,
324
+ height: size,
325
+ viewBox: "0 0 24 24",
326
+ fill: "none",
327
+ stroke: "currentColor",
328
+ strokeWidth: "2",
329
+ strokeLinecap: "round",
330
+ strokeLinejoin: "round",
331
+ ...props,
332
+ children: [
333
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Chevron Up Down icon" }),
334
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m7 15 5 5 5-5" }),
335
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m7 9 5-5 5 5" })
240
336
  ]
241
337
  }
242
338
  );
243
339
  };
244
340
 
245
341
  // src/circle.tsx
246
- var import_jsx_runtime9 = require("react/jsx-runtime");
342
+ var import_jsx_runtime12 = require("react/jsx-runtime");
247
343
  var CircleIcon = (props) => {
248
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
344
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
249
345
  "svg",
250
346
  {
251
347
  xmlns: "http://www.w3.org/2000/svg",
@@ -259,19 +355,19 @@ var CircleIcon = (props) => {
259
355
  strokeLinejoin: "round",
260
356
  ...props,
261
357
  children: [
262
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Circle Icon" }),
263
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
358
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Circle Icon" }),
359
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
264
360
  " ",
265
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M20 6 9 17l-5-5" })
361
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "M20 6 9 17l-5-5" })
266
362
  ]
267
363
  }
268
364
  );
269
365
  };
270
366
 
271
367
  // src/close.tsx
272
- var import_jsx_runtime10 = require("react/jsx-runtime");
368
+ var import_jsx_runtime13 = require("react/jsx-runtime");
273
369
  var CloseIcon = (props) => {
274
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
370
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
275
371
  "svg",
276
372
  {
277
373
  xmlns: "http://www.w3.org/2000/svg",
@@ -285,18 +381,99 @@ var CloseIcon = (props) => {
285
381
  strokeLinejoin: "round",
286
382
  ...props,
287
383
  children: [
288
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Close Icon" }),
289
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M18 6 6 18" }),
290
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "m6 6 12 12" })
384
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Close Icon" }),
385
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M18 6 6 18" }),
386
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m6 6 12 12" })
387
+ ]
388
+ }
389
+ );
390
+ };
391
+
392
+ // src/controls.tsx
393
+ var import_jsx_runtime14 = require("react/jsx-runtime");
394
+ var ControlsIcon = ({ size = 24, ...props }) => {
395
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
396
+ "svg",
397
+ {
398
+ xmlns: "http://www.w3.org/2000/svg",
399
+ width: size,
400
+ height: size,
401
+ viewBox: "0 0 24 24",
402
+ fill: "none",
403
+ stroke: "currentColor",
404
+ strokeWidth: "2",
405
+ strokeLinecap: "round",
406
+ strokeLinejoin: "round",
407
+ ...props,
408
+ children: [
409
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Controls icon" }),
410
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "m3 17 2 2 4-4" }),
411
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "m3 7 2 2 4-4" }),
412
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M13 6h8" }),
413
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M13 12h8" }),
414
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M13 18h8" })
415
+ ]
416
+ }
417
+ );
418
+ };
419
+
420
+ // src/documents.tsx
421
+ var import_jsx_runtime15 = require("react/jsx-runtime");
422
+ var DocumentsIcon = ({ size = 24, ...props }) => {
423
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
424
+ "svg",
425
+ {
426
+ xmlns: "http://www.w3.org/2000/svg",
427
+ width: size,
428
+ height: size,
429
+ viewBox: "0 0 24 24",
430
+ fill: "none",
431
+ stroke: "currentColor",
432
+ strokeWidth: "2",
433
+ strokeLinecap: "round",
434
+ strokeLinejoin: "round",
435
+ ...props,
436
+ children: [
437
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Documents icon" }),
438
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
439
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
440
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M10 9H8" }),
441
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M16 13H8" }),
442
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M16 17H8" })
443
+ ]
444
+ }
445
+ );
446
+ };
447
+
448
+ // src/dsar.tsx
449
+ var import_jsx_runtime16 = require("react/jsx-runtime");
450
+ var DSARIcon = ({ size = 24, ...props }) => {
451
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
452
+ "svg",
453
+ {
454
+ xmlns: "http://www.w3.org/2000/svg",
455
+ width: size,
456
+ height: size,
457
+ viewBox: "0 0 24 24",
458
+ fill: "none",
459
+ stroke: "currentColor",
460
+ strokeWidth: "2",
461
+ strokeLinecap: "round",
462
+ strokeLinejoin: "round",
463
+ ...props,
464
+ children: [
465
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "DSAR icon" }),
466
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
467
+ /* @__PURE__ */ (0, import_jsx_runtime16.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" })
291
468
  ]
292
469
  }
293
470
  );
294
471
  };
295
472
 
296
473
  // src/ellipsis-icon.tsx
297
- var import_jsx_runtime11 = require("react/jsx-runtime");
474
+ var import_jsx_runtime17 = require("react/jsx-runtime");
298
475
  var EllipsisIcon = ({ size = 24, ...props }) => {
299
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
476
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
300
477
  "svg",
301
478
  {
302
479
  xmlns: "http://www.w3.org/2000/svg",
@@ -310,19 +487,19 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
310
487
  strokeLinejoin: "round",
311
488
  ...props,
312
489
  children: [
313
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Ellipsis Icon" }),
314
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
315
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
316
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "5", cy: "12", r: "1" })
490
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Ellipsis Icon" }),
491
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
492
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
493
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { cx: "5", cy: "12", r: "1" })
317
494
  ]
318
495
  }
319
496
  );
320
497
  };
321
498
 
322
499
  // src/eye.tsx
323
- var import_jsx_runtime12 = require("react/jsx-runtime");
500
+ var import_jsx_runtime18 = require("react/jsx-runtime");
324
501
  var EyeIcon = (props) => {
325
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
502
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
326
503
  "svg",
327
504
  {
328
505
  xmlns: "http://www.w3.org/2000/svg",
@@ -336,18 +513,18 @@ var EyeIcon = (props) => {
336
513
  strokeLinejoin: "round",
337
514
  ...props,
338
515
  children: [
339
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Eye Icon" }),
340
- /* @__PURE__ */ (0, import_jsx_runtime12.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" }),
341
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "12", cy: "12", r: "3" })
516
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Eye Icon" }),
517
+ /* @__PURE__ */ (0, import_jsx_runtime18.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" }),
518
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12", cy: "12", r: "3" })
342
519
  ]
343
520
  }
344
521
  );
345
522
  };
346
523
 
347
524
  // src/eye-off.tsx
348
- var import_jsx_runtime13 = require("react/jsx-runtime");
525
+ var import_jsx_runtime19 = require("react/jsx-runtime");
349
526
  var EyeOffIcon = (props) => {
350
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
527
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
351
528
  "svg",
352
529
  {
353
530
  xmlns: "http://www.w3.org/2000/svg",
@@ -361,20 +538,74 @@ var EyeOffIcon = (props) => {
361
538
  strokeLinejoin: "round",
362
539
  ...props,
363
540
  children: [
364
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Eye Off Icon" }),
365
- /* @__PURE__ */ (0, import_jsx_runtime13.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" }),
366
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
367
- /* @__PURE__ */ (0, import_jsx_runtime13.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" }),
368
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m2 2 20 20" })
541
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Eye Off Icon" }),
542
+ /* @__PURE__ */ (0, import_jsx_runtime19.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" }),
543
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
544
+ /* @__PURE__ */ (0, import_jsx_runtime19.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" }),
545
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "m2 2 20 20" })
546
+ ]
547
+ }
548
+ );
549
+ };
550
+
551
+ // src/incident.tsx
552
+ var import_jsx_runtime20 = require("react/jsx-runtime");
553
+ var IncidentIcon = ({ size = 24, ...props }) => {
554
+ return /* @__PURE__ */ (0, import_jsx_runtime20.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_runtime20.jsx)("title", { children: "Incident icon" }),
569
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M12 16h.01" }),
570
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M12 8v4" }),
571
+ /* @__PURE__ */ (0, import_jsx_runtime20.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" })
572
+ ]
573
+ }
574
+ );
575
+ };
576
+
577
+ // src/issues.tsx
578
+ var import_jsx_runtime21 = require("react/jsx-runtime");
579
+ var IssuesIcon = ({ size = 24, ...props }) => {
580
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
581
+ "svg",
582
+ {
583
+ xmlns: "http://www.w3.org/2000/svg",
584
+ width: size,
585
+ height: size,
586
+ viewBox: "0 0 24 24",
587
+ fill: "none",
588
+ stroke: "currentColor",
589
+ strokeWidth: "2",
590
+ strokeLinecap: "round",
591
+ strokeLinejoin: "round",
592
+ ...props,
593
+ children: [
594
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Issues icon" }),
595
+ /* @__PURE__ */ (0, import_jsx_runtime21.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" }),
596
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M12 11h4" }),
597
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M12 16h4" }),
598
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M8 11h.01" }),
599
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M8 16h.01" })
369
600
  ]
370
601
  }
371
602
  );
372
603
  };
373
604
 
374
605
  // src/linkedin.tsx
375
- var import_jsx_runtime14 = require("react/jsx-runtime");
606
+ var import_jsx_runtime22 = require("react/jsx-runtime");
376
607
  var LinkedInIcon = ({ size = 24, ...props }) => {
377
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
608
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
378
609
  "svg",
379
610
  {
380
611
  xmlns: "http://www.w3.org/2000/svg",
@@ -390,19 +621,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
390
621
  focusable: "false",
391
622
  ...props,
392
623
  children: [
393
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "LinkedIn Icon" }),
394
- /* @__PURE__ */ (0, import_jsx_runtime14.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" }),
395
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
396
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "4", cy: "4", r: "2" })
624
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "LinkedIn Icon" }),
625
+ /* @__PURE__ */ (0, import_jsx_runtime22.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" }),
626
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
627
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("circle", { cx: "4", cy: "4", r: "2" })
397
628
  ]
398
629
  }
399
630
  );
400
631
  };
401
632
 
402
633
  // src/minus.tsx
403
- var import_jsx_runtime15 = require("react/jsx-runtime");
634
+ var import_jsx_runtime23 = require("react/jsx-runtime");
404
635
  var MinusIcon = ({ size = 24, ...props }) => {
405
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
636
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
406
637
  "svg",
407
638
  {
408
639
  xmlns: "http://www.w3.org/2000/svg",
@@ -416,17 +647,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
416
647
  strokeLinejoin: "round",
417
648
  ...props,
418
649
  children: [
419
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Minus Icon" }),
420
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M5 12h14" })
650
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Minus Icon" }),
651
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M5 12h14" })
421
652
  ]
422
653
  }
423
654
  );
424
655
  };
425
656
 
426
657
  // src/notification-icon.tsx
427
- var import_jsx_runtime16 = require("react/jsx-runtime");
658
+ var import_jsx_runtime24 = require("react/jsx-runtime");
428
659
  var NotificationIcon = (props) => {
429
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
660
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
430
661
  "svg",
431
662
  {
432
663
  xmlns: "http://www.w3.org/2000/svg",
@@ -440,18 +671,70 @@ var NotificationIcon = (props) => {
440
671
  strokeLinejoin: "round",
441
672
  ...props,
442
673
  children: [
443
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Notification Icon" }),
444
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
445
- /* @__PURE__ */ (0, import_jsx_runtime16.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" })
674
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Notification Icon" }),
675
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
676
+ /* @__PURE__ */ (0, import_jsx_runtime24.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" })
677
+ ]
678
+ }
679
+ );
680
+ };
681
+
682
+ // src/panel-left-icon.tsx
683
+ var import_jsx_runtime25 = require("react/jsx-runtime");
684
+ var PanelLeftIcon = ({ size = 24, ...props }) => {
685
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
686
+ "svg",
687
+ {
688
+ xmlns: "http://www.w3.org/2000/svg",
689
+ width: size,
690
+ height: size,
691
+ viewBox: "0 0 24 24",
692
+ fill: "none",
693
+ stroke: "currentColor",
694
+ strokeWidth: "2",
695
+ strokeLinecap: "round",
696
+ strokeLinejoin: "round",
697
+ ...props,
698
+ children: [
699
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Panel Left icon" }),
700
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
701
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M9 3v18" })
702
+ ]
703
+ }
704
+ );
705
+ };
706
+
707
+ // src/people.tsx
708
+ var import_jsx_runtime26 = require("react/jsx-runtime");
709
+ var PeopleIcon = ({ size = 24, ...props }) => {
710
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
711
+ "svg",
712
+ {
713
+ xmlns: "http://www.w3.org/2000/svg",
714
+ width: size,
715
+ height: size,
716
+ viewBox: "0 0 24 24",
717
+ fill: "none",
718
+ stroke: "currentColor",
719
+ strokeWidth: "2",
720
+ strokeLinecap: "round",
721
+ strokeLinejoin: "round",
722
+ ...props,
723
+ children: [
724
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "People icon" }),
725
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
726
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
727
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
728
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: "9", cy: "7", r: "4" })
446
729
  ]
447
730
  }
448
731
  );
449
732
  };
450
733
 
451
734
  // src/plus.tsx
452
- var import_jsx_runtime17 = require("react/jsx-runtime");
735
+ var import_jsx_runtime27 = require("react/jsx-runtime");
453
736
  var PlusIcon = (props) => {
454
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
737
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
455
738
  "svg",
456
739
  {
457
740
  xmlns: "http://www.w3.org/2000/svg",
@@ -465,18 +748,100 @@ var PlusIcon = (props) => {
465
748
  strokeLinejoin: "round",
466
749
  ...props,
467
750
  children: [
468
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Plus Icon" }),
469
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M5 12h14" }),
470
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M12 5v14" })
751
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Plus Icon" }),
752
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M5 12h14" }),
753
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M12 5v14" })
754
+ ]
755
+ }
756
+ );
757
+ };
758
+
759
+ // src/processing-activity.tsx
760
+ var import_jsx_runtime28 = require("react/jsx-runtime");
761
+ var ProcessingActivityIcon = ({
762
+ size = 24,
763
+ ...props
764
+ }) => {
765
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
766
+ "svg",
767
+ {
768
+ xmlns: "http://www.w3.org/2000/svg",
769
+ width: size,
770
+ height: size,
771
+ viewBox: "0 0 24 24",
772
+ fill: "none",
773
+ stroke: "currentColor",
774
+ strokeWidth: "2",
775
+ strokeLinecap: "round",
776
+ strokeLinejoin: "round",
777
+ ...props,
778
+ children: [
779
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Processing Activity icon" }),
780
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
781
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
782
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
783
+ ]
784
+ }
785
+ );
786
+ };
787
+
788
+ // src/program-icon.tsx
789
+ var import_jsx_runtime29 = require("react/jsx-runtime");
790
+ var ProgramIcon = ({ size = 24, ...props }) => {
791
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
792
+ "svg",
793
+ {
794
+ xmlns: "http://www.w3.org/2000/svg",
795
+ width: size,
796
+ height: size,
797
+ viewBox: "0 0 24 24",
798
+ fill: "none",
799
+ stroke: "currentColor",
800
+ strokeWidth: "2",
801
+ strokeLinecap: "round",
802
+ strokeLinejoin: "round",
803
+ ...props,
804
+ children: [
805
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Program icon" }),
806
+ /* @__PURE__ */ (0, import_jsx_runtime29.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" }),
807
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M8 10v4" }),
808
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 10v2" }),
809
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M16 10v6" })
810
+ ]
811
+ }
812
+ );
813
+ };
814
+
815
+ // src/risk.tsx
816
+ var import_jsx_runtime30 = require("react/jsx-runtime");
817
+ var RiskIcon = ({ size = 24, ...props }) => {
818
+ return /* @__PURE__ */ (0, import_jsx_runtime30.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_runtime30.jsx)("title", { children: "Risk icon" }),
833
+ /* @__PURE__ */ (0, import_jsx_runtime30.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" }),
834
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M12 8v4" }),
835
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M12 16h.01" })
471
836
  ]
472
837
  }
473
838
  );
474
839
  };
475
840
 
476
841
  // src/save.tsx
477
- var import_jsx_runtime18 = require("react/jsx-runtime");
842
+ var import_jsx_runtime31 = require("react/jsx-runtime");
478
843
  var SaveIcon = (props) => {
479
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
844
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
480
845
  "svg",
481
846
  {
482
847
  xmlns: "http://www.w3.org/2000/svg",
@@ -490,19 +855,19 @@ var SaveIcon = (props) => {
490
855
  strokeLinejoin: "round",
491
856
  ...props,
492
857
  children: [
493
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Save Icon" }),
494
- /* @__PURE__ */ (0, import_jsx_runtime18.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" }),
495
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
496
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
858
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Save Icon" }),
859
+ /* @__PURE__ */ (0, import_jsx_runtime31.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" }),
860
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
861
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
497
862
  ]
498
863
  }
499
864
  );
500
865
  };
501
866
 
502
867
  // src/search.tsx
503
- var import_jsx_runtime19 = require("react/jsx-runtime");
868
+ var import_jsx_runtime32 = require("react/jsx-runtime");
504
869
  var SearchIcon = (props) => {
505
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
870
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
506
871
  "svg",
507
872
  {
508
873
  xmlns: "http://www.w3.org/2000/svg",
@@ -516,18 +881,71 @@ var SearchIcon = (props) => {
516
881
  strokeLinejoin: "round",
517
882
  ...props,
518
883
  children: [
519
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Search Icon" }),
520
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "m21 21-4.34-4.34" }),
521
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "11", cy: "11", r: "8" })
884
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Search Icon" }),
885
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "m21 21-4.34-4.34" }),
886
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "11", cy: "11", r: "8" })
522
887
  ]
523
888
  }
524
889
  );
525
890
  };
526
891
 
527
892
  // src/settings.tsx
528
- var import_jsx_runtime20 = require("react/jsx-runtime");
893
+ var import_jsx_runtime33 = require("react/jsx-runtime");
529
894
  var SettingsIcon = ({ size = 24, ...props }) => {
530
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
895
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
896
+ "svg",
897
+ {
898
+ xmlns: "http://www.w3.org/2000/svg",
899
+ width: size,
900
+ height: size,
901
+ viewBox: "0 0 24 24",
902
+ fill: "none",
903
+ stroke: "currentColor",
904
+ strokeWidth: "2",
905
+ strokeLinecap: "round",
906
+ strokeLinejoin: "round",
907
+ ...props,
908
+ children: [
909
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Settings" }),
910
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M14 17H5" }),
911
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M19 7h-9" }),
912
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
913
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("circle", { cx: "7", cy: "7", r: "3" })
914
+ ]
915
+ }
916
+ );
917
+ };
918
+
919
+ // src/upload.tsx
920
+ var import_jsx_runtime34 = require("react/jsx-runtime");
921
+ var UploadIcon = ({ size = 24, ...props }) => {
922
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
923
+ "svg",
924
+ {
925
+ xmlns: "http://www.w3.org/2000/svg",
926
+ width: size,
927
+ height: size,
928
+ viewBox: "0 0 24 24",
929
+ fill: "none",
930
+ stroke: "currentColor",
931
+ strokeWidth: "2",
932
+ strokeLinecap: "round",
933
+ strokeLinejoin: "round",
934
+ ...props,
935
+ children: [
936
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Upload icon" }),
937
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 13v8" }),
938
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
939
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m8 17 4-4 4 4" })
940
+ ]
941
+ }
942
+ );
943
+ };
944
+
945
+ // src/vendor.tsx
946
+ var import_jsx_runtime35 = require("react/jsx-runtime");
947
+ var VendorIcon = ({ size = 24, ...props }) => {
948
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
531
949
  "svg",
532
950
  {
533
951
  xmlns: "http://www.w3.org/2000/svg",
@@ -541,11 +959,12 @@ var SettingsIcon = ({ size = 24, ...props }) => {
541
959
  strokeLinejoin: "round",
542
960
  ...props,
543
961
  children: [
544
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Settings" }),
545
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M14 17H5" }),
546
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M19 7h-9" }),
547
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
548
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "7", cy: "7", r: "3" })
962
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Vendor icon" }),
963
+ /* @__PURE__ */ (0, import_jsx_runtime35.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" }),
964
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
965
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
966
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M2 7h20" }),
967
+ /* @__PURE__ */ (0, import_jsx_runtime35.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" })
549
968
  ]
550
969
  }
551
970
  );
@@ -555,21 +974,36 @@ var SettingsIcon = ({ size = 24, ...props }) => {
555
974
  ArrowDown,
556
975
  ArrowDownUp,
557
976
  ArrowUp,
977
+ AssetsIcon,
978
+ CatalogIcon,
558
979
  CheckCirleIcon,
559
980
  CheckIcon,
560
981
  ChevronDownIcon,
561
982
  ChevronLeftIcon,
562
983
  ChevronRightIcon,
984
+ ChevronUpDown,
563
985
  CircleIcon,
564
986
  CloseIcon,
987
+ ControlsIcon,
988
+ DSARIcon,
989
+ DocumentsIcon,
565
990
  EllipsisIcon,
566
991
  EyeIcon,
567
992
  EyeOffIcon,
993
+ IncidentIcon,
994
+ IssuesIcon,
568
995
  LinkedInIcon,
569
996
  MinusIcon,
570
997
  NotificationIcon,
998
+ PanelLeftIcon,
999
+ PeopleIcon,
571
1000
  PlusIcon,
1001
+ ProcessingActivityIcon,
1002
+ ProgramIcon,
1003
+ RiskIcon,
572
1004
  SaveIcon,
573
1005
  SearchIcon,
574
- SettingsIcon
1006
+ SettingsIcon,
1007
+ UploadIcon,
1008
+ VendorIcon
575
1009
  });