@kopexa/icons 9.0.5 → 9.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -21,6 +21,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  // src/index.ts
22
22
  var index_exports = {};
23
23
  __export(index_exports, {
24
+ AlertCircleIcon: () => AlertCircleIcon,
25
+ AlertIcon: () => AlertIcon,
24
26
  ArrowDown: () => ArrowDown,
25
27
  ArrowDownUp: () => ArrowDownUp,
26
28
  ArrowUp: () => ArrowUp,
@@ -59,14 +61,15 @@ __export(index_exports, {
59
61
  SaveIcon: () => SaveIcon,
60
62
  SearchIcon: () => SearchIcon,
61
63
  SettingsIcon: () => SettingsIcon,
64
+ ShellIcon: () => ShellIcon,
62
65
  UploadIcon: () => UploadIcon,
63
66
  VendorIcon: () => VendorIcon
64
67
  });
65
68
  module.exports = __toCommonJS(index_exports);
66
69
 
67
- // src/arrow-down.tsx
70
+ // src/alert.tsx
68
71
  var import_jsx_runtime = require("react/jsx-runtime");
69
- var ArrowDown = ({ size = 24, ...props }) => {
72
+ var AlertIcon = ({ size = 24, ...props }) => {
70
73
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
71
74
  "svg",
72
75
  {
@@ -81,17 +84,18 @@ var ArrowDown = ({ size = 24, ...props }) => {
81
84
  strokeLinejoin: "round",
82
85
  ...props,
83
86
  children: [
84
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Arrow Up Down" }),
85
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 5v14" }),
86
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m19 12-7 7-7-7" })
87
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Alert icon" }),
88
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" }),
89
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 9v4" }),
90
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 17h.01" })
87
91
  ]
88
92
  }
89
93
  );
90
94
  };
91
95
 
92
- // src/arrow-down-up.tsx
96
+ // src/alert-circle.tsx
93
97
  var import_jsx_runtime2 = require("react/jsx-runtime");
94
- var ArrowDownUp = ({ size = 24, ...props }) => {
98
+ var AlertCircleIcon = ({ size = 24, ...props }) => {
95
99
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
96
100
  "svg",
97
101
  {
@@ -106,19 +110,18 @@ var ArrowDownUp = ({ size = 24, ...props }) => {
106
110
  strokeLinejoin: "round",
107
111
  ...props,
108
112
  children: [
109
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("title", { children: "Arrow down Up icon" }),
110
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "m3 16 4 4 4-4" }),
111
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "M7 20V4" }),
112
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "m21 8-4-4-4 4" }),
113
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "M17 4v16" })
113
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("title", { children: "Alert Circle Icon" }),
114
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
115
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("line", { x1: "12", x2: "12", y1: "8", y2: "12" }),
116
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("line", { x1: "12", x2: "12.01", y1: "16", y2: "16" })
114
117
  ]
115
118
  }
116
119
  );
117
120
  };
118
121
 
119
- // src/arrow-up.tsx
122
+ // src/arrow-down.tsx
120
123
  var import_jsx_runtime3 = require("react/jsx-runtime");
121
- var ArrowUp = ({ size = 24, ...props }) => {
124
+ var ArrowDown = ({ size = 24, ...props }) => {
122
125
  return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
123
126
  "svg",
124
127
  {
@@ -133,17 +136,17 @@ var ArrowUp = ({ size = 24, ...props }) => {
133
136
  strokeLinejoin: "round",
134
137
  ...props,
135
138
  children: [
136
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { children: "Arrow Up Icon" }),
137
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "m5 12 7-7 7 7" }),
138
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M12 19V5" })
139
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { children: "Arrow Up Down" }),
140
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M12 5v14" }),
141
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "m19 12-7 7-7-7" })
139
142
  ]
140
143
  }
141
144
  );
142
145
  };
143
146
 
144
- // src/assets.tsx
147
+ // src/arrow-down-up.tsx
145
148
  var import_jsx_runtime4 = require("react/jsx-runtime");
