@kopexa/icons 17.3.8 → 17.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -38,6 +38,7 @@ __export(index_exports, {
38
38
  BlockquoteIcon: () => BlockquoteIcon,
39
39
  BoldIcon: () => BoldIcon,
40
40
  BusinessUnitIcon: () => BusinessUnitIcon,
41
+ CalendarIcon: () => CalendarIcon,
41
42
  CatalogIcon: () => CatalogIcon,
42
43
  ChartPie: () => ChartPie,
43
44
  CheckCirleIcon: () => CheckCirleIcon,
@@ -89,11 +90,13 @@ __export(index_exports, {
89
90
  IntersectIcon: () => SquaresIntersect,
90
91
  IssuesIcon: () => IssuesIcon,
91
92
  ItalicIcon: () => ItalicIcon,
93
+ LabelIcon: () => LabelIcon,
92
94
  LinkIcon: () => LinkIcon,
93
95
  LinkedInIcon: () => LinkedInIcon,
94
96
  ListIcon: () => ListIcon,
95
97
  ListOrderedIcon: () => ListOrderedIcon,
96
98
  ListTodoIcon: () => ListTodoIcon,
99
+ MessageSquareIcon: () => MessageSquareIcon,
97
100
  MinusIcon: () => MinusIcon,
98
101
  MoreVerticalIcon: () => MoreVerticalIcon,
99
102
  NIS2Icon: () => NIS2Icon,
@@ -704,10 +707,37 @@ var BusinessUnitIcon = ({ size = 24, ...props }) => {
704
707
  );
705
708
  };
706
709
 
707
- // src/catalog.tsx
710
+ // src/calendar-icon.tsx
708
711
  var import_jsx_runtime18 = require("react/jsx-runtime");
709
- var CatalogIcon = ({ size = 24, ...props }) => {
712
+ var CalendarIcon = ({ size = 24, ...props }) => {
710
713
  return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
714
+ "svg",
715
+ {
716
+ width: size,
717
+ height: size,
718
+ viewBox: "0 0 24 24",
719
+ fill: "none",
720
+ stroke: "currentColor",
721
+ strokeWidth: "2",
722
+ strokeLinecap: "round",
723
+ strokeLinejoin: "round",
724
+ xmlns: "http://www.w3.org/2000/svg",
725
+ ...props,
726
+ children: [
727
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Calendar" }),
728
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M8 2v4" }),
729
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M16 2v4" }),
730
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }),
731
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M3 10h18" })
732
+ ]
733
+ }
734
+ );
735
+ };
736
+
737
+ // src/catalog.tsx
738
+ var import_jsx_runtime19 = require("react/jsx-runtime");
739
+ var CatalogIcon = ({ size = 24, ...props }) => {
740
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
711
741
  "svg",
712
742
  {
713
743
  xmlns: "http://www.w3.org/2000/svg",
@@ -721,20 +751,20 @@ var CatalogIcon = ({ size = 24, ...props }) => {
721
751
  strokeLinejoin: "round",
722
752
  ...props,
723
753
  children: [
724
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Catalog icon" }),
725
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "m16 6 4 14" }),
726
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M12 6v14" }),
727
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M8 8v12" }),
728
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M4 4v16" })
754
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Catalog icon" }),
755
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "m16 6 4 14" }),
756
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M12 6v14" }),
757
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M8 8v12" }),
758
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M4 4v16" })
729
759
  ]
730
760
  }
731
761
  );
732
762
  };
733
763
 
734
764
  // src/chart-pie.tsx
735
- var import_jsx_runtime19 = require("react/jsx-runtime");
765
+ var import_jsx_runtime20 = require("react/jsx-runtime");
736
766
  var ChartPie = ({ size = 24, ...props }) => {
737
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
767
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
738
768
  "svg",
739
769
  {
740
770
  xmlns: "http://www.w3.org/2000/svg",
@@ -748,18 +778,18 @@ var ChartPie = ({ size = 24, ...props }) => {
748
778
  strokeLinejoin: "round",
749
779
  ...props,
750
780
  children: [
751
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Chart Pie icon" }),
752
- /* @__PURE__ */ (0, import_jsx_runtime19.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" }),
753
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
781
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Chart Pie icon" }),
782
+ /* @__PURE__ */ (0, import_jsx_runtime20.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" }),
783
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
754
784
  ]
755
785
  }
756
786
  );
757
787
  };
758
788
 
759
789
  // src/check.tsx
760
- var import_jsx_runtime20 = require("react/jsx-runtime");
790
+ var import_jsx_runtime21 = require("react/jsx-runtime");
761
791
  var CheckIcon = (props) => {
762
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
792
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
763
793
  "svg",
764
794
  {
765
795
  xmlns: "http://www.w3.org/2000/svg",
@@ -773,17 +803,17 @@ var CheckIcon = (props) => {
773
803
  strokeLinejoin: "round",
774
804
  ...props,
775
805
  children: [
776
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Check Icon" }),
777
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M20 6 9 17l-5-5" })
806
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Check Icon" }),
807
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M20 6 9 17l-5-5" })
778
808
  ]
779
809
  }
780
810
  );
781
811
  };
782
812
 
783
813
  // src/check-circle.tsx
784
- var import_jsx_runtime21 = require("react/jsx-runtime");
814
+ var import_jsx_runtime22 = require("react/jsx-runtime");
785
815
  var CheckCirleIcon = ({ size = 24, ...props }) => {
786
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
816
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
787
817
  "svg",
788
818
  {
789
819
  xmlns: "http://www.w3.org/2000/svg",
@@ -797,18 +827,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
797
827
  strokeLinejoin: "round",
798
828
  ...props,
799
829
  children: [
800
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Check Circle Icon" }),
801
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
802
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "m9 12 2 2 4-4" })
830
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Check Circle Icon" }),
831
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
832
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "m9 12 2 2 4-4" })
803
833
  ]
804
834
  }
805
835
  );
806
836
  };
807
837
 
808
838
  // src/chevron-down.tsx
809
- var import_jsx_runtime22 = require("react/jsx-runtime");
839
+ var import_jsx_runtime23 = require("react/jsx-runtime");
810
840
  var ChevronDownIcon = (props) => {
811
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
841
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
812
842
  "svg",
813
843
  {
814
844
  xmlns: "http://www.w3.org/2000/svg",
@@ -822,17 +852,17 @@ var ChevronDownIcon = (props) => {
822
852
  strokeLinejoin: "round",
823
853
  ...props,
824
854
  children: [
825
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Chevron Down Icon" }),
826
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "m6 9 6 6 6-6" })
855
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Chevron Down Icon" }),
856
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "m6 9 6 6 6-6" })
827
857
  ]
828
858
  }
829
859
  );
830
860
  };
831
861
 
832
862
  // src/chevron-left.tsx
833
- var import_jsx_runtime23 = require("react/jsx-runtime");
863
+ var import_jsx_runtime24 = require("react/jsx-runtime");
834
864
  var ChevronLeftIcon = (props) => {
835
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
865
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
836
866
  "svg",
837
867
  {
838
868
  xmlns: "http://www.w3.org/2000/svg",
@@ -846,17 +876,17 @@ var ChevronLeftIcon = (props) => {
846
876
  strokeLinejoin: "round",
847
877
  ...props,
848
878
  children: [
849
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Chevron Left Icon" }),
850
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "m15 18-6-6 6-6" })
879
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Chevron Left Icon" }),
880
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "m15 18-6-6 6-6" })
851
881
  ]
852
882
  }
853
883
  );
854
884
  };
855
885
 
856
886
  // src/chevron-right.tsx
857
- var import_jsx_runtime24 = require("react/jsx-runtime");
887
+ var import_jsx_runtime25 = require("react/jsx-runtime");
858
888
  var ChevronRightIcon = (props) => {
859
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
889
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
860
890
  "svg",
861
891
  {
862
892
  xmlns: "http://www.w3.org/2000/svg",
@@ -870,17 +900,17 @@ var ChevronRightIcon = (props) => {
870
900
  strokeLinejoin: "round",
871
901
  ...props,
872
902
  children: [
873
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Chevron Right Icon" }),
874
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "m9 18 6-6-6-6" })
903
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Chevron Right Icon" }),
904
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m9 18 6-6-6-6" })
875
905
  ]
876
906
  }
877
907
  );
878
908
  };
879
909
 
880
910
  // src/chevron-up-down.tsx
881
- var import_jsx_runtime25 = require("react/jsx-runtime");
911
+ var import_jsx_runtime26 = require("react/jsx-runtime");
882
912
  var ChevronUpDown = ({ size = 24, ...props }) => {
883
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
913
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
884
914
  "svg",
885
915
  {
886
916
  xmlns: "http://www.w3.org/2000/svg",
@@ -894,18 +924,18 @@ var ChevronUpDown = ({ size = 24, ...props }) => {
894
924
  strokeLinejoin: "round",
895
925
  ...props,
896
926
  children: [
897
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Chevron Up Down icon" }),
898
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m7 15 5 5 5-5" }),
899
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m7 9 5-5 5 5" })
927
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Chevron Up Down icon" }),
928
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m7 15 5 5 5-5" }),
929
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m7 9 5-5 5 5" })
900
930
  ]
901
931
  }
902
932
  );
903
933
  };
904
934
 
905
935
  // src/chevron-up-icon.tsx
906
- var import_jsx_runtime26 = require("react/jsx-runtime");
936
+ var import_jsx_runtime27 = require("react/jsx-runtime");
907
937
  var ChevronUpIcon = ({ size = 24, ...props }) => {
908
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
938
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
909
939
  "svg",
910
940
  {
911
941
  xmlns: "http://www.w3.org/2000/svg",
@@ -919,20 +949,20 @@ var ChevronUpIcon = ({ size = 24, ...props }) => {
919
949
  strokeLinejoin: "round",
920
950
  ...props,
921
951
  children: [
922
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Chevron Up" }),
923
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m18 15-6-6-6 6" })
952
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Chevron Up" }),
953
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m18 15-6-6-6 6" })
924
954
  ]
925
955
  }
926
956
  );
927
957
  };
928
958
 
929
959
  // src/chevrons-left-right-ellipsis-icon.tsx
930
- var import_jsx_runtime27 = require("react/jsx-runtime");
960
+ var import_jsx_runtime28 = require("react/jsx-runtime");
931
961
  var ChevronsLeftRightEllipsisIcon = ({
932
962
  size = 24,
933
963
  ...props
934
964
  }) => {
935
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
965
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
936
966
  "svg",
937
967
  {
938
968
  xmlns: "http://www.w3.org/2000/svg",
@@ -946,21 +976,21 @@ var ChevronsLeftRightEllipsisIcon = ({
946
976
  strokeLinejoin: "round",
947
977
  ...props,
948
978
  children: [
949
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
950
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M12 12h.01" }),
951
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M16 12h.01" }),
952
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m17 7 5 5-5 5" }),
953
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m7 7-5 5 5 5" }),
954
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M8 12h.01" })
979
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
980
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M12 12h.01" }),
981
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M16 12h.01" }),
982
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m17 7 5 5-5 5" }),
983
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m7 7-5 5 5 5" }),
984
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M8 12h.01" })
955
985
  ]
956
986
  }
957
987
  );
958
988
  };
959
989
 
960
990
  // src/circle.tsx
961
- var import_jsx_runtime28 = require("react/jsx-runtime");
991
+ var import_jsx_runtime29 = require("react/jsx-runtime");
962
992
  var CircleIcon = (props) => {
963
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
993
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
964
994
  "svg",
965
995
  {
966
996
  xmlns: "http://www.w3.org/2000/svg",
@@ -974,19 +1004,19 @@ var CircleIcon = (props) => {
974
1004
  strokeLinejoin: "round",
975
1005
  ...props,
976
1006
  children: [
977
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Circle Icon" }),
978
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1007
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Circle Icon" }),
1008
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
979
1009
  " ",
980
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M20 6 9 17l-5-5" })
1010
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M20 6 9 17l-5-5" })
981
1011
  ]
982
1012
  }
983
1013
  );
984
1014
  };
985
1015
 
986
1016
  // src/circle-dot-icon.tsx
987
- var import_jsx_runtime29 = require("react/jsx-runtime");
1017
+ var import_jsx_runtime30 = require("react/jsx-runtime");
988
1018
  var CircleDotIcon = ({ size = 24, ...props }) => {
989
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1019
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
990
1020
  "svg",
991
1021
  {
992
1022
  xmlns: "http://www.w3.org/2000/svg",
@@ -1000,21 +1030,21 @@ var CircleDotIcon = ({ size = 24, ...props }) => {
1000
1030
  strokeLinejoin: "round",
1001
1031
  ...props,
1002
1032
  children: [
1003
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "CircleDot icon" }),
1004
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1005
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "12", r: "1" })
1033
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "CircleDot icon" }),
1034
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1035
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "12", cy: "12", r: "1" })
1006
1036
  ]
