@kopexa/icons 15.0.0 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-3JXKSUZM.mjs +32 -0
- package/dist/chunk-BWDN6UYW.mjs +31 -0
- package/dist/chunk-FC53C5SU.mjs +32 -0
- package/dist/{chunk-EYRH6VZB.mjs → chunk-HKQHNRPE.mjs} +4 -4
- package/dist/{chunk-V6QXOK5V.mjs → chunk-JO2DHXG7.mjs} +4 -4
- package/dist/{chunk-WWSIRUDQ.mjs → chunk-MZBAUZ2W.mjs} +4 -4
- package/dist/hardware-asset.d.mts +7 -0
- package/dist/hardware-asset.d.ts +7 -0
- package/dist/{plattform-asset.js → hardware-asset.js} +8 -8
- package/dist/hardware-asset.mjs +7 -0
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +508 -422
- package/dist/index.mjs +48 -36
- package/dist/physical-asset.js +4 -4
- package/dist/physical-asset.mjs +1 -1
- package/dist/process-category.d.mts +7 -0
- package/dist/process-category.d.ts +7 -0
- package/dist/process-category.js +54 -0
- package/dist/process-category.mjs +7 -0
- package/dist/process.d.mts +7 -0
- package/dist/process.d.ts +7 -0
- package/dist/process.js +55 -0
- package/dist/process.mjs +7 -0
- package/dist/service-asset.d.mts +7 -0
- package/dist/service-asset.d.ts +7 -0
- package/dist/service-asset.js +55 -0
- package/dist/service-asset.mjs +7 -0
- package/dist/software-asset.d.mts +7 -0
- package/dist/software-asset.d.ts +7 -0
- package/dist/{application-asset.js → software-asset.js} +8 -8
- package/dist/software-asset.mjs +7 -0
- package/package.json +4 -4
- package/dist/application-asset.d.mts +0 -7
- package/dist/application-asset.d.ts +0 -7
- package/dist/application-asset.mjs +0 -7
- package/dist/plattform-asset.d.mts +0 -7
- package/dist/plattform-asset.d.ts +0 -7
- package/dist/plattform-asset.mjs +0 -7
package/dist/index.js
CHANGED
|
@@ -28,7 +28,6 @@ __export(index_exports, {
|
|
|
28
28
|
AlignJustifyIcon: () => AlignJustifyIcon,
|
|
29
29
|
AlignLeftIcon: () => AlignLeftIcon,
|
|
30
30
|
AlignRightIcon: () => AlignRightIcon,
|
|
31
|
-
ApplicationAssetIcon: () => ApplicationAssetIcon,
|
|
32
31
|
ArrowCounterClockwiseIcon: () => ArrowCounterClockwiseIcon,
|
|
33
32
|
ArrowDown: () => ArrowDown,
|
|
34
33
|
ArrowDownUp: () => ArrowDownUp,
|
|
@@ -71,6 +70,7 @@ __export(index_exports, {
|
|
|
71
70
|
EyeOffIcon: () => EyeOffIcon,
|
|
72
71
|
GlobeIcon: () => GlobeIcon,
|
|
73
72
|
GripVerticalIcon: () => GripVerticalIcon,
|
|
73
|
+
HardwareAssetIcon: () => HardwareAssetIcon,
|
|
74
74
|
HeadingFiveIcon: () => HeadingFiveIcon,
|
|
75
75
|
HeadingFourIcon: () => HeadingFourIcon,
|
|
76
76
|
HeadingIcon: () => HeadingIcon,
|
|
@@ -98,8 +98,9 @@ __export(index_exports, {
|
|
|
98
98
|
PartialIcon: () => ChartPie,
|
|
99
99
|
PeopleIcon: () => PeopleIcon,
|
|
100
100
|
PhysicalAssetIcon: () => PhysicalAssetIcon,
|
|
101
|
-
PlattformAssetIcon: () => PlattformAssetIcon,
|
|
102
101
|
PlusIcon: () => PlusIcon,
|
|
102
|
+
ProcessCategoryIcon: () => ProcessCategoryIcon,
|
|
103
|
+
ProcessIcon: () => ProcessIcon,
|
|
103
104
|
ProcessingActivityIcon: () => ProcessingActivityIcon,
|
|
104
105
|
ProgramIcon: () => ProgramIcon,
|
|
105
106
|
PuzzleIcon: () => PuzzleIcon,
|
|
@@ -108,8 +109,10 @@ __export(index_exports, {
|
|
|
108
109
|
RotateCcwIcon: () => RotateCcwIcon,
|
|
109
110
|
SaveIcon: () => SaveIcon,
|
|
110
111
|
SearchIcon: () => SearchIcon,
|
|
112
|
+
ServiceAssetIcon: () => ServiceAssetIcon,
|
|
111
113
|
SettingsIcon: () => SettingsIcon,
|
|
112
114
|
ShellIcon: () => ShellIcon,
|
|
115
|
+
SoftwareAssetIcon: () => SoftwareAssetIcon,
|
|
113
116
|
SquaresIntersect: () => SquaresIntersect,
|
|
114
117
|
StrikeIcon: () => StrikeIcon,
|
|
115
118
|
SubscriptIcon: () => SubscriptIcon,
|
|
@@ -400,40 +403,13 @@ var AlignRightIcon = ({ size = 24, ...props }) => {
|
|
|
400
403
|
);
|
|
401
404
|
};
|
|
402
405
|
|
|
403
|
-
// src/application-asset.tsx
|
|
404
|
-
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
405
|
-
var ApplicationAssetIcon = ({ size = 24, ...props }) => {
|
|
406
|
-
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
407
|
-
"svg",
|
|
408
|
-
{
|
|
409
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
410
|
-
width: size,
|
|
411
|
-
height: size,
|
|
412
|
-
viewBox: "0 0 24 24",
|
|
413
|
-
fill: "none",
|
|
414
|
-
stroke: "currentColor",
|
|
415
|
-
strokeWidth: "2",
|
|
416
|
-
strokeLinecap: "round",
|
|
417
|
-
strokeLinejoin: "round",
|
|
418
|
-
...props,
|
|
419
|
-
children: [
|
|
420
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Application Asset Icon" }),
|
|
421
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
422
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M6 8h.01" }),
|
|
423
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M10 8h.01" }),
|
|
424
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M14 8h.01" })
|
|
425
|
-
]
|
|
426
|
-
}
|
|
427
|
-
);
|
|
428
|
-
};
|
|
429
|
-
|
|
430
406
|
// src/arrow-counter-clockwise-icon.tsx
|
|
431
|
-
var
|
|
407
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
432
408
|
var ArrowCounterClockwiseIcon = ({
|
|
433
409
|
size = 24,
|
|
434
410
|
...props
|
|
435
411
|
}) => {
|
|
436
|
-
return /* @__PURE__ */ (0,
|
|
412
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
437
413
|
"svg",
|
|
438
414
|
{
|
|
439
415
|
width: size,
|
|
@@ -443,8 +419,8 @@ var ArrowCounterClockwiseIcon = ({
|
|
|
443
419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
444
420
|
...props,
|
|
445
421
|
children: [
|
|
446
|
-
/* @__PURE__ */ (0,
|
|
447
|
-
/* @__PURE__ */ (0,
|
|
422
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Arrow Counter Clockwise" }),
|
|
423
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z" }),
|
|
448
424
|
" "
|
|
449
425
|
]
|
|
450
426
|
}
|
|
@@ -452,9 +428,9 @@ var ArrowCounterClockwiseIcon = ({
|
|
|
452
428
|
};
|
|
453
429
|
|
|
454
430
|
// src/arrow-down.tsx
|
|
455
|
-
var
|
|
431
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
456
432
|
var ArrowDown = ({ size = 24, ...props }) => {
|
|
457
|
-
return /* @__PURE__ */ (0,
|
|
433
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
458
434
|
"svg",
|
|
459
435
|
{
|
|
460
436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -468,18 +444,18 @@ var ArrowDown = ({ size = 24, ...props }) => {
|
|
|
468
444
|
strokeLinejoin: "round",
|
|
469
445
|
...props,
|
|
470
446
|
children: [
|
|
471
|
-
/* @__PURE__ */ (0,
|
|
472
|
-
/* @__PURE__ */ (0,
|
|
473
|
-
/* @__PURE__ */ (0,
|
|
447
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Arrow Up Down" }),
|
|
448
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M12 5v14" }),
|
|
449
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "m19 12-7 7-7-7" })
|
|
474
450
|
]
|
|
475
451
|
}
|
|
476
452
|
);
|
|
477
453
|
};
|
|
478
454
|
|
|
479
455
|
// src/arrow-down-up.tsx
|
|
480
|
-
var
|
|
456
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
481
457
|
var ArrowDownUp = ({ size = 24, ...props }) => {
|
|
482
|
-
return /* @__PURE__ */ (0,
|
|
458
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
483
459
|
"svg",
|
|
484
460
|
{
|
|
485
461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -493,20 +469,20 @@ var ArrowDownUp = ({ size = 24, ...props }) => {
|
|
|
493
469
|
strokeLinejoin: "round",
|
|
494
470
|
...props,
|
|
495
471
|
children: [
|
|
496
|
-
/* @__PURE__ */ (0,
|
|
497
|
-
/* @__PURE__ */ (0,
|
|
498
|
-
/* @__PURE__ */ (0,
|
|
499
|
-
/* @__PURE__ */ (0,
|
|
500
|
-
/* @__PURE__ */ (0,
|
|
472
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Arrow down Up icon" }),
|
|
473
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "m3 16 4 4 4-4" }),
|
|
474
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M7 20V4" }),
|
|
475
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "m21 8-4-4-4 4" }),
|
|
476
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M17 4v16" })
|
|
501
477
|
]
|
|
502
478
|
}
|
|
503
479
|
);
|
|
504
480
|
};
|
|
505
481
|
|
|
506
482
|
// src/arrow-right-icon.tsx
|
|
507
|
-
var
|
|
483
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
508
484
|
var ArrowRightIcon = ({ size = 24, ...props }) => {
|
|
509
|
-
return /* @__PURE__ */ (0,
|
|
485
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
510
486
|
"svg",
|
|
511
487
|
{
|
|
512
488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -520,18 +496,18 @@ var ArrowRightIcon = ({ size = 24, ...props }) => {
|
|
|
520
496
|
strokeLinejoin: "round",
|
|
521
497
|
...props,
|
|
522
498
|
children: [
|
|
523
|
-
/* @__PURE__ */ (0,
|
|
524
|
-
/* @__PURE__ */ (0,
|
|
525
|
-
/* @__PURE__ */ (0,
|
|
499
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Arrow Right icon" }),
|
|
500
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M5 12h14" }),
|
|
501
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m12 5 7 7-7 7" })
|
|
526
502
|
]
|
|
527
503
|
}
|
|
528
504
|
);
|
|
529
505
|
};
|
|
530
506
|
|
|
531
507
|
// src/arrow-up.tsx
|
|
532
|
-
var
|
|
508
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
533
509
|
var ArrowUp = ({ size = 24, ...props }) => {
|
|
534
|
-
return /* @__PURE__ */ (0,
|
|
510
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
535
511
|
"svg",
|
|
536
512
|
{
|
|
537
513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -545,18 +521,18 @@ var ArrowUp = ({ size = 24, ...props }) => {
|
|
|
545
521
|
strokeLinejoin: "round",
|
|
546
522
|
...props,
|
|
547
523
|
children: [
|
|
548
|
-
/* @__PURE__ */ (0,
|
|
549
|
-
/* @__PURE__ */ (0,
|
|
550
|
-
/* @__PURE__ */ (0,
|
|
524
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Arrow Up Icon" }),
|
|
525
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "m5 12 7-7 7 7" }),
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "M12 19V5" })
|
|
551
527
|
]
|
|
552
528
|
}
|
|
553
529
|
);
|
|
554
530
|
};
|
|
555
531
|
|
|
556
532
|
// src/assets.tsx
|
|
557
|
-
var
|
|
533
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
558
534
|
var AssetsIcon = ({ size = 24, ...props }) => {
|
|
559
|
-
return /* @__PURE__ */ (0,
|
|
535
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
560
536
|
"svg",
|
|
561
537
|
{
|
|
562
538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -570,22 +546,22 @@ var AssetsIcon = ({ size = 24, ...props }) => {
|
|
|
570
546
|
strokeLinejoin: "round",
|
|
571
547
|
...props,
|
|
572
548
|
children: [
|
|
573
|
-
/* @__PURE__ */ (0,
|
|
574
|
-
/* @__PURE__ */ (0,
|
|
575
|
-
/* @__PURE__ */ (0,
|
|
576
|
-
/* @__PURE__ */ (0,
|
|
577
|
-
/* @__PURE__ */ (0,
|
|
578
|
-
/* @__PURE__ */ (0,
|
|
579
|
-
/* @__PURE__ */ (0,
|
|
549
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Assets icon" }),
|
|
550
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.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" }),
|
|
551
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m7.5 4.27 9 5.15" }),
|
|
552
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
|
|
553
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
|
|
554
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
|
|
555
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M20.27 17.27 22 19" })
|
|
580
556
|
]
|
|
581
557
|
}
|
|
582
558
|
);
|
|
583
559
|
};
|
|
584
560
|
|
|
585
561
|
// src/ban-icon.tsx
|
|
586
|
-
var
|
|
562
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
587
563
|
var BanIcon = ({ size = 24, ...props }) => {
|
|
588
|
-
return /* @__PURE__ */ (0,
|
|
564
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
589
565
|
"svg",
|
|
590
566
|
{
|
|
591
567
|
width: size,
|
|
@@ -595,8 +571,8 @@ var BanIcon = ({ size = 24, ...props }) => {
|
|
|
595
571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
596
572
|
...props,
|
|
597
573
|
children: [
|
|
598
|
-
/* @__PURE__ */ (0,
|
|
599
|
-
/* @__PURE__ */ (0,
|
|
574
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Ban" }),
|
|
575
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
600
576
|
"path",
|
|
601
577
|
{
|
|
602
578
|
fillRule: "evenodd",
|
|
@@ -611,9 +587,9 @@ var BanIcon = ({ size = 24, ...props }) => {
|
|
|
611
587
|
};
|
|
612
588
|
|
|
613
589
|
// src/blockquote-icon.tsx
|
|
614
|
-
var
|
|
590
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
615
591
|
var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
616
|
-
return /* @__PURE__ */ (0,
|
|
592
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
617
593
|
"svg",
|
|
618
594
|
{
|
|
619
595
|
width: size,
|
|
@@ -623,8 +599,8 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
623
599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
624
600
|
...props,
|
|
625
601
|
children: [
|
|
626
|
-
/* @__PURE__ */ (0,
|
|
627
|
-
/* @__PURE__ */ (0,
|
|
602
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Block Quote" }),
|
|
603
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
628
604
|
"path",
|
|
629
605
|
{
|
|
630
606
|
fillRule: "evenodd",
|
|
@@ -633,7 +609,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
633
609
|
fill: "currentColor"
|
|
634
610
|
}
|
|
635
611
|
),
|
|
636
|
-
/* @__PURE__ */ (0,
|
|
612
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
637
613
|
"path",
|
|
638
614
|
{
|
|
639
615
|
fillRule: "evenodd",
|
|
@@ -642,7 +618,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
642
618
|
fill: "currentColor"
|
|
643
619
|
}
|
|
644
620
|
),
|
|
645
|
-
/* @__PURE__ */ (0,
|
|
621
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
646
622
|
"path",
|
|
647
623
|
{
|
|
648
624
|
fillRule: "evenodd",
|
|
@@ -651,7 +627,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
651
627
|
fill: "currentColor"
|
|
652
628
|
}
|
|
653
629
|
),
|
|
654
|
-
/* @__PURE__ */ (0,
|
|
630
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
655
631
|
"path",
|
|
656
632
|
{
|
|
657
633
|
fillRule: "evenodd",
|
|
@@ -666,9 +642,9 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
666
642
|
};
|
|
667
643
|
|
|
668
644
|
// src/bold-icon.tsx
|
|
669
|
-
var
|
|
645
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
670
646
|
var BoldIcon = ({ size = 24, ...props }) => {
|
|
671
|
-
return /* @__PURE__ */ (0,
|
|
647
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
672
648
|
"svg",
|
|
673
649
|
{
|
|
674
650
|
width: size,
|
|
@@ -678,8 +654,8 @@ var BoldIcon = ({ size = 24, ...props }) => {
|
|
|
678
654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
679
655
|
...props,
|
|
680
656
|
children: [
|
|
681
|
-
/* @__PURE__ */ (0,
|
|
682
|
-
/* @__PURE__ */ (0,
|
|
657
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Bold" }),
|
|
658
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
683
659
|
"path",
|
|
684
660
|
{
|
|
685
661
|
fillRule: "evenodd",
|
|
@@ -694,9 +670,9 @@ var BoldIcon = ({ size = 24, ...props }) => {
|
|
|
694
670
|
};
|
|
695
671
|
|
|
696
672
|
// src/catalog.tsx
|
|
697
|
-
var
|
|
673
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
698
674
|
var CatalogIcon = ({ size = 24, ...props }) => {
|
|
699
|
-
return /* @__PURE__ */ (0,
|
|
675
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
700
676
|
"svg",
|
|
701
677
|
{
|
|
702
678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -710,20 +686,20 @@ var CatalogIcon = ({ size = 24, ...props }) => {
|
|
|
710
686
|
strokeLinejoin: "round",
|
|
711
687
|
...props,
|
|
712
688
|
children: [
|
|
713
|
-
/* @__PURE__ */ (0,
|
|
714
|
-
/* @__PURE__ */ (0,
|
|
715
|
-
/* @__PURE__ */ (0,
|
|
716
|
-
/* @__PURE__ */ (0,
|
|
717
|
-
/* @__PURE__ */ (0,
|
|
689
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Catalog icon" }),
|
|
690
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "m16 6 4 14" }),
|
|
691
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M12 6v14" }),
|
|
692
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M8 8v12" }),
|
|
693
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M4 4v16" })
|
|
718
694
|
]
|
|
719
695
|
}
|
|
720
696
|
);
|
|
721
697
|
};
|
|
722
698
|
|
|
723
699
|
// src/chart-pie.tsx
|
|
724
|
-
var
|
|
700
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
725
701
|
var ChartPie = ({ size = 24, ...props }) => {
|
|
726
|
-
return /* @__PURE__ */ (0,
|
|
702
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
727
703
|
"svg",
|
|
728
704
|
{
|
|
729
705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -737,18 +713,18 @@ var ChartPie = ({ size = 24, ...props }) => {
|
|
|
737
713
|
strokeLinejoin: "round",
|
|
738
714
|
...props,
|
|
739
715
|
children: [
|
|
740
|
-
/* @__PURE__ */ (0,
|
|
741
|
-
/* @__PURE__ */ (0,
|
|
742
|
-
/* @__PURE__ */ (0,
|
|
716
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Chart Pie icon" }),
|
|
717
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.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" }),
|
|
718
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
|
|
743
719
|
]
|
|
744
720
|
}
|
|
745
721
|
);
|
|
746
722
|
};
|
|
747
723
|
|
|
748
724
|
// src/check.tsx
|
|
749
|
-
var
|
|
725
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
750
726
|
var CheckIcon = (props) => {
|
|
751
|
-
return /* @__PURE__ */ (0,
|
|
727
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
752
728
|
"svg",
|
|
753
729
|
{
|
|
754
730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -762,17 +738,17 @@ var CheckIcon = (props) => {
|
|
|
762
738
|
strokeLinejoin: "round",
|
|
763
739
|
...props,
|
|
764
740
|
children: [
|
|
765
|
-
/* @__PURE__ */ (0,
|
|
766
|
-
/* @__PURE__ */ (0,
|
|
741
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Check Icon" }),
|
|
742
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M20 6 9 17l-5-5" })
|
|
767
743
|
]
|
|
768
744
|
}
|
|
769
745
|
);
|
|
770
746
|
};
|
|
771
747
|
|
|
772
748
|
// src/check-circle.tsx
|
|
773
|
-
var
|
|
749
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
774
750
|
var CheckCirleIcon = ({ size = 24, ...props }) => {
|
|
775
|
-
return /* @__PURE__ */ (0,
|
|
751
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
776
752
|
"svg",
|
|
777
753
|
{
|
|
778
754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -786,18 +762,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
|
|
|
786
762
|
strokeLinejoin: "round",
|
|
787
763
|
...props,
|
|
788
764
|
children: [
|
|
789
|
-
/* @__PURE__ */ (0,
|
|
790
|
-
/* @__PURE__ */ (0,
|
|
791
|
-
/* @__PURE__ */ (0,
|
|
765
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Check Circle Icon" }),
|
|
766
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
767
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
792
768
|
]
|
|
793
769
|
}
|
|
794
770
|
);
|
|
795
771
|
};
|
|
796
772
|
|
|
797
773
|
// src/chevron-down.tsx
|
|
798
|
-
var
|
|
774
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
799
775
|
var ChevronDownIcon = (props) => {
|
|
800
|
-
return /* @__PURE__ */ (0,
|
|
776
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
801
777
|
"svg",
|
|
802
778
|
{
|
|
803
779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -811,17 +787,17 @@ var ChevronDownIcon = (props) => {
|
|
|
811
787
|
strokeLinejoin: "round",
|
|
812
788
|
...props,
|
|
813
789
|
children: [
|
|
814
|
-
/* @__PURE__ */ (0,
|
|
815
|
-
/* @__PURE__ */ (0,
|
|
790
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Chevron Down Icon" }),
|
|
791
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "m6 9 6 6 6-6" })
|
|
816
792
|
]
|
|
817
793
|
}
|
|
818
794
|
);
|
|
819
795
|
};
|
|
820
796
|
|
|
821
797
|
// src/chevron-left.tsx
|
|
822
|
-
var
|
|
798
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
823
799
|
var ChevronLeftIcon = (props) => {
|
|
824
|
-
return /* @__PURE__ */ (0,
|
|
800
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
825
801
|
"svg",
|
|
826
802
|
{
|
|
827
803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -835,17 +811,17 @@ var ChevronLeftIcon = (props) => {
|
|
|
835
811
|
strokeLinejoin: "round",
|
|
836
812
|
...props,
|
|
837
813
|
children: [
|
|
838
|
-
/* @__PURE__ */ (0,
|
|
839
|
-
/* @__PURE__ */ (0,
|
|
814
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Chevron Left Icon" }),
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "m15 18-6-6 6-6" })
|
|
840
816
|
]
|
|
841
817
|
}
|
|
842
818
|
);
|
|
843
819
|
};
|
|
844
820
|
|
|
845
821
|
// src/chevron-right.tsx
|
|
846
|
-
var
|
|
822
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
847
823
|
var ChevronRightIcon = (props) => {
|
|
848
|
-
return /* @__PURE__ */ (0,
|
|
824
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
849
825
|
"svg",
|
|
850
826
|
{
|
|
851
827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -859,17 +835,17 @@ var ChevronRightIcon = (props) => {
|
|
|
859
835
|
strokeLinejoin: "round",
|
|
860
836
|
...props,
|
|
861
837
|
children: [
|
|
862
|
-
/* @__PURE__ */ (0,
|
|
863
|
-
/* @__PURE__ */ (0,
|
|
838
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Chevron Right Icon" }),
|
|
839
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "m9 18 6-6-6-6" })
|
|
864
840
|
]
|
|
865
841
|
}
|
|
866
842
|
);
|
|
867
843
|
};
|
|
868
844
|
|
|
869
845
|
// src/chevron-up-down.tsx
|
|
870
|
-
var
|
|
846
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
871
847
|
var ChevronUpDown = ({ size = 24, ...props }) => {
|
|
872
|
-
return /* @__PURE__ */ (0,
|
|
848
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
873
849
|
"svg",
|
|
874
850
|
{
|
|
875
851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -883,18 +859,18 @@ var ChevronUpDown = ({ size = 24, ...props }) => {
|
|
|
883
859
|
strokeLinejoin: "round",
|
|
884
860
|
...props,
|
|
885
861
|
children: [
|
|
886
|
-
/* @__PURE__ */ (0,
|
|
887
|
-
/* @__PURE__ */ (0,
|
|
888
|
-
/* @__PURE__ */ (0,
|
|
862
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Chevron Up Down icon" }),
|
|
863
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "m7 15 5 5 5-5" }),
|
|
864
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "m7 9 5-5 5 5" })
|
|
889
865
|
]
|
|
890
866
|
}
|
|
891
867
|
);
|
|
892
868
|
};
|
|
893
869
|
|
|
894
870
|
// src/chevron-up-icon.tsx
|
|
895
|
-
var
|
|
871
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
896
872
|
var ChevronUpIcon = ({ size = 24, ...props }) => {
|
|
897
|
-
return /* @__PURE__ */ (0,
|
|
873
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
898
874
|
"svg",
|
|
899
875
|
{
|
|
900
876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -908,20 +884,20 @@ var ChevronUpIcon = ({ size = 24, ...props }) => {
|
|
|
908
884
|
strokeLinejoin: "round",
|
|
909
885
|
...props,
|
|
910
886
|
children: [
|
|
911
|
-
/* @__PURE__ */ (0,
|
|
912
|
-
/* @__PURE__ */ (0,
|
|
887
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Chevron Up" }),
|
|
888
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m18 15-6-6-6 6" })
|
|
913
889
|
]
|
|
914
890
|
}
|
|
915
891
|
);
|
|
916
892
|
};
|
|
917
893
|
|
|
918
894
|
// src/chevrons-left-right-ellipsis-icon.tsx
|
|
919
|
-
var
|
|
895
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
920
896
|
var ChevronsLeftRightEllipsisIcon = ({
|
|
921
897
|
size = 24,
|
|
922
898
|
...props
|
|
923
899
|
}) => {
|
|
924
|
-
return /* @__PURE__ */ (0,
|
|
900
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
925
901
|
"svg",
|
|
926
902
|
{
|
|
927
903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -935,21 +911,21 @@ var ChevronsLeftRightEllipsisIcon = ({
|
|
|
935
911
|
strokeLinejoin: "round",
|
|
936
912
|
...props,
|
|
937
913
|
children: [
|
|
938
|
-
/* @__PURE__ */ (0,
|
|
939
|
-
/* @__PURE__ */ (0,
|
|
940
|
-
/* @__PURE__ */ (0,
|
|
941
|
-
/* @__PURE__ */ (0,
|
|
942
|
-
/* @__PURE__ */ (0,
|
|
943
|
-
/* @__PURE__ */ (0,
|
|
914
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
|
|
915
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M12 12h.01" }),
|
|
916
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M16 12h.01" }),
|
|
917
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m17 7 5 5-5 5" }),
|
|
918
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m7 7-5 5 5 5" }),
|
|
919
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M8 12h.01" })
|
|
944
920
|
]
|
|
945
921
|
}
|
|
946
922
|
);
|
|
947
923
|
};
|
|
948
924
|
|
|
949
925
|
// src/circle.tsx
|
|
950
|
-
var
|
|
926
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
951
927
|
var CircleIcon = (props) => {
|
|
952
|
-
return /* @__PURE__ */ (0,
|
|
928
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
953
929
|
"svg",
|
|
954
930
|
{
|
|
955
931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -963,19 +939,19 @@ var CircleIcon = (props) => {
|
|
|
963
939
|
strokeLinejoin: "round",
|
|
964
940
|
...props,
|
|
965
941
|
children: [
|
|
966
|
-
/* @__PURE__ */ (0,
|
|
967
|
-
/* @__PURE__ */ (0,
|
|
942
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Circle Icon" }),
|
|
943
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
968
944
|
" ",
|
|
969
|
-
/* @__PURE__ */ (0,
|
|
945
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M20 6 9 17l-5-5" })
|
|
970
946
|
]
|
|
971
947
|
}
|
|
972
948
|
);
|
|
973
949
|
};
|
|
974
950
|
|
|
975
951
|
// src/circle-dot-icon.tsx
|
|
976
|
-
var
|
|
952
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
977
953
|
var CircleDotIcon = ({ size = 24, ...props }) => {
|
|
978
|
-
return /* @__PURE__ */ (0,
|
|
954
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
979
955
|
"svg",
|
|
980
956
|
{
|
|
981
957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -989,21 +965,21 @@ var CircleDotIcon = ({ size = 24, ...props }) => {
|
|
|
989
965
|
strokeLinejoin: "round",
|
|
990
966
|
...props,
|
|
991
967
|
children: [
|
|
992
|
-
/* @__PURE__ */ (0,
|
|
993
|
-
/* @__PURE__ */ (0,
|
|
994
|
-
/* @__PURE__ */ (0,
|
|
968
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "CircleDot icon" }),
|
|
969
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
970
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "12", cy: "12", r: "1" })
|
|
995
971
|
]
|
|
996
972
|
}
|
|
997
973
|
);
|
|
998
974
|
};
|
|
999
975
|
|
|
1000
976
|
// src/circle-fading-arrow-up-icon.tsx
|
|
1001
|
-
var
|
|
977
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
1002
978
|
var CircleFadingArrowUpIcon = ({
|
|
1003
979
|
size = 24,
|
|
1004
980
|
...props
|
|
1005
981
|
}) => {
|
|
1006
|
-
return /* @__PURE__ */ (0,
|
|
982
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
1007
983
|
"svg",
|
|
1008
984
|
{
|
|
1009
985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1017,23 +993,23 @@ var CircleFadingArrowUpIcon = ({
|
|
|
1017
993
|
strokeLinejoin: "round",
|
|
1018
994
|
...props,
|
|
1019
995
|
children: [
|
|
1020
|
-
/* @__PURE__ */ (0,
|
|
1021
|
-
/* @__PURE__ */ (0,
|
|
1022
|
-
/* @__PURE__ */ (0,
|
|
1023
|
-
/* @__PURE__ */ (0,
|
|
1024
|
-
/* @__PURE__ */ (0,
|
|
1025
|
-
/* @__PURE__ */ (0,
|
|
1026
|
-
/* @__PURE__ */ (0,
|
|
1027
|
-
/* @__PURE__ */ (0,
|
|
996
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
|
|
997
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
|
|
998
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "m16 12-4-4-4 4" }),
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 16V8" }),
|
|
1000
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
|
|
1001
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
|
|
1002
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
|
|
1003
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
|
|
1028
1004
|
]
|
|
1029
1005
|
}
|
|
1030
1006
|
);
|
|
1031
1007
|
};
|
|
1032
1008
|
|
|
1033
1009
|
// src/close.tsx
|
|
1034
|
-
var
|
|
1010
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
1035
1011
|
var CloseIcon = (props) => {
|
|
1036
|
-
return /* @__PURE__ */ (0,
|
|
1012
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
1037
1013
|
"svg",
|
|
1038
1014
|
{
|
|
1039
1015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1047,18 +1023,18 @@ var CloseIcon = (props) => {
|
|
|
1047
1023
|
strokeLinejoin: "round",
|
|
1048
1024
|
...props,
|
|
1049
1025
|
children: [
|
|
1050
|
-
/* @__PURE__ */ (0,
|
|
1051
|
-
/* @__PURE__ */ (0,
|
|
1052
|
-
/* @__PURE__ */ (0,
|
|
1026
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Close Icon" }),
|
|
1027
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M18 6 6 18" }),
|
|
1028
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "m6 6 12 12" })
|
|
1053
1029
|
]
|
|
1054
1030
|
}
|
|
1055
1031
|
);
|
|
1056
1032
|
};
|
|
1057
1033
|
|
|
1058
1034
|
// src/code-block-icon.tsx
|
|
1059
|
-
var
|
|
1035
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
1060
1036
|
var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
1061
|
-
return /* @__PURE__ */ (0,
|
|
1037
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
1062
1038
|
"svg",
|
|
1063
1039
|
{
|
|
1064
1040
|
width: size,
|
|
@@ -1068,8 +1044,8 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1068
1044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1069
1045
|
...props,
|
|
1070
1046
|
children: [
|
|
1071
|
-
/* @__PURE__ */ (0,
|
|
1072
|
-
/* @__PURE__ */ (0,
|
|
1047
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Code Block" }),
|
|
1048
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1073
1049
|
"path",
|
|
1074
1050
|
{
|
|
1075
1051
|
fillRule: "evenodd",
|
|
@@ -1078,7 +1054,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1078
1054
|
fill: "currentColor"
|
|
1079
1055
|
}
|
|
1080
1056
|
),
|
|
1081
|
-
/* @__PURE__ */ (0,
|
|
1057
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1082
1058
|
"path",
|
|
1083
1059
|
{
|
|
1084
1060
|
fillRule: "evenodd",
|
|
@@ -1087,7 +1063,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1087
1063
|
fill: "currentColor"
|
|
1088
1064
|
}
|
|
1089
1065
|
),
|
|
1090
|
-
/* @__PURE__ */ (0,
|
|
1066
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1091
1067
|
"path",
|
|
1092
1068
|
{
|
|
1093
1069
|
fillRule: "evenodd",
|
|
@@ -1102,9 +1078,9 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1102
1078
|
};
|
|
1103
1079
|
|
|
1104
1080
|
// src/code-icon.tsx
|
|
1105
|
-
var
|
|
1081
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
1106
1082
|
var CodeIcon = ({ size = 24, ...props }) => {
|
|
1107
|
-
return /* @__PURE__ */ (0,
|
|
1083
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
|
1108
1084
|
"svg",
|
|
1109
1085
|
{
|
|
1110
1086
|
width: size,
|
|
@@ -1114,22 +1090,22 @@ var CodeIcon = ({ size = 24, ...props }) => {
|
|
|
1114
1090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1115
1091
|
...props,
|
|
1116
1092
|
children: [
|
|
1117
|
-
/* @__PURE__ */ (0,
|
|
1118
|
-
/* @__PURE__ */ (0,
|
|
1093
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Code" }),
|
|
1094
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1119
1095
|
"path",
|
|
1120
1096
|
{
|
|
1121
1097
|
d: "M15.4545 4.2983C15.6192 3.77115 15.3254 3.21028 14.7983 3.04554C14.2712 2.88081 13.7103 3.1746 13.5455 3.70175L8.54554 19.7017C8.38081 20.2289 8.6746 20.7898 9.20175 20.9545C9.72889 21.1192 10.2898 20.8254 10.4545 20.2983L15.4545 4.2983Z",
|
|
1122
1098
|
fill: "currentColor"
|
|
1123
1099
|
}
|
|
1124
1100
|
),
|
|
1125
|
-
/* @__PURE__ */ (0,
|
|
1101
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1126
1102
|
"path",
|
|
1127
1103
|
{
|
|
1128
1104
|
d: "M6.70711 7.29289C7.09763 7.68342 7.09763 8.31658 6.70711 8.70711L3.41421 12L6.70711 15.2929C7.09763 15.6834 7.09763 16.3166 6.70711 16.7071C6.31658 17.0976 5.68342 17.0976 5.29289 16.7071L1.29289 12.7071C0.902369 12.3166 0.902369 11.6834 1.29289 11.2929L5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289Z",
|
|
1129
1105
|
fill: "currentColor"
|
|
1130
1106
|
}
|
|
1131
1107
|
),
|
|
1132
|
-
/* @__PURE__ */ (0,
|
|
1108
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1133
1109
|
"path",
|
|
1134
1110
|
{
|
|
1135
1111
|
d: "M17.2929 7.29289C17.6834 6.90237 18.3166 6.90237 18.7071 7.29289L22.7071 11.2929C23.0976 11.6834 23.0976 12.3166 22.7071 12.7071L18.7071 16.7071C18.3166 17.0976 17.6834 17.0976 17.2929 16.7071C16.9024 16.3166 16.9024 15.6834 17.2929 15.2929L20.5858 12L17.2929 8.70711C16.9024 8.31658 16.9024 7.68342 17.2929 7.29289Z",
|
|
@@ -1142,9 +1118,9 @@ var CodeIcon = ({ size = 24, ...props }) => {
|
|
|
1142
1118
|
};
|
|
1143
1119
|
|
|
1144
1120
|
// src/codeblock-icon.tsx
|
|
1145
|
-
var
|
|
1121
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
1146
1122
|
var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
1147
|
-
return /* @__PURE__ */ (0,
|
|
1123
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
1148
1124
|
"svg",
|
|
1149
1125
|
{
|
|
1150
1126
|
width: size,
|
|
@@ -1154,8 +1130,8 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1154
1130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1155
1131
|
...props,
|
|
1156
1132
|
children: [
|
|
1157
|
-
/* @__PURE__ */ (0,
|
|
1158
|
-
/* @__PURE__ */ (0,
|
|
1133
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Code Block" }),
|
|
1134
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1159
1135
|
"path",
|
|
1160
1136
|
{
|
|
1161
1137
|
fillRule: "evenodd",
|
|
@@ -1164,7 +1140,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1164
1140
|
fill: "currentColor"
|
|
1165
1141
|
}
|
|
1166
1142
|
),
|
|
1167
|
-
/* @__PURE__ */ (0,
|
|
1143
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1168
1144
|
"path",
|
|
1169
1145
|
{
|
|
1170
1146
|
fillRule: "evenodd",
|
|
@@ -1173,7 +1149,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1173
1149
|
fill: "currentColor"
|
|
1174
1150
|
}
|
|
1175
1151
|
),
|
|
1176
|
-
/* @__PURE__ */ (0,
|
|
1152
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1177
1153
|
"path",
|
|
1178
1154
|
{
|
|
1179
1155
|
fillRule: "evenodd",
|
|
@@ -1188,9 +1164,9 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1188
1164
|
};
|
|
1189
1165
|
|
|
1190
1166
|
// src/controls.tsx
|
|
1191
|
-
var
|
|
1167
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
1192
1168
|
var ControlsIcon = ({ size = 24, ...props }) => {
|
|
1193
|
-
return /* @__PURE__ */ (0,
|
|
1169
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
1194
1170
|
"svg",
|
|
1195
1171
|
{
|
|
1196
1172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1204,21 +1180,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
|
|
|
1204
1180
|
strokeLinejoin: "round",
|
|
1205
1181
|
...props,
|
|
1206
1182
|
children: [
|
|
1207
|
-
/* @__PURE__ */ (0,
|
|
1208
|
-
/* @__PURE__ */ (0,
|
|
1209
|
-
/* @__PURE__ */ (0,
|
|
1210
|
-
/* @__PURE__ */ (0,
|
|
1211
|
-
/* @__PURE__ */ (0,
|
|
1212
|
-
/* @__PURE__ */ (0,
|
|
1183
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Controls icon" }),
|
|
1184
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m3 17 2 2 4-4" }),
|
|
1185
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m3 7 2 2 4-4" }),
|
|
1186
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M13 6h8" }),
|
|
1187
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M13 12h8" }),
|
|
1188
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M13 18h8" })
|
|
1213
1189
|
]
|
|
1214
1190
|
}
|
|
1215
1191
|
);
|
|
1216
1192
|
};
|
|
1217
1193
|
|
|
1218
1194
|
// src/copy-icon.tsx
|
|
1219
|
-
var
|
|
1195
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
1220
1196
|
var CopyIcon = ({ size = 24, ...props }) => {
|
|
1221
|
-
return /* @__PURE__ */ (0,
|
|
1197
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
|
|
1222
1198
|
"svg",
|
|
1223
1199
|
{
|
|
1224
1200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1232,18 +1208,18 @@ var CopyIcon = ({ size = 24, ...props }) => {
|
|
|
1232
1208
|
strokeLinejoin: "round",
|
|
1233
1209
|
...props,
|
|
1234
1210
|
children: [
|
|
1235
|
-
/* @__PURE__ */ (0,
|
|
1236
|
-
/* @__PURE__ */ (0,
|
|
1237
|
-
/* @__PURE__ */ (0,
|
|
1211
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Copy Icon" }),
|
|
1212
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
|
|
1213
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
|
|
1238
1214
|
]
|
|
1239
1215
|
}
|
|
1240
1216
|
);
|
|
1241
1217
|
};
|
|
1242
1218
|
|
|
1243
1219
|
// src/corner-down-left-icon.tsx
|
|
1244
|
-
var
|
|
1220
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1245
1221
|
var CornerDownLeftIcon = ({ size = 24, ...props }) => {
|
|
1246
|
-
return /* @__PURE__ */ (0,
|
|
1222
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
1247
1223
|
"svg",
|
|
1248
1224
|
{
|
|
1249
1225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1257,18 +1233,18 @@ var CornerDownLeftIcon = ({ size = 24, ...props }) => {
|
|
|
1257
1233
|
strokeLinejoin: "round",
|
|
1258
1234
|
...props,
|
|
1259
1235
|
children: [
|
|
1260
|
-
/* @__PURE__ */ (0,
|
|
1261
|
-
/* @__PURE__ */ (0,
|
|
1262
|
-
/* @__PURE__ */ (0,
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Corner Down Left" }),
|
|
1237
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
|
|
1238
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "m9 10-5 5 5 5" })
|
|
1263
1239
|
]
|
|
1264
1240
|
}
|
|
1265
1241
|
);
|
|
1266
1242
|
};
|
|
1267
1243
|
|
|
1268
1244
|
// src/crop-icon.tsx
|
|
1269
|
-
var
|
|
1245
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1270
1246
|
var CropIcon = ({ size = 24, ...props }) => {
|
|
1271
|
-
return /* @__PURE__ */ (0,
|
|
1247
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
1272
1248
|
"svg",
|
|
1273
1249
|
{
|
|
1274
1250
|
width: size,
|
|
@@ -1278,17 +1254,17 @@ var CropIcon = ({ size = 24, ...props }) => {
|
|
|
1278
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1279
1255
|
...props,
|
|
1280
1256
|
children: [
|
|
1281
|
-
/* @__PURE__ */ (0,
|
|
1282
|
-
/* @__PURE__ */ (0,
|
|
1257
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Crop Icon" }),
|
|
1258
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M240,192a8,8,0,0,1-8,8H200v32a8,8,0,0,1-16,0V200H64a8,8,0,0,1-8-8V72H24a8,8,0,0,1,0-16H56V24a8,8,0,0,1,16,0V184H232A8,8,0,0,1,240,192ZM96,72h88v88a8,8,0,0,0,16,0V64a8,8,0,0,0-8-8H96a8,8,0,0,0,0,16Z" })
|
|
1283
1259
|
]
|
|
1284
1260
|
}
|
|
1285
1261
|
);
|
|
1286
1262
|
};
|
|
1287
1263
|
|
|
1288
1264
|
// src/data-asset.tsx
|
|
1289
|
-
var
|
|
1265
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1290
1266
|
var DataAssetIcon = ({ size = 24, ...props }) => {
|
|
1291
|
-
return /* @__PURE__ */ (0,
|
|
1267
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
1292
1268
|
"svg",
|
|
1293
1269
|
{
|
|
1294
1270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1302,19 +1278,19 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
|
|
|
1302
1278
|
strokeLinejoin: "round",
|
|
1303
1279
|
...props,
|
|
1304
1280
|
children: [
|
|
1305
|
-
/* @__PURE__ */ (0,
|
|
1306
|
-
/* @__PURE__ */ (0,
|
|
1307
|
-
/* @__PURE__ */ (0,
|
|
1308
|
-
/* @__PURE__ */ (0,
|
|
1281
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Plattform Asset icon" }),
|
|
1282
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
|
|
1283
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
|
|
1284
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
|
|
1309
1285
|
]
|
|
1310
1286
|
}
|
|
1311
1287
|
);
|
|
1312
1288
|
};
|
|
1313
1289
|
|
|
1314
1290
|
// src/documents.tsx
|
|
1315
|
-
var
|
|
1291
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1316
1292
|
var DocumentsIcon = ({ size = 24, ...props }) => {
|
|
1317
|
-
return /* @__PURE__ */ (0,
|
|
1293
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
1318
1294
|
"svg",
|
|
1319
1295
|
{
|
|
1320
1296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1328,21 +1304,21 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
|
|
|
1328
1304
|
strokeLinejoin: "round",
|
|
1329
1305
|
...props,
|
|
1330
1306
|
children: [
|
|
1331
|
-
/* @__PURE__ */ (0,
|
|
1332
|
-
/* @__PURE__ */ (0,
|
|
1333
|
-
/* @__PURE__ */ (0,
|
|
1334
|
-
/* @__PURE__ */ (0,
|
|
1335
|
-
/* @__PURE__ */ (0,
|
|
1336
|
-
/* @__PURE__ */ (0,
|
|
1307
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Documents icon" }),
|
|
1308
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
1309
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
|
|
1310
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M10 9H8" }),
|
|
1311
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M16 13H8" }),
|
|
1312
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M16 17H8" })
|
|
1337
1313
|
]
|
|
1338
1314
|
}
|
|
1339
1315
|
);
|
|
1340
1316
|
};
|
|
1341
1317
|
|
|
1342
1318
|
// src/domain-icon.tsx
|
|
1343
|
-
var
|
|
1319
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1344
1320
|
var DomainIcon = ({ size = 24, ...props }) => {
|
|
1345
|
-
return /* @__PURE__ */ (0,
|
|
1321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
1346
1322
|
"svg",
|
|
1347
1323
|
{
|
|
1348
1324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1356,19 +1332,19 @@ var DomainIcon = ({ size = 24, ...props }) => {
|
|
|
1356
1332
|
strokeLinejoin: "round",
|
|
1357
1333
|
...props,
|
|
1358
1334
|
children: [
|
|
1359
|
-
/* @__PURE__ */ (0,
|
|
1360
|
-
/* @__PURE__ */ (0,
|
|
1361
|
-
/* @__PURE__ */ (0,
|
|
1362
|
-
/* @__PURE__ */ (0,
|
|
1335
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Domain icon" }),
|
|
1336
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1337
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
1338
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M2 12h20" })
|
|
1363
1339
|
]
|
|
1364
1340
|
}
|
|
1365
1341
|
);
|
|
1366
1342
|
};
|
|
1367
1343
|
|
|
1368
1344
|
// src/dsar.tsx
|
|
1369
|
-
var
|
|
1345
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1370
1346
|
var DSARIcon = ({ size = 24, ...props }) => {
|
|
1371
|
-
return /* @__PURE__ */ (0,
|
|
1347
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
1372
1348
|
"svg",
|
|
1373
1349
|
{
|
|
1374
1350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1382,18 +1358,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
|
|
|
1382
1358
|
strokeLinejoin: "round",
|
|
1383
1359
|
...props,
|
|
1384
1360
|
children: [
|
|
1385
|
-
/* @__PURE__ */ (0,
|
|
1386
|
-
/* @__PURE__ */ (0,
|
|
1387
|
-
/* @__PURE__ */ (0,
|
|
1361
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "DSAR icon" }),
|
|
1362
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
|
|
1363
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.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" })
|
|
1388
1364
|
]
|
|
1389
1365
|
}
|
|
1390
1366
|
);
|
|
1391
1367
|
};
|
|
1392
1368
|
|
|
1393
1369
|
// src/edit-icon.tsx
|
|
1394
|
-
var
|
|
1370
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1395
1371
|
var EditIcon = ({ size = 24, ...props }) => {
|
|
1396
|
-
return /* @__PURE__ */ (0,
|
|
1372
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
1397
1373
|
"svg",
|
|
1398
1374
|
{
|
|
1399
1375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1407,18 +1383,18 @@ var EditIcon = ({ size = 24, ...props }) => {
|
|
|
1407
1383
|
strokeLinejoin: "round",
|
|
1408
1384
|
...props,
|
|
1409
1385
|
children: [
|
|
1410
|
-
/* @__PURE__ */ (0,
|
|
1411
|
-
/* @__PURE__ */ (0,
|
|
1412
|
-
/* @__PURE__ */ (0,
|
|
1386
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Edit icon" }),
|
|
1387
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.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" }),
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "m15 5 4 4" })
|
|
1413
1389
|
]
|
|
1414
1390
|
}
|
|
1415
1391
|
);
|
|
1416
1392
|
};
|
|
1417
1393
|
|
|
1418
1394
|
// src/ellipsis-icon.tsx
|
|
1419
|
-
var
|
|
1395
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1420
1396
|
var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
1421
|
-
return /* @__PURE__ */ (0,
|
|
1397
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
1422
1398
|
"svg",
|
|
1423
1399
|
{
|
|
1424
1400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1432,19 +1408,19 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
|
1432
1408
|
strokeLinejoin: "round",
|
|
1433
1409
|
...props,
|
|
1434
1410
|
children: [
|
|
1435
|
-
/* @__PURE__ */ (0,
|
|
1436
|
-
/* @__PURE__ */ (0,
|
|
1437
|
-
/* @__PURE__ */ (0,
|
|
1438
|
-
/* @__PURE__ */ (0,
|
|
1411
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Ellipsis Icon" }),
|
|
1412
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
|
|
1413
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
|
|
1414
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "5", cy: "12", r: "1" })
|
|
1439
1415
|
]
|
|
1440
1416
|
}
|
|
1441
1417
|
);
|
|
1442
1418
|
};
|
|
1443
1419
|
|
|
1444
1420
|
// src/equals-icon.tsx
|
|
1445
|
-
var
|
|
1421
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1446
1422
|
var EqualsIcon = ({ size = 24, ...props }) => {
|
|
1447
|
-
return /* @__PURE__ */ (0,
|
|
1423
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
1448
1424
|
"svg",
|
|
1449
1425
|
{
|
|
1450
1426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1458,18 +1434,18 @@ var EqualsIcon = ({ size = 24, ...props }) => {
|
|
|
1458
1434
|
strokeLinejoin: "round",
|
|
1459
1435
|
...props,
|
|
1460
1436
|
children: [
|
|
1461
|
-
/* @__PURE__ */ (0,
|
|
1462
|
-
/* @__PURE__ */ (0,
|
|
1463
|
-
/* @__PURE__ */ (0,
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Equals icon" }),
|
|
1438
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
|
|
1464
1440
|
]
|
|
1465
1441
|
}
|
|
1466
1442
|
);
|
|
1467
1443
|
};
|
|
1468
1444
|
|
|
1469
1445
|
// src/external-link-icon.tsx
|
|
1470
|
-
var
|
|
1446
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1471
1447
|
var ExternalLinkIcon = ({ size = 24, ...props }) => {
|
|
1472
|
-
return /* @__PURE__ */ (0,
|
|
1448
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1473
1449
|
"svg",
|
|
1474
1450
|
{
|
|
1475
1451
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1484,19 +1460,19 @@ var ExternalLinkIcon = ({ size = 24, ...props }) => {
|
|
|
1484
1460
|
"aria-hidden": "true",
|
|
1485
1461
|
...props,
|
|
1486
1462
|
children: [
|
|
1487
|
-
/* @__PURE__ */ (0,
|
|
1488
|
-
/* @__PURE__ */ (0,
|
|
1489
|
-
/* @__PURE__ */ (0,
|
|
1490
|
-
/* @__PURE__ */ (0,
|
|
1463
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "External Link Icon" }),
|
|
1464
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M15 3h6v6" }),
|
|
1465
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M10 14 21 3" }),
|
|
1466
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
|
|
1491
1467
|
]
|
|
1492
1468
|
}
|
|
1493
1469
|
);
|
|
1494
1470
|
};
|
|
1495
1471
|
|
|
1496
1472
|
// src/eye.tsx
|
|
1497
|
-
var
|
|
1473
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1498
1474
|
var EyeIcon = (props) => {
|
|
1499
|
-
return /* @__PURE__ */ (0,
|
|
1475
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
1500
1476
|
"svg",
|
|
1501
1477
|
{
|
|
1502
1478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1510,18 +1486,18 @@ var EyeIcon = (props) => {
|
|
|
1510
1486
|
strokeLinejoin: "round",
|
|
1511
1487
|
...props,
|
|
1512
1488
|
children: [
|
|
1513
|
-
/* @__PURE__ */ (0,
|
|
1514
|
-
/* @__PURE__ */ (0,
|
|
1515
|
-
/* @__PURE__ */ (0,
|
|
1489
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Eye Icon" }),
|
|
1490
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.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" }),
|
|
1491
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
|
1516
1492
|
]
|
|
1517
1493
|
}
|
|
1518
1494
|
);
|
|
1519
1495
|
};
|
|
1520
1496
|
|
|
1521
1497
|
// src/eye-off.tsx
|
|
1522
|
-
var
|
|
1498
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1523
1499
|
var EyeOffIcon = (props) => {
|
|
1524
|
-
return /* @__PURE__ */ (0,
|
|
1500
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
1525
1501
|
"svg",
|
|
1526
1502
|
{
|
|
1527
1503
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1535,20 +1511,20 @@ var EyeOffIcon = (props) => {
|
|
|
1535
1511
|
strokeLinejoin: "round",
|
|
1536
1512
|
...props,
|
|
1537
1513
|
children: [
|
|
1538
|
-
/* @__PURE__ */ (0,
|
|
1539
|
-
/* @__PURE__ */ (0,
|
|
1540
|
-
/* @__PURE__ */ (0,
|
|
1541
|
-
/* @__PURE__ */ (0,
|
|
1542
|
-
/* @__PURE__ */ (0,
|
|
1514
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Eye Off Icon" }),
|
|
1515
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.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" }),
|
|
1516
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
|
|
1517
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.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" }),
|
|
1518
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "m2 2 20 20" })
|
|
1543
1519
|
]
|
|
1544
1520
|
}
|
|
1545
1521
|
);
|
|
1546
1522
|
};
|
|
1547
1523
|
|
|
1548
1524
|
// src/globe-icon.tsx
|
|
1549
|
-
var
|
|
1525
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1550
1526
|
var GlobeIcon = ({ size = 24, ...props }) => {
|
|
1551
|
-
return /* @__PURE__ */ (0,
|
|
1527
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
1552
1528
|
"svg",
|
|
1553
1529
|
{
|
|
1554
1530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1563,19 +1539,19 @@ var GlobeIcon = ({ size = 24, ...props }) => {
|
|
|
1563
1539
|
"aria-hidden": "true",
|
|
1564
1540
|
...props,
|
|
1565
1541
|
children: [
|
|
1566
|
-
/* @__PURE__ */ (0,
|
|
1567
|
-
/* @__PURE__ */ (0,
|
|
1568
|
-
/* @__PURE__ */ (0,
|
|
1569
|
-
/* @__PURE__ */ (0,
|
|
1542
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "External Link Icon" }),
|
|
1543
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1544
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
1545
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M2 12h20" })
|
|
1570
1546
|
]
|
|
1571
1547
|
}
|
|
1572
1548
|
);
|
|
1573
1549
|
};
|
|
1574
1550
|
|
|
1575
1551
|
// src/grip-vertical.tsx
|
|
1576
|
-
var
|
|
1552
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1577
1553
|
var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
1578
|
-
return /* @__PURE__ */ (0,
|
|
1554
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
1579
1555
|
"svg",
|
|
1580
1556
|
{
|
|
1581
1557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1590,13 +1566,40 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
1590
1566
|
"aria-hidden": "true",
|
|
1591
1567
|
...props,
|
|
1592
1568
|
children: [
|
|
1593
|
-
/* @__PURE__ */ (0,
|
|
1594
|
-
/* @__PURE__ */ (0,
|
|
1595
|
-
/* @__PURE__ */ (0,
|
|
1596
|
-
/* @__PURE__ */ (0,
|
|
1597
|
-
/* @__PURE__ */ (0,
|
|
1598
|
-
/* @__PURE__ */ (0,
|
|
1599
|
-
/* @__PURE__ */ (0,
|
|
1569
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Grip Vertical Icon" }),
|
|
1570
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
|
|
1571
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
|
|
1572
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
|
|
1573
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
|
|
1574
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
|
|
1575
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "15", cy: "19", r: "1" })
|
|
1576
|
+
]
|
|
1577
|
+
}
|
|
1578
|
+
);
|
|
1579
|
+
};
|
|
1580
|
+
|
|
1581
|
+
// src/hardware-asset.tsx
|
|
1582
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1583
|
+
var HardwareAssetIcon = ({ size = 24, ...props }) => {
|
|
1584
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
1585
|
+
"svg",
|
|
1586
|
+
{
|
|
1587
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1588
|
+
width: size,
|
|
1589
|
+
height: size,
|
|
1590
|
+
viewBox: "0 0 24 24",
|
|
1591
|
+
fill: "none",
|
|
1592
|
+
stroke: "currentColor",
|
|
1593
|
+
strokeWidth: "2",
|
|
1594
|
+
strokeLinecap: "round",
|
|
1595
|
+
strokeLinejoin: "round",
|
|
1596
|
+
...props,
|
|
1597
|
+
children: [
|
|
1598
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Hardware Asset icon" }),
|
|
1599
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
|
|
1600
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
|
|
1601
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
|
|
1602
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
|
|
1600
1603
|
]
|
|
1601
1604
|
}
|
|
1602
1605
|
);
|
|
@@ -2438,24 +2441,24 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
|
2438
2441
|
...props,
|
|
2439
2442
|
children: [
|
|
2440
2443
|
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Physical Asset icon" }),
|
|
2441
|
-
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M18
|
|
2442
|
-
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "
|
|
2443
|
-
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "
|
|
2444
|
-
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("
|
|
2444
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
|
|
2445
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" }),
|
|
2446
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M6 13h12" }),
|
|
2447
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M6 17h12" })
|
|
2445
2448
|
]
|
|
2446
2449
|
}
|
|
2447
2450
|
);
|
|
2448
2451
|
};
|
|
2449
2452
|
|
|
2450
|
-
// src/
|
|
2453
|
+
// src/plus.tsx
|
|
2451
2454
|
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
2452
|
-
var
|
|
2455
|
+
var PlusIcon = (props) => {
|
|
2453
2456
|
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
2454
2457
|
"svg",
|
|
2455
2458
|
{
|
|
2456
2459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2457
|
-
width:
|
|
2458
|
-
height:
|
|
2460
|
+
width: "24",
|
|
2461
|
+
height: "24",
|
|
2459
2462
|
viewBox: "0 0 24 24",
|
|
2460
2463
|
fill: "none",
|
|
2461
2464
|
stroke: "currentColor",
|
|
@@ -2464,25 +2467,23 @@ var PlattformAssetIcon = ({ size = 24, ...props }) => {
|
|
|
2464
2467
|
strokeLinejoin: "round",
|
|
2465
2468
|
...props,
|
|
2466
2469
|
children: [
|
|
2467
|
-
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "
|
|
2468
|
-
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("
|
|
2469
|
-
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("
|
|
2470
|
-
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
|
|
2471
|
-
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
|
|
2470
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Plus Icon" }),
|
|
2471
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M5 12h14" }),
|
|
2472
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M12 5v14" })
|
|
2472
2473
|
]
|
|
2473
2474
|
}
|
|
2474
2475
|
);
|
|
2475
2476
|
};
|
|
2476
2477
|
|
|
2477
|
-
// src/
|
|
2478
|
+
// src/process.tsx
|
|
2478
2479
|
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
2479
|
-
var
|
|
2480
|
+
var ProcessIcon = ({ size = 24, ...props }) => {
|
|
2480
2481
|
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2481
2482
|
"svg",
|
|
2482
2483
|
{
|
|
2483
2484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2484
|
-
width:
|
|
2485
|
-
height:
|
|
2485
|
+
width: size,
|
|
2486
|
+
height: size,
|
|
2486
2487
|
viewBox: "0 0 24 24",
|
|
2487
2488
|
fill: "none",
|
|
2488
2489
|
stroke: "currentColor",
|
|
@@ -2491,21 +2492,49 @@ var PlusIcon = (props) => {
|
|
|
2491
2492
|
strokeLinejoin: "round",
|
|
2492
2493
|
...props,
|
|
2493
2494
|
children: [
|
|
2494
|
-
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "
|
|
2495
|
-
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "
|
|
2496
|
-
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "
|
|
2495
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "Process icon" }),
|
|
2496
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M16 5H3" }),
|
|
2497
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M16 12H3" }),
|
|
2498
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M11 19H3" }),
|
|
2499
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "m15 18 2 2 4-4" })
|
|
2497
2500
|
]
|
|
2498
2501
|
}
|
|
2499
2502
|
);
|
|
2500
2503
|
};
|
|
2501
2504
|
|
|
2502
|
-
// src/
|
|
2505
|
+
// src/process-category.tsx
|
|
2503
2506
|
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
2507
|
+
var ProcessCategoryIcon = ({ size = 24, ...props }) => {
|
|
2508
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
2509
|
+
"svg",
|
|
2510
|
+
{
|
|
2511
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2512
|
+
width: size,
|
|
2513
|
+
height: size,
|
|
2514
|
+
viewBox: "0 0 24 24",
|
|
2515
|
+
fill: "none",
|
|
2516
|
+
stroke: "currentColor",
|
|
2517
|
+
strokeWidth: "2",
|
|
2518
|
+
strokeLinecap: "round",
|
|
2519
|
+
strokeLinejoin: "round",
|
|
2520
|
+
...props,
|
|
2521
|
+
children: [
|
|
2522
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "Process category icon" }),
|
|
2523
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }),
|
|
2524
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "m8 13 4-7 4 7" }),
|
|
2525
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M9.1 11h5.7" })
|
|
2526
|
+
]
|
|
2527
|
+
}
|
|
2528
|
+
);
|
|
2529
|
+
};
|
|
2530
|
+
|
|
2531
|
+
// src/processing-activity.tsx
|
|
2532
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
2504
2533
|
var ProcessingActivityIcon = ({
|
|
2505
2534
|
size = 24,
|
|
2506
2535
|
...props
|
|
2507
2536
|
}) => {
|
|
2508
|
-
return /* @__PURE__ */ (0,
|
|
2537
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
2509
2538
|
"svg",
|
|
2510
2539
|
{
|
|
2511
2540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2519,19 +2548,19 @@ var ProcessingActivityIcon = ({
|
|
|
2519
2548
|
strokeLinejoin: "round",
|
|
2520
2549
|
...props,
|
|
2521
2550
|
children: [
|
|
2522
|
-
/* @__PURE__ */ (0,
|
|
2523
|
-
/* @__PURE__ */ (0,
|
|
2524
|
-
/* @__PURE__ */ (0,
|
|
2525
|
-
/* @__PURE__ */ (0,
|
|
2551
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "Processing Activity icon" }),
|
|
2552
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
|
|
2553
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
|
|
2554
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
|
|
2526
2555
|
]
|
|
2527
2556
|
}
|
|
2528
2557
|
);
|
|
2529
2558
|
};
|
|
2530
2559
|
|
|
2531
2560
|
// src/program-icon.tsx
|
|
2532
|
-
var
|
|
2561
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
2533
2562
|
var ProgramIcon = ({ size = 24, ...props }) => {
|
|
2534
|
-
return /* @__PURE__ */ (0,
|
|
2563
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
|
|
2535
2564
|
"svg",
|
|
2536
2565
|
{
|
|
2537
2566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2545,20 +2574,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
|
|
|
2545
2574
|
strokeLinejoin: "round",
|
|
2546
2575
|
...props,
|
|
2547
2576
|
children: [
|
|
2548
|
-
/* @__PURE__ */ (0,
|
|
2549
|
-
/* @__PURE__ */ (0,
|
|
2550
|
-
/* @__PURE__ */ (0,
|
|
2551
|
-
/* @__PURE__ */ (0,
|
|
2552
|
-
/* @__PURE__ */ (0,
|
|
2577
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "Program icon" }),
|
|
2578
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.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" }),
|
|
2579
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M8 10v4" }),
|
|
2580
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M12 10v2" }),
|
|
2581
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M16 10v6" })
|
|
2553
2582
|
]
|
|
2554
2583
|
}
|
|
2555
2584
|
);
|
|
2556
2585
|
};
|
|
2557
2586
|
|
|
2558
2587
|
// src/puzzle-icon.tsx
|
|
2559
|
-
var
|
|
2588
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
2560
2589
|
var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
2561
|
-
return /* @__PURE__ */ (0,
|
|
2590
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
|
|
2562
2591
|
"svg",
|
|
2563
2592
|
{
|
|
2564
2593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2572,17 +2601,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
|
2572
2601
|
strokeLinejoin: "round",
|
|
2573
2602
|
...props,
|
|
2574
2603
|
children: [
|
|
2575
|
-
/* @__PURE__ */ (0,
|
|
2576
|
-
/* @__PURE__ */ (0,
|
|
2604
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Puzzle Icon" }),
|
|
2605
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.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" })
|
|
2577
2606
|
]
|
|
2578
2607
|
}
|
|
2579
2608
|
);
|
|
2580
2609
|
};
|
|
2581
2610
|
|
|
2582
2611
|
// src/redo-icon.tsx
|
|
2583
|
-
var
|
|
2612
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
2584
2613
|
var RedoIcon = ({ size = 24, ...props }) => {
|
|
2585
|
-
return /* @__PURE__ */ (0,
|
|
2614
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
|
|
2586
2615
|
"svg",
|
|
2587
2616
|
{
|
|
2588
2617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2592,8 +2621,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
|
|
|
2592
2621
|
fill: "currentColor",
|
|
2593
2622
|
...props,
|
|
2594
2623
|
children: [
|
|
2595
|
-
/* @__PURE__ */ (0,
|
|
2596
|
-
/* @__PURE__ */ (0,
|
|
2624
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Redo Icon" }),
|
|
2625
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2597
2626
|
"path",
|
|
2598
2627
|
{
|
|
2599
2628
|
fillRule: "evenodd",
|
|
@@ -2608,9 +2637,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
|
|
|
2608
2637
|
};
|
|
2609
2638
|
|
|
2610
2639
|
// src/risk.tsx
|
|
2611
|
-
var
|
|
2640
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
2612
2641
|
var RiskIcon = ({ size = 24, ...props }) => {
|
|
2613
|
-
return /* @__PURE__ */ (0,
|
|
2642
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
|
|
2614
2643
|
"svg",
|
|
2615
2644
|
{
|
|
2616
2645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2624,19 +2653,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
|
|
|
2624
2653
|
strokeLinejoin: "round",
|
|
2625
2654
|
...props,
|
|
2626
2655
|
children: [
|
|
2627
|
-
/* @__PURE__ */ (0,
|
|
2628
|
-
/* @__PURE__ */ (0,
|
|
2629
|
-
/* @__PURE__ */ (0,
|
|
2630
|
-
/* @__PURE__ */ (0,
|
|
2656
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Risk icon" }),
|
|
2657
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.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" }),
|
|
2658
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M12 8v4" }),
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M12 16h.01" })
|
|
2631
2660
|
]
|
|
2632
2661
|
}
|
|
2633
2662
|
);
|
|
2634
2663
|
};
|
|
2635
2664
|
|
|
2636
2665
|
// src/rotate-ccw-icon.tsx
|
|
2637
|
-
var
|
|
2666
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
2638
2667
|
var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
2639
|
-
return /* @__PURE__ */ (0,
|
|
2668
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2640
2669
|
"svg",
|
|
2641
2670
|
{
|
|
2642
2671
|
width: size,
|
|
@@ -2646,8 +2675,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
|
2646
2675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2647
2676
|
...props,
|
|
2648
2677
|
children: [
|
|
2649
|
-
/* @__PURE__ */ (0,
|
|
2650
|
-
/* @__PURE__ */ (0,
|
|
2678
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Rotate Ccw Icon" }),
|
|
2679
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2651
2680
|
"path",
|
|
2652
2681
|
{
|
|
2653
2682
|
d: "M12 2L11.9962 2.00001C9.22213 2.01045 6.55946 3.0929 4.56496 5.02104L4.55289 5.0329L4 5.58579V3C4 2.44772 3.55228 2 3 2C2.44772 2 2 2.44772 2 3V8C2 8.55228 2.44772 9 3 9H8C8.55228 9 9 8.55228 9 8C9 7.44772 8.55228 7 8 7H5.41422L5.96097 6.45325C7.58329 4.88786 9.7473 4.00897 12.0019 4.00001C13.5835 4.00038 15.1295 4.46955 16.4446 5.34825C17.7602 6.2273 18.7855 7.47673 19.391 8.93854C19.9965 10.4003 20.155 12.0089 19.8463 13.5607C19.5376 15.1126 18.7757 16.538 17.6569 17.6569C16.538 18.7757 15.1126 19.5376 13.5607 19.8463C12.0089 20.155 10.4003 19.9965 8.93853 19.391C7.47672 18.7855 6.22729 17.7602 5.34824 16.4446C4.46919 15.129 4 13.5823 4 12C4 11.4477 3.55228 11 3 11C2.44772 11 2 11.4477 2 12C2 13.9778 2.58649 15.9112 3.6853 17.5557C4.78412 19.2002 6.3459 20.4819 8.17317 21.2388C10.0004 21.9957 12.0111 22.1937 13.9509 21.8079C15.8907 21.422 17.6725 20.4696 19.0711 19.0711C20.4696 17.6726 21.422 15.8907 21.8079 13.9509C22.1937 12.0111 21.9957 10.0004 21.2388 8.17317C20.4819 6.34591 19.2002 4.78412 17.5557 3.68531C15.9112 2.5865 13.9778 2.00001 12 2Z",
|
|
@@ -2660,9 +2689,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
|
2660
2689
|
};
|
|
2661
2690
|
|
|
2662
2691
|
// src/save.tsx
|
|
2663
|
-
var
|
|
2692
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
2664
2693
|
var SaveIcon = (props) => {
|
|
2665
|
-
return /* @__PURE__ */ (0,
|
|
2694
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
|
|
2666
2695
|
"svg",
|
|
2667
2696
|
{
|
|
2668
2697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2676,19 +2705,19 @@ var SaveIcon = (props) => {
|
|
|
2676
2705
|
strokeLinejoin: "round",
|
|
2677
2706
|
...props,
|
|
2678
2707
|
children: [
|
|
2679
|
-
/* @__PURE__ */ (0,
|
|
2680
|
-
/* @__PURE__ */ (0,
|
|
2681
|
-
/* @__PURE__ */ (0,
|
|
2682
|
-
/* @__PURE__ */ (0,
|
|
2708
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Save Icon" }),
|
|
2709
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.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" }),
|
|
2710
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
|
|
2711
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
|
|
2683
2712
|
]
|
|
2684
2713
|
}
|
|
2685
2714
|
);
|
|
2686
2715
|
};
|
|
2687
2716
|
|
|
2688
2717
|
// src/search.tsx
|
|
2689
|
-
var
|
|
2718
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
2690
2719
|
var SearchIcon = (props) => {
|
|
2691
|
-
return /* @__PURE__ */ (0,
|
|
2720
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
2692
2721
|
"svg",
|
|
2693
2722
|
{
|
|
2694
2723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2702,18 +2731,45 @@ var SearchIcon = (props) => {
|
|
|
2702
2731
|
strokeLinejoin: "round",
|
|
2703
2732
|
...props,
|
|
2704
2733
|
children: [
|
|
2705
|
-
/* @__PURE__ */ (0,
|
|
2706
|
-
/* @__PURE__ */ (0,
|
|
2707
|
-
/* @__PURE__ */ (0,
|
|
2734
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Search Icon" }),
|
|
2735
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "m21 21-4.34-4.34" }),
|
|
2736
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("circle", { cx: "11", cy: "11", r: "8" })
|
|
2737
|
+
]
|
|
2738
|
+
}
|
|
2739
|
+
);
|
|
2740
|
+
};
|
|
2741
|
+
|
|
2742
|
+
// src/service-asset.tsx
|
|
2743
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
2744
|
+
var ServiceAssetIcon = ({ size = 24, ...props }) => {
|
|
2745
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2746
|
+
"svg",
|
|
2747
|
+
{
|
|
2748
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2749
|
+
width: size,
|
|
2750
|
+
height: size,
|
|
2751
|
+
viewBox: "0 0 24 24",
|
|
2752
|
+
fill: "none",
|
|
2753
|
+
stroke: "currentColor",
|
|
2754
|
+
strokeWidth: "2",
|
|
2755
|
+
strokeLinecap: "round",
|
|
2756
|
+
strokeLinejoin: "round",
|
|
2757
|
+
...props,
|
|
2758
|
+
children: [
|
|
2759
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Service Asset icon" }),
|
|
2760
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
|
|
2761
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M10 19v-3.96 3.15" }),
|
|
2762
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M7 19h5" }),
|
|
2763
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
|
|
2708
2764
|
]
|
|
2709
2765
|
}
|
|
2710
2766
|
);
|
|
2711
2767
|
};
|
|
2712
2768
|
|
|
2713
2769
|
// src/settings.tsx
|
|
2714
|
-
var
|
|
2770
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
2715
2771
|
var SettingsIcon = ({ size = 24, ...props }) => {
|
|
2716
|
-
return /* @__PURE__ */ (0,
|
|
2772
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
|
|
2717
2773
|
"svg",
|
|
2718
2774
|
{
|
|
2719
2775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2727,20 +2783,44 @@ var SettingsIcon = ({ size = 24, ...props }) => {
|
|
|
2727
2783
|
strokeLinejoin: "round",
|
|
2728
2784
|
...props,
|
|
2729
2785
|
children: [
|
|
2730
|
-
/* @__PURE__ */ (0,
|
|
2731
|
-
/* @__PURE__ */ (0,
|
|
2732
|
-
/* @__PURE__ */ (0,
|
|
2733
|
-
/* @__PURE__ */ (0,
|
|
2734
|
-
/* @__PURE__ */ (0,
|
|
2786
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Settings" }),
|
|
2787
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M14 17H5" }),
|
|
2788
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M19 7h-9" }),
|
|
2789
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
|
|
2790
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "7", cy: "7", r: "3" })
|
|
2735
2791
|
]
|
|
2736
2792
|
}
|
|
2737
2793
|
);
|
|
2738
2794
|
};
|
|
2739
2795
|
|
|
2740
2796
|
// src/shell.tsx
|
|
2741
|
-
var
|
|
2797
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
2742
2798
|
var ShellIcon = ({ size = 24, ...props }) => {
|
|
2743
|
-
return /* @__PURE__ */ (0,
|
|
2799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
2800
|
+
"svg",
|
|
2801
|
+
{
|
|
2802
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2803
|
+
width: size,
|
|
2804
|
+
height: size,
|
|
2805
|
+
viewBox: "0 0 24 24",
|
|
2806
|
+
fill: "none",
|
|
2807
|
+
stroke: "currentColor",
|
|
2808
|
+
strokeWidth: "2",
|
|
2809
|
+
strokeLinecap: "round",
|
|
2810
|
+
strokeLinejoin: "round",
|
|
2811
|
+
...props,
|
|
2812
|
+
children: [
|
|
2813
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Shell Icon" }),
|
|
2814
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.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" })
|
|
2815
|
+
]
|
|
2816
|
+
}
|
|
2817
|
+
);
|
|
2818
|
+
};
|
|
2819
|
+
|
|
2820
|
+
// src/software-asset.tsx
|
|
2821
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
2822
|
+
var SoftwareAssetIcon = ({ size = 24, ...props }) => {
|
|
2823
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
2744
2824
|
"svg",
|
|
2745
2825
|
{
|
|
2746
2826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2754,17 +2834,20 @@ var ShellIcon = ({ size = 24, ...props }) => {
|
|
|
2754
2834
|
strokeLinejoin: "round",
|
|
2755
2835
|
...props,
|
|
2756
2836
|
children: [
|
|
2757
|
-
/* @__PURE__ */ (0,
|
|
2758
|
-
/* @__PURE__ */ (0,
|
|
2837
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "Software Asset Icon" }),
|
|
2838
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
2839
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M6 8h.01" }),
|
|
2840
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M10 8h.01" }),
|
|
2841
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M14 8h.01" })
|
|
2759
2842
|
]
|
|
2760
2843
|
}
|
|
2761
2844
|
);
|
|
2762
2845
|
};
|
|
2763
2846
|
|
|
2764
2847
|
// src/squares-intersect.tsx
|
|
2765
|
-
var
|
|
2848
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
2766
2849
|
var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
2767
|
-
return /* @__PURE__ */ (0,
|
|
2850
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
2768
2851
|
"svg",
|
|
2769
2852
|
{
|
|
2770
2853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2778,27 +2861,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
|
2778
2861
|
strokeLinejoin: "round",
|
|
2779
2862
|
...props,
|
|
2780
2863
|
children: [
|
|
2781
|
-
/* @__PURE__ */ (0,
|
|
2782
|
-
/* @__PURE__ */ (0,
|
|
2783
|
-
/* @__PURE__ */ (0,
|
|
2784
|
-
/* @__PURE__ */ (0,
|
|
2785
|
-
/* @__PURE__ */ (0,
|
|
2786
|
-
/* @__PURE__ */ (0,
|
|
2787
|
-
/* @__PURE__ */ (0,
|
|
2788
|
-
/* @__PURE__ */ (0,
|
|
2789
|
-
/* @__PURE__ */ (0,
|
|
2790
|
-
/* @__PURE__ */ (0,
|
|
2791
|
-
/* @__PURE__ */ (0,
|
|
2792
|
-
/* @__PURE__ */ (0,
|
|
2864
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Squares Intersect icon" }),
|
|
2865
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
|
|
2866
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
|
|
2867
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M16 22h-2" }),
|
|
2868
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M2 10V8" }),
|
|
2869
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
|
|
2870
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
|
|
2871
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M22 14v2" }),
|
|
2872
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
|
|
2873
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.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" }),
|
|
2875
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M8 2h2" })
|
|
2793
2876
|
]
|
|
2794
2877
|
}
|
|
2795
2878
|
);
|
|
2796
2879
|
};
|
|
2797
2880
|
|
|
2798
2881
|
// src/strike-icon.tsx
|
|
2799
|
-
var
|
|
2882
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
2800
2883
|
var StrikeIcon = ({ size = 24, ...props }) => {
|
|
2801
|
-
return /* @__PURE__ */ (0,
|
|
2884
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
|
|
2802
2885
|
"svg",
|
|
2803
2886
|
{
|
|
2804
2887
|
width: size,
|
|
@@ -2808,15 +2891,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
|
|
|
2808
2891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2809
2892
|
...props,
|
|
2810
2893
|
children: [
|
|
2811
|
-
/* @__PURE__ */ (0,
|
|
2812
|
-
/* @__PURE__ */ (0,
|
|
2894
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Strike" }),
|
|
2895
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2813
2896
|
"path",
|
|
2814
2897
|
{
|
|
2815
2898
|
d: "M9.00039 3H16.0001C16.5524 3 17.0001 3.44772 17.0001 4C17.0001 4.55229 16.5524 5 16.0001 5H9.00011C8.68006 4.99983 8.36412 5.07648 8.07983 5.22349C7.79555 5.37051 7.55069 5.5836 7.36585 5.84487C7.181 6.10614 7.06155 6.40796 7.01754 6.72497C6.97352 7.04198 7.00623 7.36492 7.11292 7.66667C7.29701 8.18737 7.02414 8.75872 6.50344 8.94281C5.98274 9.1269 5.4114 8.85403 5.2273 8.33333C5.01393 7.72984 4.94851 7.08396 5.03654 6.44994C5.12456 5.81592 5.36346 5.21229 5.73316 4.68974C6.10285 4.1672 6.59256 3.74101 7.16113 3.44698C7.72955 3.15303 8.36047 2.99975 9.00039 3Z",
|
|
2816
2899
|
fill: "currentColor"
|
|
2817
2900
|
}
|
|
2818
2901
|
),
|
|
2819
|
-
/* @__PURE__ */ (0,
|
|
2902
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2820
2903
|
"path",
|
|
2821
2904
|
{
|
|
2822
2905
|
d: "M18 13H20C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11H4C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13H14C14.7956 13 15.5587 13.3161 16.1213 13.8787C16.6839 14.4413 17 15.2044 17 16C17 16.7956 16.6839 17.5587 16.1213 18.1213C15.5587 18.6839 14.7956 19 14 19H6C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21H14C15.3261 21 16.5979 20.4732 17.5355 19.5355C18.4732 18.5979 19 17.3261 19 16C19 14.9119 18.6453 13.8604 18 13Z",
|
|
@@ -2829,9 +2912,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
|
|
|
2829
2912
|
};
|
|
2830
2913
|
|
|
2831
2914
|
// src/subscript-icon.tsx
|
|
2832
|
-
var
|
|
2915
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
2833
2916
|
var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
2834
|
-
return /* @__PURE__ */ (0,
|
|
2917
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
|
|
2835
2918
|
"svg",
|
|
2836
2919
|
{
|
|
2837
2920
|
width: size,
|
|
@@ -2841,8 +2924,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2841
2924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2842
2925
|
...props,
|
|
2843
2926
|
children: [
|
|
2844
|
-
/* @__PURE__ */ (0,
|
|
2845
|
-
/* @__PURE__ */ (0,
|
|
2927
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Subscript" }),
|
|
2928
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2846
2929
|
"path",
|
|
2847
2930
|
{
|
|
2848
2931
|
fillRule: "evenodd",
|
|
@@ -2851,7 +2934,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2851
2934
|
fill: "currentColor"
|
|
2852
2935
|
}
|
|
2853
2936
|
),
|
|
2854
|
-
/* @__PURE__ */ (0,
|
|
2937
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2855
2938
|
"path",
|
|
2856
2939
|
{
|
|
2857
2940
|
fillRule: "evenodd",
|
|
@@ -2860,7 +2943,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2860
2943
|
fill: "currentColor"
|
|
2861
2944
|
}
|
|
2862
2945
|
),
|
|
2863
|
-
/* @__PURE__ */ (0,
|
|
2946
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2864
2947
|
"path",
|
|
2865
2948
|
{
|
|
2866
2949
|
fillRule: "evenodd",
|
|
@@ -2875,9 +2958,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2875
2958
|
};
|
|
2876
2959
|
|
|
2877
2960
|
// src/superscript-icon.tsx
|
|
2878
|
-
var
|
|
2961
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
2879
2962
|
var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
2880
|
-
return /* @__PURE__ */ (0,
|
|
2963
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
|
|
2881
2964
|
"svg",
|
|
2882
2965
|
{
|
|
2883
2966
|
width: size,
|
|
@@ -2887,8 +2970,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2887
2970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2888
2971
|
...props,
|
|
2889
2972
|
children: [
|
|
2890
|
-
/* @__PURE__ */ (0,
|
|
2891
|
-
/* @__PURE__ */ (0,
|
|
2973
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Superscript" }),
|
|
2974
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2892
2975
|
"path",
|
|
2893
2976
|
{
|
|
2894
2977
|
fillRule: "evenodd",
|
|
@@ -2897,7 +2980,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2897
2980
|
fill: "currentColor"
|
|
2898
2981
|
}
|
|
2899
2982
|
),
|
|
2900
|
-
/* @__PURE__ */ (0,
|
|
2983
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2901
2984
|
"path",
|
|
2902
2985
|
{
|
|
2903
2986
|
fillRule: "evenodd",
|
|
@@ -2906,7 +2989,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2906
2989
|
fill: "currentColor"
|
|
2907
2990
|
}
|
|
2908
2991
|
),
|
|
2909
|
-
/* @__PURE__ */ (0,
|
|
2992
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2910
2993
|
"path",
|
|
2911
2994
|
{
|
|
2912
2995
|
fillRule: "evenodd",
|
|
@@ -2921,9 +3004,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2921
3004
|
};
|
|
2922
3005
|
|
|
2923
3006
|
// src/table-icon.tsx
|
|
2924
|
-
var
|
|
3007
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
2925
3008
|
var TableIcon = ({ size = 24, ...props }) => {
|
|
2926
|
-
return /* @__PURE__ */ (0,
|
|
3009
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
|
|
2927
3010
|
"svg",
|
|
2928
3011
|
{
|
|
2929
3012
|
width: size,
|
|
@@ -2937,20 +3020,20 @@ var TableIcon = ({ size = 24, ...props }) => {
|
|
|
2937
3020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2938
3021
|
...props,
|
|
2939
3022
|
children: [
|
|
2940
|
-
/* @__PURE__ */ (0,
|
|
2941
|
-
/* @__PURE__ */ (0,
|
|
2942
|
-
/* @__PURE__ */ (0,
|
|
2943
|
-
/* @__PURE__ */ (0,
|
|
2944
|
-
/* @__PURE__ */ (0,
|
|
3023
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Table" }),
|
|
3024
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M12 3v18" }),
|
|
3025
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
3026
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M3 9h18" }),
|
|
3027
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M3 15h18" })
|
|
2945
3028
|
]
|
|
2946
3029
|
}
|
|
2947
3030
|
);
|
|
2948
3031
|
};
|
|
2949
3032
|
|
|
2950
3033
|
// src/trash-icon.tsx
|
|
2951
|
-
var
|
|
3034
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
2952
3035
|
var TrashIcon = ({ size = 24, ...props }) => {
|
|
2953
|
-
return /* @__PURE__ */ (0,
|
|
3036
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
|
|
2954
3037
|
"svg",
|
|
2955
3038
|
{
|
|
2956
3039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2964,21 +3047,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
|
|
|
2964
3047
|
strokeLinejoin: "round",
|
|
2965
3048
|
...props,
|
|
2966
3049
|
children: [
|
|
2967
|
-
/* @__PURE__ */ (0,
|
|
2968
|
-
/* @__PURE__ */ (0,
|
|
2969
|
-
/* @__PURE__ */ (0,
|
|
2970
|
-
/* @__PURE__ */ (0,
|
|
2971
|
-
/* @__PURE__ */ (0,
|
|
2972
|
-
/* @__PURE__ */ (0,
|
|
3050
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Trash icon" }),
|
|
3051
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M10 11v6" }),
|
|
3052
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M14 11v6" }),
|
|
3053
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
|
|
3054
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M3 6h18" }),
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
2973
3056
|
]
|
|
2974
3057
|
}
|
|
2975
3058
|
);
|
|
2976
3059
|
};
|
|
2977
3060
|
|
|
2978
3061
|
// src/type-icon.tsx
|
|
2979
|
-
var
|
|
3062
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
2980
3063
|
var TypeIcon = ({ size = 24, ...props }) => {
|
|
2981
|
-
return /* @__PURE__ */ (0,
|
|
3064
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
2982
3065
|
"svg",
|
|
2983
3066
|
{
|
|
2984
3067
|
width: size,
|
|
@@ -2988,8 +3071,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
|
|
|
2988
3071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2989
3072
|
...props,
|
|
2990
3073
|
children: [
|
|
2991
|
-
/* @__PURE__ */ (0,
|
|
2992
|
-
/* @__PURE__ */ (0,
|
|
3074
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Type Icon" }),
|
|
3075
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2993
3076
|
"path",
|
|
2994
3077
|
{
|
|
2995
3078
|
d: "M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V7C21 7.55228 20.5523 8 20 8C19.4477 8 19 7.55228 19 7V5H13V19H15C15.5523 19 16 19.4477 16 20C16 20.5523 15.5523 21 15 21H9C8.44772 21 8 20.5523 8 20C8 19.4477 8.44772 19 9 19H11V5H5V7C5 7.55228 4.55228 8 4 8C3.44772 8 3 7.55228 3 7V4Z",
|
|
@@ -3002,9 +3085,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
|
|
|
3002
3085
|
};
|
|
3003
3086
|
|
|
3004
3087
|
// src/underline-icon.tsx
|
|
3005
|
-
var
|
|
3088
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
3006
3089
|
var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
3007
|
-
return /* @__PURE__ */ (0,
|
|
3090
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
|
|
3008
3091
|
"svg",
|
|
3009
3092
|
{
|
|
3010
3093
|
width: size,
|
|
@@ -3014,8 +3097,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
|
3014
3097
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3015
3098
|
...props,
|
|
3016
3099
|
children: [
|
|
3017
|
-
/* @__PURE__ */ (0,
|
|
3018
|
-
/* @__PURE__ */ (0,
|
|
3100
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Underline" }),
|
|
3101
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3019
3102
|
"path",
|
|
3020
3103
|
{
|
|
3021
3104
|
fillRule: "evenodd",
|
|
@@ -3030,9 +3113,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
|
3030
3113
|
};
|
|
3031
3114
|
|
|
3032
3115
|
// src/undo-icon.tsx
|
|
3033
|
-
var
|
|
3116
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
3034
3117
|
var UndoIcon = ({ size = 24, ...props }) => {
|
|
3035
|
-
return /* @__PURE__ */ (0,
|
|
3118
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
|
|
3036
3119
|
"svg",
|
|
3037
3120
|
{
|
|
3038
3121
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3042,8 +3125,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
|
|
|
3042
3125
|
fill: "currentColor",
|
|
3043
3126
|
...props,
|
|
3044
3127
|
children: [
|
|
3045
|
-
/* @__PURE__ */ (0,
|
|
3046
|
-
/* @__PURE__ */ (0,
|
|
3128
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Undo Icon" }),
|
|
3129
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3047
3130
|
"path",
|
|
3048
3131
|
{
|
|
3049
3132
|
fillRule: "evenodd",
|
|
@@ -3058,9 +3141,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
|
|
|
3058
3141
|
};
|
|
3059
3142
|
|
|
3060
3143
|
// src/upload.tsx
|
|
3061
|
-
var
|
|
3144
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
3062
3145
|
var UploadIcon = ({ size = 24, ...props }) => {
|
|
3063
|
-
return /* @__PURE__ */ (0,
|
|
3146
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3064
3147
|
"svg",
|
|
3065
3148
|
{
|
|
3066
3149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3074,19 +3157,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
|
|
|
3074
3157
|
strokeLinejoin: "round",
|
|
3075
3158
|
...props,
|
|
3076
3159
|
children: [
|
|
3077
|
-
/* @__PURE__ */ (0,
|
|
3078
|
-
/* @__PURE__ */ (0,
|
|
3079
|
-
/* @__PURE__ */ (0,
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3160
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Upload icon" }),
|
|
3161
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M12 13v8" }),
|
|
3162
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
|
|
3163
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "m8 17 4-4 4 4" })
|
|
3081
3164
|
]
|
|
3082
3165
|
}
|
|
3083
3166
|
);
|
|
3084
3167
|
};
|
|
3085
3168
|
|
|
3086
3169
|
// src/user-circle-icon.tsx
|
|
3087
|
-
var
|
|
3170
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
3088
3171
|
var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
3089
|
-
return /* @__PURE__ */ (0,
|
|
3172
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
|
|
3090
3173
|
"svg",
|
|
3091
3174
|
{
|
|
3092
3175
|
width: size,
|
|
@@ -3095,9 +3178,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3095
3178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3096
3179
|
...props,
|
|
3097
3180
|
children: [
|
|
3098
|
-
/* @__PURE__ */ (0,
|
|
3099
|
-
/* @__PURE__ */ (0,
|
|
3100
|
-
/* @__PURE__ */ (0,
|
|
3181
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "User Circle Icon" }),
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("rect", { width: "256", height: "256", fill: "none" }),
|
|
3183
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3101
3184
|
"circle",
|
|
3102
3185
|
{
|
|
3103
3186
|
cx: "128",
|
|
@@ -3110,7 +3193,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3110
3193
|
strokeWidth: "16"
|
|
3111
3194
|
}
|
|
3112
3195
|
),
|
|
3113
|
-
/* @__PURE__ */ (0,
|
|
3196
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3114
3197
|
"circle",
|
|
3115
3198
|
{
|
|
3116
3199
|
cx: "128",
|
|
@@ -3123,7 +3206,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3123
3206
|
strokeWidth: "16"
|
|
3124
3207
|
}
|
|
3125
3208
|
),
|
|
3126
|
-
/* @__PURE__ */ (0,
|
|
3209
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3127
3210
|
"path",
|
|
3128
3211
|
{
|
|
3129
3212
|
d: "M63.8,199.37a72,72,0,0,1,128.4,0",
|
|
@@ -3140,9 +3223,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3140
3223
|
};
|
|
3141
3224
|
|
|
3142
3225
|
// src/vendor.tsx
|
|
3143
|
-
var
|
|
3226
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
3144
3227
|
var VendorIcon = ({ size = 24, ...props }) => {
|
|
3145
|
-
return /* @__PURE__ */ (0,
|
|
3228
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
|
|
3146
3229
|
"svg",
|
|
3147
3230
|
{
|
|
3148
3231
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3156,12 +3239,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3156
3239
|
strokeLinejoin: "round",
|
|
3157
3240
|
...props,
|
|
3158
3241
|
children: [
|
|
3159
|
-
/* @__PURE__ */ (0,
|
|
3160
|
-
/* @__PURE__ */ (0,
|
|
3161
|
-
/* @__PURE__ */ (0,
|
|
3162
|
-
/* @__PURE__ */ (0,
|
|
3163
|
-
/* @__PURE__ */ (0,
|
|
3164
|
-
/* @__PURE__ */ (0,
|
|
3242
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Vendor icon" }),
|
|
3243
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.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" }),
|
|
3244
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
|
|
3245
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
|
|
3246
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M2 7h20" }),
|
|
3247
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.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" })
|
|
3165
3248
|
]
|
|
3166
3249
|
}
|
|
3167
3250
|
);
|
|
@@ -3175,7 +3258,6 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3175
3258
|
AlignJustifyIcon,
|
|
3176
3259
|
AlignLeftIcon,
|
|
3177
3260
|
AlignRightIcon,
|
|
3178
|
-
ApplicationAssetIcon,
|
|
3179
3261
|
ArrowCounterClockwiseIcon,
|
|
3180
3262
|
ArrowDown,
|
|
3181
3263
|
ArrowDownUp,
|
|
@@ -3218,6 +3300,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3218
3300
|
EyeOffIcon,
|
|
3219
3301
|
GlobeIcon,
|
|
3220
3302
|
GripVerticalIcon,
|
|
3303
|
+
HardwareAssetIcon,
|
|
3221
3304
|
HeadingFiveIcon,
|
|
3222
3305
|
HeadingFourIcon,
|
|
3223
3306
|
HeadingIcon,
|
|
@@ -3245,8 +3328,9 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3245
3328
|
PartialIcon,
|
|
3246
3329
|
PeopleIcon,
|
|
3247
3330
|
PhysicalAssetIcon,
|
|
3248
|
-
PlattformAssetIcon,
|
|
3249
3331
|
PlusIcon,
|
|
3332
|
+
ProcessCategoryIcon,
|
|
3333
|
+
ProcessIcon,
|
|
3250
3334
|
ProcessingActivityIcon,
|
|
3251
3335
|
ProgramIcon,
|
|
3252
3336
|
PuzzleIcon,
|
|
@@ -3255,8 +3339,10 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3255
3339
|
RotateCcwIcon,
|
|
3256
3340
|
SaveIcon,
|
|
3257
3341
|
SearchIcon,
|
|
3342
|
+
ServiceAssetIcon,
|
|
3258
3343
|
SettingsIcon,
|
|
3259
3344
|
ShellIcon,
|
|
3345
|
+
SoftwareAssetIcon,
|
|
3260
3346
|
SquaresIntersect,
|
|
3261
3347
|
StrikeIcon,
|
|
3262
3348
|
SubscriptIcon,
|