146
- var AssetsIcon = ({ size = 24, ...props }) => {
149
+ var ArrowDownUp = ({ size = 24, ...props }) => {
147
150
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
148
151
  "svg",
149
152
  {
@@ -158,21 +161,19 @@ var AssetsIcon = ({ size = 24, ...props }) => {
158
161
  strokeLinejoin: "round",
159
162
  ...props,
160
163
  children: [
161
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { children: "Assets icon" }),
162
- /* @__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" }),
163
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m7.5 4.27 9 5.15" }),
164
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
165
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
166
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
167
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M20.27 17.27 22 19" })
164
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { children: "Arrow down Up icon" }),
165
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m3 16 4 4 4-4" }),
166
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M7 20V4" }),
167
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m21 8-4-4-4 4" }),
168
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M17 4v16" })
168
169
  ]
169
170
  }
170
171
  );
171
172
  };
172
173
 
173
- // src/catalog.tsx
174
+ // src/arrow-up.tsx
174
175
  var import_jsx_runtime5 = require("react/jsx-runtime");
175
- var CatalogIcon = ({ size = 24, ...props }) => {
176
+ var ArrowUp = ({ size = 24, ...props }) => {
176
177
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
177
178
  "svg",
178
179
  {
@@ -187,20 +188,74 @@ var CatalogIcon = ({ size = 24, ...props }) => {
187
188
  strokeLinejoin: "round",
188
189
  ...props,
189
190
  children: [
190
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Catalog icon" }),
191
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m16 6 4 14" }),
192
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M12 6v14" }),
193
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M8 8v12" }),
194
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4 4v16" })
191
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Arrow Up Icon" }),
192
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m5 12 7-7 7 7" }),
193
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M12 19V5" })
195
194
  ]
196
195
  }
197
196
  );
198
197
  };
199
198
 
200
- // src/check.tsx
199
+ // src/assets.tsx
201
200
  var import_jsx_runtime6 = require("react/jsx-runtime");
202
- var CheckIcon = (props) => {
201
+ var AssetsIcon = ({ size = 24, ...props }) => {
203
202
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
203
+ "svg",
204
+ {
205
+ xmlns: "http://www.w3.org/2000/svg",
206
+ width: size,
207
+ height: size,
208
+ viewBox: "0 0 24 24",
209
+ fill: "none",
210
+ stroke: "currentColor",
211
+ strokeWidth: "2",
212
+ strokeLinecap: "round",
213
+ strokeLinejoin: "round",
214
+ ...props,
215
+ children: [
216
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Assets icon" }),
217
+ /* @__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" }),
218
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "m7.5 4.27 9 5.15" }),
219
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
220
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
221
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
222
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M20.27 17.27 22 19" })
223
+ ]
224
+ }
225
+ );
226
+ };
227
+
228
+ // src/catalog.tsx
229
+ var import_jsx_runtime7 = require("react/jsx-runtime");
230
+ var CatalogIcon = ({ size = 24, ...props }) => {
231
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
232
+ "svg",
233
+ {
234
+ xmlns: "http://www.w3.org/2000/svg",
235
+ width: size,
236
+ height: size,
237
+ viewBox: "0 0 24 24",
238
+ fill: "none",
239
+ stroke: "currentColor",
240
+ strokeWidth: "2",
241
+ strokeLinecap: "round",
242
+ strokeLinejoin: "round",
243
+ ...props,
244
+ children: [
245
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "Catalog icon" }),
246
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "m16 6 4 14" }),
247
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M12 6v14" }),
248
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M8 8v12" }),
249
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M4 4v16" })
250
+ ]
251
+ }
252
+ );
253
+ };
254
+
255
+ // src/check.tsx
256
+ var import_jsx_runtime8 = require("react/jsx-runtime");
257
+ var CheckIcon = (props) => {
258
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
204
259
  "svg",
205
260
  {
206
261
  xmlns: "http://www.w3.org/2000/svg",
@@ -214,17 +269,17 @@ var CheckIcon = (props) => {
214
269
  strokeLinejoin: "round",
215
270
  ...props,
216
271
  children: [
217
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Check Icon" }),
218
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M20 6 9 17l-5-5" })
272
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Check Icon" }),
273
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M20 6 9 17l-5-5" })
219
274
  ]
220
275
  }
221
276
  );
222
277
  };
223
278
 
224
279
  // src/check-circle.tsx
225
- var import_jsx_runtime7 = require("react/jsx-runtime");
280
+ var import_jsx_runtime9 = require("react/jsx-runtime");
226
281
  var CheckCirleIcon = ({ size = 24, ...props }) => {
227
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
282
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
228
283
  "svg",
229
284
  {
230
285
  xmlns: "http://www.w3.org/2000/svg",
@@ -238,18 +293,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
238
293
  strokeLinejoin: "round",
239
294
  ...props,
240
295
  children: [
241
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "Check Circle Icon" }),
242
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
243
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "m9 12 2 2 4-4" })
296
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Check Circle Icon" }),
297
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
298
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "m9 12 2 2 4-4" })
244
299
  ]
245
300
  }
246
301
  );
247
302
  };
248
303
 
249
304
  // src/chevron-down.tsx
250
- var import_jsx_runtime8 = require("react/jsx-runtime");
305
+ var import_jsx_runtime10 = require("react/jsx-runtime");
251
306
  var ChevronDownIcon = (props) => {
252
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
307
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
253
308
  "svg",
254
309
  {
255
310
  xmlns: "http://www.w3.org/2000/svg",
@@ -263,17 +318,17 @@ var ChevronDownIcon = (props) => {
263
318
  strokeLinejoin: "round",
264
319
  ...props,
265
320
  children: [
266
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Chevron Down Icon" }),
267
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "m6 9 6 6 6-6" })
321
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Chevron Down Icon" }),
322
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "m6 9 6 6 6-6" })
268
323
  ]
269
324
  }
270
325
  );
271
326
  };
272
327
 
273
328
  // src/chevron-left.tsx
274
- var import_jsx_runtime9 = require("react/jsx-runtime");
329
+ var import_jsx_runtime11 = require("react/jsx-runtime");
275
330
  var ChevronLeftIcon = (props) => {
276
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
331
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
277
332
  "svg",
278
333
  {
279
334
  xmlns: "http://www.w3.org/2000/svg",
@@ -287,17 +342,17 @@ var ChevronLeftIcon = (props) => {
287
342
  strokeLinejoin: "round",
288
343
  ...props,
289
344
  children: [
290
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Chevron Left Icon" }),
291
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "m15 18-6-6 6-6" })
345
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Chevron Left Icon" }),
346
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m15 18-6-6 6-6" })
292
347
  ]
293
348
  }
294
349
  );
295
350
  };
296
351
 
297
352
  // src/chevron-right.tsx
298
- var import_jsx_runtime10 = require("react/jsx-runtime");
353
+ var import_jsx_runtime12 = require("react/jsx-runtime");
299
354
  var ChevronRightIcon = (props) => {
300
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
355
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
301
356
  "svg",
302
357
  {
303
358
  xmlns: "http://www.w3.org/2000/svg",
@@ -311,17 +366,17 @@ var ChevronRightIcon = (props) => {
311
366
  strokeLinejoin: "round",
312
367
  ...props,
313
368
  children: [
314
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Chevron Right Icon" }),
315
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "m9 18 6-6-6-6" })
369
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Chevron Right Icon" }),
370
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "m9 18 6-6-6-6" })
316
371
  ]
317
372
  }
318
373
  );
319
374
  };
320
375
 
321
376
  // src/chevron-up-down.tsx
322
- var import_jsx_runtime11 = require("react/jsx-runtime");
377
+ var import_jsx_runtime13 = require("react/jsx-runtime");
323
378
  var ChevronUpDown = ({ size = 24, ...props }) => {
324
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
379
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
325
380
  "svg",
326
381
  {
327
382
  xmlns: "http://www.w3.org/2000/svg",
@@ -335,18 +390,18 @@ var ChevronUpDown = ({ size = 24, ...props }) => {
335
390
  strokeLinejoin: "round",
336
391
  ...props,
337
392
  children: [
338
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Chevron Up Down icon" }),
339
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m7 15 5 5 5-5" }),
340
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m7 9 5-5 5 5" })
393
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Chevron Up Down icon" }),
394
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m7 15 5 5 5-5" }),
395
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m7 9 5-5 5 5" })
341
396
  ]
342
397
  }
343
398
  );
344
399
  };
345
400
 
346
401
  // src/circle.tsx
347
- var import_jsx_runtime12 = require("react/jsx-runtime");
402
+ var import_jsx_runtime14 = require("react/jsx-runtime");
348
403
  var CircleIcon = (props) => {
349
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
404
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
350
405
  "svg",
351
406
  {
352
407
  xmlns: "http://www.w3.org/2000/svg",
@@ -360,19 +415,19 @@ var CircleIcon = (props) => {
360
415
  strokeLinejoin: "round",
361
416
  ...props,
362
417
  children: [
363
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Circle Icon" }),
364
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
418
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Circle Icon" }),
419
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
365
420
  " ",
366
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "M20 6 9 17l-5-5" })
421
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M20 6 9 17l-5-5" })
367
422
  ]
368
423
  }
369
424
  );
370
425
  };
371
426
 
372
427
  // src/close.tsx
373
- var import_jsx_runtime13 = require("react/jsx-runtime");
428
+ var import_jsx_runtime15 = require("react/jsx-runtime");
374
429
  var CloseIcon = (props) => {
375
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
430
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
376
431
  "svg",
377
432
  {
378
433
  xmlns: "http://www.w3.org/2000/svg",
@@ -386,18 +441,18 @@ var CloseIcon = (props) => {
386
441
  strokeLinejoin: "round",
387
442
  ...props,
388
443
  children: [
389
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Close Icon" }),
390
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M18 6 6 18" }),
391
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m6 6 12 12" })
444
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Close Icon" }),
445
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M18 6 6 18" }),
446
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "m6 6 12 12" })
392
447
  ]
393
448
  }
394
449
  );
395
450
  };
396
451
 
397
452
  // src/controls.tsx
398
- var import_jsx_runtime14 = require("react/jsx-runtime");
453
+ var import_jsx_runtime16 = require("react/jsx-runtime");
399
454
  var ControlsIcon = ({ size = 24, ...props }) => {
400
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
455
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
401
456
  "svg",
402
457
  {
403
458
  xmlns: "http://www.w3.org/2000/svg",
@@ -411,21 +466,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
411
466
  strokeLinejoin: "round",
412
467
  ...props,
413
468
  children: [
414
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Controls icon" }),
415
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "m3 17 2 2 4-4" }),
416
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "m3 7 2 2 4-4" }),
417
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M13 6h8" }),
418
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M13 12h8" }),
419
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M13 18h8" })
469
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Controls icon" }),
470
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m3 17 2 2 4-4" }),
471
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m3 7 2 2 4-4" }),
472
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M13 6h8" }),
473
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M13 12h8" }),
474
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M13 18h8" })
420
475
  ]
421
476
  }
422
477
  );
423
478
  };
424
479
 
425
480
  // src/data-asset.tsx
426
- var import_jsx_runtime15 = require("react/jsx-runtime");
481
+ var import_jsx_runtime17 = require("react/jsx-runtime");
427
482
  var DataAssetIcon = ({ size = 24, ...props }) => {
428
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
483
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
429
484
  "svg",
430
485
  {
431
486
  xmlns: "http://www.w3.org/2000/svg",
@@ -439,19 +494,19 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
439
494
  strokeLinejoin: "round",
440
495
  ...props,
441
496
  children: [
442
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Plattform Asset icon" }),
443
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
444
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
445
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
497
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Plattform Asset icon" }),
498
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
499
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
500
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
446
501
  ]
447
502
  }
448
503
  );
449
504
  };
450
505
 
451
506
  // src/documents.tsx
452
- var import_jsx_runtime16 = require("react/jsx-runtime");
507
+ var import_jsx_runtime18 = require("react/jsx-runtime");
453
508
  var DocumentsIcon = ({ size = 24, ...props }) => {
454
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
509
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
455
510
  "svg",
456
511
  {
457
512
  xmlns: "http://www.w3.org/2000/svg",
@@ -465,21 +520,21 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
465
520
  strokeLinejoin: "round",
466
521
  ...props,
467
522
  children: [
468
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Documents icon" }),
469
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
470
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
471
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M10 9H8" }),
472
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M16 13H8" }),
473
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M16 17H8" })
523
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Documents icon" }),
524
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
525
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
526
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M10 9H8" }),
527
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M16 13H8" }),
528
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M16 17H8" })
474
529
  ]
475
530
  }
476
531
  );
477
532
  };
478
533
 
479
534
  // src/dsar.tsx
480
- var import_jsx_runtime17 = require("react/jsx-runtime");
535
+ var import_jsx_runtime19 = require("react/jsx-runtime");
481
536
  var DSARIcon = ({ size = 24, ...props }) => {
482
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
537
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
483
538
  "svg",
484
539
  {
485
540
  xmlns: "http://www.w3.org/2000/svg",
@@ -493,18 +548,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
493
548
  strokeLinejoin: "round",
494
549
  ...props,
495
550
  children: [
496
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "DSAR icon" }),
497
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
498
- /* @__PURE__ */ (0, import_jsx_runtime17.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" })
551
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "DSAR icon" }),
552
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
553
+ /* @__PURE__ */ (0, import_jsx_runtime19.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" })
499
554
  ]
500
555
  }
501
556
  );
502
557
  };