1007
1037
  }
1008
1038
  );
1009
1039
  };
1010
1040
 
1011
1041
  // src/circle-fading-arrow-up-icon.tsx
1012
- var import_jsx_runtime30 = require("react/jsx-runtime");
1042
+ var import_jsx_runtime31 = require("react/jsx-runtime");
1013
1043
  var CircleFadingArrowUpIcon = ({
1014
1044
  size = 24,
1015
1045
  ...props
1016
1046
  }) => {
1017
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1047
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1018
1048
  "svg",
1019
1049
  {
1020
1050
  xmlns: "http://www.w3.org/2000/svg",
@@ -1028,23 +1058,23 @@ var CircleFadingArrowUpIcon = ({
1028
1058
  strokeLinejoin: "round",
1029
1059
  ...props,
1030
1060
  children: [
1031
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
1032
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
1033
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "m16 12-4-4-4 4" }),
1034
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M12 16V8" }),
1035
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
1036
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
1037
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
1038
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
1061
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
1062
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
1063
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "m16 12-4-4-4 4" }),
1064
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M12 16V8" }),
1065
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
1066
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
1067
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
1068
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
1039
1069
  ]
1040
1070
  }
1041
1071
  );
1042
1072
  };
1043
1073
 
1044
1074
  // src/close.tsx
1045
- var import_jsx_runtime31 = require("react/jsx-runtime");
1075
+ var import_jsx_runtime32 = require("react/jsx-runtime");
1046
1076
  var CloseIcon = (props) => {
1047
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1077
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1048
1078
  "svg",
1049
1079
  {
1050
1080
  xmlns: "http://www.w3.org/2000/svg",
@@ -1058,18 +1088,18 @@ var CloseIcon = (props) => {
1058
1088
  strokeLinejoin: "round",
1059
1089
  ...props,
1060
1090
  children: [
1061
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Close Icon" }),
1062
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M18 6 6 18" }),
1063
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "m6 6 12 12" })
1091
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Close Icon" }),
1092
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M18 6 6 18" }),
1093
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "m6 6 12 12" })
1064
1094
  ]
1065
1095
  }
1066
1096
  );
1067
1097
  };
1068
1098
 
1069
1099
  // src/code-block-icon.tsx
1070
- var import_jsx_runtime32 = require("react/jsx-runtime");
1100
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1071
1101
  var CodeBlockIcon = ({ size = 24, ...props }) => {
1072
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1102
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1073
1103
  "svg",
1074
1104
  {
1075
1105
  width: size,
@@ -1079,8 +1109,8 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1079
1109
  xmlns: "http://www.w3.org/2000/svg",
1080
1110
  ...props,
1081
1111
  children: [
1082
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Code Block" }),
1083
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1112
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Code Block" }),
1113
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1084
1114
  "path",
1085
1115
  {
1086
1116
  fillRule: "evenodd",
@@ -1089,7 +1119,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1089
1119
  fill: "currentColor"
1090
1120
  }
1091
1121
  ),
1092
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1122
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1093
1123
  "path",
1094
1124
  {
1095
1125
  fillRule: "evenodd",
@@ -1098,7 +1128,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1098
1128
  fill: "currentColor"
1099
1129
  }
1100
1130
  ),
1101
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1131
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1102
1132
  "path",
1103
1133
  {
1104
1134
  fillRule: "evenodd",
@@ -1113,9 +1143,9 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1113
1143
  };
1114
1144
 
1115
1145
  // src/code-icon.tsx
1116
- var import_jsx_runtime33 = require("react/jsx-runtime");
1146
+ var import_jsx_runtime34 = require("react/jsx-runtime");
1117
1147
  var CodeIcon = ({ size = 24, ...props }) => {
1118
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1148
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
1119
1149
  "svg",
1120
1150
  {
1121
1151
  width: size,
@@ -1125,22 +1155,22 @@ var CodeIcon = ({ size = 24, ...props }) => {
1125
1155
  xmlns: "http://www.w3.org/2000/svg",
1126
1156
  ...props,
1127
1157
  children: [
1128
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Code" }),
1129
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1158
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Code" }),
1159
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1130
1160
  "path",
1131
1161
  {
1132
1162
  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",
1133
1163
  fill: "currentColor"
1134
1164
  }
1135
1165
  ),
1136
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1166
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1137
1167
  "path",
1138
1168
  {
1139
1169
  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",
1140
1170
  fill: "currentColor"
1141
1171
  }
1142
1172
  ),
1143
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1173
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1144
1174
  "path",
1145
1175
  {
1146
1176
  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",
@@ -1153,9 +1183,9 @@ var CodeIcon = ({ size = 24, ...props }) => {
1153
1183
  };
1154
1184
 
1155
1185
  // src/codeblock-icon.tsx
1156
- var import_jsx_runtime34 = require("react/jsx-runtime");
1186
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1157
1187
  var CodeblockIcon = ({ size = 24, ...props }) => {
1158
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
1188
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1159
1189
  "svg",
1160
1190
  {
1161
1191
  width: size,
@@ -1165,8 +1195,8 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1165
1195
  xmlns: "http://www.w3.org/2000/svg",
1166
1196
  ...props,
1167
1197
  children: [
1168
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Code Block" }),
1169
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1198
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Code Block" }),
1199
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1170
1200
  "path",
1171
1201
  {
1172
1202
  fillRule: "evenodd",
@@ -1175,7 +1205,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1175
1205
  fill: "currentColor"
1176
1206
  }
1177
1207
  ),
1178
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1208
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1179
1209
  "path",
1180
1210
  {
1181
1211
  fillRule: "evenodd",
@@ -1184,7 +1214,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1184
1214
  fill: "currentColor"
1185
1215
  }
1186
1216
  ),
1187
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1217
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1188
1218
  "path",
1189
1219
  {
1190
1220
  fillRule: "evenodd",
@@ -1199,9 +1229,9 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1199
1229
  };
1200
1230
 
1201
1231
  // src/controls.tsx
1202
- var import_jsx_runtime35 = require("react/jsx-runtime");
1232
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1203
1233
  var ControlsIcon = ({ size = 24, ...props }) => {
1204
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1234
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1205
1235
  "svg",
1206
1236
  {
1207
1237
  xmlns: "http://www.w3.org/2000/svg",
@@ -1215,21 +1245,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
1215
1245
  strokeLinejoin: "round",
1216
1246
  ...props,
1217
1247
  children: [
1218
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Controls icon" }),
1219
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "m3 17 2 2 4-4" }),
1220
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "m3 7 2 2 4-4" }),
1221
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M13 6h8" }),
1222
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M13 12h8" }),
1223
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M13 18h8" })
1248
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Controls icon" }),
1249
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "m3 17 2 2 4-4" }),
1250
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "m3 7 2 2 4-4" }),
1251
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M13 6h8" }),
1252
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M13 12h8" }),
1253
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M13 18h8" })
1224
1254
  ]
1225
1255
  }
1226
1256
  );
1227
1257
  };
1228
1258
 
1229
1259
  // src/copy-icon.tsx
1230
- var import_jsx_runtime36 = require("react/jsx-runtime");
1260
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1231
1261
  var CopyIcon = ({ size = 24, ...props }) => {
1232
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1262
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1233
1263
  "svg",
1234
1264
  {
1235
1265
  xmlns: "http://www.w3.org/2000/svg",
@@ -1243,18 +1273,18 @@ var CopyIcon = ({ size = 24, ...props }) => {
1243
1273
  strokeLinejoin: "round",
1244
1274
  ...props,
1245
1275
  children: [
1246
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Copy Icon" }),
1247
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
1248
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
1276
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Copy Icon" }),
1277
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
1278
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
1249
1279
  ]
1250
1280
  }
1251
1281
  );
1252
1282
  };
1253
1283
 
1254
1284
  // src/corner-down-left-icon.tsx
1255
- var import_jsx_runtime37 = require("react/jsx-runtime");
1285
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1256
1286
  var CornerDownLeftIcon = ({ size = 24, ...props }) => {
1257
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1287
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1258
1288
  "svg",
1259
1289
  {
1260
1290
  xmlns: "http://www.w3.org/2000/svg",
@@ -1268,18 +1298,18 @@ var CornerDownLeftIcon = ({ size = 24, ...props }) => {
1268
1298
  strokeLinejoin: "round",
1269
1299
  ...props,
1270
1300
  children: [
1271
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Corner Down Left" }),
1272
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
1273
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "m9 10-5 5 5 5" })
1301
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Corner Down Left" }),
1302
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
1303
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "m9 10-5 5 5 5" })
1274
1304
  ]
1275
1305
  }
1276
1306
  );
1277
1307
  };
1278
1308
 
1279
1309
  // src/crop-icon.tsx
1280
- var import_jsx_runtime38 = require("react/jsx-runtime");
1310
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1281
1311
  var CropIcon = ({ size = 24, ...props }) => {
1282
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1312
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1283
1313
  "svg",
1284
1314
  {
1285
1315
  width: size,
@@ -1289,17 +1319,17 @@ var CropIcon = ({ size = 24, ...props }) => {
1289
1319
  xmlns: "http://www.w3.org/2000/svg",
1290
1320
  ...props,
1291
1321
  children: [
1292
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Crop Icon" }),
1293
- /* @__PURE__ */ (0, import_jsx_runtime38.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" })
1322
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Crop Icon" }),
1323
+ /* @__PURE__ */ (0, import_jsx_runtime39.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" })
1294
1324
  ]
1295
1325
  }
1296
1326
  );
1297
1327
  };
1298
1328
 
1299
1329
  // src/data-asset.tsx
1300
- var import_jsx_runtime39 = require("react/jsx-runtime");
1330
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1301
1331
  var DataAssetIcon = ({ size = 24, ...props }) => {
1302
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1332
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1303
1333
  "svg",
1304
1334
  {
1305
1335
  xmlns: "http://www.w3.org/2000/svg",
@@ -1313,19 +1343,19 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
1313
1343
  strokeLinejoin: "round",
1314
1344
  ...props,
1315
1345
  children: [
1316
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Plattform Asset icon" }),
1317
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
1318
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
1319
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
1346
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Plattform Asset icon" }),
1347
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
1348
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
1349
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
1320
1350
  ]
1321
1351
  }
1322
1352
  );
1323
1353
  };
1324
1354
 
1325
1355
  // src/documents.tsx
1326
- var import_jsx_runtime40 = require("react/jsx-runtime");
1356
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1327
1357
  var DocumentsIcon = ({ size = 24, ...props }) => {
1328
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1358
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1329
1359
  "svg",
1330
1360
  {
1331
1361
  xmlns: "http://www.w3.org/2000/svg",
@@ -1339,21 +1369,21 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
1339
1369
  strokeLinejoin: "round",
1340
1370
  ...props,
1341
1371
  children: [
1342
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Documents icon" }),
1343
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1344
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1345
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M10 9H8" }),
1346
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M16 13H8" }),
1347
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M16 17H8" })
1372
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Documents icon" }),
1373
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1374
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1375
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M10 9H8" }),
1376
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M16 13H8" }),
1377
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M16 17H8" })
1348
1378
  ]
1349
1379
  }
1350
1380
  );
1351
1381
  };
