@kopexa/icons 17.4.0 → 17.5.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/README.md +5 -1
- package/dist/bell-icon.d.mts +7 -0
- package/dist/bell-icon.d.ts +7 -0
- package/dist/bell-icon.js +53 -0
- package/dist/bell-icon.mjs +7 -0
- package/dist/chunk-26IPMUAF.mjs +30 -0
- package/dist/chunk-C4DGBXAL.mjs +29 -0
- package/dist/chunk-F5BKZUZN.mjs +30 -0
- package/dist/chunk-KFTH3FPV.mjs +33 -0
- package/dist/chunk-KQMUJCYE.mjs +33 -0
- package/dist/chunk-Q7553YRX.mjs +33 -0
- package/dist/chunk-QMC7PT3F.mjs +30 -0
- package/dist/chunk-QVGQLKOA.mjs +31 -0
- package/dist/chunk-YA4V4L55.mjs +30 -0
- package/dist/chunk-ZYF6O3PM.mjs +30 -0
- package/dist/cloud-icon.d.mts +7 -0
- package/dist/cloud-icon.d.ts +7 -0
- package/dist/cloud-icon.js +52 -0
- package/dist/cloud-icon.mjs +7 -0
- package/dist/control-implementation-icon.d.mts +7 -0
- package/dist/control-implementation-icon.d.ts +7 -0
- package/dist/control-implementation-icon.js +56 -0
- package/dist/control-implementation-icon.mjs +7 -0
- package/dist/file-text-icon.d.mts +7 -0
- package/dist/file-text-icon.d.ts +7 -0
- package/dist/file-text-icon.js +56 -0
- package/dist/file-text-icon.mjs +7 -0
- package/dist/gear-icon.d.mts +7 -0
- package/dist/gear-icon.d.ts +7 -0
- package/dist/gear-icon.js +53 -0
- package/dist/gear-icon.mjs +7 -0
- package/dist/home-icon.d.mts +7 -0
- package/dist/home-icon.d.ts +7 -0
- package/dist/home-icon.js +53 -0
- package/dist/home-icon.mjs +7 -0
- package/dist/index.d.mts +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +845 -566
- package/dist/index.mjs +98 -58
- package/dist/lock-icon.d.mts +7 -0
- package/dist/lock-icon.d.ts +7 -0
- package/dist/lock-icon.js +53 -0
- package/dist/lock-icon.mjs +7 -0
- package/dist/palette-icon.d.mts +7 -0
- package/dist/palette-icon.d.ts +7 -0
- package/dist/palette-icon.js +56 -0
- package/dist/palette-icon.mjs +7 -0
- package/dist/question-circle-icon.d.mts +7 -0
- package/dist/question-circle-icon.d.ts +7 -0
- package/dist/question-circle-icon.js +54 -0
- package/dist/question-circle-icon.mjs +7 -0
- package/dist/shield-check-icon.d.mts +7 -0
- package/dist/shield-check-icon.d.ts +7 -0
- package/dist/shield-check-icon.js +53 -0
- package/dist/shield-check-icon.mjs +7 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -35,6 +35,7 @@ __export(index_exports, {
|
|
|
35
35
|
ArrowUp: () => ArrowUp,
|
|
36
36
|
AssetsIcon: () => AssetsIcon,
|
|
37
37
|
BanIcon: () => BanIcon,
|
|
38
|
+
BellIcon: () => BellIcon,
|
|
38
39
|
BlockquoteIcon: () => BlockquoteIcon,
|
|
39
40
|
BoldIcon: () => BoldIcon,
|
|
40
41
|
BusinessUnitIcon: () => BusinessUnitIcon,
|
|
@@ -53,9 +54,11 @@ __export(index_exports, {
|
|
|
53
54
|
CircleFadingArrowUpIcon: () => CircleFadingArrowUpIcon,
|
|
54
55
|
CircleIcon: () => CircleIcon,
|
|
55
56
|
CloseIcon: () => CloseIcon,
|
|
57
|
+
CloudIcon: () => CloudIcon,
|
|
56
58
|
CodeBlockIcon: () => CodeBlockIcon,
|
|
57
59
|
CodeIcon: () => CodeIcon,
|
|
58
60
|
CodeblockIcon: () => CodeblockIcon,
|
|
61
|
+
ControlImplementationIcon: () => ControlImplementationIcon,
|
|
59
62
|
ControlsIcon: () => ControlsIcon,
|
|
60
63
|
CopyIcon: () => CopyIcon,
|
|
61
64
|
CornerDownLeftIcon: () => CornerDownLeftIcon,
|
|
@@ -72,6 +75,8 @@ __export(index_exports, {
|
|
|
72
75
|
ExternalLinkIcon: () => ExternalLinkIcon,
|
|
73
76
|
EyeIcon: () => EyeIcon,
|
|
74
77
|
EyeOffIcon: () => EyeOffIcon,
|
|
78
|
+
FileTextIcon: () => FileTextIcon,
|
|
79
|
+
GearIcon: () => GearIcon,
|
|
75
80
|
GlobeIcon: () => GlobeIcon,
|
|
76
81
|
GripVerticalIcon: () => GripVerticalIcon,
|
|
77
82
|
HardwareAssetIcon: () => HardwareAssetIcon,
|
|
@@ -83,6 +88,7 @@ __export(index_exports, {
|
|
|
83
88
|
HeadingThreeIcon: () => HeadingThreeIcon,
|
|
84
89
|
HeadingTwoIcon: () => HeadingTwoIcon,
|
|
85
90
|
HighlighterIcon: () => HighlighterIcon,
|
|
91
|
+
HomeIcon: () => HomeIcon,
|
|
86
92
|
ImageIcon: () => ImageIcon,
|
|
87
93
|
IncidentIcon: () => IncidentIcon,
|
|
88
94
|
InfoIcon: () => InfoIcon,
|
|
@@ -96,11 +102,13 @@ __export(index_exports, {
|
|
|
96
102
|
ListIcon: () => ListIcon,
|
|
97
103
|
ListOrderedIcon: () => ListOrderedIcon,
|
|
98
104
|
ListTodoIcon: () => ListTodoIcon,
|
|
105
|
+
LockIcon: () => LockIcon,
|
|
99
106
|
MessageSquareIcon: () => MessageSquareIcon,
|
|
100
107
|
MinusIcon: () => MinusIcon,
|
|
101
108
|
MoreVerticalIcon: () => MoreVerticalIcon,
|
|
102
109
|
NIS2Icon: () => NIS2Icon,
|
|
103
110
|
NotificationIcon: () => NotificationIcon,
|
|
111
|
+
PaletteIcon: () => PaletteIcon,
|
|
104
112
|
PanelLeftIcon: () => PanelLeftIcon,
|
|
105
113
|
PartialIcon: () => ChartPie,
|
|
106
114
|
PeopleIcon: () => PeopleIcon,
|
|
@@ -111,6 +119,7 @@ __export(index_exports, {
|
|
|
111
119
|
ProcessingActivityIcon: () => ProcessingActivityIcon,
|
|
112
120
|
ProgramIcon: () => ProgramIcon,
|
|
113
121
|
PuzzleIcon: () => PuzzleIcon,
|
|
122
|
+
QuestionCircleIcon: () => QuestionCircleIcon,
|
|
114
123
|
RedoIcon: () => RedoIcon,
|
|
115
124
|
RiskIcon: () => RiskIcon,
|
|
116
125
|
RotateCcwIcon: () => RotateCcwIcon,
|
|
@@ -119,6 +128,7 @@ __export(index_exports, {
|
|
|
119
128
|
ServiceAssetIcon: () => ServiceAssetIcon,
|
|
120
129
|
SettingsIcon: () => SettingsIcon,
|
|
121
130
|
ShellIcon: () => ShellIcon,
|
|
131
|
+
ShieldCheckIcon: () => ShieldCheckIcon,
|
|
122
132
|
SoftwareAssetIcon: () => SoftwareAssetIcon,
|
|
123
133
|
SquaresIntersect: () => SquaresIntersect,
|
|
124
134
|
StrikeIcon: () => StrikeIcon,
|
|
@@ -595,10 +605,35 @@ var BanIcon = ({ size = 24, ...props }) => {
|
|
|
595
605
|
);
|
|
596
606
|
};
|
|
597
607
|
|
|
598
|
-
// src/
|
|
608
|
+
// src/bell-icon.tsx
|
|
599
609
|
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
600
|
-
var
|
|
610
|
+
var BellIcon = ({ size = 24, ...props }) => {
|
|
601
611
|
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
612
|
+
"svg",
|
|
613
|
+
{
|
|
614
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
615
|
+
width: size,
|
|
616
|
+
height: size,
|
|
617
|
+
viewBox: "0 0 24 24",
|
|
618
|
+
fill: "none",
|
|
619
|
+
stroke: "currentColor",
|
|
620
|
+
strokeWidth: "2",
|
|
621
|
+
strokeLinecap: "round",
|
|
622
|
+
strokeLinejoin: "round",
|
|
623
|
+
...props,
|
|
624
|
+
children: [
|
|
625
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Bell" }),
|
|
626
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }),
|
|
627
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" })
|
|
628
|
+
]
|
|
629
|
+
}
|
|
630
|
+
);
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
// src/blockquote-icon.tsx
|
|
634
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
635
|
+
var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
636
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
602
637
|
"svg",
|
|
603
638
|
{
|
|
604
639
|
width: size,
|
|
@@ -608,8 +643,8 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
608
643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
609
644
|
...props,
|
|
610
645
|
children: [
|
|
611
|
-
/* @__PURE__ */ (0,
|
|
612
|
-
/* @__PURE__ */ (0,
|
|
646
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Block Quote" }),
|
|
647
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
613
648
|
"path",
|
|
614
649
|
{
|
|
615
650
|
fillRule: "evenodd",
|
|
@@ -618,7 +653,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
618
653
|
fill: "currentColor"
|
|
619
654
|
}
|
|
620
655
|
),
|
|
621
|
-
/* @__PURE__ */ (0,
|
|
656
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
622
657
|
"path",
|
|
623
658
|
{
|
|
624
659
|
fillRule: "evenodd",
|
|
@@ -627,7 +662,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
627
662
|
fill: "currentColor"
|
|
628
663
|
}
|
|
629
664
|
),
|
|
630
|
-
/* @__PURE__ */ (0,
|
|
665
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
631
666
|
"path",
|
|
632
667
|
{
|
|
633
668
|
fillRule: "evenodd",
|
|
@@ -636,7 +671,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
636
671
|
fill: "currentColor"
|
|
637
672
|
}
|
|
638
673
|
),
|
|
639
|
-
/* @__PURE__ */ (0,
|
|
674
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
640
675
|
"path",
|
|
641
676
|
{
|
|
642
677
|
fillRule: "evenodd",
|
|
@@ -651,9 +686,9 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
|
|
|
651
686
|
};
|
|
652
687
|
|
|
653
688
|
// src/bold-icon.tsx
|
|
654
|
-
var
|
|
689
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
655
690
|
var BoldIcon = ({ size = 24, ...props }) => {
|
|
656
|
-
return /* @__PURE__ */ (0,
|
|
691
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
657
692
|
"svg",
|
|
658
693
|
{
|
|
659
694
|
width: size,
|
|
@@ -663,8 +698,8 @@ var BoldIcon = ({ size = 24, ...props }) => {
|
|
|
663
698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
664
699
|
...props,
|
|
665
700
|
children: [
|
|
666
|
-
/* @__PURE__ */ (0,
|
|
667
|
-
/* @__PURE__ */ (0,
|
|
701
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Bold" }),
|
|
702
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
668
703
|
"path",
|
|
669
704
|
{
|
|
670
705
|
fillRule: "evenodd",
|
|
@@ -679,9 +714,9 @@ var BoldIcon = ({ size = 24, ...props }) => {
|
|
|
679
714
|
};
|
|
680
715
|
|
|
681
716
|
// src/business-unit.tsx
|
|
682
|
-
var
|
|
717
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
683
718
|
var BusinessUnitIcon = ({ size = 24, ...props }) => {
|
|
684
|
-
return /* @__PURE__ */ (0,
|
|
719
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
685
720
|
"svg",
|
|
686
721
|
{
|
|
687
722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -695,22 +730,22 @@ var BusinessUnitIcon = ({ size = 24, ...props }) => {
|
|
|
695
730
|
strokeLinejoin: "round",
|
|
696
731
|
...props,
|
|
697
732
|
children: [
|
|
698
|
-
/* @__PURE__ */ (0,
|
|
699
|
-
/* @__PURE__ */ (0,
|
|
700
|
-
/* @__PURE__ */ (0,
|
|
701
|
-
/* @__PURE__ */ (0,
|
|
702
|
-
/* @__PURE__ */ (0,
|
|
703
|
-
/* @__PURE__ */ (0,
|
|
704
|
-
/* @__PURE__ */ (0,
|
|
733
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "BusinessUnit icon" }),
|
|
734
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M3 7V5c0-1.1.9-2 2-2h2" }),
|
|
735
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M17 3h2c1.1 0 2 .9 2 2v2" }),
|
|
736
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M21 17v2c0 1.1-.9 2-2 2h-2" }),
|
|
737
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M7 21H5c-1.1 0-2-.9-2-2v-2" }),
|
|
738
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "7", height: "5", x: "7", y: "7", rx: "1" }),
|
|
739
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "7", height: "5", x: "10", y: "12", rx: "1" })
|
|
705
740
|
]
|
|
706
741
|
}
|
|
707
742
|
);
|
|
708
743
|
};
|
|
709
744
|
|
|
710
745
|
// src/calendar-icon.tsx
|
|
711
|
-
var
|
|
746
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
712
747
|
var CalendarIcon = ({ size = 24, ...props }) => {
|
|
713
|
-
return /* @__PURE__ */ (0,
|
|
748
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
714
749
|
"svg",
|
|
715
750
|
{
|
|
716
751
|
width: size,
|
|
@@ -724,20 +759,20 @@ var CalendarIcon = ({ size = 24, ...props }) => {
|
|
|
724
759
|
xmlns: "http://www.w3.org/2000/svg",
|
|
725
760
|
...props,
|
|
726
761
|
children: [
|
|
727
|
-
/* @__PURE__ */ (0,
|
|
728
|
-
/* @__PURE__ */ (0,
|
|
729
|
-
/* @__PURE__ */ (0,
|
|
730
|
-
/* @__PURE__ */ (0,
|
|
731
|
-
/* @__PURE__ */ (0,
|
|
762
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Calendar" }),
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M8 2v4" }),
|
|
764
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M16 2v4" }),
|
|
765
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }),
|
|
766
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M3 10h18" })
|
|
732
767
|
]
|
|
733
768
|
}
|
|
734
769
|
);
|
|
735
770
|
};
|
|
736
771
|
|
|
737
772
|
// src/catalog.tsx
|
|
738
|
-
var
|
|
773
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
739
774
|
var CatalogIcon = ({ size = 24, ...props }) => {
|
|
740
|
-
return /* @__PURE__ */ (0,
|
|
775
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
741
776
|
"svg",
|
|
742
777
|
{
|
|
743
778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -751,20 +786,20 @@ var CatalogIcon = ({ size = 24, ...props }) => {
|
|
|
751
786
|
strokeLinejoin: "round",
|
|
752
787
|
...props,
|
|
753
788
|
children: [
|
|
754
|
-
/* @__PURE__ */ (0,
|
|
755
|
-
/* @__PURE__ */ (0,
|
|
756
|
-
/* @__PURE__ */ (0,
|
|
757
|
-
/* @__PURE__ */ (0,
|
|
758
|
-
/* @__PURE__ */ (0,
|
|
789
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Catalog icon" }),
|
|
790
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "m16 6 4 14" }),
|
|
791
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M12 6v14" }),
|
|
792
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M8 8v12" }),
|
|
793
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 4v16" })
|
|
759
794
|
]
|
|
760
795
|
}
|
|
761
796
|
);
|
|
762
797
|
};
|
|
763
798
|
|
|
764
799
|
// src/chart-pie.tsx
|
|
765
|
-
var
|
|
800
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
766
801
|
var ChartPie = ({ size = 24, ...props }) => {
|
|
767
|
-
return /* @__PURE__ */ (0,
|
|
802
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
768
803
|
"svg",
|
|
769
804
|
{
|
|
770
805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -778,18 +813,18 @@ var ChartPie = ({ size = 24, ...props }) => {
|
|
|
778
813
|
strokeLinejoin: "round",
|
|
779
814
|
...props,
|
|
780
815
|
children: [
|
|
781
|
-
/* @__PURE__ */ (0,
|
|
782
|
-
/* @__PURE__ */ (0,
|
|
783
|
-
/* @__PURE__ */ (0,
|
|
816
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Chart Pie icon" }),
|
|
817
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.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" }),
|
|
818
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
|
|
784
819
|
]
|
|
785
820
|
}
|
|
786
821
|
);
|
|
787
822
|
};
|
|
788
823
|
|
|
789
824
|
// src/check.tsx
|
|
790
|
-
var
|
|
825
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
791
826
|
var CheckIcon = (props) => {
|
|
792
|
-
return /* @__PURE__ */ (0,
|
|
827
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
793
828
|
"svg",
|
|
794
829
|
{
|
|
795
830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -803,17 +838,17 @@ var CheckIcon = (props) => {
|
|
|
803
838
|
strokeLinejoin: "round",
|
|
804
839
|
...props,
|
|
805
840
|
children: [
|
|
806
|
-
/* @__PURE__ */ (0,
|
|
807
|
-
/* @__PURE__ */ (0,
|
|
841
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Check Icon" }),
|
|
842
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M20 6 9 17l-5-5" })
|
|
808
843
|
]
|
|
809
844
|
}
|
|
810
845
|
);
|
|
811
846
|
};
|
|
812
847
|
|
|
813
848
|
// src/check-circle.tsx
|
|
814
|
-
var
|
|
849
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
815
850
|
var CheckCirleIcon = ({ size = 24, ...props }) => {
|
|
816
|
-
return /* @__PURE__ */ (0,
|
|
851
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
817
852
|
"svg",
|
|
818
853
|
{
|
|
819
854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -827,18 +862,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
|
|
|
827
862
|
strokeLinejoin: "round",
|
|
828
863
|
...props,
|
|
829
864
|
children: [
|
|
830
|
-
/* @__PURE__ */ (0,
|
|
831
|
-
/* @__PURE__ */ (0,
|
|
832
|
-
/* @__PURE__ */ (0,
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Check Circle Icon" }),
|
|
866
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
867
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
833
868
|
]
|
|
834
869
|
}
|
|
835
870
|
);
|
|
836
871
|
};
|
|
837
872
|
|
|
838
873
|
// src/chevron-down.tsx
|
|
839
|
-
var
|
|
874
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
840
875
|
var ChevronDownIcon = (props) => {
|
|
841
|
-
return /* @__PURE__ */ (0,
|
|
876
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
842
877
|
"svg",
|
|
843
878
|
{
|
|
844
879
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -852,17 +887,17 @@ var ChevronDownIcon = (props) => {
|
|
|
852
887
|
strokeLinejoin: "round",
|
|
853
888
|
...props,
|
|
854
889
|
children: [
|
|
855
|
-
/* @__PURE__ */ (0,
|
|
856
|
-
/* @__PURE__ */ (0,
|
|
890
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Chevron Down Icon" }),
|
|
891
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "m6 9 6 6 6-6" })
|
|
857
892
|
]
|
|
858
893
|
}
|
|
859
894
|
);
|
|
860
895
|
};
|
|
861
896
|
|
|
862
897
|
// src/chevron-left.tsx
|
|
863
|
-
var
|
|
898
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
864
899
|
var ChevronLeftIcon = (props) => {
|
|
865
|
-
return /* @__PURE__ */ (0,
|
|
900
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
866
901
|
"svg",
|
|
867
902
|
{
|
|
868
903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -876,17 +911,17 @@ var ChevronLeftIcon = (props) => {
|
|
|
876
911
|
strokeLinejoin: "round",
|
|
877
912
|
...props,
|
|
878
913
|
children: [
|
|
879
|
-
/* @__PURE__ */ (0,
|
|
880
|
-
/* @__PURE__ */ (0,
|
|
914
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Chevron Left Icon" }),
|
|
915
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m15 18-6-6 6-6" })
|
|
881
916
|
]
|
|
882
917
|
}
|
|
883
918
|
);
|
|
884
919
|
};
|
|
885
920
|
|
|
886
921
|
// src/chevron-right.tsx
|
|
887
|
-
var
|
|
922
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
888
923
|
var ChevronRightIcon = (props) => {
|
|
889
|
-
return /* @__PURE__ */ (0,
|
|
924
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
890
925
|
"svg",
|
|
891
926
|
{
|
|
892
927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -900,17 +935,17 @@ var ChevronRightIcon = (props) => {
|
|
|
900
935
|
strokeLinejoin: "round",
|
|
901
936
|
...props,
|
|
902
937
|
children: [
|
|
903
|
-
/* @__PURE__ */ (0,
|
|
904
|
-
/* @__PURE__ */ (0,
|
|
938
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Chevron Right Icon" }),
|
|
939
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m9 18 6-6-6-6" })
|
|
905
940
|
]
|
|
906
941
|
}
|
|
907
942
|
);
|
|
908
943
|
};
|
|
909
944
|
|
|
910
945
|
// src/chevron-up-down.tsx
|
|
911
|
-
var
|
|
946
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
912
947
|
var ChevronUpDown = ({ size = 24, ...props }) => {
|
|
913
|
-
return /* @__PURE__ */ (0,
|
|
948
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
914
949
|
"svg",
|
|
915
950
|
{
|
|
916
951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -924,18 +959,18 @@ var ChevronUpDown = ({ size = 24, ...props }) => {
|
|
|
924
959
|
strokeLinejoin: "round",
|
|
925
960
|
...props,
|
|
926
961
|
children: [
|
|
927
|
-
/* @__PURE__ */ (0,
|
|
928
|
-
/* @__PURE__ */ (0,
|
|
929
|
-
/* @__PURE__ */ (0,
|
|
962
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Chevron Up Down icon" }),
|
|
963
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m7 15 5 5 5-5" }),
|
|
964
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m7 9 5-5 5 5" })
|
|
930
965
|
]
|
|
931
966
|
}
|
|
932
967
|
);
|
|
933
968
|
};
|
|
934
969
|
|
|
935
970
|
// src/chevron-up-icon.tsx
|
|
936
|
-
var
|
|
971
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
937
972
|
var ChevronUpIcon = ({ size = 24, ...props }) => {
|
|
938
|
-
return /* @__PURE__ */ (0,
|
|
973
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
939
974
|
"svg",
|
|
940
975
|
{
|
|
941
976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -949,20 +984,20 @@ var ChevronUpIcon = ({ size = 24, ...props }) => {
|
|
|
949
984
|
strokeLinejoin: "round",
|
|
950
985
|
...props,
|
|
951
986
|
children: [
|
|
952
|
-
/* @__PURE__ */ (0,
|
|
953
|
-
/* @__PURE__ */ (0,
|
|
987
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Chevron Up" }),
|
|
988
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m18 15-6-6-6 6" })
|
|
954
989
|
]
|
|
955
990
|
}
|
|
956
991
|
);
|
|
957
992
|
};
|
|
958
993
|
|
|
959
994
|
// src/chevrons-left-right-ellipsis-icon.tsx
|
|
960
|
-
var
|
|
995
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
961
996
|
var ChevronsLeftRightEllipsisIcon = ({
|
|
962
997
|
size = 24,
|
|
963
998
|
...props
|
|
964
999
|
}) => {
|
|
965
|
-
return /* @__PURE__ */ (0,
|
|
1000
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
966
1001
|
"svg",
|
|
967
1002
|
{
|
|
968
1003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -976,21 +1011,21 @@ var ChevronsLeftRightEllipsisIcon = ({
|
|
|
976
1011
|
strokeLinejoin: "round",
|
|
977
1012
|
...props,
|
|
978
1013
|
children: [
|
|
979
|
-
/* @__PURE__ */ (0,
|
|
980
|
-
/* @__PURE__ */ (0,
|
|
981
|
-
/* @__PURE__ */ (0,
|
|
982
|
-
/* @__PURE__ */ (0,
|
|
983
|
-
/* @__PURE__ */ (0,
|
|
984
|
-
/* @__PURE__ */ (0,
|
|
1014
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
|
|
1015
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 12h.01" }),
|
|
1016
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M16 12h.01" }),
|
|
1017
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "m17 7 5 5-5 5" }),
|
|
1018
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "m7 7-5 5 5 5" }),
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M8 12h.01" })
|
|
985
1020
|
]
|
|
986
1021
|
}
|
|
987
1022
|
);
|
|
988
1023
|
};
|
|
989
1024
|
|
|
990
1025
|
// src/circle.tsx
|
|
991
|
-
var
|
|
1026
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
992
1027
|
var CircleIcon = (props) => {
|
|
993
|
-
return /* @__PURE__ */ (0,
|
|
1028
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
994
1029
|
"svg",
|
|
995
1030
|
{
|
|
996
1031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1004,19 +1039,19 @@ var CircleIcon = (props) => {
|
|
|
1004
1039
|
strokeLinejoin: "round",
|
|
1005
1040
|
...props,
|
|
1006
1041
|
children: [
|
|
1007
|
-
/* @__PURE__ */ (0,
|
|
1008
|
-
/* @__PURE__ */ (0,
|
|
1042
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Circle Icon" }),
|
|
1043
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1009
1044
|
" ",
|
|
1010
|
-
/* @__PURE__ */ (0,
|
|
1045
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M20 6 9 17l-5-5" })
|
|
1011
1046
|
]
|
|
1012
1047
|
}
|
|
1013
1048
|
);
|
|
1014
1049
|
};
|
|
1015
1050
|
|
|
1016
1051
|
// src/circle-dot-icon.tsx
|
|
1017
|
-
var
|
|
1052
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
1018
1053
|
var CircleDotIcon = ({ size = 24, ...props }) => {
|
|
1019
|
-
return /* @__PURE__ */ (0,
|
|
1054
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
1020
1055
|
"svg",
|
|
1021
1056
|
{
|
|
1022
1057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1030,21 +1065,21 @@ var CircleDotIcon = ({ size = 24, ...props }) => {
|
|
|
1030
1065
|
strokeLinejoin: "round",
|
|
1031
1066
|
...props,
|
|
1032
1067
|
children: [
|
|
1033
|
-
/* @__PURE__ */ (0,
|
|
1034
|
-
/* @__PURE__ */ (0,
|
|
1035
|
-
/* @__PURE__ */ (0,
|
|
1068
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "CircleDot icon" }),
|
|
1069
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1070
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("circle", { cx: "12", cy: "12", r: "1" })
|
|
1036
1071
|
]
|
|
1037
1072
|
}
|
|
1038
1073
|
);
|
|
1039
1074
|
};
|
|
1040
1075
|
|
|
1041
1076
|
// src/circle-fading-arrow-up-icon.tsx
|
|
1042
|
-
var
|
|
1077
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
1043
1078
|
var CircleFadingArrowUpIcon = ({
|
|
1044
1079
|
size = 24,
|
|
1045
1080
|
...props
|
|
1046
1081
|
}) => {
|
|
1047
|
-
return /* @__PURE__ */ (0,
|
|
1082
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
|
1048
1083
|
"svg",
|
|
1049
1084
|
{
|
|
1050
1085
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1058,23 +1093,23 @@ var CircleFadingArrowUpIcon = ({
|
|
|
1058
1093
|
strokeLinejoin: "round",
|
|
1059
1094
|
...props,
|
|
1060
1095
|
children: [
|
|
1061
|
-
/* @__PURE__ */ (0,
|
|
1062
|
-
/* @__PURE__ */ (0,
|
|
1063
|
-
/* @__PURE__ */ (0,
|
|
1064
|
-
/* @__PURE__ */ (0,
|
|
1065
|
-
/* @__PURE__ */ (0,
|
|
1066
|
-
/* @__PURE__ */ (0,
|
|
1067
|
-
/* @__PURE__ */ (0,
|
|
1068
|
-
/* @__PURE__ */ (0,
|
|
1096
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
|
|
1097
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
|
|
1098
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "m16 12-4-4-4 4" }),
|
|
1099
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M12 16V8" }),
|
|
1100
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
|
|
1101
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
|
|
1102
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
|
|
1103
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
|
|
1069
1104
|
]
|
|
1070
1105
|
}
|
|
1071
1106
|
);
|
|
1072
1107
|
};
|
|
1073
1108
|
|
|
1074
1109
|
// src/close.tsx
|
|
1075
|
-
var
|
|
1110
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
1076
1111
|
var CloseIcon = (props) => {
|
|
1077
|
-
return /* @__PURE__ */ (0,
|
|
1112
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
1078
1113
|
"svg",
|
|
1079
1114
|
{
|
|
1080
1115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1088,18 +1123,42 @@ var CloseIcon = (props) => {
|
|
|
1088
1123
|
strokeLinejoin: "round",
|
|
1089
1124
|
...props,
|
|
1090
1125
|
children: [
|
|
1091
|
-
/* @__PURE__ */ (0,
|
|
1092
|
-
/* @__PURE__ */ (0,
|
|
1093
|
-
/* @__PURE__ */ (0,
|
|
1126
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Close Icon" }),
|
|
1127
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M18 6 6 18" }),
|
|
1128
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "m6 6 12 12" })
|
|
1129
|
+
]
|
|
1130
|
+
}
|
|
1131
|
+
);
|
|
1132
|
+
};
|
|
1133
|
+
|
|
1134
|
+
// src/cloud-icon.tsx
|
|
1135
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
1136
|
+
var CloudIcon = ({ size = 24, ...props }) => {
|
|
1137
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
1138
|
+
"svg",
|
|
1139
|
+
{
|
|
1140
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1141
|
+
width: size,
|
|
1142
|
+
height: size,
|
|
1143
|
+
viewBox: "0 0 24 24",
|
|
1144
|
+
fill: "none",
|
|
1145
|
+
stroke: "currentColor",
|
|
1146
|
+
strokeWidth: "2",
|
|
1147
|
+
strokeLinecap: "round",
|
|
1148
|
+
strokeLinejoin: "round",
|
|
1149
|
+
...props,
|
|
1150
|
+
children: [
|
|
1151
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Cloud" }),
|
|
1152
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
|
|
1094
1153
|
]
|
|
1095
1154
|
}
|
|
1096
1155
|
);
|
|
1097
1156
|
};
|
|
1098
1157
|
|
|
1099
1158
|
// src/code-block-icon.tsx
|
|
1100
|
-
var
|
|
1159
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
1101
1160
|
var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
1102
|
-
return /* @__PURE__ */ (0,
|
|
1161
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
|
|
1103
1162
|
"svg",
|
|
1104
1163
|
{
|
|
1105
1164
|
width: size,
|
|
@@ -1109,8 +1168,8 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1109
1168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1110
1169
|
...props,
|
|
1111
1170
|
children: [
|
|
1112
|
-
/* @__PURE__ */ (0,
|
|
1113
|
-
/* @__PURE__ */ (0,
|
|
1171
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Code Block" }),
|
|
1172
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1114
1173
|
"path",
|
|
1115
1174
|
{
|
|
1116
1175
|
fillRule: "evenodd",
|
|
@@ -1119,7 +1178,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1119
1178
|
fill: "currentColor"
|
|
1120
1179
|
}
|
|
1121
1180
|
),
|
|
1122
|
-
/* @__PURE__ */ (0,
|
|
1181
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1123
1182
|
"path",
|
|
1124
1183
|
{
|
|
1125
1184
|
fillRule: "evenodd",
|
|
@@ -1128,7 +1187,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1128
1187
|
fill: "currentColor"
|
|
1129
1188
|
}
|
|
1130
1189
|
),
|
|
1131
|
-
/* @__PURE__ */ (0,
|
|
1190
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1132
1191
|
"path",
|
|
1133
1192
|
{
|
|
1134
1193
|
fillRule: "evenodd",
|
|
@@ -1143,9 +1202,9 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
|
|
|
1143
1202
|
};
|
|
1144
1203
|
|
|
1145
1204
|
// src/code-icon.tsx
|
|
1146
|
-
var
|
|
1205
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1147
1206
|
var CodeIcon = ({ size = 24, ...props }) => {
|
|
1148
|
-
return /* @__PURE__ */ (0,
|
|
1207
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
1149
1208
|
"svg",
|
|
1150
1209
|
{
|
|
1151
1210
|
width: size,
|
|
@@ -1155,22 +1214,22 @@ var CodeIcon = ({ size = 24, ...props }) => {
|
|
|
1155
1214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1156
1215
|
...props,
|
|
1157
1216
|
children: [
|
|
1158
|
-
/* @__PURE__ */ (0,
|
|
1159
|
-
/* @__PURE__ */ (0,
|
|
1217
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Code" }),
|
|
1218
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1160
1219
|
"path",
|
|
1161
1220
|
{
|
|
1162
1221
|
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",
|
|
1163
1222
|
fill: "currentColor"
|
|
1164
1223
|
}
|
|
1165
1224
|
),
|
|
1166
|
-
/* @__PURE__ */ (0,
|
|
1225
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1167
1226
|
"path",
|
|
1168
1227
|
{
|
|
1169
1228
|
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",
|
|
1170
1229
|
fill: "currentColor"
|
|
1171
1230
|
}
|
|
1172
1231
|
),
|
|
1173
|
-
/* @__PURE__ */ (0,
|
|
1232
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1174
1233
|
"path",
|
|
1175
1234
|
{
|
|
1176
1235
|
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",
|
|
@@ -1183,9 +1242,9 @@ var CodeIcon = ({ size = 24, ...props }) => {
|
|
|
1183
1242
|
};
|
|
1184
1243
|
|
|
1185
1244
|
// src/codeblock-icon.tsx
|
|
1186
|
-
var
|
|
1245
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1187
1246
|
var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
1188
|
-
return /* @__PURE__ */ (0,
|
|
1247
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
1189
1248
|
"svg",
|
|
1190
1249
|
{
|
|
1191
1250
|
width: size,
|
|
@@ -1195,8 +1254,8 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1195
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1196
1255
|
...props,
|
|
1197
1256
|
children: [
|
|
1198
|
-
/* @__PURE__ */ (0,
|
|
1199
|
-
/* @__PURE__ */ (0,
|
|
1257
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Code Block" }),
|
|
1258
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1200
1259
|
"path",
|
|
1201
1260
|
{
|
|
1202
1261
|
fillRule: "evenodd",
|
|
@@ -1205,7 +1264,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1205
1264
|
fill: "currentColor"
|
|
1206
1265
|
}
|
|
1207
1266
|
),
|
|
1208
|
-
/* @__PURE__ */ (0,
|
|
1267
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1209
1268
|
"path",
|
|
1210
1269
|
{
|
|
1211
1270
|
fillRule: "evenodd",
|
|
@@ -1214,7 +1273,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1214
1273
|
fill: "currentColor"
|
|
1215
1274
|
}
|
|
1216
1275
|
),
|
|
1217
|
-
/* @__PURE__ */ (0,
|
|
1276
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1218
1277
|
"path",
|
|
1219
1278
|
{
|
|
1220
1279
|
fillRule: "evenodd",
|
|
@@ -1228,10 +1287,38 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
|
|
|
1228
1287
|
);
|
|
1229
1288
|
};
|
|
1230
1289
|
|
|
1290
|
+
// src/control-implementation-icon.tsx
|
|
1291
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1292
|
+
var ControlImplementationIcon = ({
|
|
1293
|
+
size = 24,
|
|
1294
|
+
...props
|
|
1295
|
+
}) => {
|
|
1296
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
1297
|
+
"svg",
|
|
1298
|
+
{
|
|
1299
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1300
|
+
width: size,
|
|
1301
|
+
height: size,
|
|
1302
|
+
viewBox: "0 0 24 24",
|
|
1303
|
+
fill: "none",
|
|
1304
|
+
stroke: "currentColor",
|
|
1305
|
+
strokeWidth: "2",
|
|
1306
|
+
strokeLinecap: "round",
|
|
1307
|
+
strokeLinejoin: "round",
|
|
1308
|
+
...props,
|
|
1309
|
+
children: [
|
|
1310
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Control Implementation icon" }),
|
|
1311
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
|
|
1312
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
1313
|
+
]
|
|
1314
|
+
}
|
|
1315
|
+
);
|
|
1316
|
+
};
|
|
1317
|
+
|
|
1231
1318
|
// src/controls.tsx
|
|
1232
|
-
var
|
|
1319
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1233
1320
|
var ControlsIcon = ({ size = 24, ...props }) => {
|
|
1234
|
-
return /* @__PURE__ */ (0,
|
|
1321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
1235
1322
|
"svg",
|
|
1236
1323
|
{
|
|
1237
1324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1245,21 +1332,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
|
|
|
1245
1332
|
strokeLinejoin: "round",
|
|
1246
1333
|
...props,
|
|
1247
1334
|
children: [
|
|
1248
|
-
/* @__PURE__ */ (0,
|
|
1249
|
-
/* @__PURE__ */ (0,
|
|
1250
|
-
/* @__PURE__ */ (0,
|
|
1251
|
-
/* @__PURE__ */ (0,
|
|
1252
|
-
/* @__PURE__ */ (0,
|
|
1253
|
-
/* @__PURE__ */ (0,
|
|
1335
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Controls icon" }),
|
|
1336
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m3 17 2 2 4-4" }),
|
|
1337
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m3 7 2 2 4-4" }),
|
|
1338
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M13 6h8" }),
|
|
1339
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M13 12h8" }),
|
|
1340
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M13 18h8" })
|
|
1254
1341
|
]
|
|
1255
1342
|
}
|
|
1256
1343
|
);
|
|
1257
1344
|
};
|
|
1258
1345
|
|
|
1259
1346
|
// src/copy-icon.tsx
|
|
1260
|
-
var
|
|
1347
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1261
1348
|
var CopyIcon = ({ size = 24, ...props }) => {
|
|
1262
|
-
return /* @__PURE__ */ (0,
|
|
1349
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
1263
1350
|
"svg",
|
|
1264
1351
|
{
|
|
1265
1352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1273,18 +1360,18 @@ var CopyIcon = ({ size = 24, ...props }) => {
|
|
|
1273
1360
|
strokeLinejoin: "round",
|
|
1274
1361
|
...props,
|
|
1275
1362
|
children: [
|
|
1276
|
-
/* @__PURE__ */ (0,
|
|
1277
|
-
/* @__PURE__ */ (0,
|
|
1278
|
-
/* @__PURE__ */ (0,
|
|
1363
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Copy Icon" }),
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
|
|
1365
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
|
|
1279
1366
|
]
|
|
1280
1367
|
}
|
|
1281
1368
|
);
|
|
1282
1369
|
};
|
|
1283
1370
|
|
|
1284
1371
|
// src/corner-down-left-icon.tsx
|
|
1285
|
-
var
|
|
1372
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1286
1373
|
var CornerDownLeftIcon = ({ size = 24, ...props }) => {
|
|
1287
|
-
return /* @__PURE__ */ (0,
|
|
1374
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
1288
1375
|
"svg",
|
|
1289
1376
|
{
|
|
1290
1377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1298,18 +1385,18 @@ var CornerDownLeftIcon = ({ size = 24, ...props }) => {
|
|
|
1298
1385
|
strokeLinejoin: "round",
|
|
1299
1386
|
...props,
|
|
1300
1387
|
children: [
|
|
1301
|
-
/* @__PURE__ */ (0,
|
|
1302
|
-
/* @__PURE__ */ (0,
|
|
1303
|
-
/* @__PURE__ */ (0,
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Corner Down Left" }),
|
|
1389
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
|
|
1390
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "m9 10-5 5 5 5" })
|
|
1304
1391
|
]
|
|
1305
1392
|
}
|
|
1306
1393
|
);
|
|
1307
1394
|
};
|
|
1308
1395
|
|
|
1309
1396
|
// src/crop-icon.tsx
|
|
1310
|
-
var
|
|
1397
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1311
1398
|
var CropIcon = ({ size = 24, ...props }) => {
|
|
1312
|
-
return /* @__PURE__ */ (0,
|
|
1399
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
1313
1400
|
"svg",
|
|
1314
1401
|
{
|
|
1315
1402
|
width: size,
|
|
@@ -1319,17 +1406,17 @@ var CropIcon = ({ size = 24, ...props }) => {
|
|
|
1319
1406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1320
1407
|
...props,
|
|
1321
1408
|
children: [
|
|
1322
|
-
/* @__PURE__ */ (0,
|
|
1323
|
-
/* @__PURE__ */ (0,
|
|
1409
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Crop Icon" }),
|
|
1410
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.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" })
|
|
1324
1411
|
]
|
|
1325
1412
|
}
|
|
1326
1413
|
);
|
|
1327
1414
|
};
|
|
1328
1415
|
|
|
1329
1416
|
// src/data-asset.tsx
|
|
1330
|
-
var
|
|
1417
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1331
1418
|
var DataAssetIcon = ({ size = 24, ...props }) => {
|
|
1332
|
-
return /* @__PURE__ */ (0,
|
|
1419
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
1333
1420
|
"svg",
|
|
1334
1421
|
{
|
|
1335
1422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1343,19 +1430,19 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
|
|
|
1343
1430
|
strokeLinejoin: "round",
|
|
1344
1431
|
...props,
|
|
1345
1432
|
children: [
|
|
1346
|
-
/* @__PURE__ */ (0,
|
|
1347
|
-
/* @__PURE__ */ (0,
|
|
1348
|
-
/* @__PURE__ */ (0,
|
|
1349
|
-
/* @__PURE__ */ (0,
|
|
1433
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Plattform Asset icon" }),
|
|
1434
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
|
|
1435
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
|
|
1436
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
|
|
1350
1437
|
]
|
|
1351
1438
|
}
|
|
1352
1439
|
);
|
|
1353
1440
|
};
|
|
1354
1441
|
|
|
1355
1442
|
// src/documents.tsx
|
|
1356
|
-
var
|
|
1443
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1357
1444
|
var DocumentsIcon = ({ size = 24, ...props }) => {
|
|
1358
|
-
return /* @__PURE__ */ (0,
|
|
1445
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
1359
1446
|
"svg",
|
|
1360
1447
|
{
|
|
1361
1448
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1369,21 +1456,21 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
|
|
|
1369
1456
|
strokeLinejoin: "round",
|
|
1370
1457
|
...props,
|
|
1371
1458
|
children: [
|
|
1372
|
-
/* @__PURE__ */ (0,
|
|
1373
|
-
/* @__PURE__ */ (0,
|
|
1374
|
-
/* @__PURE__ */ (0,
|
|
1375
|
-
/* @__PURE__ */ (0,
|
|
1376
|
-
/* @__PURE__ */ (0,
|
|
1377
|
-
/* @__PURE__ */ (0,
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Documents icon" }),
|
|
1460
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
1461
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
|
|
1462
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M10 9H8" }),
|
|
1463
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M16 13H8" }),
|
|
1464
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M16 17H8" })
|
|
1378
1465
|
]
|
|
1379
1466
|
}
|
|
1380
1467
|
);
|
|
1381
1468
|
};
|
|
1382
1469
|
|
|
1383
1470
|
// src/domain-icon.tsx
|
|
1384
|
-
var
|
|
1471
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1385
1472
|
var DomainIcon = ({ size = 24, ...props }) => {
|
|
1386
|
-
return /* @__PURE__ */ (0,
|
|
1473
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1387
1474
|
"svg",
|
|
1388
1475
|
{
|
|
1389
1476
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1397,19 +1484,19 @@ var DomainIcon = ({ size = 24, ...props }) => {
|
|
|
1397
1484
|
strokeLinejoin: "round",
|
|
1398
1485
|
...props,
|
|
1399
1486
|
children: [
|
|
1400
|
-
/* @__PURE__ */ (0,
|
|
1401
|
-
/* @__PURE__ */ (0,
|
|
1402
|
-
/* @__PURE__ */ (0,
|
|
1403
|
-
/* @__PURE__ */ (0,
|
|
1487
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Domain icon" }),
|
|
1488
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1489
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
1490
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M2 12h20" })
|
|
1404
1491
|
]
|
|
1405
1492
|
}
|
|
1406
1493
|
);
|
|
1407
1494
|
};
|
|
1408
1495
|
|
|
1409
1496
|
// src/dora-icon.tsx
|
|
1410
|
-
var
|
|
1497
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1411
1498
|
var DORAIcon = ({ size = 24, ...props }) => {
|
|
1412
|
-
return /* @__PURE__ */ (0,
|
|
1499
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
1413
1500
|
"svg",
|
|
1414
1501
|
{
|
|
1415
1502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1423,22 +1510,22 @@ var DORAIcon = ({ size = 24, ...props }) => {
|
|
|
1423
1510
|
strokeLinejoin: "round",
|
|
1424
1511
|
...props,
|
|
1425
1512
|
children: [
|
|
1426
|
-
/* @__PURE__ */ (0,
|
|
1427
|
-
/* @__PURE__ */ (0,
|
|
1428
|
-
/* @__PURE__ */ (0,
|
|
1429
|
-
/* @__PURE__ */ (0,
|
|
1430
|
-
/* @__PURE__ */ (0,
|
|
1431
|
-
/* @__PURE__ */ (0,
|
|
1432
|
-
/* @__PURE__ */ (0,
|
|
1513
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "DORA compliance" }),
|
|
1514
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
|
|
1515
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
|
|
1516
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
|
|
1517
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
|
|
1518
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
|
|
1519
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("polygon", { points: "12 2 20 7 4 7" })
|
|
1433
1520
|
]
|
|
1434
1521
|
}
|
|
1435
1522
|
);
|
|
1436
1523
|
};
|
|
1437
1524
|
|
|
1438
1525
|
// src/download-icon.tsx
|
|
1439
|
-
var
|
|
1526
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1440
1527
|
var DownloadIcon = ({ size = 24, ...props }) => {
|
|
1441
|
-
return /* @__PURE__ */ (0,
|
|
1528
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
1442
1529
|
"svg",
|
|
1443
1530
|
{
|
|
1444
1531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1452,19 +1539,19 @@ var DownloadIcon = ({ size = 24, ...props }) => {
|
|
|
1452
1539
|
strokeLinejoin: "round",
|
|
1453
1540
|
...props,
|
|
1454
1541
|
children: [
|
|
1455
|
-
/* @__PURE__ */ (0,
|
|
1456
|
-
/* @__PURE__ */ (0,
|
|
1457
|
-
/* @__PURE__ */ (0,
|
|
1458
|
-
/* @__PURE__ */ (0,
|
|
1542
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Download icon" }),
|
|
1543
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M12 15V3" }),
|
|
1544
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
1545
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "m7 10 5 5 5-5" })
|
|
1459
1546
|
]
|
|
1460
1547
|
}
|
|
1461
1548
|
);
|
|
1462
1549
|
};
|
|
1463
1550
|
|
|
1464
1551
|
// src/dsar.tsx
|
|
1465
|
-
var
|
|
1552
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1466
1553
|
var DSARIcon = ({ size = 24, ...props }) => {
|
|
1467
|
-
return /* @__PURE__ */ (0,
|
|
1554
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
1468
1555
|
"svg",
|
|
1469
1556
|
{
|
|
1470
1557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1478,18 +1565,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
|
|
|
1478
1565
|
strokeLinejoin: "round",
|
|
1479
1566
|
...props,
|
|
1480
1567
|
children: [
|
|
1481
|
-
/* @__PURE__ */ (0,
|
|
1482
|
-
/* @__PURE__ */ (0,
|
|
1483
|
-
/* @__PURE__ */ (0,
|
|
1568
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "DSAR icon" }),
|
|
1569
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
|
|
1570
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.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" })
|
|
1484
1571
|
]
|
|
1485
1572
|
}
|
|
1486
1573
|
);
|
|
1487
1574
|
};
|
|
1488
1575
|
|
|
1489
1576
|
// src/edit-icon.tsx
|
|
1490
|
-
var
|
|
1577
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1491
1578
|
var EditIcon = ({ size = 24, ...props }) => {
|
|
1492
|
-
return /* @__PURE__ */ (0,
|
|
1579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
1493
1580
|
"svg",
|
|
1494
1581
|
{
|
|
1495
1582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1503,18 +1590,18 @@ var EditIcon = ({ size = 24, ...props }) => {
|
|
|
1503
1590
|
strokeLinejoin: "round",
|
|
1504
1591
|
...props,
|
|
1505
1592
|
children: [
|
|
1506
|
-
/* @__PURE__ */ (0,
|
|
1507
|
-
/* @__PURE__ */ (0,
|
|
1508
|
-
/* @__PURE__ */ (0,
|
|
1593
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Edit icon" }),
|
|
1594
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.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" }),
|
|
1595
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "m15 5 4 4" })
|
|
1509
1596
|
]
|
|
1510
1597
|
}
|
|
1511
1598
|
);
|
|
1512
1599
|
};
|
|
1513
1600
|
|
|
1514
1601
|
// src/ellipsis-icon.tsx
|
|
1515
|
-
var
|
|
1602
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1516
1603
|
var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
1517
|
-
return /* @__PURE__ */ (0,
|
|
1604
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
1518
1605
|
"svg",
|
|
1519
1606
|
{
|
|
1520
1607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1528,19 +1615,19 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
|
1528
1615
|
strokeLinejoin: "round",
|
|
1529
1616
|
...props,
|
|
1530
1617
|
children: [
|
|
1531
|
-
/* @__PURE__ */ (0,
|
|
1532
|
-
/* @__PURE__ */ (0,
|
|
1533
|
-
/* @__PURE__ */ (0,
|
|
1534
|
-
/* @__PURE__ */ (0,
|
|
1618
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Ellipsis Icon" }),
|
|
1619
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
|
|
1620
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
|
|
1621
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "5", cy: "12", r: "1" })
|
|
1535
1622
|
]
|
|
1536
1623
|
}
|
|
1537
1624
|
);
|
|
1538
1625
|
};
|
|
1539
1626
|
|
|
1540
1627
|
// src/equals-icon.tsx
|
|
1541
|
-
var
|
|
1628
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1542
1629
|
var EqualsIcon = ({ size = 24, ...props }) => {
|
|
1543
|
-
return /* @__PURE__ */ (0,
|
|
1630
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
1544
1631
|
"svg",
|
|
1545
1632
|
{
|
|
1546
1633
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1554,18 +1641,18 @@ var EqualsIcon = ({ size = 24, ...props }) => {
|
|
|
1554
1641
|
strokeLinejoin: "round",
|
|
1555
1642
|
...props,
|
|
1556
1643
|
children: [
|
|
1557
|
-
/* @__PURE__ */ (0,
|
|
1558
|
-
/* @__PURE__ */ (0,
|
|
1559
|
-
/* @__PURE__ */ (0,
|
|
1644
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Equals icon" }),
|
|
1645
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
|
|
1646
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
|
|
1560
1647
|
]
|
|
1561
1648
|
}
|
|
1562
1649
|
);
|
|
1563
1650
|
};
|
|
1564
1651
|
|
|
1565
1652
|
// src/external-link-icon.tsx
|
|
1566
|
-
var
|
|
1653
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1567
1654
|
var ExternalLinkIcon = ({ size = 24, ...props }) => {
|
|
1568
|
-
return /* @__PURE__ */ (0,
|
|
1655
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
1569
1656
|
"svg",
|
|
1570
1657
|
{
|
|
1571
1658
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1580,19 +1667,19 @@ var ExternalLinkIcon = ({ size = 24, ...props }) => {
|
|
|
1580
1667
|
"aria-hidden": "true",
|
|
1581
1668
|
...props,
|
|
1582
1669
|
children: [
|
|
1583
|
-
/* @__PURE__ */ (0,
|
|
1584
|
-
/* @__PURE__ */ (0,
|
|
1585
|
-
/* @__PURE__ */ (0,
|
|
1586
|
-
/* @__PURE__ */ (0,
|
|
1670
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "External Link Icon" }),
|
|
1671
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M15 3h6v6" }),
|
|
1672
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M10 14 21 3" }),
|
|
1673
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
|
|
1587
1674
|
]
|
|
1588
1675
|
}
|
|
1589
1676
|
);
|
|
1590
1677
|
};
|
|
1591
1678
|
|
|
1592
1679
|
// src/eye.tsx
|
|
1593
|
-
var
|
|
1680
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1594
1681
|
var EyeIcon = (props) => {
|
|
1595
|
-
return /* @__PURE__ */ (0,
|
|
1682
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
1596
1683
|
"svg",
|
|
1597
1684
|
{
|
|
1598
1685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1606,18 +1693,18 @@ var EyeIcon = (props) => {
|
|
|
1606
1693
|
strokeLinejoin: "round",
|
|
1607
1694
|
...props,
|
|
1608
1695
|
children: [
|
|
1609
|
-
/* @__PURE__ */ (0,
|
|
1610
|
-
/* @__PURE__ */ (0,
|
|
1611
|
-
/* @__PURE__ */ (0,
|
|
1696
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Eye Icon" }),
|
|
1697
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.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" }),
|
|
1698
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
|
1612
1699
|
]
|
|
1613
1700
|
}
|
|
1614
1701
|
);
|
|
1615
1702
|
};
|
|
1616
1703
|
|
|
1617
1704
|
// src/eye-off.tsx
|
|
1618
|
-
var
|
|
1705
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1619
1706
|
var EyeOffIcon = (props) => {
|
|
1620
|
-
return /* @__PURE__ */ (0,
|
|
1707
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
1621
1708
|
"svg",
|
|
1622
1709
|
{
|
|
1623
1710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1631,20 +1718,73 @@ var EyeOffIcon = (props) => {
|
|
|
1631
1718
|
strokeLinejoin: "round",
|
|
1632
1719
|
...props,
|
|
1633
1720
|
children: [
|
|
1634
|
-
/* @__PURE__ */ (0,
|
|
1635
|
-
/* @__PURE__ */ (0,
|
|
1636
|
-
/* @__PURE__ */ (0,
|
|
1637
|
-
/* @__PURE__ */ (0,
|
|
1638
|
-
/* @__PURE__ */ (0,
|
|
1721
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Eye Off Icon" }),
|
|
1722
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.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" }),
|
|
1723
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
|
|
1724
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.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" }),
|
|
1725
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "m2 2 20 20" })
|
|
1726
|
+
]
|
|
1727
|
+
}
|
|
1728
|
+
);
|
|
1729
|
+
};
|
|
1730
|
+
|
|
1731
|
+
// src/file-text-icon.tsx
|
|
1732
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1733
|
+
var FileTextIcon = ({ size = 24, ...props }) => {
|
|
1734
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
1735
|
+
"svg",
|
|
1736
|
+
{
|
|
1737
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1738
|
+
width: size,
|
|
1739
|
+
height: size,
|
|
1740
|
+
viewBox: "0 0 24 24",
|
|
1741
|
+
fill: "none",
|
|
1742
|
+
stroke: "currentColor",
|
|
1743
|
+
strokeWidth: "2",
|
|
1744
|
+
strokeLinecap: "round",
|
|
1745
|
+
strokeLinejoin: "round",
|
|
1746
|
+
...props,
|
|
1747
|
+
children: [
|
|
1748
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "File Text" }),
|
|
1749
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
1750
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
|
|
1751
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M10 9H8" }),
|
|
1752
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M16 13H8" }),
|
|
1753
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M16 17H8" })
|
|
1754
|
+
]
|
|
1755
|
+
}
|
|
1756
|
+
);
|
|
1757
|
+
};
|
|
1758
|
+
|
|
1759
|
+
// src/gear-icon.tsx
|
|
1760
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1761
|
+
var GearIcon = ({ size = 24, ...props }) => {
|
|
1762
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
1763
|
+
"svg",
|
|
1764
|
+
{
|
|
1765
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1766
|
+
width: size,
|
|
1767
|
+
height: size,
|
|
1768
|
+
viewBox: "0 0 24 24",
|
|
1769
|
+
fill: "none",
|
|
1770
|
+
stroke: "currentColor",
|
|
1771
|
+
strokeWidth: "2",
|
|
1772
|
+
strokeLinecap: "round",
|
|
1773
|
+
strokeLinejoin: "round",
|
|
1774
|
+
...props,
|
|
1775
|
+
children: [
|
|
1776
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Gear" }),
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
|
|
1778
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
|
1639
1779
|
]
|
|
1640
1780
|
}
|
|
1641
1781
|
);
|
|
1642
1782
|
};
|
|
1643
1783
|
|
|
1644
1784
|
// src/globe-icon.tsx
|
|
1645
|
-
var
|
|
1785
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1646
1786
|
var GlobeIcon = ({ size = 24, ...props }) => {
|
|
1647
|
-
return /* @__PURE__ */ (0,
|
|
1787
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1648
1788
|
"svg",
|
|
1649
1789
|
{
|
|
1650
1790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1659,19 +1799,19 @@ var GlobeIcon = ({ size = 24, ...props }) => {
|
|
|
1659
1799
|
"aria-hidden": "true",
|
|
1660
1800
|
...props,
|
|
1661
1801
|
children: [
|
|
1662
|
-
/* @__PURE__ */ (0,
|
|
1663
|
-
/* @__PURE__ */ (0,
|
|
1664
|
-
/* @__PURE__ */ (0,
|
|
1665
|
-
/* @__PURE__ */ (0,
|
|
1802
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "External Link Icon" }),
|
|
1803
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1804
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
1805
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M2 12h20" })
|
|
1666
1806
|
]
|
|
1667
1807
|
}
|
|
1668
1808
|
);
|
|
1669
1809
|
};
|
|
1670
1810
|
|
|
1671
1811
|
// src/grip-vertical.tsx
|
|
1672
|
-
var
|
|
1812
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1673
1813
|
var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
1674
|
-
return /* @__PURE__ */ (0,
|
|
1814
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
1675
1815
|
"svg",
|
|
1676
1816
|
{
|
|
1677
1817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1686,22 +1826,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
1686
1826
|
"aria-hidden": "true",
|
|
1687
1827
|
...props,
|
|
1688
1828
|
children: [
|
|
1689
|
-
/* @__PURE__ */ (0,
|
|
1690
|
-
/* @__PURE__ */ (0,
|
|
1691
|
-
/* @__PURE__ */ (0,
|
|
1692
|
-
/* @__PURE__ */ (0,
|
|
1693
|
-
/* @__PURE__ */ (0,
|
|
1694
|
-
/* @__PURE__ */ (0,
|
|
1695
|
-
/* @__PURE__ */ (0,
|
|
1829
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Grip Vertical Icon" }),
|
|
1830
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
|
|
1831
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
|
|
1832
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
|
|
1833
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
|
|
1834
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "15", cy: "19", r: "1" })
|
|
1696
1836
|
]
|
|
1697
1837
|
}
|
|
1698
1838
|
);
|
|
1699
1839
|
};
|
|
1700
1840
|
|
|
1701
1841
|
// src/hardware-asset.tsx
|
|
1702
|
-
var
|
|
1842
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1703
1843
|
var HardwareAssetIcon = ({ size = 24, ...props }) => {
|
|
1704
|
-
return /* @__PURE__ */ (0,
|
|
1844
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
1705
1845
|
"svg",
|
|
1706
1846
|
{
|
|
1707
1847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1715,20 +1855,20 @@ var HardwareAssetIcon = ({ size = 24, ...props }) => {
|
|
|
1715
1855
|
strokeLinejoin: "round",
|
|
1716
1856
|
...props,
|
|
1717
1857
|
children: [
|
|
1718
|
-
/* @__PURE__ */ (0,
|
|
1719
|
-
/* @__PURE__ */ (0,
|
|
1720
|
-
/* @__PURE__ */ (0,
|
|
1721
|
-
/* @__PURE__ */ (0,
|
|
1722
|
-
/* @__PURE__ */ (0,
|
|
1858
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Hardware Asset icon" }),
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
|
|
1860
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
|
|
1861
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
|
|
1862
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
|
|
1723
1863
|
]
|
|
1724
1864
|
}
|
|
1725
1865
|
);
|
|
1726
1866
|
};
|
|
1727
1867
|
|
|
1728
1868
|
// src/heading-five-icon.tsx
|
|
1729
|
-
var
|
|
1869
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
1730
1870
|
var HeadingFiveIcon = ({ size = 24, ...props }) => {
|
|
1731
|
-
return /* @__PURE__ */ (0,
|
|
1871
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
1732
1872
|
"svg",
|
|
1733
1873
|
{
|
|
1734
1874
|
width: size,
|
|
@@ -1738,15 +1878,15 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
|
|
|
1738
1878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1739
1879
|
...props,
|
|
1740
1880
|
children: [
|
|
1741
|
-
/* @__PURE__ */ (0,
|
|
1742
|
-
/* @__PURE__ */ (0,
|
|
1881
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Heading Five" }),
|
|
1882
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1743
1883
|
"path",
|
|
1744
1884
|
{
|
|
1745
1885
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1746
1886
|
fill: "currentColor"
|
|
1747
1887
|
}
|
|
1748
1888
|
),
|
|
1749
|
-
/* @__PURE__ */ (0,
|
|
1889
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1750
1890
|
"path",
|
|
1751
1891
|
{
|
|
1752
1892
|
d: "M16 10C16 9.44772 16.4477 9 17 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H18V12H18.3C20.2754 12 22 13.4739 22 15.5C22 17.5261 20.2754 19 18.3 19C17.6457 19 17.0925 18.8643 16.5528 18.5944C16.0588 18.3474 15.8586 17.7468 16.1055 17.2528C16.3525 16.7588 16.9532 16.5586 17.4472 16.8056C17.7074 16.9357 17.9542 17 18.3 17C19.3246 17 20 16.2739 20 15.5C20 14.7261 19.3246 14 18.3 14H17C16.4477 14 16 13.5523 16 13L16 12.9928V10Z",
|
|
@@ -1759,9 +1899,9 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
|
|
|
1759
1899
|
};
|
|
1760
1900
|
|
|
1761
1901
|
// src/heading-four-icon.tsx
|
|
1762
|
-
var
|
|
1902
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1763
1903
|
var HeadingFourIcon = ({ size = 24, ...props }) => {
|
|
1764
|
-
return /* @__PURE__ */ (0,
|
|
1904
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
|
|
1765
1905
|
"svg",
|
|
1766
1906
|
{
|
|
1767
1907
|
width: size,
|
|
@@ -1771,15 +1911,15 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
|
|
|
1771
1911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1772
1912
|
...props,
|
|
1773
1913
|
children: [
|
|
1774
|
-
/* @__PURE__ */ (0,
|
|
1775
|
-
/* @__PURE__ */ (0,
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Heading Four" }),
|
|
1915
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1776
1916
|
"path",
|
|
1777
1917
|
{
|
|
1778
1918
|
d: "M4 5C4.55228 5 5 5.44772 5 6V11H11V6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H5V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5Z",
|
|
1779
1919
|
fill: "currentColor"
|
|
1780
1920
|
}
|
|
1781
1921
|
),
|
|
1782
|
-
/* @__PURE__ */ (0,
|
|
1922
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1783
1923
|
"path",
|
|
1784
1924
|
{
|
|
1785
1925
|
d: "M17 9C17.5523 9 18 9.44772 18 10V13H20V10C20 9.44772 20.4477 9 21 9C21.5523 9 22 9.44772 22 10V18C22 18.5523 21.5523 19 21 19C20.4477 19 20 18.5523 20 18V15H17C16.4477 15 16 14.5523 16 14V10C16 9.44772 16.4477 9 17 9Z",
|
|
@@ -1792,9 +1932,9 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
|
|
|
1792
1932
|
};
|
|
1793
1933
|
|
|
1794
1934
|
// src/heading-icon.tsx
|
|
1795
|
-
var
|
|
1935
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1796
1936
|
var HeadingIcon = ({ size = 24, ...props }) => {
|
|
1797
|
-
return /* @__PURE__ */ (0,
|
|
1937
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
1798
1938
|
"svg",
|
|
1799
1939
|
{
|
|
1800
1940
|
width: size,
|
|
@@ -1804,8 +1944,8 @@ var HeadingIcon = ({ size = 24, ...props }) => {
|
|
|
1804
1944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1805
1945
|
...props,
|
|
1806
1946
|
children: [
|
|
1807
|
-
/* @__PURE__ */ (0,
|
|
1808
|
-
/* @__PURE__ */ (0,
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Heading" }),
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1809
1949
|
"path",
|
|
1810
1950
|
{
|
|
1811
1951
|
d: "M6 3C6.55228 3 7 3.44772 7 4V11H17V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V13H7V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z",
|
|
@@ -1818,9 +1958,9 @@ var HeadingIcon = ({ size = 24, ...props }) => {
|
|
|
1818
1958
|
};
|
|
1819
1959
|
|
|
1820
1960
|
// src/heading-one-icon.tsx
|
|
1821
|
-
var
|
|
1961
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1822
1962
|
var HeadingOneIcon = ({ size = 24, ...props }) => {
|
|
1823
|
-
return /* @__PURE__ */ (0,
|
|
1963
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
1824
1964
|
"svg",
|
|
1825
1965
|
{
|
|
1826
1966
|
width: size,
|
|
@@ -1830,15 +1970,15 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
|
|
|
1830
1970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1831
1971
|
...props,
|
|
1832
1972
|
children: [
|
|
1833
|
-
/* @__PURE__ */ (0,
|
|
1834
|
-
/* @__PURE__ */ (0,
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Heading One" }),
|
|
1974
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1835
1975
|
"path",
|
|
1836
1976
|
{
|
|
1837
1977
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1838
1978
|
fill: "currentColor"
|
|
1839
1979
|
}
|
|
1840
1980
|
),
|
|
1841
|
-
/* @__PURE__ */ (0,
|
|
1981
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1842
1982
|
"path",
|
|
1843
1983
|
{
|
|
1844
1984
|
d: "M21.0001 10C21.0001 9.63121 20.7971 9.29235 20.472 9.11833C20.1468 8.94431 19.7523 8.96338 19.4454 9.16795L16.4454 11.168C15.9859 11.4743 15.8617 12.0952 16.1681 12.5547C16.4744 13.0142 17.0953 13.1384 17.5548 12.8321L19.0001 11.8685V18C19.0001 18.5523 19.4478 19 20.0001 19C20.5524 19 21.0001 18.5523 21.0001 18V10Z",
|
|
@@ -1851,9 +1991,9 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
|
|
|
1851
1991
|
};
|
|
1852
1992
|
|
|
1853
1993
|
// src/heading-six-icon.tsx
|
|
1854
|
-
var
|
|
1994
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1855
1995
|
var HeadingSixIcon = ({ size = 24, ...props }) => {
|
|
1856
|
-
return /* @__PURE__ */ (0,
|
|
1996
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
|
|
1857
1997
|
"svg",
|
|
1858
1998
|
{
|
|
1859
1999
|
width: size,
|
|
@@ -1863,15 +2003,15 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
|
|
|
1863
2003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1864
2004
|
...props,
|
|
1865
2005
|
children: [
|
|
1866
|
-
/* @__PURE__ */ (0,
|
|
1867
|
-
/* @__PURE__ */ (0,
|
|
2006
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Heading Six" }),
|
|
2007
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1868
2008
|
"path",
|
|
1869
2009
|
{
|
|
1870
2010
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1871
2011
|
fill: "currentColor"
|
|
1872
2012
|
}
|
|
1873
2013
|
),
|
|
1874
|
-
/* @__PURE__ */ (0,
|
|
2014
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1875
2015
|
"path",
|
|
1876
2016
|
{
|
|
1877
2017
|
fillRule: "evenodd",
|
|
@@ -1886,9 +2026,9 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
|
|
|
1886
2026
|
};
|
|
1887
2027
|
|
|
1888
2028
|
// src/heading-three-icon.tsx
|
|
1889
|
-
var
|
|
2029
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1890
2030
|
var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
1891
|
-
return /* @__PURE__ */ (0,
|
|
2031
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
1892
2032
|
"svg",
|
|
1893
2033
|
{
|
|
1894
2034
|
width: size,
|
|
@@ -1898,15 +2038,15 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
|
1898
2038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1899
2039
|
...props,
|
|
1900
2040
|
children: [
|
|
1901
|
-
/* @__PURE__ */ (0,
|
|
1902
|
-
/* @__PURE__ */ (0,
|
|
2041
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Heading Three" }),
|
|
2042
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1903
2043
|
"path",
|
|
1904
2044
|
{
|
|
1905
2045
|
d: "M4 5C4.55228 5 5 5.44772 5 6V11H11V6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H5V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5Z",
|
|
1906
2046
|
fill: "currentColor"
|
|
1907
2047
|
}
|
|
1908
2048
|
),
|
|
1909
|
-
/* @__PURE__ */ (0,
|
|
2049
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1910
2050
|
"path",
|
|
1911
2051
|
{
|
|
1912
2052
|
fillRule: "evenodd",
|
|
@@ -1915,7 +2055,7 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
|
1915
2055
|
fill: "currentColor"
|
|
1916
2056
|
}
|
|
1917
2057
|
),
|
|
1918
|
-
/* @__PURE__ */ (0,
|
|
2058
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1919
2059
|
"path",
|
|
1920
2060
|
{
|
|
1921
2061
|
fillRule: "evenodd",
|
|
@@ -1930,9 +2070,9 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
|
1930
2070
|
};
|
|
1931
2071
|
|
|
1932
2072
|
// src/heading-two-icon.tsx
|
|
1933
|
-
var
|
|
2073
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
1934
2074
|
var HeadingTwoIcon = ({ size = 24, ...props }) => {
|
|
1935
|
-
return /* @__PURE__ */ (0,
|
|
2075
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
|
1936
2076
|
"svg",
|
|
1937
2077
|
{
|
|
1938
2078
|
width: size,
|
|
@@ -1942,15 +2082,15 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
|
|
|
1942
2082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1943
2083
|
...props,
|
|
1944
2084
|
children: [
|
|
1945
|
-
/* @__PURE__ */ (0,
|
|
1946
|
-
/* @__PURE__ */ (0,
|
|
2085
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Heading Two" }),
|
|
2086
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1947
2087
|
"path",
|
|
1948
2088
|
{
|
|
1949
2089
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1950
2090
|
fill: "currentColor"
|
|
1951
2091
|
}
|
|
1952
2092
|
),
|
|
1953
|
-
/* @__PURE__ */ (0,
|
|
2093
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1954
2094
|
"path",
|
|
1955
2095
|
{
|
|
1956
2096
|
d: "M22.0001 12C22.0001 10.7611 21.1663 9.79297 20.0663 9.42632C18.9547 9.05578 17.6171 9.28724 16.4001 10.2C15.9582 10.5314 15.8687 11.1582 16.2001 11.6C16.5314 12.0418 17.1582 12.1314 17.6001 11.8C18.383 11.2128 19.0455 11.1942 19.4338 11.3237C19.8339 11.457 20.0001 11.7389 20.0001 12C20.0001 12.4839 19.8554 12.7379 19.6537 12.9481C19.4275 13.1837 19.1378 13.363 18.7055 13.6307C18.6313 13.6767 18.553 13.7252 18.4701 13.777C17.9572 14.0975 17.3128 14.5261 16.8163 15.2087C16.3007 15.9177 16.0001 16.8183 16.0001 18C16.0001 18.5523 16.4478 19 17.0001 19H21.0001C21.5523 19 22.0001 18.5523 22.0001 18C22.0001 17.4477 21.5523 17 21.0001 17H18.131C18.21 16.742 18.3176 16.5448 18.4338 16.385C18.6873 16.0364 19.0429 15.7775 19.5301 15.473C19.5898 15.4357 19.6536 15.3966 19.7205 15.3556C20.139 15.0992 20.6783 14.7687 21.0964 14.3332C21.6447 13.7621 22.0001 13.0161 22.0001 12Z",
|
|
@@ -1963,9 +2103,9 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
|
|
|
1963
2103
|
};
|
|
1964
2104
|
|
|
1965
2105
|
// src/highlighter-icon.tsx
|
|
1966
|
-
var
|
|
2106
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
1967
2107
|
var HighlighterIcon = ({ size = 24, ...props }) => {
|
|
1968
|
-
return /* @__PURE__ */ (0,
|
|
2108
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
|
|
1969
2109
|
"svg",
|
|
1970
2110
|
{
|
|
1971
2111
|
width: size,
|
|
@@ -1975,8 +2115,8 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
|
|
|
1975
2115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1976
2116
|
...props,
|
|
1977
2117
|
children: [
|
|
1978
|
-
/* @__PURE__ */ (0,
|
|
1979
|
-
/* @__PURE__ */ (0,
|
|
2118
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Highlighter" }),
|
|
2119
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1980
2120
|
"path",
|
|
1981
2121
|
{
|
|
1982
2122
|
fillRule: "evenodd",
|
|
@@ -1990,10 +2130,35 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
|
|
|
1990
2130
|
);
|
|
1991
2131
|
};
|
|
1992
2132
|
|
|
2133
|
+
// src/home-icon.tsx
|
|
2134
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
2135
|
+
function HomeIcon(props) {
|
|
2136
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
|
|
2137
|
+
"svg",
|
|
2138
|
+
{
|
|
2139
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2140
|
+
width: "24",
|
|
2141
|
+
height: "24",
|
|
2142
|
+
viewBox: "0 0 24 24",
|
|
2143
|
+
fill: "none",
|
|
2144
|
+
stroke: "currentColor",
|
|
2145
|
+
strokeWidth: "2",
|
|
2146
|
+
strokeLinecap: "round",
|
|
2147
|
+
strokeLinejoin: "round",
|
|
2148
|
+
...props,
|
|
2149
|
+
children: [
|
|
2150
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "Home" }),
|
|
2151
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }),
|
|
2152
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })
|
|
2153
|
+
]
|
|
2154
|
+
}
|
|
2155
|
+
);
|
|
2156
|
+
}
|
|
2157
|
+
|
|
1993
2158
|
// src/image-icon.tsx
|
|
1994
|
-
var
|
|
2159
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
1995
2160
|
var ImageIcon = ({ size = 24, ...props }) => {
|
|
1996
|
-
return /* @__PURE__ */ (0,
|
|
2161
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
|
|
1997
2162
|
"svg",
|
|
1998
2163
|
{
|
|
1999
2164
|
width: size,
|
|
@@ -2003,8 +2168,8 @@ var ImageIcon = ({ size = 24, ...props }) => {
|
|
|
2003
2168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2004
2169
|
...props,
|
|
2005
2170
|
children: [
|
|
2006
|
-
/* @__PURE__ */ (0,
|
|
2007
|
-
/* @__PURE__ */ (0,
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "Image" }),
|
|
2172
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2008
2173
|
"path",
|
|
2009
2174
|
{
|
|
2010
2175
|
fillRule: "evenodd",
|
|
@@ -2019,9 +2184,9 @@ var ImageIcon = ({ size = 24, ...props }) => {
|
|
|
2019
2184
|
};
|
|
2020
2185
|
|
|
2021
2186
|
// src/incident.tsx
|
|
2022
|
-
var
|
|
2187
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
2023
2188
|
var IncidentIcon = ({ size = 24, ...props }) => {
|
|
2024
|
-
return /* @__PURE__ */ (0,
|
|
2189
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2025
2190
|
"svg",
|
|
2026
2191
|
{
|
|
2027
2192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2035,19 +2200,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
|
|
|
2035
2200
|
strokeLinejoin: "round",
|
|
2036
2201
|
...props,
|
|
2037
2202
|
children: [
|
|
2038
|
-
/* @__PURE__ */ (0,
|
|
2039
|
-
/* @__PURE__ */ (0,
|
|
2040
|
-
/* @__PURE__ */ (0,
|
|
2041
|
-
/* @__PURE__ */ (0,
|
|
2203
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "Incident icon" }),
|
|
2204
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M12 16h.01" }),
|
|
2205
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M12 8v4" }),
|
|
2206
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
|
|
2042
2207
|
]
|
|
2043
2208
|
}
|
|
2044
2209
|
);
|
|
2045
2210
|
};
|
|
2046
2211
|
|
|
2047
2212
|
// src/info.tsx
|
|
2048
|
-
var
|
|
2213
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
2049
2214
|
var InfoIcon = ({ size = 24, ...props }) => {
|
|
2050
|
-
return /* @__PURE__ */ (0,
|
|
2215
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
|
|
2051
2216
|
"svg",
|
|
2052
2217
|
{
|
|
2053
2218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2062,19 +2227,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
|
|
|
2062
2227
|
"aria-hidden": "true",
|
|
2063
2228
|
...props,
|
|
2064
2229
|
children: [
|
|
2065
|
-
/* @__PURE__ */ (0,
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2067
|
-
/* @__PURE__ */ (0,
|
|
2068
|
-
/* @__PURE__ */ (0,
|
|
2230
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "Info Icon" }),
|
|
2231
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
2232
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M12 16v-4" }),
|
|
2233
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M12 8h.01" })
|
|
2069
2234
|
]
|
|
2070
2235
|
}
|
|
2071
2236
|
);
|
|
2072
2237
|
};
|
|
2073
2238
|
|
|
2074
2239
|
// src/issues.tsx
|
|
2075
|
-
var
|
|
2240
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
2076
2241
|
var IssuesIcon = ({ size = 24, ...props }) => {
|
|
2077
|
-
return /* @__PURE__ */ (0,
|
|
2242
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
|
|
2078
2243
|
"svg",
|
|
2079
2244
|
{
|
|
2080
2245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2088,21 +2253,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
|
|
|
2088
2253
|
strokeLinejoin: "round",
|
|
2089
2254
|
...props,
|
|
2090
2255
|
children: [
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2092
|
-
/* @__PURE__ */ (0,
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2094
|
-
/* @__PURE__ */ (0,
|
|
2095
|
-
/* @__PURE__ */ (0,
|
|
2096
|
-
/* @__PURE__ */ (0,
|
|
2256
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "Issues icon" }),
|
|
2257
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
2258
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M12 11h4" }),
|
|
2259
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M12 16h4" }),
|
|
2260
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M8 11h.01" }),
|
|
2261
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M8 16h.01" })
|
|
2097
2262
|
]
|
|
2098
2263
|
}
|
|
2099
2264
|
);
|
|
2100
2265
|
};
|
|
2101
2266
|
|
|
2102
2267
|
// src/italic-icon.tsx
|
|
2103
|
-
var
|
|
2268
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
2104
2269
|
var ItalicIcon = ({ size = 24, ...props }) => {
|
|
2105
|
-
return /* @__PURE__ */ (0,
|
|
2270
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
|
|
2106
2271
|
"svg",
|
|
2107
2272
|
{
|
|
2108
2273
|
width: size,
|
|
@@ -2112,8 +2277,8 @@ var ItalicIcon = ({ size = 24, ...props }) => {
|
|
|
2112
2277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2113
2278
|
...props,
|
|
2114
2279
|
children: [
|
|
2115
|
-
/* @__PURE__ */ (0,
|
|
2116
|
-
/* @__PURE__ */ (0,
|
|
2280
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "Italic" }),
|
|
2281
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2117
2282
|
"path",
|
|
2118
2283
|
{
|
|
2119
2284
|
d: "M15.0222 3H19C19.5523 3 20 3.44772 20 4C20 4.55228 19.5523 5 19 5H15.693L10.443 19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H9.02418C9.00802 21.0004 8.99181 21.0004 8.97557 21H5C4.44772 21 4 20.5523 4 20C4 19.4477 4.44772 19 5 19H8.30704L13.557 5H10C9.44772 5 9 4.55228 9 4C9 3.44772 9.44772 3 10 3H14.9782C14.9928 2.99968 15.0075 2.99967 15.0222 3Z",
|
|
@@ -2126,9 +2291,9 @@ var ItalicIcon = ({ size = 24, ...props }) => {
|
|
|
2126
2291
|
};
|
|
2127
2292
|
|
|
2128
2293
|
// src/label-icon.tsx
|
|
2129
|
-
var
|
|
2294
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
2130
2295
|
var LabelIcon = ({ size = 24, ...props }) => {
|
|
2131
|
-
return /* @__PURE__ */ (0,
|
|
2296
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
2132
2297
|
"svg",
|
|
2133
2298
|
{
|
|
2134
2299
|
width: size,
|
|
@@ -2142,18 +2307,18 @@ var LabelIcon = ({ size = 24, ...props }) => {
|
|
|
2142
2307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2143
2308
|
...props,
|
|
2144
2309
|
children: [
|
|
2145
|
-
/* @__PURE__ */ (0,
|
|
2146
|
-
/* @__PURE__ */ (0,
|
|
2147
|
-
/* @__PURE__ */ (0,
|
|
2310
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Label" }),
|
|
2311
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }),
|
|
2312
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
|
|
2148
2313
|
]
|
|
2149
2314
|
}
|
|
2150
2315
|
);
|
|
2151
2316
|
};
|
|
2152
2317
|
|
|
2153
2318
|
// src/link-icon.tsx
|
|
2154
|
-
var
|
|
2319
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
2155
2320
|
var LinkIcon = ({ size = 24, ...props }) => {
|
|
2156
|
-
return /* @__PURE__ */ (0,
|
|
2321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
2157
2322
|
"svg",
|
|
2158
2323
|
{
|
|
2159
2324
|
width: size,
|
|
@@ -2163,15 +2328,15 @@ var LinkIcon = ({ size = 24, ...props }) => {
|
|
|
2163
2328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2164
2329
|
...props,
|
|
2165
2330
|
children: [
|
|
2166
|
-
/* @__PURE__ */ (0,
|
|
2167
|
-
/* @__PURE__ */ (0,
|
|
2331
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Link" }),
|
|
2332
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2168
2333
|
"path",
|
|
2169
2334
|
{
|
|
2170
2335
|
d: "M16.9958 1.06669C15.4226 1.05302 13.907 1.65779 12.7753 2.75074L12.765 2.76086L11.045 4.47086C10.6534 4.86024 10.6515 5.49341 11.0409 5.88507C11.4303 6.27673 12.0634 6.27858 12.4551 5.88919L14.1697 4.18456C14.9236 3.45893 15.9319 3.05752 16.9784 3.06662C18.0272 3.07573 19.0304 3.49641 19.772 4.23804C20.5137 4.97967 20.9344 5.98292 20.9435 7.03171C20.9526 8.07776 20.5515 9.08563 19.8265 9.83941L16.833 12.8329C16.4274 13.2386 15.9393 13.5524 15.4019 13.7529C14.8645 13.9533 14.2903 14.0359 13.7181 13.9949C13.146 13.9539 12.5894 13.7904 12.0861 13.5154C11.5827 13.2404 11.1444 12.8604 10.8008 12.401C10.47 11.9588 9.84333 11.8685 9.40108 12.1993C8.95883 12.5301 8.86849 13.1568 9.1993 13.599C9.71464 14.288 10.3721 14.858 11.1272 15.2705C11.8822 15.683 12.7171 15.9283 13.5753 15.9898C14.4334 16.0513 15.2948 15.9274 16.1009 15.6267C16.907 15.326 17.639 14.8555 18.2473 14.247L21.2472 11.2471L21.2593 11.2347C22.3523 10.1031 22.9571 8.58751 22.9434 7.01433C22.9297 5.44115 22.2987 3.93628 21.1863 2.82383C20.0738 1.71138 18.5689 1.08036 16.9958 1.06669Z",
|
|
2171
2336
|
fill: "currentColor"
|
|
2172
2337
|
}
|
|
2173
2338
|
),
|
|
2174
|
-
/* @__PURE__ */ (0,
|
|
2339
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2175
2340
|
"path",
|
|
2176
2341
|
{
|
|
2177
2342
|
d: "M10.4247 8.0102C9.56657 7.94874 8.70522 8.07256 7.89911 8.37326C7.09305 8.67395 6.36096 9.14458 5.75272 9.753L2.75285 12.7529L2.74067 12.7653C1.64772 13.8969 1.04295 15.4125 1.05662 16.9857C1.07029 18.5589 1.70131 20.0637 2.81376 21.1762C3.9262 22.2886 5.43108 22.9196 7.00426 22.9333C8.57744 22.947 10.0931 22.3422 11.2247 21.2493L11.2371 21.2371L12.9471 19.5271C13.3376 19.1366 13.3376 18.5034 12.9471 18.1129C12.5565 17.7223 11.9234 17.7223 11.5328 18.1129L9.82932 19.8164C9.07555 20.5414 8.06768 20.9425 7.02164 20.9334C5.97285 20.9243 4.9696 20.5036 4.22797 19.762C3.48634 19.0203 3.06566 18.0171 3.05655 16.9683C3.04746 15.9222 3.44851 14.9144 4.17355 14.1606L7.16719 11.167C7.5727 10.7613 8.06071 10.4476 8.59811 10.2471C9.13552 10.0467 9.70976 9.96412 10.2819 10.0051C10.854 10.0461 11.4106 10.2096 11.9139 10.4846C12.4173 10.7596 12.8556 11.1397 13.1992 11.599C13.53 12.0412 14.1567 12.1316 14.5989 11.8007C15.0412 11.4699 15.1315 10.8433 14.8007 10.401C14.2854 9.71205 13.6279 9.14198 12.8729 8.72948C12.1178 8.31697 11.2829 8.07166 10.4247 8.0102Z",
|
|
@@ -2184,9 +2349,9 @@ var LinkIcon = ({ size = 24, ...props }) => {
|
|
|
2184
2349
|
};
|
|
2185
2350
|
|
|
2186
2351
|
// src/linkedin.tsx
|
|
2187
|
-
var
|
|
2352
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
2188
2353
|
var LinkedInIcon = ({ size = 24, ...props }) => {
|
|
2189
|
-
return /* @__PURE__ */ (0,
|
|
2354
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2190
2355
|
"svg",
|
|
2191
2356
|
{
|
|
2192
2357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2202,19 +2367,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
|
|
|
2202
2367
|
focusable: "false",
|
|
2203
2368
|
...props,
|
|
2204
2369
|
children: [
|
|
2205
|
-
/* @__PURE__ */ (0,
|
|
2206
|
-
/* @__PURE__ */ (0,
|
|
2207
|
-
/* @__PURE__ */ (0,
|
|
2208
|
-
/* @__PURE__ */ (0,
|
|
2370
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "LinkedIn Icon" }),
|
|
2371
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
|
|
2372
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
|
|
2373
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("circle", { cx: "4", cy: "4", r: "2" })
|
|
2209
2374
|
]
|
|
2210
2375
|
}
|
|
2211
2376
|
);
|
|
2212
2377
|
};
|
|
2213
2378
|
|
|
2214
2379
|
// src/list-icon.tsx
|
|
2215
|
-
var
|
|
2380
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
2216
2381
|
var ListIcon = ({ size = 24, ...props }) => {
|
|
2217
|
-
return /* @__PURE__ */ (0,
|
|
2382
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
2218
2383
|
"svg",
|
|
2219
2384
|
{
|
|
2220
2385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2224,8 +2389,8 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2224
2389
|
fill: "currentColor",
|
|
2225
2390
|
...props,
|
|
2226
2391
|
children: [
|
|
2227
|
-
/* @__PURE__ */ (0,
|
|
2228
|
-
/* @__PURE__ */ (0,
|
|
2392
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "List Icon" }),
|
|
2393
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2229
2394
|
"path",
|
|
2230
2395
|
{
|
|
2231
2396
|
fillRule: "evenodd",
|
|
@@ -2234,7 +2399,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2234
2399
|
fill: "currentColor"
|
|
2235
2400
|
}
|
|
2236
2401
|
),
|
|
2237
|
-
/* @__PURE__ */ (0,
|
|
2402
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2238
2403
|
"path",
|
|
2239
2404
|
{
|
|
2240
2405
|
fillRule: "evenodd",
|
|
@@ -2243,7 +2408,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2243
2408
|
fill: "currentColor"
|
|
2244
2409
|
}
|
|
2245
2410
|
),
|
|
2246
|
-
/* @__PURE__ */ (0,
|
|
2411
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2247
2412
|
"path",
|
|
2248
2413
|
{
|
|
2249
2414
|
fillRule: "evenodd",
|
|
@@ -2252,7 +2417,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2252
2417
|
fill: "currentColor"
|
|
2253
2418
|
}
|
|
2254
2419
|
),
|
|
2255
|
-
/* @__PURE__ */ (0,
|
|
2420
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2256
2421
|
"path",
|
|
2257
2422
|
{
|
|
2258
2423
|
fillRule: "evenodd",
|
|
@@ -2261,7 +2426,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2261
2426
|
fill: "currentColor"
|
|
2262
2427
|
}
|
|
2263
2428
|
),
|
|
2264
|
-
/* @__PURE__ */ (0,
|
|
2429
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2265
2430
|
"path",
|
|
2266
2431
|
{
|
|
2267
2432
|
fillRule: "evenodd",
|
|
@@ -2270,7 +2435,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2270
2435
|
fill: "currentColor"
|
|
2271
2436
|
}
|
|
2272
2437
|
),
|
|
2273
|
-
/* @__PURE__ */ (0,
|
|
2438
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2274
2439
|
"path",
|
|
2275
2440
|
{
|
|
2276
2441
|
fillRule: "evenodd",
|
|
@@ -2285,9 +2450,9 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2285
2450
|
};
|
|
2286
2451
|
|
|
2287
2452
|
// src/list-ordered-icon.tsx
|
|
2288
|
-
var
|
|
2453
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
2289
2454
|
var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
2290
|
-
return /* @__PURE__ */ (0,
|
|
2455
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
2291
2456
|
"svg",
|
|
2292
2457
|
{
|
|
2293
2458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2297,8 +2462,8 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2297
2462
|
fill: "currentColor",
|
|
2298
2463
|
...props,
|
|
2299
2464
|
children: [
|
|
2300
|
-
/* @__PURE__ */ (0,
|
|
2301
|
-
/* @__PURE__ */ (0,
|
|
2465
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "List Ordered Icon" }),
|
|
2466
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2302
2467
|
"path",
|
|
2303
2468
|
{
|
|
2304
2469
|
fillRule: "evenodd",
|
|
@@ -2307,7 +2472,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2307
2472
|
fill: "currentColor"
|
|
2308
2473
|
}
|
|
2309
2474
|
),
|
|
2310
|
-
/* @__PURE__ */ (0,
|
|
2475
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2311
2476
|
"path",
|
|
2312
2477
|
{
|
|
2313
2478
|
fillRule: "evenodd",
|
|
@@ -2316,7 +2481,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2316
2481
|
fill: "currentColor"
|
|
2317
2482
|
}
|
|
2318
2483
|
),
|
|
2319
|
-
/* @__PURE__ */ (0,
|
|
2484
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2320
2485
|
"path",
|
|
2321
2486
|
{
|
|
2322
2487
|
fillRule: "evenodd",
|
|
@@ -2325,7 +2490,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2325
2490
|
fill: "currentColor"
|
|
2326
2491
|
}
|
|
2327
2492
|
),
|
|
2328
|
-
/* @__PURE__ */ (0,
|
|
2493
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2329
2494
|
"path",
|
|
2330
2495
|
{
|
|
2331
2496
|
fillRule: "evenodd",
|
|
@@ -2334,7 +2499,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2334
2499
|
fill: "currentColor"
|
|
2335
2500
|
}
|
|
2336
2501
|
),
|
|
2337
|
-
/* @__PURE__ */ (0,
|
|
2502
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2338
2503
|
"path",
|
|
2339
2504
|
{
|
|
2340
2505
|
fillRule: "evenodd",
|
|
@@ -2343,7 +2508,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2343
2508
|
fill: "currentColor"
|
|
2344
2509
|
}
|
|
2345
2510
|
),
|
|
2346
|
-
/* @__PURE__ */ (0,
|
|
2511
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2347
2512
|
"path",
|
|
2348
2513
|
{
|
|
2349
2514
|
fillRule: "evenodd",
|
|
@@ -2358,9 +2523,9 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2358
2523
|
};
|
|
2359
2524
|
|
|
2360
2525
|
// src/list-todo-icon.tsx
|
|
2361
|
-
var
|
|
2526
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
2362
2527
|
var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
2363
|
-
return /* @__PURE__ */ (0,
|
|
2528
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
|
|
2364
2529
|
"svg",
|
|
2365
2530
|
{
|
|
2366
2531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2370,8 +2535,8 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2370
2535
|
fill: "currentColor",
|
|
2371
2536
|
...props,
|
|
2372
2537
|
children: [
|
|
2373
|
-
/* @__PURE__ */ (0,
|
|
2374
|
-
/* @__PURE__ */ (0,
|
|
2538
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "List Todo Icon" }),
|
|
2539
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2375
2540
|
"path",
|
|
2376
2541
|
{
|
|
2377
2542
|
fillRule: "evenodd",
|
|
@@ -2380,7 +2545,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2380
2545
|
fill: "currentColor"
|
|
2381
2546
|
}
|
|
2382
2547
|
),
|
|
2383
|
-
/* @__PURE__ */ (0,
|
|
2548
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2384
2549
|
"path",
|
|
2385
2550
|
{
|
|
2386
2551
|
fillRule: "evenodd",
|
|
@@ -2389,7 +2554,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2389
2554
|
fill: "currentColor"
|
|
2390
2555
|
}
|
|
2391
2556
|
),
|
|
2392
|
-
/* @__PURE__ */ (0,
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2393
2558
|
"path",
|
|
2394
2559
|
{
|
|
2395
2560
|
fillRule: "evenodd",
|
|
@@ -2398,7 +2563,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2398
2563
|
fill: "currentColor"
|
|
2399
2564
|
}
|
|
2400
2565
|
),
|
|
2401
|
-
/* @__PURE__ */ (0,
|
|
2566
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2402
2567
|
"path",
|
|
2403
2568
|
{
|
|
2404
2569
|
fillRule: "evenodd",
|
|
@@ -2407,7 +2572,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2407
2572
|
fill: "currentColor"
|
|
2408
2573
|
}
|
|
2409
2574
|
),
|
|
2410
|
-
/* @__PURE__ */ (0,
|
|
2575
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2411
2576
|
"path",
|
|
2412
2577
|
{
|
|
2413
2578
|
fillRule: "evenodd",
|
|
@@ -2421,10 +2586,35 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2421
2586
|
);
|
|
2422
2587
|
};
|
|
2423
2588
|
|
|
2589
|
+
// src/lock-icon.tsx
|
|
2590
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
2591
|
+
var LockIcon = ({ size = 24, ...props }) => {
|
|
2592
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
|
|
2593
|
+
"svg",
|
|
2594
|
+
{
|
|
2595
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2596
|
+
width: size,
|
|
2597
|
+
height: size,
|
|
2598
|
+
viewBox: "0 0 24 24",
|
|
2599
|
+
fill: "none",
|
|
2600
|
+
stroke: "currentColor",
|
|
2601
|
+
strokeWidth: "2",
|
|
2602
|
+
strokeLinecap: "round",
|
|
2603
|
+
strokeLinejoin: "round",
|
|
2604
|
+
...props,
|
|
2605
|
+
children: [
|
|
2606
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Lock" }),
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
|
|
2608
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
2609
|
+
]
|
|
2610
|
+
}
|
|
2611
|
+
);
|
|
2612
|
+
};
|
|
2613
|
+
|
|
2424
2614
|
// src/message-square-icon.tsx
|
|
2425
|
-
var
|
|
2615
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
2426
2616
|
var MessageSquareIcon = ({ size = 24, ...props }) => {
|
|
2427
|
-
return /* @__PURE__ */ (0,
|
|
2617
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
|
|
2428
2618
|
"svg",
|
|
2429
2619
|
{
|
|
2430
2620
|
width: size,
|
|
@@ -2438,17 +2628,17 @@ var MessageSquareIcon = ({ size = 24, ...props }) => {
|
|
|
2438
2628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2439
2629
|
...props,
|
|
2440
2630
|
children: [
|
|
2441
|
-
/* @__PURE__ */ (0,
|
|
2442
|
-
/* @__PURE__ */ (0,
|
|
2631
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Message" }),
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
|
|
2443
2633
|
]
|
|
2444
2634
|
}
|
|
2445
2635
|
);
|
|
2446
2636
|
};
|
|
2447
2637
|
|
|
2448
2638
|
// src/minus.tsx
|
|
2449
|
-
var
|
|
2639
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
2450
2640
|
var MinusIcon = ({ size = 24, ...props }) => {
|
|
2451
|
-
return /* @__PURE__ */ (0,
|
|
2641
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
|
|
2452
2642
|
"svg",
|
|
2453
2643
|
{
|
|
2454
2644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2462,17 +2652,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
|
|
|
2462
2652
|
strokeLinejoin: "round",
|
|
2463
2653
|
...props,
|
|
2464
2654
|
children: [
|
|
2465
|
-
/* @__PURE__ */ (0,
|
|
2466
|
-
/* @__PURE__ */ (0,
|
|
2655
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Minus Icon" }),
|
|
2656
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M5 12h14" })
|
|
2467
2657
|
]
|
|
2468
2658
|
}
|
|
2469
2659
|
);
|
|
2470
2660
|
};
|
|
2471
2661
|
|
|
2472
2662
|
// src/more-vertical-icon.tsx
|
|
2473
|
-
var
|
|
2663
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
2474
2664
|
var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
2475
|
-
return /* @__PURE__ */ (0,
|
|
2665
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2476
2666
|
"svg",
|
|
2477
2667
|
{
|
|
2478
2668
|
width: size,
|
|
@@ -2482,8 +2672,8 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2482
2672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2483
2673
|
...props,
|
|
2484
2674
|
children: [
|
|
2485
|
-
/* @__PURE__ */ (0,
|
|
2486
|
-
/* @__PURE__ */ (0,
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "More Vertical Icon" }),
|
|
2676
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2487
2677
|
"path",
|
|
2488
2678
|
{
|
|
2489
2679
|
fillRule: "evenodd",
|
|
@@ -2492,7 +2682,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2492
2682
|
fill: "currentColor"
|
|
2493
2683
|
}
|
|
2494
2684
|
),
|
|
2495
|
-
/* @__PURE__ */ (0,
|
|
2685
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2496
2686
|
"path",
|
|
2497
2687
|
{
|
|
2498
2688
|
fillRule: "evenodd",
|
|
@@ -2501,7 +2691,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2501
2691
|
fill: "currentColor"
|
|
2502
2692
|
}
|
|
2503
2693
|
),
|
|
2504
|
-
/* @__PURE__ */ (0,
|
|
2694
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2505
2695
|
"path",
|
|
2506
2696
|
{
|
|
2507
2697
|
fillRule: "evenodd",
|
|
@@ -2516,9 +2706,9 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2516
2706
|
};
|
|
2517
2707
|
|
|
2518
2708
|
// src/nis2-icon.tsx
|
|
2519
|
-
var
|
|
2709
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
2520
2710
|
var NIS2Icon = ({ size = 24, ...props }) => {
|
|
2521
|
-
return /* @__PURE__ */ (0,
|
|
2711
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
|
|
2522
2712
|
"svg",
|
|
2523
2713
|
{
|
|
2524
2714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2532,18 +2722,18 @@ var NIS2Icon = ({ size = 24, ...props }) => {
|
|
|
2532
2722
|
strokeLinejoin: "round",
|
|
2533
2723
|
...props,
|
|
2534
2724
|
children: [
|
|
2535
|
-
/* @__PURE__ */ (0,
|
|
2536
|
-
/* @__PURE__ */ (0,
|
|
2537
|
-
/* @__PURE__ */ (0,
|
|
2725
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "NIS2 compliance" }),
|
|
2726
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.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" }),
|
|
2727
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
2538
2728
|
]
|
|
2539
2729
|
}
|
|
2540
2730
|
);
|
|
2541
2731
|
};
|
|
2542
2732
|
|
|
2543
2733
|
// src/notification-icon.tsx
|
|
2544
|
-
var
|
|
2734
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
2545
2735
|
var NotificationIcon = (props) => {
|
|
2546
|
-
return /* @__PURE__ */ (0,
|
|
2736
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
2547
2737
|
"svg",
|
|
2548
2738
|
{
|
|
2549
2739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2557,18 +2747,46 @@ var NotificationIcon = (props) => {
|
|
|
2557
2747
|
strokeLinejoin: "round",
|
|
2558
2748
|
...props,
|
|
2559
2749
|
children: [
|
|
2560
|
-
/* @__PURE__ */ (0,
|
|
2561
|
-
/* @__PURE__ */ (0,
|
|
2562
|
-
/* @__PURE__ */ (0,
|
|
2750
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Notification Icon" }),
|
|
2751
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
|
|
2752
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
|
|
2563
2753
|
]
|
|
2564
2754
|
}
|
|
2565
2755
|
);
|
|
2566
2756
|
};
|
|
2567
2757
|
|
|
2758
|
+
// src/palette-icon.tsx
|
|
2759
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
2760
|
+
function PaletteIcon(props) {
|
|
2761
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2762
|
+
"svg",
|
|
2763
|
+
{
|
|
2764
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2765
|
+
width: "24",
|
|
2766
|
+
height: "24",
|
|
2767
|
+
viewBox: "0 0 24 24",
|
|
2768
|
+
fill: "none",
|
|
2769
|
+
stroke: "currentColor",
|
|
2770
|
+
strokeWidth: "2",
|
|
2771
|
+
strokeLinecap: "round",
|
|
2772
|
+
strokeLinejoin: "round",
|
|
2773
|
+
...props,
|
|
2774
|
+
children: [
|
|
2775
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Palette" }),
|
|
2776
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
|
|
2777
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
|
|
2778
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
|
|
2780
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z" })
|
|
2781
|
+
]
|
|
2782
|
+
}
|
|
2783
|
+
);
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2568
2786
|
// src/panel-left-icon.tsx
|
|
2569
|
-
var
|
|
2787
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
2570
2788
|
var PanelLeftIcon = ({ size = 24, ...props }) => {
|
|
2571
|
-
return /* @__PURE__ */ (0,
|
|
2789
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
|
|
2572
2790
|
"svg",
|
|
2573
2791
|
{
|
|
2574
2792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2582,18 +2800,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
|
|
|
2582
2800
|
strokeLinejoin: "round",
|
|
2583
2801
|
...props,
|
|
2584
2802
|
children: [
|
|
2585
|
-
/* @__PURE__ */ (0,
|
|
2586
|
-
/* @__PURE__ */ (0,
|
|
2587
|
-
/* @__PURE__ */ (0,
|
|
2803
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Panel Left icon" }),
|
|
2804
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
2805
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M9 3v18" })
|
|
2588
2806
|
]
|
|
2589
2807
|
}
|
|
2590
2808
|
);
|
|
2591
2809
|
};
|
|
2592
2810
|
|
|
2593
2811
|
// src/people.tsx
|
|
2594
|
-
var
|
|
2812
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
2595
2813
|
var PeopleIcon = ({ size = 24, ...props }) => {
|
|
2596
|
-
return /* @__PURE__ */ (0,
|
|
2814
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
2597
2815
|
"svg",
|
|
2598
2816
|
{
|
|
2599
2817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2607,20 +2825,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
|
|
|
2607
2825
|
strokeLinejoin: "round",
|
|
2608
2826
|
...props,
|
|
2609
2827
|
children: [
|
|
2610
|
-
/* @__PURE__ */ (0,
|
|
2611
|
-
/* @__PURE__ */ (0,
|
|
2612
|
-
/* @__PURE__ */ (0,
|
|
2613
|
-
/* @__PURE__ */ (0,
|
|
2614
|
-
/* @__PURE__ */ (0,
|
|
2828
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "People icon" }),
|
|
2829
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
2830
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
|
|
2831
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
|
|
2832
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("circle", { cx: "9", cy: "7", r: "4" })
|
|
2615
2833
|
]
|
|
2616
2834
|
}
|
|
2617
2835
|
);
|
|
2618
2836
|
};
|
|
2619
2837
|
|
|
2620
2838
|
// src/physical-asset.tsx
|
|
2621
|
-
var
|
|
2839
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
2622
2840
|
var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
2623
|
-
return /* @__PURE__ */ (0,
|
|
2841
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
2624
2842
|
"svg",
|
|
2625
2843
|
{
|
|
2626
2844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2634,20 +2852,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
|
2634
2852
|
strokeLinejoin: "round",
|
|
2635
2853
|
...props,
|
|
2636
2854
|
children: [
|
|
2637
|
-
/* @__PURE__ */ (0,
|
|
2638
|
-
/* @__PURE__ */ (0,
|
|
2639
|
-
/* @__PURE__ */ (0,
|
|
2640
|
-
/* @__PURE__ */ (0,
|
|
2641
|
-
/* @__PURE__ */ (0,
|
|
2855
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "Physical Asset icon" }),
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
|
|
2857
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.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" }),
|
|
2858
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M6 13h12" }),
|
|
2859
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M6 17h12" })
|
|
2642
2860
|
]
|
|
2643
2861
|
}
|
|
2644
2862
|
);
|
|
2645
2863
|
};
|
|
2646
2864
|
|
|
2647
2865
|
// src/plus.tsx
|
|
2648
|
-
var
|
|
2866
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
2649
2867
|
var PlusIcon = (props) => {
|
|
2650
|
-
return /* @__PURE__ */ (0,
|
|
2868
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
2651
2869
|
"svg",
|
|
2652
2870
|
{
|
|
2653
2871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2661,18 +2879,18 @@ var PlusIcon = (props) => {
|
|
|
2661
2879
|
strokeLinejoin: "round",
|
|
2662
2880
|
...props,
|
|
2663
2881
|
children: [
|
|
2664
|
-
/* @__PURE__ */ (0,
|
|
2665
|
-
/* @__PURE__ */ (0,
|
|
2666
|
-
/* @__PURE__ */ (0,
|
|
2882
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Plus Icon" }),
|
|
2883
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M5 12h14" }),
|
|
2884
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M12 5v14" })
|
|
2667
2885
|
]
|
|
2668
2886
|
}
|
|
2669
2887
|
);
|
|
2670
2888
|
};
|
|
2671
2889
|
|
|
2672
2890
|
// src/process.tsx
|
|
2673
|
-
var
|
|
2891
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
2674
2892
|
var ProcessIcon = ({ size = 24, ...props }) => {
|
|
2675
|
-
return /* @__PURE__ */ (0,
|
|
2893
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
|
|
2676
2894
|
"svg",
|
|
2677
2895
|
{
|
|
2678
2896
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2686,20 +2904,20 @@ var ProcessIcon = ({ size = 24, ...props }) => {
|
|
|
2686
2904
|
strokeLinejoin: "round",
|
|
2687
2905
|
...props,
|
|
2688
2906
|
children: [
|
|
2689
|
-
/* @__PURE__ */ (0,
|
|
2690
|
-
/* @__PURE__ */ (0,
|
|
2691
|
-
/* @__PURE__ */ (0,
|
|
2692
|
-
/* @__PURE__ */ (0,
|
|
2693
|
-
/* @__PURE__ */ (0,
|
|
2907
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Process icon" }),
|
|
2908
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M16 5H3" }),
|
|
2909
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M16 12H3" }),
|
|
2910
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M11 19H3" }),
|
|
2911
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "m15 18 2 2 4-4" })
|
|
2694
2912
|
]
|
|
2695
2913
|
}
|
|
2696
2914
|
);
|
|
2697
2915
|
};
|
|
2698
2916
|
|
|
2699
2917
|
// src/process-category.tsx
|
|
2700
|
-
var
|
|
2918
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
2701
2919
|
var ProcessCategoryIcon = ({ size = 24, ...props }) => {
|
|
2702
|
-
return /* @__PURE__ */ (0,
|
|
2920
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
|
|
2703
2921
|
"svg",
|
|
2704
2922
|
{
|
|
2705
2923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2713,22 +2931,22 @@ var ProcessCategoryIcon = ({ size = 24, ...props }) => {
|
|
|
2713
2931
|
strokeLinejoin: "round",
|
|
2714
2932
|
...props,
|
|
2715
2933
|
children: [
|
|
2716
|
-
/* @__PURE__ */ (0,
|
|
2717
|
-
/* @__PURE__ */ (0,
|
|
2718
|
-
/* @__PURE__ */ (0,
|
|
2719
|
-
/* @__PURE__ */ (0,
|
|
2934
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Process category icon" }),
|
|
2935
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.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" }),
|
|
2936
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "m8 13 4-7 4 7" }),
|
|
2937
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M9.1 11h5.7" })
|
|
2720
2938
|
]
|
|
2721
2939
|
}
|
|
2722
2940
|
);
|
|
2723
2941
|
};
|
|
2724
2942
|
|
|
2725
2943
|
// src/processing-activity.tsx
|
|
2726
|
-
var
|
|
2944
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
2727
2945
|
var ProcessingActivityIcon = ({
|
|
2728
2946
|
size = 24,
|
|
2729
2947
|
...props
|
|
2730
2948
|
}) => {
|
|
2731
|
-
return /* @__PURE__ */ (0,
|
|
2949
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
|
|
2732
2950
|
"svg",
|
|
2733
2951
|
{
|
|
2734
2952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2742,19 +2960,19 @@ var ProcessingActivityIcon = ({
|
|
|
2742
2960
|
strokeLinejoin: "round",
|
|
2743
2961
|
...props,
|
|
2744
2962
|
children: [
|
|
2745
|
-
/* @__PURE__ */ (0,
|
|
2746
|
-
/* @__PURE__ */ (0,
|
|
2747
|
-
/* @__PURE__ */ (0,
|
|
2748
|
-
/* @__PURE__ */ (0,
|
|
2963
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Processing Activity icon" }),
|
|
2964
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
|
|
2965
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
|
|
2966
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
|
|
2749
2967
|
]
|
|
2750
2968
|
}
|
|
2751
2969
|
);
|
|
2752
2970
|
};
|
|
2753
2971
|
|
|
2754
2972
|
// src/program-icon.tsx
|
|
2755
|
-
var
|
|
2973
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
2756
2974
|
var ProgramIcon = ({ size = 24, ...props }) => {
|
|
2757
|
-
return /* @__PURE__ */ (0,
|
|
2975
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
|
|
2758
2976
|
"svg",
|
|
2759
2977
|
{
|
|
2760
2978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2768,20 +2986,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
|
|
|
2768
2986
|
strokeLinejoin: "round",
|
|
2769
2987
|
...props,
|
|
2770
2988
|
children: [
|
|
2771
|
-
/* @__PURE__ */ (0,
|
|
2772
|
-
/* @__PURE__ */ (0,
|
|
2773
|
-
/* @__PURE__ */ (0,
|
|
2774
|
-
/* @__PURE__ */ (0,
|
|
2775
|
-
/* @__PURE__ */ (0,
|
|
2989
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Program icon" }),
|
|
2990
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.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" }),
|
|
2991
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M8 10v4" }),
|
|
2992
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M12 10v2" }),
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M16 10v6" })
|
|
2776
2994
|
]
|
|
2777
2995
|
}
|
|
2778
2996
|
);
|
|
2779
2997
|
};
|
|
2780
2998
|
|
|
2781
2999
|
// src/puzzle-icon.tsx
|
|
2782
|
-
var
|
|
3000
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
2783
3001
|
var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
2784
|
-
return /* @__PURE__ */ (0,
|
|
3002
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
|
|
2785
3003
|
"svg",
|
|
2786
3004
|
{
|
|
2787
3005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2795,17 +3013,43 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
|
2795
3013
|
strokeLinejoin: "round",
|
|
2796
3014
|
...props,
|
|
2797
3015
|
children: [
|
|
2798
|
-
/* @__PURE__ */ (0,
|
|
2799
|
-
/* @__PURE__ */ (0,
|
|
3016
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Puzzle Icon" }),
|
|
3017
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.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" })
|
|
2800
3018
|
]
|
|
2801
3019
|
}
|
|
2802
3020
|
);
|
|
2803
3021
|
};
|
|
2804
3022
|
|
|
3023
|
+
// src/question-circle-icon.tsx
|
|
3024
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
3025
|
+
function QuestionCircleIcon(props) {
|
|
3026
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3027
|
+
"svg",
|
|
3028
|
+
{
|
|
3029
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3030
|
+
width: "24",
|
|
3031
|
+
height: "24",
|
|
3032
|
+
viewBox: "0 0 24 24",
|
|
3033
|
+
fill: "none",
|
|
3034
|
+
stroke: "currentColor",
|
|
3035
|
+
strokeWidth: "2",
|
|
3036
|
+
strokeLinecap: "round",
|
|
3037
|
+
strokeLinejoin: "round",
|
|
3038
|
+
...props,
|
|
3039
|
+
children: [
|
|
3040
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Question Circle" }),
|
|
3041
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
3042
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
3043
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M12 17h.01" })
|
|
3044
|
+
]
|
|
3045
|
+
}
|
|
3046
|
+
);
|
|
3047
|
+
}
|
|
3048
|
+
|
|
2805
3049
|
// src/redo-icon.tsx
|
|
2806
|
-
var
|
|
3050
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
2807
3051
|
var RedoIcon = ({ size = 24, ...props }) => {
|
|
2808
|
-
return /* @__PURE__ */ (0,
|
|
3052
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
|
|
2809
3053
|
"svg",
|
|
2810
3054
|
{
|
|
2811
3055
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2815,8 +3059,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
|
|
|
2815
3059
|
fill: "currentColor",
|
|
2816
3060
|
...props,
|
|
2817
3061
|
children: [
|
|
2818
|
-
/* @__PURE__ */ (0,
|
|
2819
|
-
/* @__PURE__ */ (0,
|
|
3062
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Redo Icon" }),
|
|
3063
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2820
3064
|
"path",
|
|
2821
3065
|
{
|
|
2822
3066
|
fillRule: "evenodd",
|
|
@@ -2831,9 +3075,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
|
|
|
2831
3075
|
};
|
|
2832
3076
|
|
|
2833
3077
|
// src/risk.tsx
|
|
2834
|
-
var
|
|
3078
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
2835
3079
|
var RiskIcon = ({ size = 24, ...props }) => {
|
|
2836
|
-
return /* @__PURE__ */ (0,
|
|
3080
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
|
|
2837
3081
|
"svg",
|
|
2838
3082
|
{
|
|
2839
3083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2847,19 +3091,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
|
|
|
2847
3091
|
strokeLinejoin: "round",
|
|
2848
3092
|
...props,
|
|
2849
3093
|
children: [
|
|
2850
|
-
/* @__PURE__ */ (0,
|
|
2851
|
-
/* @__PURE__ */ (0,
|
|
2852
|
-
/* @__PURE__ */ (0,
|
|
2853
|
-
/* @__PURE__ */ (0,
|
|
3094
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Risk icon" }),
|
|
3095
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.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" }),
|
|
3096
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M12 8v4" }),
|
|
3097
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M12 16h.01" })
|
|
2854
3098
|
]
|
|
2855
3099
|
}
|
|
2856
3100
|
);
|
|
2857
3101
|
};
|
|
2858
3102
|
|
|
2859
3103
|
// src/rotate-ccw-icon.tsx
|
|
2860
|
-
var
|
|
3104
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
2861
3105
|
var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
2862
|
-
return /* @__PURE__ */ (0,
|
|
3106
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2863
3107
|
"svg",
|
|
2864
3108
|
{
|
|
2865
3109
|
width: size,
|
|
@@ -2869,8 +3113,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
|
2869
3113
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2870
3114
|
...props,
|
|
2871
3115
|
children: [
|
|
2872
|
-
/* @__PURE__ */ (0,
|
|
2873
|
-
/* @__PURE__ */ (0,
|
|
3116
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Rotate Ccw Icon" }),
|
|
3117
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2874
3118
|
"path",
|
|
2875
3119
|
{
|
|
2876
3120
|
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",
|
|
@@ -2883,9 +3127,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
|
2883
3127
|
};
|
|
2884
3128
|
|
|
2885
3129
|
// src/save.tsx
|
|
2886
|
-
var
|
|
3130
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
2887
3131
|
var SaveIcon = (props) => {
|
|
2888
|
-
return /* @__PURE__ */ (0,
|
|
3132
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
|
|
2889
3133
|
"svg",
|
|
2890
3134
|
{
|
|
2891
3135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2899,19 +3143,19 @@ var SaveIcon = (props) => {
|
|
|
2899
3143
|
strokeLinejoin: "round",
|
|
2900
3144
|
...props,
|
|
2901
3145
|
children: [
|
|
2902
|
-
/* @__PURE__ */ (0,
|
|
2903
|
-
/* @__PURE__ */ (0,
|
|
2904
|
-
/* @__PURE__ */ (0,
|
|
2905
|
-
/* @__PURE__ */ (0,
|
|
3146
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Save Icon" }),
|
|
3147
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.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" }),
|
|
3148
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
|
|
3149
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
|
|
2906
3150
|
]
|
|
2907
3151
|
}
|
|
2908
3152
|
);
|
|
2909
3153
|
};
|
|
2910
3154
|
|
|
2911
3155
|
// src/search.tsx
|
|
2912
|
-
var
|
|
3156
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
2913
3157
|
var SearchIcon = (props) => {
|
|
2914
|
-
return /* @__PURE__ */ (0,
|
|
3158
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
|
|
2915
3159
|
"svg",
|
|
2916
3160
|
{
|
|
2917
3161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2925,18 +3169,18 @@ var SearchIcon = (props) => {
|
|
|
2925
3169
|
strokeLinejoin: "round",
|
|
2926
3170
|
...props,
|
|
2927
3171
|
children: [
|
|
2928
|
-
/* @__PURE__ */ (0,
|
|
2929
|
-
/* @__PURE__ */ (0,
|
|
2930
|
-
/* @__PURE__ */ (0,
|
|
3172
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Search Icon" }),
|
|
3173
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "m21 21-4.34-4.34" }),
|
|
3174
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("circle", { cx: "11", cy: "11", r: "8" })
|
|
2931
3175
|
]
|
|
2932
3176
|
}
|
|
2933
3177
|
);
|
|
2934
3178
|
};
|
|
2935
3179
|
|
|
2936
3180
|
// src/service-asset.tsx
|
|
2937
|
-
var
|
|
3181
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
2938
3182
|
var ServiceAssetIcon = ({ size = 24, ...props }) => {
|
|
2939
|
-
return /* @__PURE__ */ (0,
|
|
3183
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2940
3184
|
"svg",
|
|
2941
3185
|
{
|
|
2942
3186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2950,20 +3194,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
|
|
|
2950
3194
|
strokeLinejoin: "round",
|
|
2951
3195
|
...props,
|
|
2952
3196
|
children: [
|
|
2953
|
-
/* @__PURE__ */ (0,
|
|
2954
|
-
/* @__PURE__ */ (0,
|
|
2955
|
-
/* @__PURE__ */ (0,
|
|
2956
|
-
/* @__PURE__ */ (0,
|
|
2957
|
-
/* @__PURE__ */ (0,
|
|
3197
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Service Asset icon" }),
|
|
3198
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
|
|
3199
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M10 19v-3.96 3.15" }),
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M7 19h5" }),
|
|
3201
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
|
|
2958
3202
|
]
|
|
2959
3203
|
}
|
|
2960
3204
|
);
|
|
2961
3205
|
};
|
|
2962
3206
|
|
|
2963
3207
|
// src/settings.tsx
|
|
2964
|
-
var
|
|
3208
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
2965
3209
|
var SettingsIcon = ({ size = 24, ...props }) => {
|
|
2966
|
-
return /* @__PURE__ */ (0,
|
|
3210
|
+
return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
|
|
2967
3211
|
"svg",
|
|
2968
3212
|
{
|
|
2969
3213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2977,20 +3221,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
|
|
|
2977
3221
|
strokeLinejoin: "round",
|
|
2978
3222
|
...props,
|
|
2979
3223
|
children: [
|
|
2980
|
-
/* @__PURE__ */ (0,
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
2982
|
-
/* @__PURE__ */ (0,
|
|
2983
|
-
/* @__PURE__ */ (0,
|
|
2984
|
-
/* @__PURE__ */ (0,
|
|
3224
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Settings" }),
|
|
3225
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M14 17H5" }),
|
|
3226
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M19 7h-9" }),
|
|
3227
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
|
|
3228
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "7", cy: "7", r: "3" })
|
|
2985
3229
|
]
|
|
2986
3230
|
}
|
|
2987
3231
|
);
|
|
2988
3232
|
};
|
|
2989
3233
|
|
|
2990
3234
|
// src/shell.tsx
|
|
2991
|
-
var
|
|
3235
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
2992
3236
|
var ShellIcon = ({ size = 24, ...props }) => {
|
|
2993
|
-
return /* @__PURE__ */ (0,
|
|
3237
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
|
|
2994
3238
|
"svg",
|
|
2995
3239
|
{
|
|
2996
3240
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3004,17 +3248,42 @@ var ShellIcon = ({ size = 24, ...props }) => {
|
|
|
3004
3248
|
strokeLinejoin: "round",
|
|
3005
3249
|
...props,
|
|
3006
3250
|
children: [
|
|
3007
|
-
/* @__PURE__ */ (0,
|
|
3008
|
-
/* @__PURE__ */ (0,
|
|
3251
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Shell Icon" }),
|
|
3252
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.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" })
|
|
3009
3253
|
]
|
|
3010
3254
|
}
|
|
3011
3255
|
);
|
|
3012
3256
|
};
|
|
3013
3257
|
|
|
3258
|
+
// src/shield-check-icon.tsx
|
|
3259
|
+
var import_jsx_runtime105 = require("react/jsx-runtime");
|
|
3260
|
+
function ShieldCheckIcon(props) {
|
|
3261
|
+
return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
|
|
3262
|
+
"svg",
|
|
3263
|
+
{
|
|
3264
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3265
|
+
width: "24",
|
|
3266
|
+
height: "24",
|
|
3267
|
+
viewBox: "0 0 24 24",
|
|
3268
|
+
fill: "none",
|
|
3269
|
+
stroke: "currentColor",
|
|
3270
|
+
strokeWidth: "2",
|
|
3271
|
+
strokeLinecap: "round",
|
|
3272
|
+
strokeLinejoin: "round",
|
|
3273
|
+
...props,
|
|
3274
|
+
children: [
|
|
3275
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Shield Check" }),
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.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" }),
|
|
3277
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
3278
|
+
]
|
|
3279
|
+
}
|
|
3280
|
+
);
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3014
3283
|
// src/software-asset.tsx
|
|
3015
|
-
var
|
|
3284
|
+
var import_jsx_runtime106 = require("react/jsx-runtime");
|
|
3016
3285
|
var SoftwareAssetIcon = ({ size = 24, ...props }) => {
|
|
3017
|
-
return /* @__PURE__ */ (0,
|
|
3286
|
+
return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
|
|
3018
3287
|
"svg",
|
|
3019
3288
|
{
|
|
3020
3289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3028,20 +3297,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
|
|
|
3028
3297
|
strokeLinejoin: "round",
|
|
3029
3298
|
...props,
|
|
3030
3299
|
children: [
|
|
3031
|
-
/* @__PURE__ */ (0,
|
|
3032
|
-
/* @__PURE__ */ (0,
|
|
3033
|
-
/* @__PURE__ */ (0,
|
|
3034
|
-
/* @__PURE__ */ (0,
|
|
3035
|
-
/* @__PURE__ */ (0,
|
|
3300
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Software Asset Icon" }),
|
|
3301
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
3302
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M6 8h.01" }),
|
|
3303
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M10 8h.01" }),
|
|
3304
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M14 8h.01" })
|
|
3036
3305
|
]
|
|
3037
3306
|
}
|
|
3038
3307
|
);
|
|
3039
3308
|
};
|
|
3040
3309
|
|
|
3041
3310
|
// src/squares-intersect.tsx
|
|
3042
|
-
var
|
|
3311
|
+
var import_jsx_runtime107 = require("react/jsx-runtime");
|
|
3043
3312
|
var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
3044
|
-
return /* @__PURE__ */ (0,
|
|
3313
|
+
return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
|
|
3045
3314
|
"svg",
|
|
3046
3315
|
{
|
|
3047
3316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3055,27 +3324,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
|
3055
3324
|
strokeLinejoin: "round",
|
|
3056
3325
|
...props,
|
|
3057
3326
|
children: [
|
|
3058
|
-
/* @__PURE__ */ (0,
|
|
3059
|
-
/* @__PURE__ */ (0,
|
|
3060
|
-
/* @__PURE__ */ (0,
|
|
3061
|
-
/* @__PURE__ */ (0,
|
|
3062
|
-
/* @__PURE__ */ (0,
|
|
3063
|
-
/* @__PURE__ */ (0,
|
|
3064
|
-
/* @__PURE__ */ (0,
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3066
|
-
/* @__PURE__ */ (0,
|
|
3067
|
-
/* @__PURE__ */ (0,
|
|
3068
|
-
/* @__PURE__ */ (0,
|
|
3069
|
-
/* @__PURE__ */ (0,
|
|
3327
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Squares Intersect icon" }),
|
|
3328
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M16 22h-2" }),
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M2 10V8" }),
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
|
|
3333
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
|
|
3334
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M22 14v2" }),
|
|
3335
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
|
|
3336
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
|
|
3337
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.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" }),
|
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M8 2h2" })
|
|
3070
3339
|
]
|
|
3071
3340
|
}
|
|
3072
3341
|
);
|
|
3073
3342
|
};
|
|
3074
3343
|
|
|
3075
3344
|
// src/strike-icon.tsx
|
|
3076
|
-
var
|
|
3345
|
+
var import_jsx_runtime108 = require("react/jsx-runtime");
|
|
3077
3346
|
var StrikeIcon = ({ size = 24, ...props }) => {
|
|
3078
|
-
return /* @__PURE__ */ (0,
|
|
3347
|
+
return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
|
|
3079
3348
|
"svg",
|
|
3080
3349
|
{
|
|
3081
3350
|
width: size,
|
|
@@ -3085,15 +3354,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
|
|
|
3085
3354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3086
3355
|
...props,
|
|
3087
3356
|
children: [
|
|
3088
|
-
/* @__PURE__ */ (0,
|
|
3089
|
-
/* @__PURE__ */ (0,
|
|
3357
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Strike" }),
|
|
3358
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3090
3359
|
"path",
|
|
3091
3360
|
{
|
|
3092
3361
|
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",
|
|
3093
3362
|
fill: "currentColor"
|
|
3094
3363
|
}
|
|
3095
3364
|
),
|
|
3096
|
-
/* @__PURE__ */ (0,
|
|
3365
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3097
3366
|
"path",
|
|
3098
3367
|
{
|
|
3099
3368
|
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",
|
|
@@ -3106,9 +3375,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
|
|
|
3106
3375
|
};
|
|
3107
3376
|
|
|
3108
3377
|
// src/subscript-icon.tsx
|
|
3109
|
-
var
|
|
3378
|
+
var import_jsx_runtime109 = require("react/jsx-runtime");
|
|
3110
3379
|
var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
3111
|
-
return /* @__PURE__ */ (0,
|
|
3380
|
+
return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
|
|
3112
3381
|
"svg",
|
|
3113
3382
|
{
|
|
3114
3383
|
width: size,
|
|
@@ -3118,8 +3387,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3118
3387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3119
3388
|
...props,
|
|
3120
3389
|
children: [
|
|
3121
|
-
/* @__PURE__ */ (0,
|
|
3122
|
-
/* @__PURE__ */ (0,
|
|
3390
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "Subscript" }),
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3123
3392
|
"path",
|
|
3124
3393
|
{
|
|
3125
3394
|
fillRule: "evenodd",
|
|
@@ -3128,7 +3397,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3128
3397
|
fill: "currentColor"
|
|
3129
3398
|
}
|
|
3130
3399
|
),
|
|
3131
|
-
/* @__PURE__ */ (0,
|
|
3400
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3132
3401
|
"path",
|
|
3133
3402
|
{
|
|
3134
3403
|
fillRule: "evenodd",
|
|
@@ -3137,7 +3406,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3137
3406
|
fill: "currentColor"
|
|
3138
3407
|
}
|
|
3139
3408
|
),
|
|
3140
|
-
/* @__PURE__ */ (0,
|
|
3409
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3141
3410
|
"path",
|
|
3142
3411
|
{
|
|
3143
3412
|
fillRule: "evenodd",
|
|
@@ -3152,9 +3421,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3152
3421
|
};
|
|
3153
3422
|
|
|
3154
3423
|
// src/superscript-icon.tsx
|
|
3155
|
-
var
|
|
3424
|
+
var import_jsx_runtime110 = require("react/jsx-runtime");
|
|
3156
3425
|
var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
3157
|
-
return /* @__PURE__ */ (0,
|
|
3426
|
+
return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
|
|
3158
3427
|
"svg",
|
|
3159
3428
|
{
|
|
3160
3429
|
width: size,
|
|
@@ -3164,8 +3433,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3164
3433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3165
3434
|
...props,
|
|
3166
3435
|
children: [
|
|
3167
|
-
/* @__PURE__ */ (0,
|
|
3168
|
-
/* @__PURE__ */ (0,
|
|
3436
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Superscript" }),
|
|
3437
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3169
3438
|
"path",
|
|
3170
3439
|
{
|
|
3171
3440
|
fillRule: "evenodd",
|
|
@@ -3174,7 +3443,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3174
3443
|
fill: "currentColor"
|
|
3175
3444
|
}
|
|
3176
3445
|
),
|
|
3177
|
-
/* @__PURE__ */ (0,
|
|
3446
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3178
3447
|
"path",
|
|
3179
3448
|
{
|
|
3180
3449
|
fillRule: "evenodd",
|
|
@@ -3183,7 +3452,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3183
3452
|
fill: "currentColor"
|
|
3184
3453
|
}
|
|
3185
3454
|
),
|
|
3186
|
-
/* @__PURE__ */ (0,
|
|
3455
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3187
3456
|
"path",
|
|
3188
3457
|
{
|
|
3189
3458
|
fillRule: "evenodd",
|
|
@@ -3198,9 +3467,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3198
3467
|
};
|
|
3199
3468
|
|
|
3200
3469
|
// src/table-icon.tsx
|
|
3201
|
-
var
|
|
3470
|
+
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
3202
3471
|
var TableIcon = ({ size = 24, ...props }) => {
|
|
3203
|
-
return /* @__PURE__ */ (0,
|
|
3472
|
+
return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
|
|
3204
3473
|
"svg",
|
|
3205
3474
|
{
|
|
3206
3475
|
width: size,
|
|
@@ -3214,20 +3483,20 @@ var TableIcon = ({ size = 24, ...props }) => {
|
|
|
3214
3483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3215
3484
|
...props,
|
|
3216
3485
|
children: [
|
|
3217
|
-
/* @__PURE__ */ (0,
|
|
3218
|
-
/* @__PURE__ */ (0,
|
|
3219
|
-
/* @__PURE__ */ (0,
|
|
3220
|
-
/* @__PURE__ */ (0,
|
|
3221
|
-
/* @__PURE__ */ (0,
|
|
3486
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: "Table" }),
|
|
3487
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M12 3v18" }),
|
|
3488
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
3489
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M3 9h18" }),
|
|
3490
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M3 15h18" })
|
|
3222
3491
|
]
|
|
3223
3492
|
}
|
|
3224
3493
|
);
|
|
3225
3494
|
};
|
|
3226
3495
|
|
|
3227
3496
|
// src/table-of-contents-icon.tsx
|
|
3228
|
-
var
|
|
3497
|
+
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
3229
3498
|
var TableOfContentsIcon = ({ size = 24, ...props }) => {
|
|
3230
|
-
return /* @__PURE__ */ (0,
|
|
3499
|
+
return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
|
|
3231
3500
|
"svg",
|
|
3232
3501
|
{
|
|
3233
3502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3237,8 +3506,8 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
|
|
|
3237
3506
|
fill: "currentColor",
|
|
3238
3507
|
...props,
|
|
3239
3508
|
children: [
|
|
3240
|
-
/* @__PURE__ */ (0,
|
|
3241
|
-
/* @__PURE__ */ (0,
|
|
3509
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Table of Contents Icon" }),
|
|
3510
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3242
3511
|
"path",
|
|
3243
3512
|
{
|
|
3244
3513
|
fillRule: "evenodd",
|
|
@@ -3247,7 +3516,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
|
|
|
3247
3516
|
fill: "currentColor"
|
|
3248
3517
|
}
|
|
3249
3518
|
),
|
|
3250
|
-
/* @__PURE__ */ (0,
|
|
3519
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3251
3520
|
"path",
|
|
3252
3521
|
{
|
|
3253
3522
|
fillRule: "evenodd",
|
|
@@ -3256,7 +3525,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
|
|
|
3256
3525
|
fill: "currentColor"
|
|
3257
3526
|
}
|
|
3258
3527
|
),
|
|
3259
|
-
/* @__PURE__ */ (0,
|
|
3528
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3260
3529
|
"path",
|
|
3261
3530
|
{
|
|
3262
3531
|
fillRule: "evenodd",
|
|
@@ -3265,7 +3534,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
|
|
|
3265
3534
|
fill: "currentColor"
|
|
3266
3535
|
}
|
|
3267
3536
|
),
|
|
3268
|
-
/* @__PURE__ */ (0,
|
|
3537
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3269
3538
|
"path",
|
|
3270
3539
|
{
|
|
3271
3540
|
fillRule: "evenodd",
|
|
@@ -3280,9 +3549,9 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
|
|
|
3280
3549
|
};
|
|
3281
3550
|
|
|
3282
3551
|
// src/tom-icon.tsx
|
|
3283
|
-
var
|
|
3552
|
+
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
3284
3553
|
var TomIcon = ({ size = 24, ...props }) => {
|
|
3285
|
-
return /* @__PURE__ */ (0,
|
|
3554
|
+
return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
|
|
3286
3555
|
"svg",
|
|
3287
3556
|
{
|
|
3288
3557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3296,18 +3565,18 @@ var TomIcon = ({ size = 24, ...props }) => {
|
|
|
3296
3565
|
strokeLinejoin: "round",
|
|
3297
3566
|
...props,
|
|
3298
3567
|
children: [
|
|
3299
|
-
/* @__PURE__ */ (0,
|
|
3300
|
-
/* @__PURE__ */ (0,
|
|
3301
|
-
/* @__PURE__ */ (0,
|
|
3568
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "TOM icon" }),
|
|
3569
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.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" }),
|
|
3570
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
3302
3571
|
]
|
|
3303
3572
|
}
|
|
3304
3573
|
);
|
|
3305
3574
|
};
|
|
3306
3575
|
|
|
3307
3576
|
// src/trash-icon.tsx
|
|
3308
|
-
var
|
|
3577
|
+
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
3309
3578
|
var TrashIcon = ({ size = 24, ...props }) => {
|
|
3310
|
-
return /* @__PURE__ */ (0,
|
|
3579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
|
|
3311
3580
|
"svg",
|
|
3312
3581
|
{
|
|
3313
3582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3321,21 +3590,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
|
|
|
3321
3590
|
strokeLinejoin: "round",
|
|
3322
3591
|
...props,
|
|
3323
3592
|
children: [
|
|
3324
|
-
/* @__PURE__ */ (0,
|
|
3325
|
-
/* @__PURE__ */ (0,
|
|
3326
|
-
/* @__PURE__ */ (0,
|
|
3327
|
-
/* @__PURE__ */ (0,
|
|
3328
|
-
/* @__PURE__ */ (0,
|
|
3329
|
-
/* @__PURE__ */ (0,
|
|
3593
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: "Trash icon" }),
|
|
3594
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M10 11v6" }),
|
|
3595
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M14 11v6" }),
|
|
3596
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
|
|
3597
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M3 6h18" }),
|
|
3598
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
3330
3599
|
]
|
|
3331
3600
|
}
|
|
3332
3601
|
);
|
|
3333
3602
|
};
|
|
3334
3603
|
|
|
3335
3604
|
// src/type-icon.tsx
|
|
3336
|
-
var
|
|
3605
|
+
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
3337
3606
|
var TypeIcon = ({ size = 24, ...props }) => {
|
|
3338
|
-
return /* @__PURE__ */ (0,
|
|
3607
|
+
return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
|
|
3339
3608
|
"svg",
|
|
3340
3609
|
{
|
|
3341
3610
|
width: size,
|
|
@@ -3345,8 +3614,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
|
|
|
3345
3614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3346
3615
|
...props,
|
|
3347
3616
|
children: [
|
|
3348
|
-
/* @__PURE__ */ (0,
|
|
3349
|
-
/* @__PURE__ */ (0,
|
|
3617
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: "Type Icon" }),
|
|
3618
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3350
3619
|
"path",
|
|
3351
3620
|
{
|
|
3352
3621
|
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",
|
|
@@ -3359,9 +3628,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
|
|
|
3359
3628
|
};
|
|
3360
3629
|
|
|
3361
3630
|
// src/underline-icon.tsx
|
|
3362
|
-
var
|
|
3631
|
+
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
3363
3632
|
var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
3364
|
-
return /* @__PURE__ */ (0,
|
|
3633
|
+
return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
|
|
3365
3634
|
"svg",
|
|
3366
3635
|
{
|
|
3367
3636
|
width: size,
|
|
@@ -3371,8 +3640,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
|
3371
3640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3372
3641
|
...props,
|
|
3373
3642
|
children: [
|
|
3374
|
-
/* @__PURE__ */ (0,
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3643
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("title", { children: "Underline" }),
|
|
3644
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3376
3645
|
"path",
|
|
3377
3646
|
{
|
|
3378
3647
|
fillRule: "evenodd",
|
|
@@ -3387,9 +3656,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
|
3387
3656
|
};
|
|
3388
3657
|
|
|
3389
3658
|
// src/undo-icon.tsx
|
|
3390
|
-
var
|
|
3659
|
+
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
3391
3660
|
var UndoIcon = ({ size = 24, ...props }) => {
|
|
3392
|
-
return /* @__PURE__ */ (0,
|
|
3661
|
+
return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
|
|
3393
3662
|
"svg",
|
|
3394
3663
|
{
|
|
3395
3664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3399,8 +3668,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
|
|
|
3399
3668
|
fill: "currentColor",
|
|
3400
3669
|
...props,
|
|
3401
3670
|
children: [
|
|
3402
|
-
/* @__PURE__ */ (0,
|
|
3403
|
-
/* @__PURE__ */ (0,
|
|
3671
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("title", { children: "Undo Icon" }),
|
|
3672
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3404
3673
|
"path",
|
|
3405
3674
|
{
|
|
3406
3675
|
fillRule: "evenodd",
|
|
@@ -3415,9 +3684,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
|
|
|
3415
3684
|
};
|
|
3416
3685
|
|
|
3417
3686
|
// src/upload.tsx
|
|
3418
|
-
var
|
|
3687
|
+
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
3419
3688
|
var UploadIcon = ({ size = 24, ...props }) => {
|
|
3420
|
-
return /* @__PURE__ */ (0,
|
|
3689
|
+
return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
|
|
3421
3690
|
"svg",
|
|
3422
3691
|
{
|
|
3423
3692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3431,19 +3700,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
|
|
|
3431
3700
|
strokeLinejoin: "round",
|
|
3432
3701
|
...props,
|
|
3433
3702
|
children: [
|
|
3434
|
-
/* @__PURE__ */ (0,
|
|
3435
|
-
/* @__PURE__ */ (0,
|
|
3436
|
-
/* @__PURE__ */ (0,
|
|
3437
|
-
/* @__PURE__ */ (0,
|
|
3703
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("title", { children: "Upload icon" }),
|
|
3704
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M12 13v8" }),
|
|
3705
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
|
|
3706
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "m8 17 4-4 4 4" })
|
|
3438
3707
|
]
|
|
3439
3708
|
}
|
|
3440
3709
|
);
|
|
3441
3710
|
};
|
|
3442
3711
|
|
|
3443
3712
|
// src/user-circle-icon.tsx
|
|
3444
|
-
var
|
|
3713
|
+
var import_jsx_runtime119 = require("react/jsx-runtime");
|
|
3445
3714
|
var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
3446
|
-
return /* @__PURE__ */ (0,
|
|
3715
|
+
return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
|
|
3447
3716
|
"svg",
|
|
3448
3717
|
{
|
|
3449
3718
|
width: size,
|
|
@@ -3452,9 +3721,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3452
3721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3453
3722
|
...props,
|
|
3454
3723
|
children: [
|
|
3455
|
-
/* @__PURE__ */ (0,
|
|
3456
|
-
/* @__PURE__ */ (0,
|
|
3457
|
-
/* @__PURE__ */ (0,
|
|
3724
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("title", { children: "User Circle Icon" }),
|
|
3725
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("rect", { width: "256", height: "256", fill: "none" }),
|
|
3726
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3458
3727
|
"circle",
|
|
3459
3728
|
{
|
|
3460
3729
|
cx: "128",
|
|
@@ -3467,7 +3736,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3467
3736
|
strokeWidth: "16"
|
|
3468
3737
|
}
|
|
3469
3738
|
),
|
|
3470
|
-
/* @__PURE__ */ (0,
|
|
3739
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3471
3740
|
"circle",
|
|
3472
3741
|
{
|
|
3473
3742
|
cx: "128",
|
|
@@ -3480,7 +3749,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3480
3749
|
strokeWidth: "16"
|
|
3481
3750
|
}
|
|
3482
3751
|
),
|
|
3483
|
-
/* @__PURE__ */ (0,
|
|
3752
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3484
3753
|
"path",
|
|
3485
3754
|
{
|
|
3486
3755
|
d: "M63.8,199.37a72,72,0,0,1,128.4,0",
|
|
@@ -3497,9 +3766,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3497
3766
|
};
|
|
3498
3767
|
|
|
3499
3768
|
// src/vendor.tsx
|
|
3500
|
-
var
|
|
3769
|
+
var import_jsx_runtime120 = require("react/jsx-runtime");
|
|
3501
3770
|
var VendorIcon = ({ size = 24, ...props }) => {
|
|
3502
|
-
return /* @__PURE__ */ (0,
|
|
3771
|
+
return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
|
|
3503
3772
|
"svg",
|
|
3504
3773
|
{
|
|
3505
3774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3513,12 +3782,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3513
3782
|
strokeLinejoin: "round",
|
|
3514
3783
|
...props,
|
|
3515
3784
|
children: [
|
|
3516
|
-
/* @__PURE__ */ (0,
|
|
3517
|
-
/* @__PURE__ */ (0,
|
|
3518
|
-
/* @__PURE__ */ (0,
|
|
3519
|
-
/* @__PURE__ */ (0,
|
|
3520
|
-
/* @__PURE__ */ (0,
|
|
3521
|
-
/* @__PURE__ */ (0,
|
|
3785
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "Vendor icon" }),
|
|
3786
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.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" }),
|
|
3787
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
|
|
3788
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
|
|
3789
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M2 7h20" }),
|
|
3790
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.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" })
|
|
3522
3791
|
]
|
|
3523
3792
|
}
|
|
3524
3793
|
);
|
|
@@ -3539,6 +3808,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3539
3808
|
ArrowUp,
|
|
3540
3809
|
AssetsIcon,
|
|
3541
3810
|
BanIcon,
|
|
3811
|
+
BellIcon,
|
|
3542
3812
|
BlockquoteIcon,
|
|
3543
3813
|
BoldIcon,
|
|
3544
3814
|
BusinessUnitIcon,
|
|
@@ -3557,9 +3827,11 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3557
3827
|
CircleFadingArrowUpIcon,
|
|
3558
3828
|
CircleIcon,
|
|
3559
3829
|
CloseIcon,
|
|
3830
|
+
CloudIcon,
|
|
3560
3831
|
CodeBlockIcon,
|
|
3561
3832
|
CodeIcon,
|
|
3562
3833
|
CodeblockIcon,
|
|
3834
|
+
ControlImplementationIcon,
|
|
3563
3835
|
ControlsIcon,
|
|
3564
3836
|
CopyIcon,
|
|
3565
3837
|
CornerDownLeftIcon,
|
|
@@ -3576,6 +3848,8 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3576
3848
|
ExternalLinkIcon,
|
|
3577
3849
|
EyeIcon,
|
|
3578
3850
|
EyeOffIcon,
|
|
3851
|
+
FileTextIcon,
|
|
3852
|
+
GearIcon,
|
|
3579
3853
|
GlobeIcon,
|
|
3580
3854
|
GripVerticalIcon,
|
|
3581
3855
|
HardwareAssetIcon,
|
|
@@ -3587,6 +3861,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3587
3861
|
HeadingThreeIcon,
|
|
3588
3862
|
HeadingTwoIcon,
|
|
3589
3863
|
HighlighterIcon,
|
|
3864
|
+
HomeIcon,
|
|
3590
3865
|
ImageIcon,
|
|
3591
3866
|
IncidentIcon,
|
|
3592
3867
|
InfoIcon,
|
|
@@ -3600,11 +3875,13 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3600
3875
|
ListIcon,
|
|
3601
3876
|
ListOrderedIcon,
|
|
3602
3877
|
ListTodoIcon,
|
|
3878
|
+
LockIcon,
|
|
3603
3879
|
MessageSquareIcon,
|
|
3604
3880
|
MinusIcon,
|
|
3605
3881
|
MoreVerticalIcon,
|
|
3606
3882
|
NIS2Icon,
|
|
3607
3883
|
NotificationIcon,
|
|
3884
|
+
PaletteIcon,
|
|
3608
3885
|
PanelLeftIcon,
|
|
3609
3886
|
PartialIcon,
|
|
3610
3887
|
PeopleIcon,
|
|
@@ -3615,6 +3892,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3615
3892
|
ProcessingActivityIcon,
|
|
3616
3893
|
ProgramIcon,
|
|
3617
3894
|
PuzzleIcon,
|
|
3895
|
+
QuestionCircleIcon,
|
|
3618
3896
|
RedoIcon,
|
|
3619
3897
|
RiskIcon,
|
|
3620
3898
|
RotateCcwIcon,
|
|
@@ -3623,6 +3901,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3623
3901
|
ServiceAssetIcon,
|
|
3624
3902
|
SettingsIcon,
|
|
3625
3903
|
ShellIcon,
|
|
3904
|
+
ShieldCheckIcon,
|
|
3626
3905
|
SoftwareAssetIcon,
|
|
3627
3906
|
SquaresIntersect,
|
|
3628
3907
|
StrikeIcon,
|