503
558
 
504
559
  // src/ellipsis-icon.tsx
505
- var import_jsx_runtime18 = require("react/jsx-runtime");
560
+ var import_jsx_runtime20 = require("react/jsx-runtime");
506
561
  var EllipsisIcon = ({ size = 24, ...props }) => {
507
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
562
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
508
563
  "svg",
509
564
  {
510
565
  xmlns: "http://www.w3.org/2000/svg",
@@ -518,19 +573,19 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
518
573
  strokeLinejoin: "round",
519
574
  ...props,
520
575
  children: [
521
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Ellipsis Icon" }),
522
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
523
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
524
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "5", cy: "12", r: "1" })
576
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Ellipsis Icon" }),
577
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
578
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
579
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "5", cy: "12", r: "1" })
525
580
  ]
526
581
  }
527
582
  );
528
583
  };
529
584
 
530
585
  // src/eye.tsx
531
- var import_jsx_runtime19 = require("react/jsx-runtime");
586
+ var import_jsx_runtime21 = require("react/jsx-runtime");
532
587
  var EyeIcon = (props) => {
533
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
588
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
534
589
  "svg",
535
590
  {
536
591
  xmlns: "http://www.w3.org/2000/svg",
@@ -544,18 +599,18 @@ var EyeIcon = (props) => {
544
599
  strokeLinejoin: "round",
545
600
  ...props,
546
601
  children: [
547
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Eye Icon" }),
548
- /* @__PURE__ */ (0, import_jsx_runtime19.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" }),
549
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "12", cy: "12", r: "3" })
602
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Eye Icon" }),
603
+ /* @__PURE__ */ (0, import_jsx_runtime21.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" }),
604
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "12", cy: "12", r: "3" })
550
605
  ]
551
606
  }