1352
1382
 
1353
1383
  // src/domain-icon.tsx
1354
- var import_jsx_runtime41 = require("react/jsx-runtime");
1384
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1355
1385
  var DomainIcon = ({ size = 24, ...props }) => {
1356
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1386
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
1357
1387
  "svg",
1358
1388
  {
1359
1389
  xmlns: "http://www.w3.org/2000/svg",
@@ -1367,19 +1397,19 @@ var DomainIcon = ({ size = 24, ...props }) => {
1367
1397
  strokeLinejoin: "round",
1368
1398
  ...props,
1369
1399
  children: [
1370
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Domain icon" }),
1371
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1372
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1373
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M2 12h20" })
1400
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Domain icon" }),
1401
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1402
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1403
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M2 12h20" })
1374
1404
  ]
1375
1405
  }
1376
1406
  );
1377
1407
  };
1378
1408
 
1379
1409
  // src/dora-icon.tsx
1380
- var import_jsx_runtime42 = require("react/jsx-runtime");
1410
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1381
1411
  var DORAIcon = ({ size = 24, ...props }) => {
1382
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
1412
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1383
1413
  "svg",
1384
1414
  {
1385
1415
  xmlns: "http://www.w3.org/2000/svg",
@@ -1393,22 +1423,22 @@ var DORAIcon = ({ size = 24, ...props }) => {
1393
1423
  strokeLinejoin: "round",
1394
1424
  ...props,
1395
1425
  children: [
1396
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "DORA compliance" }),
1397
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
1398
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
1399
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
1400
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
1401
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
1402
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("polygon", { points: "12 2 20 7 4 7" })
1426
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "DORA compliance" }),
1427
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
1428
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
1429
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
1430
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
1431
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
1432
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("polygon", { points: "12 2 20 7 4 7" })
1403
1433
  ]
1404
1434
  }
1405
1435
  );
1406
1436
  };
1407
1437
 
1408
1438
  // src/download-icon.tsx
1409
- var import_jsx_runtime43 = require("react/jsx-runtime");
1439
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1410
1440
  var DownloadIcon = ({ size = 24, ...props }) => {
1411
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1441
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
1412
1442
  "svg",
1413
1443
  {
1414
1444
  xmlns: "http://www.w3.org/2000/svg",
@@ -1422,19 +1452,19 @@ var DownloadIcon = ({ size = 24, ...props }) => {
1422
1452
  strokeLinejoin: "round",
1423
1453
  ...props,
1424
1454
  children: [
1425
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Download icon" }),
1426
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M12 15V3" }),
1427
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
1428
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "m7 10 5 5 5-5" })
1455
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Download icon" }),
1456
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M12 15V3" }),
1457
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
1458
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "m7 10 5 5 5-5" })
1429
1459
  ]
1430
1460
  }
1431
1461
  );
1432
1462
  };
1433
1463
 
1434
1464
  // src/dsar.tsx
1435
- var import_jsx_runtime44 = require("react/jsx-runtime");
1465
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1436
1466
  var DSARIcon = ({ size = 24, ...props }) => {
1437
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
1467
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
1438
1468
  "svg",
1439
1469
  {
1440
1470
  xmlns: "http://www.w3.org/2000/svg",
@@ -1448,18 +1478,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
1448
1478
  strokeLinejoin: "round",
1449
1479
  ...props,
1450
1480
  children: [
1451
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "DSAR icon" }),
1452
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
1453
- /* @__PURE__ */ (0, import_jsx_runtime44.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" })
1481
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "DSAR icon" }),
1482
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
1483
+ /* @__PURE__ */ (0, import_jsx_runtime45.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" })
1454
1484
  ]
1455
1485
  }
1456
1486
  );
1457
1487
  };
1458
1488
 
1459
1489
  // src/edit-icon.tsx
1460
- var import_jsx_runtime45 = require("react/jsx-runtime");
1490
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1461
1491
  var EditIcon = ({ size = 24, ...props }) => {
1462
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
1492
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
1463
1493
  "svg",
1464
1494
  {
1465
1495
  xmlns: "http://www.w3.org/2000/svg",
@@ -1473,18 +1503,18 @@ var EditIcon = ({ size = 24, ...props }) => {
1473
1503
  strokeLinejoin: "round",
1474
1504
  ...props,
1475
1505
  children: [
1476
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Edit icon" }),
1477
- /* @__PURE__ */ (0, import_jsx_runtime45.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" }),
1478
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "m15 5 4 4" })
1506
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Edit icon" }),
1507
+ /* @__PURE__ */ (0, import_jsx_runtime46.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" }),
1508
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "m15 5 4 4" })
1479
1509
  ]
1480
1510
  }
1481
1511
  );
1482
1512
  };
1483
1513
 
1484
1514
  // src/ellipsis-icon.tsx
1485
- var import_jsx_runtime46 = require("react/jsx-runtime");
1515
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1486
1516
  var EllipsisIcon = ({ size = 24, ...props }) => {
1487
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
1517
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1488
1518
  "svg",
1489
1519
  {
1490
1520
  xmlns: "http://www.w3.org/2000/svg",
@@ -1498,19 +1528,19 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
1498
1528
  strokeLinejoin: "round",
1499
1529
  ...props,
1500
1530
  children: [
1501
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Ellipsis Icon" }),
1502
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
1503
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
1504
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "5", cy: "12", r: "1" })
1531
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Ellipsis Icon" }),
1532
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
1533
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
1534
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("circle", { cx: "5", cy: "12", r: "1" })
1505
1535
  ]
1506
1536
  }
1507
1537
  );
1508
1538
  };
1509
1539
 
1510
1540
  // src/equals-icon.tsx
1511
- var import_jsx_runtime47 = require("react/jsx-runtime");
1541
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1512
1542
  var EqualsIcon = ({ size = 24, ...props }) => {
1513
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1543
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1514
1544
  "svg",
1515
1545
  {
1516
1546
  xmlns: "http://www.w3.org/2000/svg",
@@ -1524,18 +1554,18 @@ var EqualsIcon = ({ size = 24, ...props }) => {
1524
1554
  strokeLinejoin: "round",
1525
1555
  ...props,
1526
1556
  children: [
1527
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Equals icon" }),
1528
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
1529
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
1557
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "Equals icon" }),
1558
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
1559
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
1530
1560
  ]
1531
1561
  }
1532
1562
  );
1533
1563
  };
1534
1564
 
1535
1565
  // src/external-link-icon.tsx
1536
- var import_jsx_runtime48 = require("react/jsx-runtime");
1566
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1537
1567
  var ExternalLinkIcon = ({ size = 24, ...props }) => {
1538
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1568
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1539
1569
  "svg",
1540
1570
  {
1541
1571
  xmlns: "http://www.w3.org/2000/svg",
@@ -1550,19 +1580,19 @@ var ExternalLinkIcon = ({ size = 24, ...props }) => {
1550
1580
  "aria-hidden": "true",
1551
1581
  ...props,
1552
1582
  children: [
1553
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "External Link Icon" }),
1554
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M15 3h6v6" }),
1555
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M10 14 21 3" }),
1556
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
1583
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "External Link Icon" }),
1584
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M15 3h6v6" }),
1585
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M10 14 21 3" }),
1586
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
1557
1587
  ]
1558
1588
  }
1559
1589
  );
1560
1590
  };
1561
1591
 
1562
1592
  // src/eye.tsx
1563
- var import_jsx_runtime49 = require("react/jsx-runtime");
1593
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1564
1594
  var EyeIcon = (props) => {
1565
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1595
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1566
1596
  "svg",
1567
1597
  {
1568
1598
  xmlns: "http://www.w3.org/2000/svg",
@@ -1576,18 +1606,18 @@ var EyeIcon = (props) => {
1576
1606
  strokeLinejoin: "round",
1577
1607
  ...props,
1578
1608
  children: [
1579
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Eye Icon" }),
1580
- /* @__PURE__ */ (0, import_jsx_runtime49.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" }),
1581
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "12", cy: "12", r: "3" })
1609
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Eye Icon" }),
1610
+ /* @__PURE__ */ (0, import_jsx_runtime50.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" }),
1611
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "12", cy: "12", r: "3" })
1582
1612
  ]
1583
1613
  }
1584
1614
  );
1585
1615
  };
1586
1616
 
1587
1617
  // src/eye-off.tsx
1588
- var import_jsx_runtime50 = require("react/jsx-runtime");
1618
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1589
1619
  var EyeOffIcon = (props) => {
1590
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1620
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1591
1621
  "svg",
1592
1622
  {
1593
1623
  xmlns: "http://www.w3.org/2000/svg",
@@ -1601,20 +1631,20 @@ var EyeOffIcon = (props) => {
1601
1631
  strokeLinejoin: "round",
1602
1632
  ...props,
1603
1633
  children: [
1604
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Eye Off Icon" }),
1605
- /* @__PURE__ */ (0, import_jsx_runtime50.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" }),
1606
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
1607
- /* @__PURE__ */ (0, import_jsx_runtime50.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" }),
1608
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "m2 2 20 20" })
1634
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Eye Off Icon" }),
1635
+ /* @__PURE__ */ (0, import_jsx_runtime51.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" }),
1636
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
1637
+ /* @__PURE__ */ (0, import_jsx_runtime51.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" }),
1638
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "m2 2 20 20" })
1609
1639
  ]
1610
1640
  }
1611
1641
  );
1612
1642
  };
1613
1643
 
1614
1644
  // src/globe-icon.tsx
1615
- var import_jsx_runtime51 = require("react/jsx-runtime");
1645
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1616
1646
  var GlobeIcon = ({ size = 24, ...props }) => {
1617
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1647
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1618
1648
  "svg",
1619
1649
  {
1620
1650
  xmlns: "http://www.w3.org/2000/svg",
@@ -1629,19 +1659,19 @@ var GlobeIcon = ({ size = 24, ...props }) => {
1629
1659
  "aria-hidden": "true",
1630
1660
  ...props,
1631
1661
  children: [
1632
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "External Link Icon" }),
1633
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1634
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1635
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M2 12h20" })
1662
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "External Link Icon" }),
1663
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1664
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1665
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M2 12h20" })
1636
1666
  ]
1637
1667
  }
1638
1668
  );
1639
1669
  };
1640
1670
 
1641
1671
  // src/grip-vertical.tsx
1642
- var import_jsx_runtime52 = require("react/jsx-runtime");
1672
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1643
1673
  var GripVerticalIcon = ({ size = 24, ...props }) => {
1644
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1674
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1645
1675
  "svg",
1646
1676
  {
1647
1677
  xmlns: "http://www.w3.org/2000/svg",
@@ -1656,22 +1686,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
1656
1686
  "aria-hidden": "true",
1657
1687
  ...props,
1658
1688
  children: [
1659
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Grip Vertical Icon" }),
1660
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
1661
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
1662
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
1663
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
1664
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
1665
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "15", cy: "19", r: "1" })
1689
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Grip Vertical Icon" }),
1690
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
1691
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
1692
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
1693
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
1694
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
1695
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "15", cy: "19", r: "1" })
1666
1696
  ]
1667
1697
  }
