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