552
607
  );
553
608
  };
554
609
 
555
610
  // src/eye-off.tsx
556
- var import_jsx_runtime20 = require("react/jsx-runtime");
611
+ var import_jsx_runtime22 = require("react/jsx-runtime");
557
612
  var EyeOffIcon = (props) => {
558
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
613
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
559
614
  "svg",
560
615
  {
561
616
  xmlns: "http://www.w3.org/2000/svg",
@@ -569,20 +624,20 @@ var EyeOffIcon = (props) => {
569
624
  strokeLinejoin: "round",
570
625
  ...props,
571
626
  children: [
572
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Eye Off Icon" }),
573
- /* @__PURE__ */ (0, import_jsx_runtime20.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" }),
574
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
575
- /* @__PURE__ */ (0, import_jsx_runtime20.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" }),
576
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "m2 2 20 20" })
627
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Eye Off Icon" }),
628
+ /* @__PURE__ */ (0, import_jsx_runtime22.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" }),
629
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
630
+ /* @__PURE__ */ (0, import_jsx_runtime22.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" }),
631
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "m2 2 20 20" })
577
632
  ]
578
633
  }
579
634
  );
580
635
  };
581
636
 
582
637
  // src/grip-vertical.tsx
583
- var import_jsx_runtime21 = require("react/jsx-runtime");
638
+ var import_jsx_runtime23 = require("react/jsx-runtime");
584
639
  var GripVerticalIcon = ({ size = 24, ...props }) => {
585
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
640
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
586
641
  "svg",
587
642
  {
588
643
  xmlns: "http://www.w3.org/2000/svg",
@@ -597,22 +652,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
597
652
  "aria-hidden": "true",
598
653
  ...props,
599
654
  children: [
600
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Grip Vertical Icon" }),
601
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
602
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
603
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
604
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
605
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
606
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "15", cy: "19", r: "1" })
655
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Grip Vertical Icon" }),
656
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
657
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
658
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
659
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
660
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
661
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "15", cy: "19", r: "1" })
607
662
  ]