1668
1698
  );
1669
1699
  };
1670
1700
 
1671
1701
  // src/hardware-asset.tsx
1672
- var import_jsx_runtime53 = require("react/jsx-runtime");
1702
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1673
1703
  var HardwareAssetIcon = ({ size = 24, ...props }) => {
1674
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1704
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1675
1705
  "svg",
1676
1706
  {
1677
1707
  xmlns: "http://www.w3.org/2000/svg",
@@ -1685,20 +1715,20 @@ var HardwareAssetIcon = ({ size = 24, ...props }) => {
1685
1715
  strokeLinejoin: "round",
1686
1716
  ...props,
1687
1717
  children: [
1688
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Hardware Asset icon" }),
1689
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
1690
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
1691
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
1692
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
1718
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Hardware Asset icon" }),
1719
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
1720
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
1721
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
1722
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
1693
1723
  ]
1694
1724
  }
1695
1725
  );
1696
1726
  };
1697
1727
 
1698
1728
  // src/heading-five-icon.tsx
1699
- var import_jsx_runtime54 = require("react/jsx-runtime");
1729
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1700
1730
  var HeadingFiveIcon = ({ size = 24, ...props }) => {
1701
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1731
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1702
1732
  "svg",
1703
1733
  {
1704
1734
  width: size,
@@ -1708,15 +1738,15 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
1708
1738
  xmlns: "http://www.w3.org/2000/svg",
1709
1739
  ...props,
1710
1740
  children: [
1711
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Heading Five" }),
1712
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1741
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Heading Five" }),
1742
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1713
1743
  "path",
1714
1744
  {
1715
1745
  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",
1716
1746
  fill: "currentColor"
1717
1747
  }
1718
1748
  ),
1719
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1749
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1720
1750
  "path",
1721
1751
  {
1722
1752
  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",
@@ -1729,9 +1759,9 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
1729
1759
  };
1730
1760
 
1731
1761
  // src/heading-four-icon.tsx
1732
- var import_jsx_runtime55 = require("react/jsx-runtime");
1762
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1733
1763
  var HeadingFourIcon = ({ size = 24, ...props }) => {
1734
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1764
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1735
1765
  "svg",
1736
1766
  {
1737
1767
  width: size,
@@ -1741,15 +1771,15 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
1741
1771
  xmlns: "http://www.w3.org/2000/svg",
1742
1772
  ...props,
1743
1773
  children: [
1744
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Heading Four" }),
1745
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1774
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Heading Four" }),
1775
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1746
1776
  "path",
1747
1777
  {
1748
1778
  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",
1749
1779
  fill: "currentColor"
1750
1780
  }
1751
1781
  ),
1752
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1782
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1753
1783
  "path",
1754
1784
  {
1755
1785
  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",
@@ -1762,9 +1792,9 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
1762
1792
  };
1763
1793
 
1764
1794
  // src/heading-icon.tsx
1765
- var import_jsx_runtime56 = require("react/jsx-runtime");
1795
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1766
1796
  var HeadingIcon = ({ size = 24, ...props }) => {
1767
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1797
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1768
1798
  "svg",
1769
1799
  {
1770
1800
  width: size,
@@ -1774,8 +1804,8 @@ var HeadingIcon = ({ size = 24, ...props }) => {
1774
1804
  xmlns: "http://www.w3.org/2000/svg",
1775
1805
  ...props,
1776
1806
  children: [
1777
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Heading" }),
1778
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1807
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Heading" }),
1808
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1779
1809
  "path",
1780
1810
  {
1781
1811
  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",
@@ -1788,9 +1818,9 @@ var HeadingIcon = ({ size = 24, ...props }) => {
1788
1818
  };
1789
1819
 
1790
1820
  // src/heading-one-icon.tsx
1791
- var import_jsx_runtime57 = require("react/jsx-runtime");
1821
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1792
1822
  var HeadingOneIcon = ({ size = 24, ...props }) => {
1793
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1823
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
1794
1824
  "svg",
1795
1825
  {
1796
1826
  width: size,
@@ -1800,15 +1830,15 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
1800
1830
  xmlns: "http://www.w3.org/2000/svg",
1801
1831
  ...props,
1802
1832
  children: [
1803
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Heading One" }),
1804
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1833
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Heading One" }),
1834
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1805
1835
  "path",
1806
1836
  {
1807
1837
  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",
1808
1838
  fill: "currentColor"
1809
1839
  }
1810
1840
  ),
1811
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1841
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1812
1842
  "path",
1813
1843
  {
1814
1844
  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",
@@ -1821,9 +1851,9 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
1821
1851
  };
1822
1852
 
1823
1853
  // src/heading-six-icon.tsx
1824
- var import_jsx_runtime58 = require("react/jsx-runtime");
1854
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1825
1855
  var HeadingSixIcon = ({ size = 24, ...props }) => {
1826
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
1856
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1827
1857
  "svg",
1828
1858
  {
1829
1859
  width: size,
@@ -1833,15 +1863,15 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
1833
1863
  xmlns: "http://www.w3.org/2000/svg",
1834
1864
  ...props,
1835
1865
  children: [
1836
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Heading Six" }),
1837
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1866
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Heading Six" }),
1867
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1838
1868
  "path",
1839
1869
  {
1840
1870
  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",
1841
1871
  fill: "currentColor"
1842
1872
  }
1843
1873
  ),
1844
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1874
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1845
1875
  "path",
1846
1876
  {
1847
1877
  fillRule: "evenodd",
@@ -1856,9 +1886,9 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
1856
1886
  };
1857
1887
 
1858
1888
  // src/heading-three-icon.tsx
1859
- var import_jsx_runtime59 = require("react/jsx-runtime");
1889
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1860
1890
  var HeadingThreeIcon = ({ size = 24, ...props }) => {
1861
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1891
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
1862
1892
  "svg",
1863
1893
  {
1864
1894
  width: size,
@@ -1868,15 +1898,15 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
1868
1898
  xmlns: "http://www.w3.org/2000/svg",
1869
1899
  ...props,
1870
1900
  children: [
1871
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Heading Three" }),
1872
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1901
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Heading Three" }),
1902
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1873
1903
  "path",
1874
1904
  {
1875
1905
  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",
1876
1906
  fill: "currentColor"
1877
1907
  }
1878
1908
  ),
1879
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1909
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1880
1910
  "path",
1881
1911
  {
1882
1912
  fillRule: "evenodd",
@@ -1885,7 +1915,7 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
1885
1915
  fill: "currentColor"
1886
1916
  }
1887
1917
  ),
1888
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1918
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1889
1919
  "path",
1890
1920
  {
1891
1921
  fillRule: "evenodd",
@@ -1900,9 +1930,9 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
1900
1930
  };
1901
1931
 
1902
1932
  // src/heading-two-icon.tsx
1903
- var import_jsx_runtime60 = require("react/jsx-runtime");
1933
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1904
1934
  var HeadingTwoIcon = ({ size = 24, ...props }) => {
1905
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
1935
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
1906
1936
  "svg",
1907
1937
  {
1908
1938
  width: size,
@@ -1912,15 +1942,15 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
1912
1942
  xmlns: "http://www.w3.org/2000/svg",
1913
1943
  ...props,
1914
1944
  children: [
1915
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Heading Two" }),
1916
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1945
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Heading Two" }),
1946
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1917
1947
  "path",
1918
1948
  {
1919
1949
  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",
1920
1950
  fill: "currentColor"
1921
1951
  }
1922
1952
  ),
1923
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1953
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1924
1954
  "path",
1925
1955
  {
1926
1956
  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",
@@ -1933,9 +1963,9 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
1933
1963
  };
1934
1964
 
1935
1965
  // src/highlighter-icon.tsx
1936
- var import_jsx_runtime61 = require("react/jsx-runtime");
1966
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1937
1967
  var HighlighterIcon = ({ size = 24, ...props }) => {
1938
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
1968
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
1939
1969
  "svg",
1940
1970
  {
1941
1971
  width: size,
@@ -1945,8 +1975,8 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
1945
1975
  xmlns: "http://www.w3.org/2000/svg",
1946
1976
  ...props,
1947
1977
  children: [
1948
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Highlighter" }),
1949
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1978
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Highlighter" }),
1979
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1950
1980
  "path",
1951
1981
  {
1952
1982
  fillRule: "evenodd",
@@ -1961,9 +1991,9 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
1961
1991
  };
1962
1992
 
1963
1993
  // src/image-icon.tsx
1964
- var import_jsx_runtime62 = require("react/jsx-runtime");
1994
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1965
1995
  var ImageIcon = ({ size = 24, ...props }) => {
1966
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
1996
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
1967
1997
  "svg",
1968
1998
  {
1969
1999
  width: size,
@@ -1973,8 +2003,8 @@ var ImageIcon = ({ size = 24, ...props }) => {
1973
2003
  xmlns: "http://www.w3.org/2000/svg",
1974
2004
  ...props,
1975
2005
  children: [
1976
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Image" }),
1977
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2006
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Image" }),
2007
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1978
2008
  "path",
1979
2009
  {
1980
2010
  fillRule: "evenodd",
@@ -1989,9 +2019,9 @@ var ImageIcon = ({ size = 24, ...props }) => {
1989
2019
  };
1990
2020
 
1991
2021
  // src/incident.tsx
1992
- var import_jsx_runtime63 = require("react/jsx-runtime");
2022
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1993
2023
  var IncidentIcon = ({ size = 24, ...props }) => {
1994
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2024
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
1995
2025
  "svg",
1996
2026
  {
1997
2027
  xmlns: "http://www.w3.org/2000/svg",
@@ -2005,19 +2035,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
2005
2035
  strokeLinejoin: "round",
2006
2036
  ...props,
2007
2037
  children: [
2008
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Incident icon" }),
2009
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M12 16h.01" }),
2010
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M12 8v4" }),
2011
- /* @__PURE__ */ (0, import_jsx_runtime63.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" })
2038
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Incident icon" }),
2039
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 16h.01" }),
2040
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 8v4" }),
2041
+ /* @__PURE__ */ (0, import_jsx_runtime64.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" })
2012
2042
  ]
2013
2043
  }
2014
2044
  );
2015
2045
  };
2016
2046
 
2017
2047
  // src/info.tsx
2018
- var import_jsx_runtime64 = require("react/jsx-runtime");
2048
+ var import_jsx_runtime65 = require("react/jsx-runtime");
2019
2049
  var InfoIcon = ({ size = 24, ...props }) => {
2020
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2050
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2021
2051
  "svg",
2022
2052
  {
2023
2053
  xmlns: "http://www.w3.org/2000/svg",
@@ -2032,19 +2062,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
2032
2062
  "aria-hidden": "true",
2033
2063
  ...props,
2034
2064
  children: [
2035
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Info Icon" }),
2036
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2037
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 16v-4" }),
2038
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 8h.01" })
2065
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Info Icon" }),
2066
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2067
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M12 16v-4" }),
2068
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M12 8h.01" })
2039
2069
  ]
2040
2070
  }
2041
2071
  );
2042
2072
  };
2043
2073
 
2044
2074
  // src/issues.tsx
2045
- var import_jsx_runtime65 = require("react/jsx-runtime");
2075
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2046
2076
  var IssuesIcon = ({ size = 24, ...props }) => {
2047
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2077
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2048
2078
  "svg",
2049
2079
  {
2050
2080
  xmlns: "http://www.w3.org/2000/svg",
@@ -2058,21 +2088,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
2058
2088
  strokeLinejoin: "round",
2059
2089
  ...props,
2060
2090
  children: [
2061
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Issues icon" }),
2062
- /* @__PURE__ */ (0, import_jsx_runtime65.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" }),
2063
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M12 11h4" }),
2064
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M12 16h4" }),
2065
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M8 11h.01" }),
2066
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M8 16h.01" })
2091
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Issues icon" }),
2092
+ /* @__PURE__ */ (0, import_jsx_runtime66.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" }),
2093
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M12 11h4" }),
2094
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M12 16h4" }),
2095
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M8 11h.01" }),
2096
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M8 16h.01" })
2067
2097
  ]
2068
2098
  }
2069
2099
  );
2070
2100
  };
2071
2101
 
2072
2102
  // src/italic-icon.tsx
2073
- var import_jsx_runtime66 = require("react/jsx-runtime");
2103
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2074
2104
  var ItalicIcon = ({ size = 24, ...props }) => {
2075
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2105
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2076
2106
  "svg",
2077
2107
  {
2078
2108
  width: size,
@@ -2082,8 +2112,8 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2082
2112
  xmlns: "http://www.w3.org/2000/svg",
2083
2113
  ...props,
2084
2114
  children: [
2085
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Italic" }),
2086
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2115
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Italic" }),
2116
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2087
2117
  "path",
2088
2118
  {
2089
2119
  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",
@@ -2095,10 +2125,35 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2095
2125
  );
2096
2126
  };
2097
2127
 
2128
+ // src/label-icon.tsx
2129
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2130
+ var LabelIcon = ({ size = 24, ...props }) => {
2131
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2132
+ "svg",
2133
+ {
2134
+ width: size,
2135
+ height: size,
2136
+ viewBox: "0 0 24 24",
2137
+ fill: "none",
2138
+ stroke: "currentColor",
2139
+ strokeWidth: "2",
2140
+ strokeLinecap: "round",
2141
+ strokeLinejoin: "round",
2142
+ xmlns: "http://www.w3.org/2000/svg",
2143
+ ...props,
2144
+ children: [
2145
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "Label" }),
2146
+ /* @__PURE__ */ (0, import_jsx_runtime68.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" }),
2147
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
2148
+ ]
2149
+ }
2150
+ );
2151
+ };
2152
+
2098
2153
  // src/link-icon.tsx
2099
- var import_jsx_runtime67 = require("react/jsx-runtime");
2154
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2100
2155
  var LinkIcon = ({ size = 24, ...props }) => {
2101
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2156
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2102
2157
  "svg",
2103
2158
  {
2104
2159
  width: size,
@@ -2108,15 +2163,15 @@ var LinkIcon = ({ size = 24, ...props }) => {
2108
2163
  xmlns: "http://www.w3.org/2000/svg",
2109
2164
  ...props,
2110
2165
  children: [
2111
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Link" }),
2112
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2166
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "Link" }),
2167
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2113
2168
  "path",
2114
2169
  {
2115
2170
  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",
2116
2171
  fill: "currentColor"
2117
2172
  }
2118
2173
  ),
2119
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2174
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2120
2175
  "path",
2121
2176
  {
2122
2177
  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",
@@ -2129,9 +2184,9 @@ var LinkIcon = ({ size = 24, ...props }) => {
2129
2184
  };
2130
2185
 
2131
2186
  // src/linkedin.tsx
2132
- var import_jsx_runtime68 = require("react/jsx-runtime");
2187
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2133
2188
  var LinkedInIcon = ({ size = 24, ...props }) => {
2134
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2189
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2135
2190
  "svg",
2136
2191
  {
2137
2192
  xmlns: "http://www.w3.org/2000/svg",
@@ -2147,19 +2202,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
2147
2202
  focusable: "false",
2148
2203
  ...props,
2149
2204
  children: [
2150
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "LinkedIn Icon" }),
2151
- /* @__PURE__ */ (0, import_jsx_runtime68.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" }),
2152
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2153
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2205
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "LinkedIn Icon" }),
2206
+ /* @__PURE__ */ (0, import_jsx_runtime70.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" }),
2207
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2208
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2154
2209
  ]
2155
2210
  }
2156
2211
  );
2157
2212
  };
2158
2213
 
2159
2214
  // src/list-icon.tsx
2160
- var import_jsx_runtime69 = require("react/jsx-runtime");
2215
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2161
2216
  var ListIcon = ({ size = 24, ...props }) => {
2162
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2217
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2163
2218
  "svg",
2164
2219
  {
2165
2220
  xmlns: "http://www.w3.org/2000/svg",
@@ -2169,8 +2224,8 @@ var ListIcon = ({ size = 24, ...props }) => {
2169
2224
  fill: "currentColor",
2170
2225
  ...props,
2171
2226
  children: [
2172
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "List Icon" }),
2173
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2227
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "List Icon" }),
2228
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2174
2229
  "path",
2175
2230
  {
2176
2231
  fillRule: "evenodd",
@@ -2179,7 +2234,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2179
2234
  fill: "currentColor"
2180
2235
  }
2181
2236
  ),
2182
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2237
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2183
2238
  "path",
2184
2239
  {
2185
2240
  fillRule: "evenodd",
@@ -2188,7 +2243,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2188
2243
  fill: "currentColor"
2189
2244
  }
2190
2245
  ),
2191
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2246
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2192
2247
  "path",
2193
2248
  {
2194
2249
  fillRule: "evenodd",
@@ -2197,7 +2252,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2197
2252
  fill: "currentColor"
2198
2253
  }
2199
2254
  ),
2200
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2255
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2201
2256
  "path",
2202
2257
  {
2203
2258
  fillRule: "evenodd",
@@ -2206,7 +2261,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2206
2261
  fill: "currentColor"
2207
2262
  }
2208
2263
  ),
2209
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2264
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2210
2265
  "path",
2211
2266
  {
2212
2267
  fillRule: "evenodd",
@@ -2215,7 +2270,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2215
2270
  fill: "currentColor"
2216
2271
  }
2217
2272
  ),
2218
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2273
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2219
2274
  "path",
2220
2275
  {
2221
2276
  fillRule: "evenodd",
@@ -2230,9 +2285,9 @@ var ListIcon = ({ size = 24, ...props }) => {
2230
2285
  };
2231
2286
 
2232
2287
  // src/list-ordered-icon.tsx
2233
- var import_jsx_runtime70 = require("react/jsx-runtime");
2288
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2234
2289
  var ListOrderedIcon = ({ size = 24, ...props }) => {
2235
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2290
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2236
2291
  "svg",
2237
2292
  {
2238
2293
  xmlns: "http://www.w3.org/2000/svg",
@@ -2242,8 +2297,8 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2242
2297
  fill: "currentColor",
2243
2298
  ...props,
2244
2299
  children: [
2245
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "List Ordered Icon" }),
2246
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2300
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "List Ordered Icon" }),
2301
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2247
2302
  "path",
2248
2303
  {
2249
2304
  fillRule: "evenodd",
@@ -2252,7 +2307,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2252
2307
  fill: "currentColor"
2253
2308
  }
2254
2309
  ),
2255
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2310
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2256
2311
  "path",
2257
2312
  {
2258
2313
  fillRule: "evenodd",
@@ -2261,7 +2316,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2261
2316
  fill: "currentColor"
2262
2317
  }
2263
2318
  ),
2264
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2319
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2265
2320
  "path",
2266
2321
  {
2267
2322
  fillRule: "evenodd",
@@ -2270,7 +2325,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2270
2325
  fill: "currentColor"
2271
2326
  }
2272
2327
  ),
2273
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2328
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2274
2329
  "path",
2275
2330
  {
2276
2331
  fillRule: "evenodd",
@@ -2279,7 +2334,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2279
2334
  fill: "currentColor"
2280
2335
  }
2281
2336
  ),
2282
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2337
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2283
2338
  "path",
2284
2339
  {
2285
2340
  fillRule: "evenodd",
@@ -2288,7 +2343,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2288
2343
  fill: "currentColor"
2289
2344
  }
2290
2345
  ),
2291
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2346
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2292
2347
  "path",
2293
2348
  {
2294
2349
  fillRule: "evenodd",
@@ -2303,9 +2358,9 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2303
2358
  };
2304
2359
 
2305
2360
  // src/list-todo-icon.tsx
2306
- var import_jsx_runtime71 = require("react/jsx-runtime");
2361
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2307
2362
  var ListTodoIcon = ({ size = 24, ...props }) => {
2308
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2363
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2309
2364
  "svg",
2310
2365
  {
2311
2366
  xmlns: "http://www.w3.org/2000/svg",
@@ -2315,8 +2370,8 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2315
2370
  fill: "currentColor",
2316
2371
  ...props,
2317
2372
  children: [
2318
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "List Todo Icon" }),
2319
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2373
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "List Todo Icon" }),
2374
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2320
2375
  "path",
2321
2376
  {
2322
2377
  fillRule: "evenodd",
@@ -2325,7 +2380,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2325
2380
  fill: "currentColor"
2326
2381
  }
2327
2382
  ),
2328
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2383
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2329
2384
  "path",
2330
2385
  {
2331
2386
  fillRule: "evenodd",
@@ -2334,7 +2389,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2334
2389
  fill: "currentColor"
2335
2390
  }
2336
2391
  ),
2337
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2392
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2338
2393
  "path",
2339
2394
  {
2340
2395
  fillRule: "evenodd",
@@ -2343,7 +2398,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2343
2398
  fill: "currentColor"
2344
2399
  }
2345
2400
  ),
2346
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2401
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2347
2402
  "path",
2348
2403
  {
2349
2404
  fillRule: "evenodd",
@@ -2352,7 +2407,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2352
2407
  fill: "currentColor"
2353
2408
  }
2354
2409
  ),
2355
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2410
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2356
2411
  "path",
2357
2412
  {
2358
2413
  fillRule: "evenodd",
@@ -2366,10 +2421,34 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2366
2421
  );
2367
2422
  };
2368
2423
 
2424
+ // src/message-square-icon.tsx
2425
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2426
+ var MessageSquareIcon = ({ size = 24, ...props }) => {
2427
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2428
+ "svg",
2429
+ {
2430
+ width: size,
2431
+ height: size,
2432
+ viewBox: "0 0 24 24",
2433
+ fill: "none",
2434
+ stroke: "currentColor",
2435
+ strokeWidth: "2",
2436
+ strokeLinecap: "round",
2437
+ strokeLinejoin: "round",
2438
+ xmlns: "http://www.w3.org/2000/svg",
2439
+ ...props,
2440
+ children: [
2441
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Message" }),
2442
+ /* @__PURE__ */ (0, import_jsx_runtime74.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
+ ]
2444
+ }
2445
+ );
2446
+ };
2447
+
2369
2448
  // src/minus.tsx
2370
- var import_jsx_runtime72 = require("react/jsx-runtime");
2449
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2371
2450
  var MinusIcon = ({ size = 24, ...props }) => {
2372
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2451
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2373
2452
  "svg",
2374
2453
  {
2375
2454
  xmlns: "http://www.w3.org/2000/svg",
@@ -2383,17 +2462,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
2383
2462
  strokeLinejoin: "round",
2384
2463
  ...props,
2385
2464
  children: [
2386
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "Minus Icon" }),
2387
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M5 12h14" })
2465
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Minus Icon" }),
2466
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M5 12h14" })
2388
2467
  ]
2389
2468
  }
2390
2469
  );
2391
2470
  };
2392
2471
 
2393
2472
  // src/more-vertical-icon.tsx
2394
- var import_jsx_runtime73 = require("react/jsx-runtime");
2473
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2395
2474
  var MoreVerticalIcon = ({ size = 24, ...props }) => {
2396
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2475
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2397
2476
  "svg",
2398
2477
  {
2399
2478
  width: size,
@@ -2403,8 +2482,8 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2403
2482
  xmlns: "http://www.w3.org/2000/svg",
2404
2483
  ...props,
2405
2484
  children: [
2406
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "More Vertical Icon" }),
2407
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2485
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "More Vertical Icon" }),
2486
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2408
2487
  "path",
2409
2488
  {
2410
2489
  fillRule: "evenodd",
@@ -2413,7 +2492,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2413
2492
  fill: "currentColor"
2414
2493
  }
2415
2494
  ),
2416
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2495
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2417
2496
  "path",
2418
2497
  {
2419
2498
  fillRule: "evenodd",
@@ -2422,7 +2501,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2422
2501
  fill: "currentColor"
2423
2502
  }
2424
2503
  ),
2425
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2504
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2426
2505
  "path",
2427
2506
  {
2428
2507
  fillRule: "evenodd",
@@ -2437,9 +2516,9 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2437
2516
  };
2438
2517
 
2439
2518
  // src/nis2-icon.tsx
2440
- var import_jsx_runtime74 = require("react/jsx-runtime");
2519
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2441
2520
  var NIS2Icon = ({ size = 24, ...props }) => {
2442
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2521
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2443
2522
  "svg",
2444
2523
  {
2445
2524
  xmlns: "http://www.w3.org/2000/svg",
@@ -2453,18 +2532,18 @@ var NIS2Icon = ({ size = 24, ...props }) => {
2453
2532
  strokeLinejoin: "round",
2454
2533
  ...props,
2455
2534
  children: [
2456
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "NIS2 compliance" }),
2457
- /* @__PURE__ */ (0, import_jsx_runtime74.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" }),
2458
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "m9 12 2 2 4-4" })
2535
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "NIS2 compliance" }),
2536
+ /* @__PURE__ */ (0, import_jsx_runtime77.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" }),
2537
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "m9 12 2 2 4-4" })
2459
2538
  ]