608
663
  }
609
664
  );
610
665
  };
611
666
 
612
667
  // src/incident.tsx
613
- var import_jsx_runtime22 = require("react/jsx-runtime");
668
+ var import_jsx_runtime24 = require("react/jsx-runtime");
614
669
  var IncidentIcon = ({ size = 24, ...props }) => {
615
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
670
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
616
671
  "svg",
617
672
  {
618
673
  xmlns: "http://www.w3.org/2000/svg",
@@ -626,19 +681,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
626
681
  strokeLinejoin: "round",
627
682
  ...props,
628
683
  children: [
629
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Incident icon" }),
630
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12 16h.01" }),
631
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12 8v4" }),
632
- /* @__PURE__ */ (0, import_jsx_runtime22.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" })
684
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Incident icon" }),
685
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 16h.01" }),
686
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 8v4" }),
687
+ /* @__PURE__ */ (0, import_jsx_runtime24.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" })
633
688
  ]
634
689
  }
635
690
  );
636
691
  };
637
692
 
638
693
  // src/info.tsx
639
- var import_jsx_runtime23 = require("react/jsx-runtime");
694
+ var import_jsx_runtime25 = require("react/jsx-runtime");
640
695
  var InfoIcon = ({ size = 24, ...props }) => {
641
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
696
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
642
697
  "svg",
643
698
  {
644
699
  xmlns: "http://www.w3.org/2000/svg",
@@ -653,19 +708,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
653
708
  "aria-hidden": "true",
654
709
  ...props,
655
710
  children: [
656
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Info Icon" }),
657
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
658
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 16v-4" }),
659
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 8h.01" })
711
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Info Icon" }),
712
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
713
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M12 16v-4" }),
714
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M12 8h.01" })
660
715
  ]
661
716
  }
662
717
  );
663
718
  };
664
719
 
665
720
  // src/issues.tsx
666
- var import_jsx_runtime24 = require("react/jsx-runtime");
721
+ var import_jsx_runtime26 = require("react/jsx-runtime");
667
722
  var IssuesIcon = ({ size = 24, ...props }) => {
668
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
723
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
669
724
  "svg",
670
725
  {
671
726
  xmlns: "http://www.w3.org/2000/svg",
@@ -679,21 +734,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
679
734
  strokeLinejoin: "round",
680
735
  ...props,
681
736
  children: [
682
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Issues icon" }),
683
- /* @__PURE__ */ (0, import_jsx_runtime24.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" }),
684
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 11h4" }),
685
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 16h4" }),
686
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M8 11h.01" }),
687
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M8 16h.01" })
737
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Issues icon" }),
738
+ /* @__PURE__ */ (0, import_jsx_runtime26.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" }),
739
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M12 11h4" }),
740
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M12 16h4" }),
741
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M8 11h.01" }),
742
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M8 16h.01" })
688
743
  ]
689
744
  }
690
745
  );
691
746
  };
692
747
 
693
748
  // src/linkedin.tsx
694
- var import_jsx_runtime25 = require("react/jsx-runtime");
749
+ var import_jsx_runtime27 = require("react/jsx-runtime");
695
750
  var LinkedInIcon = ({ size = 24, ...props }) => {
696
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
751
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
697
752
  "svg",
698
753
  {
699
754
  xmlns: "http://www.w3.org/2000/svg",
@@ -709,19 +764,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
709
764
  focusable: "false",
710
765
  ...props,
711
766
  children: [
712
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "LinkedIn Icon" }),
713
- /* @__PURE__ */ (0, import_jsx_runtime25.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" }),
714
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
715
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: "4", cy: "4", r: "2" })
767
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "LinkedIn Icon" }),
768
+ /* @__PURE__ */ (0, import_jsx_runtime27.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" }),
769
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
770
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "4", cy: "4", r: "2" })
716
771
  ]
717
772
  }
718
773
  );
719
774
  };
720
775
 
721
776
  // src/minus.tsx
722
- var import_jsx_runtime26 = require("react/jsx-runtime");
777
+ var import_jsx_runtime28 = require("react/jsx-runtime");
723
778
  var MinusIcon = ({ size = 24, ...props }) => {
724
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
779
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
725
780
  "svg",
726
781
  {
727
782
  xmlns: "http://www.w3.org/2000/svg",
@@ -735,17 +790,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
735
790
  strokeLinejoin: "round",
736
791
  ...props,
737
792
  children: [
738
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Minus Icon" }),
739
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M5 12h14" })
793
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Minus Icon" }),
794
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M5 12h14" })
740
795
  ]
741
796
  }
742
797
  );
743
798
  };
744
799
 
745
800
  // src/notification-icon.tsx
746
- var import_jsx_runtime27 = require("react/jsx-runtime");
801
+ var import_jsx_runtime29 = require("react/jsx-runtime");
747
802
  var NotificationIcon = (props) => {
748
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
803
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
749
804
  "svg",
750
805
  {
751
806
  xmlns: "http://www.w3.org/2000/svg",
@@ -759,18 +814,18 @@ var NotificationIcon = (props) => {
759
814
  strokeLinejoin: "round",
760
815
  ...props,
761
816
  children: [
762
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Notification Icon" }),
763
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
764
- /* @__PURE__ */ (0, import_jsx_runtime27.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" })
817
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Notification Icon" }),
818
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
819
+ /* @__PURE__ */ (0, import_jsx_runtime29.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" })
765
820
  ]
766
821
  }
767
822
  );
768
823
  };
769
824
 
770
825
  // src/panel-left-icon.tsx
771
- var import_jsx_runtime28 = require("react/jsx-runtime");
826
+ var import_jsx_runtime30 = require("react/jsx-runtime");
772
827
  var PanelLeftIcon = ({ size = 24, ...props }) => {
773
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
828
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
774
829
  "svg",
775
830
  {
776
831
  xmlns: "http://www.w3.org/2000/svg",
@@ -784,18 +839,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
784
839
  strokeLinejoin: "round",
785
840
  ...props,
786
841
  children: [
787
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Panel Left icon" }),
788
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
789
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M9 3v18" })
842
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Panel Left icon" }),
843
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
844
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M9 3v18" })
790
845
  ]
791
846
  }
792
847
  );
793
848
  };
794
849
 
795
850
  // src/people.tsx
796
- var import_jsx_runtime29 = require("react/jsx-runtime");
851
+ var import_jsx_runtime31 = require("react/jsx-runtime");
797
852
  var PeopleIcon = ({ size = 24, ...props }) => {
798
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
853
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
799
854
  "svg",
800
855
  {
801
856
  xmlns: "http://www.w3.org/2000/svg",
@@ -809,20 +864,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
809
864
  strokeLinejoin: "round",
810
865
  ...props,
811
866
  children: [
812
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "People icon" }),
813
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
814
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
815
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
816
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "9", cy: "7", r: "4" })
867
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "People icon" }),
868
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
869
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
870
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
871
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("circle", { cx: "9", cy: "7", r: "4" })
817
872
  ]
818
873
  }
819
874
  );
820
875
  };
821
876
 
822
877
  // src/physical-asset.tsx
823
- var import_jsx_runtime30 = require("react/jsx-runtime");
878
+ var import_jsx_runtime32 = require("react/jsx-runtime");
824
879
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
825
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
880
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
826
881
  "svg",
827
882
  {
828
883
  xmlns: "http://www.w3.org/2000/svg",
@@ -836,20 +891,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
836
891
  strokeLinejoin: "round",
837
892
  ...props,
838
893
  children: [
839
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Physical Asset icon" }),
840
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
841
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M10 19v-3.96 3.15" }),
842
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M7 19h5" }),
843
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
894
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Physical Asset icon" }),
895
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
896
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M10 19v-3.96 3.15" }),
897
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M7 19h5" }),
898
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
844
899
  ]
845
900
  }
846
901
  );
847
902
  };
848
903
 
849
904
  // src/plattform-asset.tsx
850
- var import_jsx_runtime31 = require("react/jsx-runtime");
905
+ var import_jsx_runtime33 = require("react/jsx-runtime");
851
906
  var PlattformAssetIcon = ({ size = 24, ...props }) => {
852
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
907
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
853
908
  "svg",
854
909
  {
855
910
  xmlns: "http://www.w3.org/2000/svg",
@@ -863,20 +918,20 @@ var PlattformAssetIcon = ({ size = 24, ...props }) => {
863
918
  strokeLinejoin: "round",
864
919
  ...props,
865
920
  children: [
866
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Plattform Asset icon" }),
867
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
868
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
869
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
870
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
921
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Plattform Asset icon" }),
922
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
923
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
924
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
925
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
871
926
  ]
872
927
  }
873
928
  );
874
929
  };