2460
2539
  }
2461
2540
  );
2462
2541
  };
2463
2542
 
2464
2543
  // src/notification-icon.tsx
2465
- var import_jsx_runtime75 = require("react/jsx-runtime");
2544
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2466
2545
  var NotificationIcon = (props) => {
2467
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2546
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2468
2547
  "svg",
2469
2548
  {
2470
2549
  xmlns: "http://www.w3.org/2000/svg",
@@ -2478,18 +2557,18 @@ var NotificationIcon = (props) => {
2478
2557
  strokeLinejoin: "round",
2479
2558
  ...props,
2480
2559
  children: [
2481
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Notification Icon" }),
2482
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
2483
- /* @__PURE__ */ (0, import_jsx_runtime75.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" })
2560
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "Notification Icon" }),
2561
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
2562
+ /* @__PURE__ */ (0, import_jsx_runtime78.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" })
2484
2563
  ]
2485
2564
  }
2486
2565
  );
2487
2566
  };
2488
2567
 
2489
2568
  // src/panel-left-icon.tsx
2490
- var import_jsx_runtime76 = require("react/jsx-runtime");
2569
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2491
2570
  var PanelLeftIcon = ({ size = 24, ...props }) => {
2492
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2571
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2493
2572
  "svg",
2494
2573
  {
2495
2574
  xmlns: "http://www.w3.org/2000/svg",
@@ -2503,18 +2582,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
2503
2582
  strokeLinejoin: "round",
2504
2583
  ...props,
2505
2584
  children: [
2506
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "Panel Left icon" }),
2507
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
2508
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M9 3v18" })
2585
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "Panel Left icon" }),
2586
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
2587
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M9 3v18" })
2509
2588
  ]