875
930
 
876
931
  // src/plus.tsx
877
- var import_jsx_runtime32 = require("react/jsx-runtime");
932
+ var import_jsx_runtime34 = require("react/jsx-runtime");
878
933
  var PlusIcon = (props) => {
879
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
934
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
880
935
  "svg",
881
936
  {
882
937
  xmlns: "http://www.w3.org/2000/svg",
@@ -890,21 +945,21 @@ var PlusIcon = (props) => {
890
945
  strokeLinejoin: "round",
891
946
  ...props,
892
947
  children: [
893
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Plus Icon" }),
894
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M5 12h14" }),
895
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M12 5v14" })
948
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Plus Icon" }),
949
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M5 12h14" }),
950
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 5v14" })
896
951
  ]
897
952
  }
898
953
  );
899
954
  };
900
955
 
901
956
  // src/processing-activity.tsx
902
- var import_jsx_runtime33 = require("react/jsx-runtime");
957
+ var import_jsx_runtime35 = require("react/jsx-runtime");
903
958
  var ProcessingActivityIcon = ({
904
959
  size = 24,
905
960
  ...props
906
961
  }) => {
907
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
962
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
908
963
  "svg",
909
964
  {
910
965
  xmlns: "http://www.w3.org/2000/svg",
@@ -918,19 +973,19 @@ var ProcessingActivityIcon = ({
918
973
  strokeLinejoin: "round",
919
974
  ...props,
920
975
  children: [
921
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Processing Activity icon" }),
922
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
923
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
924
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
976
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Processing Activity icon" }),
977
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
978
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
979
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
925
980
  ]
926
981
  }
927
982
  );
928
983
  };
929
984
 
930
985
  // src/program-icon.tsx
931
- var import_jsx_runtime34 = require("react/jsx-runtime");
986
+ var import_jsx_runtime36 = require("react/jsx-runtime");
932
987
  var ProgramIcon = ({ size = 24, ...props }) => {
933
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
988
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
934
989
  "svg",
935
990
  {
936
991
  xmlns: "http://www.w3.org/2000/svg",
@@ -944,20 +999,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
944
999
  strokeLinejoin: "round",
945
1000
  ...props,
946
1001
  children: [
947
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Program icon" }),
948
- /* @__PURE__ */ (0, import_jsx_runtime34.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" }),
949
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M8 10v4" }),
950
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 10v2" }),
951
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M16 10v6" })
1002
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Program icon" }),
1003
+ /* @__PURE__ */ (0, import_jsx_runtime36.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" }),
1004
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M8 10v4" }),
1005
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M12 10v2" }),
1006
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M16 10v6" })
952
1007
  ]
953
1008
  }
954
1009
  );
955
1010
  };
956
1011
 
957
1012
  // src/risk.tsx
958
- var import_jsx_runtime35 = require("react/jsx-runtime");
1013
+ var import_jsx_runtime37 = require("react/jsx-runtime");
959
1014
  var RiskIcon = ({ size = 24, ...props }) => {
960
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1015
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
961
1016
  "svg",
962
1017
  {
963
1018
  xmlns: "http://www.w3.org/2000/svg",
@@ -971,19 +1026,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
971
1026
  strokeLinejoin: "round",
972
1027
  ...props,
973
1028
  children: [
974
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Risk icon" }),
975
- /* @__PURE__ */ (0, import_jsx_runtime35.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" }),
976
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M12 8v4" }),
977
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M12 16h.01" })
1029
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Risk icon" }),
1030
+ /* @__PURE__ */ (0, import_jsx_runtime37.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" }),
1031
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M12 8v4" }),
1032
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M12 16h.01" })
978
1033
  ]
979
1034
  }
980
1035
  );
981
1036
  };
982
1037
 
983
1038
  // src/save.tsx
984
- var import_jsx_runtime36 = require("react/jsx-runtime");
1039
+ var import_jsx_runtime38 = require("react/jsx-runtime");
985
1040
  var SaveIcon = (props) => {
986
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1041
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
987
1042
  "svg",
988
1043
  {
989
1044
  xmlns: "http://www.w3.org/2000/svg",
@@ -997,19 +1052,19 @@ var SaveIcon = (props) => {
997
1052
  strokeLinejoin: "round",
998
1053
  ...props,
999
1054
  children: [
1000
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Save Icon" }),
1001
- /* @__PURE__ */ (0, import_jsx_runtime36.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" }),
1002
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
1003
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
1055
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Save Icon" }),
1056
+ /* @__PURE__ */ (0, import_jsx_runtime38.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" }),
1057
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
1058
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
1004
1059
  ]
1005
1060
  }
1006
1061
  );
1007
1062
  };
1008
1063
 
1009
1064
  // src/search.tsx
1010
- var import_jsx_runtime37 = require("react/jsx-runtime");
1065
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1011
1066
  var SearchIcon = (props) => {
1012
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1067
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1013
1068
  "svg",
1014
1069
  {
1015
1070
  xmlns: "http://www.w3.org/2000/svg",
@@ -1023,18 +1078,45 @@ var SearchIcon = (props) => {
1023
1078
  strokeLinejoin: "round",
1024
1079
  ...props,
1025
1080
  children: [
1026
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Search Icon" }),
1027
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "m21 21-4.34-4.34" }),
1028
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("circle", { cx: "11", cy: "11", r: "8" })
1081
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Search Icon" }),
1082
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m21 21-4.34-4.34" }),
1083
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("circle", { cx: "11", cy: "11", r: "8" })
1029
1084
  ]
1030
1085
  }
1031
1086
  );
1032
1087
  };
1033
1088
 
1034
1089
  // src/settings.tsx
1035
- var import_jsx_runtime38 = require("react/jsx-runtime");
1090
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1036
1091
  var SettingsIcon = ({ size = 24, ...props }) => {
1037
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1092
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1093
+ "svg",
1094
+ {
1095
+ xmlns: "http://www.w3.org/2000/svg",
1096
+ width: size,
1097
+ height: size,
1098
+ viewBox: "0 0 24 24",
1099
+ fill: "none",
1100
+ stroke: "currentColor",
1101
+ strokeWidth: "2",
1102
+ strokeLinecap: "round",
1103
+ strokeLinejoin: "round",
1104
+ ...props,
1105
+ children: [
1106
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Settings" }),
1107
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M14 17H5" }),
1108
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M19 7h-9" }),
1109
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
1110
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("circle", { cx: "7", cy: "7", r: "3" })
1111
+ ]
1112
+ }
1113
+ );
1114
+ };
1115
+
1116
+ // src/shell.tsx
1117
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1118
+ var ShellIcon = ({ size = 24, ...props }) => {
1119
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1038
1120
  "svg",
1039
1121
  {
1040
1122
  xmlns: "http://www.w3.org/2000/svg",
@@ -1048,20 +1130,17 @@ var SettingsIcon = ({ size = 24, ...props }) => {
1048
1130
  strokeLinejoin: "round",
1049
1131
  ...props,
1050
1132
  children: [
1051
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Settings" }),
1052
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M14 17H5" }),
1053
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M19 7h-9" }),
1054
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
1055
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("circle", { cx: "7", cy: "7", r: "3" })
1133
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Shell Icon" }),
1134
+ /* @__PURE__ */ (0, import_jsx_runtime41.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" })
1056
1135
  ]
1057
1136
  }
1058
1137
  );
1059
1138
  };
1060
1139
 
1061
1140
  // src/upload.tsx
1062
- var import_jsx_runtime39 = require("react/jsx-runtime");
1141
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1063
1142
  var UploadIcon = ({ size = 24, ...props }) => {
1064
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1143
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
1065
1144
  "svg",
1066
1145
  {
1067
1146
  xmlns: "http://www.w3.org/2000/svg",
@@ -1075,19 +1154,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
1075
1154
  strokeLinejoin: "round",
1076
1155
  ...props,
1077
1156
  children: [
1078
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Upload icon" }),
1079
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M12 13v8" }),
1080
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
1081
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m8 17 4-4 4 4" })
1157
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Upload icon" }),
1158
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M12 13v8" }),
1159
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
1160
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "m8 17 4-4 4 4" })
1082
1161
  ]
1083
1162
  }
1084
1163
  );
1085
1164
  };