2510
2589
  }
2511
2590
  );
2512
2591
  };
2513
2592
 
2514
2593
  // src/people.tsx
2515
- var import_jsx_runtime77 = require("react/jsx-runtime");
2594
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2516
2595
  var PeopleIcon = ({ size = 24, ...props }) => {
2517
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2596
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2518
2597
  "svg",
2519
2598
  {
2520
2599
  xmlns: "http://www.w3.org/2000/svg",
@@ -2528,20 +2607,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
2528
2607
  strokeLinejoin: "round",
2529
2608
  ...props,
2530
2609
  children: [
2531
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "People icon" }),
2532
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
2533
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
2534
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
2535
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("circle", { cx: "9", cy: "7", r: "4" })
2610
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "People icon" }),
2611
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
2612
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
2613
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
2614
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("circle", { cx: "9", cy: "7", r: "4" })
2536
2615
  ]
2537
2616
  }
2538
2617
  );
2539
2618
  };
2540
2619
 
2541
2620
  // src/physical-asset.tsx
2542
- var import_jsx_runtime78 = require("react/jsx-runtime");
2621
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2543
2622
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
2544
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2623
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2545
2624
  "svg",
2546
2625
  {
2547
2626
  xmlns: "http://www.w3.org/2000/svg",
@@ -2555,20 +2634,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
2555
2634
  strokeLinejoin: "round",
2556
2635
  ...props,
2557
2636
  children: [
2558
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "Physical Asset icon" }),
2559
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
2560
- /* @__PURE__ */ (0, import_jsx_runtime78.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" }),
2561
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M6 13h12" }),
2562
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M6 17h12" })
2637
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Physical Asset icon" }),
2638
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
2639
+ /* @__PURE__ */ (0, import_jsx_runtime81.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" }),
2640
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M6 13h12" }),
2641
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M6 17h12" })
2563
2642
  ]
2564
2643
  }
2565
2644
  );
2566
2645
  };
2567
2646
 
2568
2647
  // src/plus.tsx
2569
- var import_jsx_runtime79 = require("react/jsx-runtime");
2648
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2570
2649
  var PlusIcon = (props) => {
2571
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2650
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2572
2651
  "svg",
2573
2652
  {
2574
2653
  xmlns: "http://www.w3.org/2000/svg",
@@ -2582,18 +2661,18 @@ var PlusIcon = (props) => {
2582
2661
  strokeLinejoin: "round",
2583
2662
  ...props,
2584
2663
  children: [
2585
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "Plus Icon" }),
2586
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M5 12h14" }),
2587
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M12 5v14" })
2664
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Plus Icon" }),
2665
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M5 12h14" }),
2666
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M12 5v14" })
2588
2667
  ]
2589
2668
  }
2590
2669
  );
2591
2670
  };
2592
2671
 
2593
2672
  // src/process.tsx
2594
- var import_jsx_runtime80 = require("react/jsx-runtime");
2673
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2595
2674
  var ProcessIcon = ({ size = 24, ...props }) => {
2596
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2675
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2597
2676
  "svg",
2598
2677
  {
2599
2678
  xmlns: "http://www.w3.org/2000/svg",
@@ -2607,20 +2686,20 @@ var ProcessIcon = ({ size = 24, ...props }) => {
2607
2686
  strokeLinejoin: "round",
2608
2687
  ...props,
2609
2688
  children: [
2610
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Process icon" }),
2611
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M16 5H3" }),
2612
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M16 12H3" }),
2613
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M11 19H3" }),
2614
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "m15 18 2 2 4-4" })
2689
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Process icon" }),
2690
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M16 5H3" }),
2691
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M16 12H3" }),
2692
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M11 19H3" }),
2693
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "m15 18 2 2 4-4" })
2615
2694
  ]
2616
2695
  }
2617
2696
  );
2618
2697
  };
2619
2698
 
2620
2699
  // src/process-category.tsx
2621
- var import_jsx_runtime81 = require("react/jsx-runtime");
2700
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2622
2701
  var ProcessCategoryIcon = ({ size = 24, ...props }) => {
2623
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2702
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2624
2703
  "svg",
2625
2704
  {
2626
2705
  xmlns: "http://www.w3.org/2000/svg",
@@ -2634,22 +2713,22 @@ var ProcessCategoryIcon = ({ size = 24, ...props }) => {
2634
2713
  strokeLinejoin: "round",
2635
2714
  ...props,
2636
2715
  children: [
2637
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Process category icon" }),
2638
- /* @__PURE__ */ (0, import_jsx_runtime81.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" }),
2639
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "m8 13 4-7 4 7" }),
2640
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M9.1 11h5.7" })
2716
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Process category icon" }),
2717
+ /* @__PURE__ */ (0, import_jsx_runtime84.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" }),
2718
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "m8 13 4-7 4 7" }),
2719
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M9.1 11h5.7" })
2641
2720
  ]
2642
2721
  }
2643
2722
  );
2644
2723
  };
2645
2724
 
2646
2725
  // src/processing-activity.tsx
2647
- var import_jsx_runtime82 = require("react/jsx-runtime");
2726
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2648
2727
  var ProcessingActivityIcon = ({
2649
2728
  size = 24,
2650
2729
  ...props
2651
2730
  }) => {
2652
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2731
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2653
2732
  "svg",
2654
2733
  {
2655
2734
  xmlns: "http://www.w3.org/2000/svg",
@@ -2663,19 +2742,19 @@ var ProcessingActivityIcon = ({
2663
2742
  strokeLinejoin: "round",
2664
2743
  ...props,
2665
2744
  children: [
2666
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Processing Activity icon" }),
2667
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
2668
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
2669
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
2745
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Processing Activity icon" }),
2746
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
2747
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
2748
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
2670
2749
  ]
2671
2750
  }
2672
2751
  );
2673
2752
  };
2674
2753
 
2675
2754
  // src/program-icon.tsx
2676
- var import_jsx_runtime83 = require("react/jsx-runtime");
2755
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2677
2756
  var ProgramIcon = ({ size = 24, ...props }) => {
2678
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2757
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2679
2758
  "svg",
2680
2759
  {
2681
2760
  xmlns: "http://www.w3.org/2000/svg",
@@ -2689,20 +2768,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
2689
2768
  strokeLinejoin: "round",
2690
2769
  ...props,
2691
2770
  children: [
2692
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Program icon" }),
2693
- /* @__PURE__ */ (0, import_jsx_runtime83.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" }),
2694
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M8 10v4" }),
2695
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M12 10v2" }),
2696
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M16 10v6" })
2771
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Program icon" }),
2772
+ /* @__PURE__ */ (0, import_jsx_runtime86.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" }),
2773
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M8 10v4" }),
2774
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 10v2" }),
2775
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M16 10v6" })
2697
2776
  ]
2698
2777
  }
2699
2778
  );
2700
2779
  };
2701
2780
 
2702
2781
  // src/puzzle-icon.tsx
2703
- var import_jsx_runtime84 = require("react/jsx-runtime");
2782
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2704
2783
  var PuzzleIcon = ({ size = 24, ...props }) => {
2705
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2784
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2706
2785
  "svg",
2707
2786
  {
2708
2787
  xmlns: "http://www.w3.org/2000/svg",
@@ -2716,17 +2795,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
2716
2795
  strokeLinejoin: "round",
2717
2796
  ...props,
2718
2797
  children: [
2719
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Puzzle Icon" }),
2720
- /* @__PURE__ */ (0, import_jsx_runtime84.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" })
2798
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Puzzle Icon" }),
2799
+ /* @__PURE__ */ (0, import_jsx_runtime87.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" })
2721
2800
  ]
2722
2801
  }
2723
2802
  );
2724
2803
  };
2725
2804
 
2726
2805
  // src/redo-icon.tsx
2727
- var import_jsx_runtime85 = require("react/jsx-runtime");
2806
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2728
2807
  var RedoIcon = ({ size = 24, ...props }) => {
2729
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2808
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2730
2809
  "svg",
2731
2810
  {
2732
2811
  xmlns: "http://www.w3.org/2000/svg",
@@ -2736,8 +2815,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
2736
2815
  fill: "currentColor",
2737
2816
  ...props,
2738
2817
  children: [
2739
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Redo Icon" }),
2740
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2818
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Redo Icon" }),
2819
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2741
2820
  "path",
2742
2821
  {
2743
2822
  fillRule: "evenodd",
@@ -2752,9 +2831,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
2752
2831
  };
2753
2832
 
2754
2833
  // src/risk.tsx
2755
- var import_jsx_runtime86 = require("react/jsx-runtime");
2834
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2756
2835
  var RiskIcon = ({ size = 24, ...props }) => {
2757
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2836
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2758
2837
  "svg",
2759
2838
  {
2760
2839
  xmlns: "http://www.w3.org/2000/svg",
@@ -2768,19 +2847,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
2768
2847
  strokeLinejoin: "round",
2769
2848
  ...props,
2770
2849
  children: [
2771
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Risk icon" }),
2772
- /* @__PURE__ */ (0, import_jsx_runtime86.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" }),
2773
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 8v4" }),
2774
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 16h.01" })
2850
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "Risk icon" }),
2851
+ /* @__PURE__ */ (0, import_jsx_runtime89.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" }),
2852
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M12 8v4" }),
2853
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M12 16h.01" })
2775
2854
  ]
2776
2855
  }
2777
2856
  );
2778
2857
  };
2779
2858
 
2780
2859
  // src/rotate-ccw-icon.tsx
2781
- var import_jsx_runtime87 = require("react/jsx-runtime");
2860
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2782
2861
  var RotateCcwIcon = ({ size = 24, ...props }) => {
2783
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2862
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2784
2863
  "svg",
2785
2864
  {
2786
2865
  width: size,
@@ -2790,8 +2869,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
2790
2869
  xmlns: "http://www.w3.org/2000/svg",
2791
2870
  ...props,
2792
2871
  children: [
2793
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Rotate Ccw Icon" }),
2794
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2872
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Rotate Ccw Icon" }),
2873
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2795
2874
  "path",
2796
2875
  {
2797
2876
  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",
@@ -2804,9 +2883,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
2804
2883
  };
2805
2884
 
2806
2885
  // src/save.tsx
2807
- var import_jsx_runtime88 = require("react/jsx-runtime");
2886
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2808
2887
  var SaveIcon = (props) => {
2809
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2888
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2810
2889
  "svg",
2811
2890
  {
2812
2891
  xmlns: "http://www.w3.org/2000/svg",
@@ -2820,19 +2899,19 @@ var SaveIcon = (props) => {
2820
2899
  strokeLinejoin: "round",
2821
2900
  ...props,
2822
2901
  children: [
2823
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Save Icon" }),
2824
- /* @__PURE__ */ (0, import_jsx_runtime88.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" }),
2825
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
2826
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
2902
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Save Icon" }),
2903
+ /* @__PURE__ */ (0, import_jsx_runtime91.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" }),
2904
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
2905
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
2827
2906
  ]
2828
2907
  }
2829
2908
  );
2830
2909
  };
2831
2910
 
2832
2911
  // src/search.tsx
2833
- var import_jsx_runtime89 = require("react/jsx-runtime");
2912
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2834
2913
  var SearchIcon = (props) => {
2835
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2914
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2836
2915
  "svg",
2837
2916
  {
2838
2917
  xmlns: "http://www.w3.org/2000/svg",
@@ -2846,18 +2925,18 @@ var SearchIcon = (props) => {
2846
2925
  strokeLinejoin: "round",
2847
2926
  ...props,
2848
2927
  children: [
2849
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "Search Icon" }),
2850
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "m21 21-4.34-4.34" }),
2851
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("circle", { cx: "11", cy: "11", r: "8" })
2928
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Search Icon" }),
2929
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "m21 21-4.34-4.34" }),
2930
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("circle", { cx: "11", cy: "11", r: "8" })
2852
2931
  ]
2853
2932
  }
2854
2933
  );
2855
2934
  };
2856
2935
 
2857
2936
  // src/service-asset.tsx
2858
- var import_jsx_runtime90 = require("react/jsx-runtime");
2937
+ var import_jsx_runtime93 = require("react/jsx-runtime");
2859
2938
  var ServiceAssetIcon = ({ size = 24, ...props }) => {
2860
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2939
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
2861
2940
  "svg",
2862
2941
  {
2863
2942
  xmlns: "http://www.w3.org/2000/svg",
@@ -2871,20 +2950,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
2871
2950
  strokeLinejoin: "round",
2872
2951
  ...props,
2873
2952
  children: [
2874
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Service Asset icon" }),
2875
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
2876
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M10 19v-3.96 3.15" }),
2877
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M7 19h5" }),
2878
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
2953
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Service Asset icon" }),
2954
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
2955
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M10 19v-3.96 3.15" }),
2956
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M7 19h5" }),
2957
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
2879
2958
  ]
2880
2959
  }
2881
2960
  );
2882
2961
  };
2883
2962
 
2884
2963
  // src/settings.tsx
2885
- var import_jsx_runtime91 = require("react/jsx-runtime");
2964
+ var import_jsx_runtime94 = require("react/jsx-runtime");
2886
2965
  var SettingsIcon = ({ size = 24, ...props }) => {
2887
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2966
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
2888
2967
  "svg",
2889
2968
  {
2890
2969
  xmlns: "http://www.w3.org/2000/svg",
@@ -2898,20 +2977,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
2898
2977
  strokeLinejoin: "round",
2899
2978
  ...props,
2900
2979
  children: [
2901
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Settings" }),
2902
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M14 17H5" }),
2903
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M19 7h-9" }),
2904
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
2905
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("circle", { cx: "7", cy: "7", r: "3" })
2980
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Settings" }),
2981
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M14 17H5" }),
2982
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M19 7h-9" }),
2983
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
2984
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("circle", { cx: "7", cy: "7", r: "3" })
2906
2985
  ]
2907
2986
  }
2908
2987
  );
2909
2988
  };
2910
2989
 
2911
2990
  // src/shell.tsx
2912
- var import_jsx_runtime92 = require("react/jsx-runtime");
2991
+ var import_jsx_runtime95 = require("react/jsx-runtime");
2913
2992
  var ShellIcon = ({ size = 24, ...props }) => {
2914
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2993
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
2915
2994
  "svg",
2916
2995
  {
2917
2996
  xmlns: "http://www.w3.org/2000/svg",
@@ -2925,17 +3004,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
2925
3004
  strokeLinejoin: "round",
2926
3005
  ...props,
2927
3006
  children: [
2928
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Shell Icon" }),
2929
- /* @__PURE__ */ (0, import_jsx_runtime92.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" })
3007
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Shell Icon" }),
3008
+ /* @__PURE__ */ (0, import_jsx_runtime95.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" })
2930
3009
  ]
2931
3010
  }
2932
3011
  );
2933
3012
  };
2934
3013
 
2935
3014
  // src/software-asset.tsx
2936
- var import_jsx_runtime93 = require("react/jsx-runtime");
3015
+ var import_jsx_runtime96 = require("react/jsx-runtime");
2937
3016
  var SoftwareAssetIcon = ({ size = 24, ...props }) => {
2938
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
3017
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
2939
3018
  "svg",
2940
3019
  {
2941
3020
  xmlns: "http://www.w3.org/2000/svg",
@@ -2949,20 +3028,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
2949
3028
  strokeLinejoin: "round",
2950
3029
  ...props,
2951
3030
  children: [
2952
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Software Asset Icon" }),
2953
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
2954
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M6 8h.01" }),
2955
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M10 8h.01" }),
2956
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M14 8h.01" })
3031
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Software Asset Icon" }),
3032
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
3033
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M6 8h.01" }),
3034
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M10 8h.01" }),
3035
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M14 8h.01" })
2957
3036
  ]
2958
3037
  }
2959
3038
  );
2960
3039
  };
2961
3040
 
2962
3041
  // src/squares-intersect.tsx
2963
- var import_jsx_runtime94 = require("react/jsx-runtime");
3042
+ var import_jsx_runtime97 = require("react/jsx-runtime");
2964
3043
  var SquaresIntersect = ({ size = 24, ...props }) => {
2965
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
3044
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
2966
3045
  "svg",
2967
3046
  {
2968
3047
  xmlns: "http://www.w3.org/2000/svg",
@@ -2976,27 +3055,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
2976
3055
  strokeLinejoin: "round",
2977
3056
  ...props,
2978
3057
  children: [
2979
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Squares Intersect icon" }),
2980
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
2981
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
2982
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M16 22h-2" }),
2983
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M2 10V8" }),
2984
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
2985
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
2986
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M22 14v2" }),
2987
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
2988
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
2989
- /* @__PURE__ */ (0, import_jsx_runtime94.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" }),
2990
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M8 2h2" })
3058
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Squares Intersect icon" }),
3059
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
3060
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
3061
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M16 22h-2" }),
3062
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M2 10V8" }),
3063
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
3064
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
3065
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M22 14v2" }),
3066
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
3067
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
3068
+ /* @__PURE__ */ (0, import_jsx_runtime97.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" }),
3069
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M8 2h2" })
2991
3070
  ]
2992
3071
  }
2993
3072
  );
2994
3073
  };
2995
3074
 
2996
3075
  // src/strike-icon.tsx
2997
- var import_jsx_runtime95 = require("react/jsx-runtime");
3076
+ var import_jsx_runtime98 = require("react/jsx-runtime");
2998
3077
  var StrikeIcon = ({ size = 24, ...props }) => {
2999
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
3078
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3000
3079
  "svg",
3001
3080
  {
3002
3081
  width: size,
@@ -3006,15 +3085,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3006
3085
  xmlns: "http://www.w3.org/2000/svg",
3007
3086
  ...props,
3008
3087
  children: [
3009
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Strike" }),
3010
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3088
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Strike" }),
3089
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3011
3090
  "path",
3012
3091
  {
3013
3092
  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",
3014
3093
  fill: "currentColor"
3015
3094
  }
3016
3095
  ),
3017
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3096
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3018
3097
  "path",
3019
3098
  {
3020
3099
  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",
@@ -3027,9 +3106,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3027
3106
  };
3028
3107
 
3029
3108
  // src/subscript-icon.tsx
3030
- var import_jsx_runtime96 = require("react/jsx-runtime");
3109
+ var import_jsx_runtime99 = require("react/jsx-runtime");
3031
3110
  var SubscriptIcon = ({ size = 24, ...props }) => {
3032
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3111
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3033
3112
  "svg",
3034
3113
  {
3035
3114
  width: size,
@@ -3039,8 +3118,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3039
3118
  xmlns: "http://www.w3.org/2000/svg",
3040
3119
  ...props,
3041
3120
  children: [
3042
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Subscript" }),
3043
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3121
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Subscript" }),
3122
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3044
3123
  "path",
3045
3124
  {
3046
3125
  fillRule: "evenodd",
@@ -3049,7 +3128,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3049
3128
  fill: "currentColor"
3050
3129
  }
3051
3130
  ),
3052
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3131
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3053
3132
  "path",
3054
3133
  {
3055
3134
  fillRule: "evenodd",
@@ -3058,7 +3137,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3058
3137
  fill: "currentColor"
3059
3138
  }
3060
3139
  ),
3061
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3140
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3062
3141
  "path",
3063
3142
  {
3064
3143
  fillRule: "evenodd",
@@ -3073,9 +3152,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3073
3152
  };
3074
3153
 
3075
3154
  // src/superscript-icon.tsx
3076
- var import_jsx_runtime97 = require("react/jsx-runtime");
3155
+ var import_jsx_runtime100 = require("react/jsx-runtime");
3077
3156
  var SuperscriptIcon = ({ size = 24, ...props }) => {
3078
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3157
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3079
3158
  "svg",
3080
3159
  {
3081
3160
  width: size,
@@ -3085,8 +3164,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3085
3164
  xmlns: "http://www.w3.org/2000/svg",
3086
3165
  ...props,
3087
3166
  children: [
3088
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Superscript" }),
3089
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3167
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Superscript" }),
3168
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3090
3169
  "path",
3091
3170
  {
3092
3171
  fillRule: "evenodd",
@@ -3095,7 +3174,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3095
3174
  fill: "currentColor"
3096
3175
  }
3097
3176
  ),
3098
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3177
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3099
3178
  "path",
3100
3179
  {
3101
3180
  fillRule: "evenodd",
@@ -3104,7 +3183,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3104
3183
  fill: "currentColor"
3105
3184
  }
3106
3185
  ),
3107
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3186
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3108
3187
  "path",
3109
3188
  {
3110
3189
  fillRule: "evenodd",
@@ -3119,9 +3198,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3119
3198
  };
3120
3199
 
3121
3200
  // src/table-icon.tsx
3122
- var import_jsx_runtime98 = require("react/jsx-runtime");
3201
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3123
3202
  var TableIcon = ({ size = 24, ...props }) => {
3124
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3203
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3125
3204
  "svg",
3126
3205
  {
3127
3206
  width: size,
@@ -3135,20 +3214,20 @@ var TableIcon = ({ size = 24, ...props }) => {
3135
3214
  xmlns: "http://www.w3.org/2000/svg",
3136
3215
  ...props,
3137
3216
  children: [
3138
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Table" }),
3139
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M12 3v18" }),
3140
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3141
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M3 9h18" }),
3142
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M3 15h18" })
3217
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Table" }),
3218
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M12 3v18" }),
3219
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3220
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M3 9h18" }),
3221
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M3 15h18" })
3143
3222
  ]
3144
3223
  }
3145
3224
  );
3146
3225
  };
3147
3226
 
3148
3227
  // src/table-of-contents-icon.tsx
3149
- var import_jsx_runtime99 = require("react/jsx-runtime");
3228
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3150
3229
  var TableOfContentsIcon = ({ size = 24, ...props }) => {
3151
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3230
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3152
3231
  "svg",
3153
3232
  {
3154
3233
  xmlns: "http://www.w3.org/2000/svg",
@@ -3158,8 +3237,8 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3158
3237
  fill: "currentColor",
3159
3238
  ...props,
3160
3239
  children: [
3161
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Table of Contents Icon" }),
3162
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3240
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Table of Contents Icon" }),
3241
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3163
3242
  "path",
3164
3243
  {
3165
3244
  fillRule: "evenodd",
@@ -3168,7 +3247,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3168
3247
  fill: "currentColor"
3169
3248
  }
3170
3249
  ),
3171
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3250
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3172
3251
  "path",
3173
3252
  {
3174
3253
  fillRule: "evenodd",
@@ -3177,7 +3256,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3177
3256
  fill: "currentColor"
3178
3257
  }
3179
3258
  ),
3180
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3259
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3181
3260
  "path",
3182
3261
  {
3183
3262
  fillRule: "evenodd",
@@ -3186,7 +3265,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3186
3265
  fill: "currentColor"
3187
3266
  }
3188
3267
  ),
3189
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3268
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3190
3269
  "path",
3191
3270
  {
3192
3271
  fillRule: "evenodd",
@@ -3201,9 +3280,9 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3201
3280
  };
3202
3281
 
3203
3282
  // src/tom-icon.tsx
3204
- var import_jsx_runtime100 = require("react/jsx-runtime");
3283
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3205
3284
  var TomIcon = ({ size = 24, ...props }) => {
3206
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3285
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3207
3286
  "svg",
3208
3287
  {
3209
3288
  xmlns: "http://www.w3.org/2000/svg",
@@ -3217,18 +3296,18 @@ var TomIcon = ({ size = 24, ...props }) => {
3217
3296
  strokeLinejoin: "round",
3218
3297
  ...props,
3219
3298
  children: [
3220
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "TOM icon" }),
3221
- /* @__PURE__ */ (0, import_jsx_runtime100.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" }),
3222
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "m9 12 2 2 4-4" })
3299
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "TOM icon" }),
3300
+ /* @__PURE__ */ (0, import_jsx_runtime103.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" }),
3301
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "m9 12 2 2 4-4" })
3223
3302
  ]
3224
3303
  }
3225
3304
  );
3226
3305
  };
3227
3306
 
3228
3307
  // src/trash-icon.tsx
3229
- var import_jsx_runtime101 = require("react/jsx-runtime");
3308
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3230
3309
  var TrashIcon = ({ size = 24, ...props }) => {
3231
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3310
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3232
3311
  "svg",
3233
3312
  {
3234
3313
  xmlns: "http://www.w3.org/2000/svg",
@@ -3242,21 +3321,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
3242
3321
  strokeLinejoin: "round",
3243
3322
  ...props,
3244
3323
  children: [
3245
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Trash icon" }),
3246
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M10 11v6" }),
3247
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M14 11v6" }),
3248
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
3249
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M3 6h18" }),
3250
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
3324
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Trash icon" }),
3325
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M10 11v6" }),
3326
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M14 11v6" }),
3327
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
3328
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M3 6h18" }),
3329
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
3251
3330
  ]
3252
3331
  }
3253
3332
  );
3254
3333
  };