1086
1165
 
1087
1166
  // src/vendor.tsx
1088
- var import_jsx_runtime40 = require("react/jsx-runtime");
1167
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1089
1168
  var VendorIcon = ({ size = 24, ...props }) => {
1090
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1169
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1091
1170
  "svg",
1092
1171
  {
1093
1172
  xmlns: "http://www.w3.org/2000/svg",
@@ -1101,18 +1180,20 @@ var VendorIcon = ({ size = 24, ...props }) => {
1101
1180
  strokeLinejoin: "round",
1102
1181
  ...props,
1103
1182
  children: [
1104
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Vendor icon" }),
1105
- /* @__PURE__ */ (0, import_jsx_runtime40.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" }),
1106
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
1107
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
1108
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M2 7h20" }),
1109
- /* @__PURE__ */ (0, import_jsx_runtime40.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" })
1183
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Vendor icon" }),
1184
+ /* @__PURE__ */ (0, import_jsx_runtime43.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" }),
1185
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
1186
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
1187
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M2 7h20" }),
1188
+ /* @__PURE__ */ (0, import_jsx_runtime43.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" })
1110
1189
  ]
1111
1190
  }
1112
1191
  );
1113
1192
  };
1114
1193
  // Annotate the CommonJS export names for ESM import in node:
1115
1194
  0 && (module.exports = {
1195
+ AlertCircleIcon,
1196
+ AlertIcon,
1116
1197
  ArrowDown,
1117
1198
  ArrowDownUp,
1118
1199
  ArrowUp,
@@ -1151,6 +1232,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
1151
1232
  SaveIcon,
1152
1233
  SearchIcon,
1153
1234
  SettingsIcon,
1235
+ ShellIcon,
1154
1236
  UploadIcon,
1155
1237
  VendorIcon
1156
1238
  });