3255
3334
 
3256
3335
  // src/type-icon.tsx
3257
- var import_jsx_runtime102 = require("react/jsx-runtime");
3336
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3258
3337
  var TypeIcon = ({ size = 24, ...props }) => {
3259
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3338
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3260
3339
  "svg",
3261
3340
  {
3262
3341
  width: size,
@@ -3266,8 +3345,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
3266
3345
  xmlns: "http://www.w3.org/2000/svg",
3267
3346
  ...props,
3268
3347
  children: [
3269
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Type Icon" }),
3270
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3348
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Type Icon" }),
3349
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3271
3350
  "path",
3272
3351
  {
3273
3352
  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",
@@ -3280,9 +3359,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
3280
3359
  };
3281
3360
 
3282
3361
  // src/underline-icon.tsx
3283
- var import_jsx_runtime103 = require("react/jsx-runtime");
3362
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3284
3363
  var UnderlineIcon = ({ size = 24, ...props }) => {
3285
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3364
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3286
3365
  "svg",
3287
3366
  {
3288
3367
  width: size,
@@ -3292,8 +3371,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
3292
3371
  xmlns: "http://www.w3.org/2000/svg",
3293
3372
  ...props,
3294
3373
  children: [
3295
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Underline" }),
3296
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3374
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Underline" }),
3375
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3297
3376
  "path",
3298
3377
  {
3299
3378
  fillRule: "evenodd",
@@ -3308,9 +3387,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
3308
3387
  };
3309
3388
 
3310
3389
  // src/undo-icon.tsx
3311
- var import_jsx_runtime104 = require("react/jsx-runtime");
3390
+ var import_jsx_runtime107 = require("react/jsx-runtime");
3312
3391
  var UndoIcon = ({ size = 24, ...props }) => {
3313
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3392
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3314
3393
  "svg",
3315
3394
  {
3316
3395
  xmlns: "http://www.w3.org/2000/svg",
@@ -3320,8 +3399,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
3320
3399
  fill: "currentColor",
3321
3400
  ...props,
3322
3401
  children: [
3323
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Undo Icon" }),
3324
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3402
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Undo Icon" }),
3403
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3325
3404
  "path",
3326
3405
  {
3327
3406
  fillRule: "evenodd",
@@ -3336,9 +3415,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
3336
3415
  };
3337
3416
 
3338
3417
  // src/upload.tsx
3339
- var import_jsx_runtime105 = require("react/jsx-runtime");
3418
+ var import_jsx_runtime108 = require("react/jsx-runtime");
3340
3419
  var UploadIcon = ({ size = 24, ...props }) => {
3341
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3420
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
3342
3421
  "svg",
3343
3422
  {
3344
3423
  xmlns: "http://www.w3.org/2000/svg",
@@ -3352,19 +3431,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
3352
3431
  strokeLinejoin: "round",
3353
3432
  ...props,
3354
3433
  children: [
3355
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Upload icon" }),
3356
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M12 13v8" }),
3357
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
3358
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "m8 17 4-4 4 4" })
3434
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Upload icon" }),
3435
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M12 13v8" }),
3436
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
3437
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "m8 17 4-4 4 4" })
3359
3438
  ]
3360
3439
  }
3361
3440
  );
3362
3441
  };
3363
3442
 
3364
3443
  // src/user-circle-icon.tsx
3365
- var import_jsx_runtime106 = require("react/jsx-runtime");
3444
+ var import_jsx_runtime109 = require("react/jsx-runtime");
3366
3445
  var UserCircleIcon = ({ size = 24, ...props }) => {
3367
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3446
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
3368
3447
  "svg",
3369
3448
  {
3370
3449
  width: size,
@@ -3373,9 +3452,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3373
3452
  xmlns: "http://www.w3.org/2000/svg",
3374
3453
  ...props,
3375
3454
  children: [
3376
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "User Circle Icon" }),
3377
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "256", height: "256", fill: "none" }),
3378
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3455
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "User Circle Icon" }),
3456
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("rect", { width: "256", height: "256", fill: "none" }),
3457
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3379
3458
  "circle",
3380
3459
  {
3381
3460
  cx: "128",
@@ -3388,7 +3467,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3388
3467
  strokeWidth: "16"
3389
3468
  }
3390
3469
  ),
3391
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3470
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3392
3471
  "circle",
3393
3472
  {
3394
3473
  cx: "128",
@@ -3401,7 +3480,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3401
3480
  strokeWidth: "16"
3402
3481
  }
3403
3482
  ),
3404
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3483
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3405
3484
  "path",
3406
3485
  {
3407
3486
  d: "M63.8,199.37a72,72,0,0,1,128.4,0",
@@ -3418,9 +3497,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3418
3497
  };
3419
3498
 
3420
3499
  // src/vendor.tsx
3421
- var import_jsx_runtime107 = require("react/jsx-runtime");
3500
+ var import_jsx_runtime110 = require("react/jsx-runtime");
3422
3501
  var VendorIcon = ({ size = 24, ...props }) => {
3423
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3502
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
3424
3503
  "svg",
3425
3504
  {
3426
3505
  xmlns: "http://www.w3.org/2000/svg",
@@ -3434,12 +3513,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
3434
3513
  strokeLinejoin: "round",
3435
3514
  ...props,
3436
3515
  children: [
3437
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Vendor icon" }),
3438
- /* @__PURE__ */ (0, import_jsx_runtime107.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" }),
3439
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
3440
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
3441
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M2 7h20" }),
3442
- /* @__PURE__ */ (0, import_jsx_runtime107.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" })
3516
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Vendor icon" }),
3517
+ /* @__PURE__ */ (0, import_jsx_runtime110.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" }),
3518
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
3519
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
3520
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M2 7h20" }),
3521
+ /* @__PURE__ */ (0, import_jsx_runtime110.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" })
3443
3522
  ]
3444
3523
  }
3445
3524
  );
@@ -3463,6 +3542,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
3463
3542
  BlockquoteIcon,
3464
3543
  BoldIcon,
3465
3544
  BusinessUnitIcon,
3545
+ CalendarIcon,
3466
3546
  CatalogIcon,
3467
3547
  ChartPie,
3468
3548
  CheckCirleIcon,
@@ -3514,11 +3594,13 @@ var VendorIcon = ({ size = 24, ...props }) => {
3514
3594
  IntersectIcon,
3515
3595
  IssuesIcon,
3516
3596
  ItalicIcon,
3597
+ LabelIcon,
3517
3598
  LinkIcon,
3518
3599
  LinkedInIcon,
3519
3600
  ListIcon,
3520
3601
  ListOrderedIcon,
3521
3602
  ListTodoIcon,
3603
+ MessageSquareIcon,
3522
3604
  MinusIcon,
3523
3605
  MoreVerticalIcon,
3524
3606
  NIS2Icon,