@kopexa/icons 17.5.2 → 17.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -34,6 +34,7 @@ __export(index_exports, {
34
34
  ArrowRightIcon: () => ArrowRightIcon,
35
35
  ArrowUp: () => ArrowUp,
36
36
  AssetsIcon: () => AssetsIcon,
37
+ AuditIcon: () => AuditIcon,
37
38
  BanIcon: () => BanIcon,
38
39
  BellIcon: () => BellIcon,
39
40
  BlockquoteIcon: () => BlockquoteIcon,
@@ -577,10 +578,36 @@ var AssetsIcon = ({ size = 24, ...props }) => {
577
578
  );
578
579
  };
579
580
 
580
- // src/ban-icon.tsx
581
+ // src/audit-icon.tsx
581
582
  var import_jsx_runtime14 = require("react/jsx-runtime");
582
- var BanIcon = ({ size = 24, ...props }) => {
583
+ var AuditIcon = ({ size = 24, ...props }) => {
583
584
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
585
+ "svg",
586
+ {
587
+ xmlns: "http://www.w3.org/2000/svg",
588
+ width: size,
589
+ height: size,
590
+ viewBox: "0 0 24 24",
591
+ fill: "none",
592
+ stroke: "currentColor",
593
+ strokeWidth: "2",
594
+ strokeLinecap: "round",
595
+ strokeLinejoin: "round",
596
+ ...props,
597
+ children: [
598
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Audit Icon" }),
599
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
600
+ /* @__PURE__ */ (0, import_jsx_runtime14.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" }),
601
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "m9 14 2 2 4-4" })
602
+ ]
603
+ }
604
+ );
605
+ };
606
+
607
+ // src/ban-icon.tsx
608
+ var import_jsx_runtime15 = require("react/jsx-runtime");
609
+ var BanIcon = ({ size = 24, ...props }) => {
610
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
584
611
  "svg",
585
612
  {
586
613
  width: size,
@@ -590,8 +617,8 @@ var BanIcon = ({ size = 24, ...props }) => {
590
617
  xmlns: "http://www.w3.org/2000/svg",
591
618
  ...props,
592
619
  children: [
593
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Ban" }),
594
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
620
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Ban" }),
621
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
595
622
  "path",
596
623
  {
597
624
  fillRule: "evenodd",
@@ -606,9 +633,9 @@ var BanIcon = ({ size = 24, ...props }) => {
606
633
  };
607
634
 
608
635
  // src/bell-icon.tsx
609
- var import_jsx_runtime15 = require("react/jsx-runtime");
636
+ var import_jsx_runtime16 = require("react/jsx-runtime");
610
637
  var BellIcon = ({ size = 24, ...props }) => {
611
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
638
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
612
639
  "svg",
613
640
  {
614
641
  xmlns: "http://www.w3.org/2000/svg",
@@ -622,18 +649,18 @@ var BellIcon = ({ size = 24, ...props }) => {
622
649
  strokeLinejoin: "round",
623
650
  ...props,
624
651
  children: [
625
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Bell" }),
626
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }),
627
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" })
652
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Bell" }),
653
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
654
+ /* @__PURE__ */ (0, import_jsx_runtime16.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" })
628
655
  ]
629
656
  }
630
657
  );
631
658
  };
632
659
 
633
660
  // src/blockquote-icon.tsx
634
- var import_jsx_runtime16 = require("react/jsx-runtime");
661
+ var import_jsx_runtime17 = require("react/jsx-runtime");
635
662
  var BlockquoteIcon = ({ size = 24, ...props }) => {
636
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
663
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
637
664
  "svg",
638
665
  {
639
666
  width: size,
@@ -643,8 +670,8 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
643
670
  xmlns: "http://www.w3.org/2000/svg",
644
671
  ...props,
645
672
  children: [
646
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Block Quote" }),
647
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
673
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Block Quote" }),
674
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
648
675
  "path",
649
676
  {
650
677
  fillRule: "evenodd",
@@ -653,7 +680,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
653
680
  fill: "currentColor"
654
681
  }
655
682
  ),
656
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
683
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
657
684
  "path",
658
685
  {
659
686
  fillRule: "evenodd",
@@ -662,7 +689,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
662
689
  fill: "currentColor"
663
690
  }
664
691
  ),
665
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
692
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
666
693
  "path",
667
694
  {
668
695
  fillRule: "evenodd",
@@ -671,7 +698,7 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
671
698
  fill: "currentColor"
672
699
  }
673
700
  ),
674
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
701
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
675
702
  "path",
676
703
  {
677
704
  fillRule: "evenodd",
@@ -686,9 +713,9 @@ var BlockquoteIcon = ({ size = 24, ...props }) => {
686
713
  };
687
714
 
688
715
  // src/bold-icon.tsx
689
- var import_jsx_runtime17 = require("react/jsx-runtime");
716
+ var import_jsx_runtime18 = require("react/jsx-runtime");
690
717
  var BoldIcon = ({ size = 24, ...props }) => {
691
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
718
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
692
719
  "svg",
693
720
  {
694
721
  width: size,
@@ -698,8 +725,8 @@ var BoldIcon = ({ size = 24, ...props }) => {
698
725
  xmlns: "http://www.w3.org/2000/svg",
699
726
  ...props,
700
727
  children: [
701
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "Bold" }),
702
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
728
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Bold" }),
729
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
703
730
  "path",
704
731
  {
705
732
  fillRule: "evenodd",
@@ -714,9 +741,9 @@ var BoldIcon = ({ size = 24, ...props }) => {
714
741
  };
715
742
 
716
743
  // src/business-unit.tsx
717
- var import_jsx_runtime18 = require("react/jsx-runtime");
744
+ var import_jsx_runtime19 = require("react/jsx-runtime");
718
745
  var BusinessUnitIcon = ({ size = 24, ...props }) => {
719
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
746
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
720
747
  "svg",
721
748
  {
722
749
  xmlns: "http://www.w3.org/2000/svg",
@@ -730,22 +757,22 @@ var BusinessUnitIcon = ({ size = 24, ...props }) => {
730
757
  strokeLinejoin: "round",
731
758
  ...props,
732
759
  children: [
733
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "BusinessUnit icon" }),
734
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M3 7V5c0-1.1.9-2 2-2h2" }),
735
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M17 3h2c1.1 0 2 .9 2 2v2" }),
736
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M21 17v2c0 1.1-.9 2-2 2h-2" }),
737
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M7 21H5c-1.1 0-2-.9-2-2v-2" }),
738
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "7", height: "5", x: "7", y: "7", rx: "1" }),
739
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "7", height: "5", x: "10", y: "12", rx: "1" })
760
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "BusinessUnit icon" }),
761
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M3 7V5c0-1.1.9-2 2-2h2" }),
762
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M17 3h2c1.1 0 2 .9 2 2v2" }),
763
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M21 17v2c0 1.1-.9 2-2 2h-2" }),
764
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M7 21H5c-1.1 0-2-.9-2-2v-2" }),
765
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { width: "7", height: "5", x: "7", y: "7", rx: "1" }),
766
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { width: "7", height: "5", x: "10", y: "12", rx: "1" })
740
767
  ]
741
768
  }
742
769
  );
743
770
  };
744
771
 
745
772
  // src/calendar-icon.tsx
746
- var import_jsx_runtime19 = require("react/jsx-runtime");
773
+ var import_jsx_runtime20 = require("react/jsx-runtime");
747
774
  var CalendarIcon = ({ size = 24, ...props }) => {
748
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
775
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
749
776
  "svg",
750
777
  {
751
778
  width: size,
@@ -759,20 +786,20 @@ var CalendarIcon = ({ size = 24, ...props }) => {
759
786
  xmlns: "http://www.w3.org/2000/svg",
760
787
  ...props,
761
788
  children: [
762
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "Calendar" }),
763
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M8 2v4" }),
764
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M16 2v4" }),
765
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }),
766
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M3 10h18" })
789
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Calendar" }),
790
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M8 2v4" }),
791
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M16 2v4" }),
792
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }),
793
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M3 10h18" })
767
794
  ]
768
795
  }
769
796
  );
770
797
  };
771
798
 
772
799
  // src/catalog.tsx
773
- var import_jsx_runtime20 = require("react/jsx-runtime");
800
+ var import_jsx_runtime21 = require("react/jsx-runtime");
774
801
  var CatalogIcon = ({ size = 24, ...props }) => {
775
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
802
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
776
803
  "svg",
777
804
  {
778
805
  xmlns: "http://www.w3.org/2000/svg",
@@ -786,20 +813,20 @@ var CatalogIcon = ({ size = 24, ...props }) => {
786
813
  strokeLinejoin: "round",
787
814
  ...props,
788
815
  children: [
789
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Catalog icon" }),
790
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "m16 6 4 14" }),
791
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M12 6v14" }),
792
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M8 8v12" }),
793
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4 4v16" })
816
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Catalog icon" }),
817
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "m16 6 4 14" }),
818
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M12 6v14" }),
819
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M8 8v12" }),
820
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M4 4v16" })
794
821
  ]
795
822
  }
796
823
  );
797
824
  };
798
825
 
799
826
  // src/chart-pie.tsx
800
- var import_jsx_runtime21 = require("react/jsx-runtime");
827
+ var import_jsx_runtime22 = require("react/jsx-runtime");
801
828
  var ChartPie = ({ size = 24, ...props }) => {
802
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
829
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
803
830
  "svg",
804
831
  {
805
832
  xmlns: "http://www.w3.org/2000/svg",
@@ -813,18 +840,18 @@ var ChartPie = ({ size = 24, ...props }) => {
813
840
  strokeLinejoin: "round",
814
841
  ...props,
815
842
  children: [
816
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Chart Pie icon" }),
817
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z" }),
818
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
843
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Chart Pie icon" }),
844
+ /* @__PURE__ */ (0, import_jsx_runtime22.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" }),
845
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
819
846
  ]
820
847
  }
821
848
  );
822
849
  };
823
850
 
824
851
  // src/check.tsx
825
- var import_jsx_runtime22 = require("react/jsx-runtime");
852
+ var import_jsx_runtime23 = require("react/jsx-runtime");
826
853
  var CheckIcon = (props) => {
827
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
854
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
828
855
  "svg",
829
856
  {
830
857
  xmlns: "http://www.w3.org/2000/svg",
@@ -838,17 +865,17 @@ var CheckIcon = (props) => {
838
865
  strokeLinejoin: "round",
839
866
  ...props,
840
867
  children: [
841
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Check Icon" }),
842
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M20 6 9 17l-5-5" })
868
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Check Icon" }),
869
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M20 6 9 17l-5-5" })
843
870
  ]
844
871
  }
845
872
  );
846
873
  };
847
874
 
848
875
  // src/check-circle.tsx
849
- var import_jsx_runtime23 = require("react/jsx-runtime");
876
+ var import_jsx_runtime24 = require("react/jsx-runtime");
850
877
  var CheckCirleIcon = ({ size = 24, ...props }) => {
851
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
878
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
852
879
  "svg",
853
880
  {
854
881
  xmlns: "http://www.w3.org/2000/svg",
@@ -862,18 +889,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
862
889
  strokeLinejoin: "round",
863
890
  ...props,
864
891
  children: [
865
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Check Circle Icon" }),
866
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
867
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "m9 12 2 2 4-4" })
892
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Check Circle Icon" }),
893
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
894
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "m9 12 2 2 4-4" })
868
895
  ]
869
896
  }
870
897
  );
871
898
  };
872
899
 
873
900
  // src/chevron-down.tsx
874
- var import_jsx_runtime24 = require("react/jsx-runtime");
901
+ var import_jsx_runtime25 = require("react/jsx-runtime");
875
902
  var ChevronDownIcon = (props) => {
876
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
903
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
877
904
  "svg",
878
905
  {
879
906
  xmlns: "http://www.w3.org/2000/svg",
@@ -887,17 +914,17 @@ var ChevronDownIcon = (props) => {
887
914
  strokeLinejoin: "round",
888
915
  ...props,
889
916
  children: [
890
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Chevron Down Icon" }),
891
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "m6 9 6 6 6-6" })
917
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Chevron Down Icon" }),
918
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m6 9 6 6 6-6" })
892
919
  ]
893
920
  }
894
921
  );
895
922
  };
896
923
 
897
924
  // src/chevron-left.tsx
898
- var import_jsx_runtime25 = require("react/jsx-runtime");
925
+ var import_jsx_runtime26 = require("react/jsx-runtime");
899
926
  var ChevronLeftIcon = (props) => {
900
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
927
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
901
928
  "svg",
902
929
  {
903
930
  xmlns: "http://www.w3.org/2000/svg",
@@ -911,17 +938,17 @@ var ChevronLeftIcon = (props) => {
911
938
  strokeLinejoin: "round",
912
939
  ...props,
913
940
  children: [
914
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Chevron Left Icon" }),
915
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m15 18-6-6 6-6" })
941
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Chevron Left Icon" }),
942
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m15 18-6-6 6-6" })
916
943
  ]
917
944
  }
918
945
  );
919
946
  };
920
947
 
921
948
  // src/chevron-right.tsx
922
- var import_jsx_runtime26 = require("react/jsx-runtime");
949
+ var import_jsx_runtime27 = require("react/jsx-runtime");
923
950
  var ChevronRightIcon = (props) => {
924
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
951
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
925
952
  "svg",
926
953
  {
927
954
  xmlns: "http://www.w3.org/2000/svg",
@@ -935,17 +962,17 @@ var ChevronRightIcon = (props) => {
935
962
  strokeLinejoin: "round",
936
963
  ...props,
937
964
  children: [
938
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Chevron Right Icon" }),
939
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m9 18 6-6-6-6" })
965
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Chevron Right Icon" }),
966
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m9 18 6-6-6-6" })
940
967
  ]
941
968
  }
942
969
  );
943
970
  };
944
971
 
945
972
  // src/chevron-up-down.tsx
946
- var import_jsx_runtime27 = require("react/jsx-runtime");
973
+ var import_jsx_runtime28 = require("react/jsx-runtime");
947
974
  var ChevronUpDown = ({ size = 24, ...props }) => {
948
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
975
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
949
976
  "svg",
950
977
  {
951
978
  xmlns: "http://www.w3.org/2000/svg",
@@ -959,18 +986,18 @@ var ChevronUpDown = ({ size = 24, ...props }) => {
959
986
  strokeLinejoin: "round",
960
987
  ...props,
961
988
  children: [
962
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Chevron Up Down icon" }),
963
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m7 15 5 5 5-5" }),
964
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "m7 9 5-5 5 5" })
989
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Chevron Up Down icon" }),
990
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m7 15 5 5 5-5" }),
991
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m7 9 5-5 5 5" })
965
992
  ]
966
993
  }
967
994
  );
968
995
  };
969
996
 
970
997
  // src/chevron-up-icon.tsx
971
- var import_jsx_runtime28 = require("react/jsx-runtime");
998
+ var import_jsx_runtime29 = require("react/jsx-runtime");
972
999
  var ChevronUpIcon = ({ size = 24, ...props }) => {
973
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1000
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
974
1001
  "svg",
975
1002
  {
976
1003
  xmlns: "http://www.w3.org/2000/svg",
@@ -984,20 +1011,20 @@ var ChevronUpIcon = ({ size = 24, ...props }) => {
984
1011
  strokeLinejoin: "round",
985
1012
  ...props,
986
1013
  children: [
987
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Chevron Up" }),
988
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m18 15-6-6-6 6" })
1014
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Chevron Up" }),
1015
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "m18 15-6-6-6 6" })
989
1016
  ]
990
1017
  }
991
1018
  );
992
1019
  };
993
1020
 
994
1021
  // src/chevrons-left-right-ellipsis-icon.tsx
995
- var import_jsx_runtime29 = require("react/jsx-runtime");
1022
+ var import_jsx_runtime30 = require("react/jsx-runtime");
996
1023
  var ChevronsLeftRightEllipsisIcon = ({
997
1024
  size = 24,
998
1025
  ...props
999
1026
  }) => {
1000
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1027
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1001
1028
  "svg",
1002
1029
  {
1003
1030
  xmlns: "http://www.w3.org/2000/svg",
@@ -1011,21 +1038,21 @@ var ChevronsLeftRightEllipsisIcon = ({
1011
1038
  strokeLinejoin: "round",
1012
1039
  ...props,
1013
1040
  children: [
1014
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
1015
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 12h.01" }),
1016
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M16 12h.01" }),
1017
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "m17 7 5 5-5 5" }),
1018
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "m7 7-5 5 5 5" }),
1019
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M8 12h.01" })
1041
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
1042
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M12 12h.01" }),
1043
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M16 12h.01" }),
1044
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "m17 7 5 5-5 5" }),
1045
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "m7 7-5 5 5 5" }),
1046
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M8 12h.01" })
1020
1047
  ]
1021
1048
  }
1022
1049
  );
1023
1050
  };
1024
1051
 
1025
1052
  // src/circle.tsx
1026
- var import_jsx_runtime30 = require("react/jsx-runtime");
1053
+ var import_jsx_runtime31 = require("react/jsx-runtime");
1027
1054
  var CircleIcon = (props) => {
1028
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1055
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1029
1056
  "svg",
1030
1057
  {
1031
1058
  xmlns: "http://www.w3.org/2000/svg",
@@ -1039,19 +1066,19 @@ var CircleIcon = (props) => {
1039
1066
  strokeLinejoin: "round",
1040
1067
  ...props,
1041
1068
  children: [
1042
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Circle Icon" }),
1043
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1069
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Circle Icon" }),
1070
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1044
1071
  " ",
1045
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M20 6 9 17l-5-5" })
1072
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M20 6 9 17l-5-5" })
1046
1073
  ]
1047
1074
  }
1048
1075
  );
1049
1076
  };
1050
1077
 
1051
1078
  // src/circle-dot-icon.tsx
1052
- var import_jsx_runtime31 = require("react/jsx-runtime");
1079
+ var import_jsx_runtime32 = require("react/jsx-runtime");
1053
1080
  var CircleDotIcon = ({ size = 24, ...props }) => {
1054
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1081
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1055
1082
  "svg",
1056
1083
  {
1057
1084
  xmlns: "http://www.w3.org/2000/svg",
@@ -1065,21 +1092,21 @@ var CircleDotIcon = ({ size = 24, ...props }) => {
1065
1092
  strokeLinejoin: "round",
1066
1093
  ...props,
1067
1094
  children: [
1068
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "CircleDot icon" }),
1069
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1070
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("circle", { cx: "12", cy: "12", r: "1" })
1095
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "CircleDot icon" }),
1096
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1097
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "12", cy: "12", r: "1" })
1071
1098
  ]
1072
1099
  }
1073
1100
  );
1074
1101
  };
1075
1102
 
1076
1103
  // src/circle-fading-arrow-up-icon.tsx
1077
- var import_jsx_runtime32 = require("react/jsx-runtime");
1104
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1078
1105
  var CircleFadingArrowUpIcon = ({
1079
1106
  size = 24,
1080
1107
  ...props
1081
1108
  }) => {
1082
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1109
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1083
1110
  "svg",
1084
1111
  {
1085
1112
  xmlns: "http://www.w3.org/2000/svg",
@@ -1093,23 +1120,23 @@ var CircleFadingArrowUpIcon = ({
1093
1120
  strokeLinejoin: "round",
1094
1121
  ...props,
1095
1122
  children: [
1096
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
1097
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
1098
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "m16 12-4-4-4 4" }),
1099
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M12 16V8" }),
1100
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
1101
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
1102
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
1103
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
1123
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
1124
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
1125
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "m16 12-4-4-4 4" }),
1126
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M12 16V8" }),
1127
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
1128
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
1129
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
1130
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
1104
1131
  ]
1105
1132
  }
1106
1133
  );
1107
1134
  };
1108
1135
 
1109
1136
  // src/close.tsx
1110
- var import_jsx_runtime33 = require("react/jsx-runtime");
1137
+ var import_jsx_runtime34 = require("react/jsx-runtime");
1111
1138
  var CloseIcon = (props) => {
1112
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1139
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
1113
1140
  "svg",
1114
1141
  {
1115
1142
  xmlns: "http://www.w3.org/2000/svg",
@@ -1123,18 +1150,18 @@ var CloseIcon = (props) => {
1123
1150
  strokeLinejoin: "round",
1124
1151
  ...props,
1125
1152
  children: [
1126
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Close Icon" }),
1127
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M18 6 6 18" }),
1128
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "m6 6 12 12" })
1153
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Close Icon" }),
1154
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M18 6 6 18" }),
1155
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "m6 6 12 12" })
1129
1156
  ]
1130
1157
  }
1131
1158
  );
1132
1159
  };
1133
1160
 
1134
1161
  // src/cloud-icon.tsx
1135
- var import_jsx_runtime34 = require("react/jsx-runtime");
1162
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1136
1163
  var CloudIcon = ({ size = 24, ...props }) => {
1137
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
1164
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1138
1165
  "svg",
1139
1166
  {
1140
1167
  xmlns: "http://www.w3.org/2000/svg",
@@ -1148,17 +1175,17 @@ var CloudIcon = ({ size = 24, ...props }) => {
1148
1175
  strokeLinejoin: "round",
1149
1176
  ...props,
1150
1177
  children: [
1151
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Cloud" }),
1152
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
1178
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Cloud" }),
1179
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
1153
1180
  ]
1154
1181
  }
1155
1182
  );
1156
1183
  };
1157
1184
 
1158
1185
  // src/code-block-icon.tsx
1159
- var import_jsx_runtime35 = require("react/jsx-runtime");
1186
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1160
1187
  var CodeBlockIcon = ({ size = 24, ...props }) => {
1161
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1188
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1162
1189
  "svg",
1163
1190
  {
1164
1191
  width: size,
@@ -1168,8 +1195,8 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1168
1195
  xmlns: "http://www.w3.org/2000/svg",
1169
1196
  ...props,
1170
1197
  children: [
1171
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Code Block" }),
1172
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1198
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Code Block" }),
1199
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1173
1200
  "path",
1174
1201
  {
1175
1202
  fillRule: "evenodd",
@@ -1178,7 +1205,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1178
1205
  fill: "currentColor"
1179
1206
  }
1180
1207
  ),
1181
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1208
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1182
1209
  "path",
1183
1210
  {
1184
1211
  fillRule: "evenodd",
@@ -1187,7 +1214,7 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1187
1214
  fill: "currentColor"
1188
1215
  }
1189
1216
  ),
1190
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1217
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1191
1218
  "path",
1192
1219
  {
1193
1220
  fillRule: "evenodd",
@@ -1202,9 +1229,9 @@ var CodeBlockIcon = ({ size = 24, ...props }) => {
1202
1229
  };
1203
1230
 
1204
1231
  // src/code-icon.tsx
1205
- var import_jsx_runtime36 = require("react/jsx-runtime");
1232
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1206
1233
  var CodeIcon = ({ size = 24, ...props }) => {
1207
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1234
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1208
1235
  "svg",
1209
1236
  {
1210
1237
  width: size,
@@ -1214,22 +1241,22 @@ var CodeIcon = ({ size = 24, ...props }) => {
1214
1241
  xmlns: "http://www.w3.org/2000/svg",
1215
1242
  ...props,
1216
1243
  children: [
1217
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Code" }),
1218
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1244
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Code" }),
1245
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1219
1246
  "path",
1220
1247
  {
1221
1248
  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",
1222
1249
  fill: "currentColor"
1223
1250
  }
1224
1251
  ),
1225
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1252
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1226
1253
  "path",
1227
1254
  {
1228
1255
  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",
1229
1256
  fill: "currentColor"
1230
1257
  }
1231
1258
  ),
1232
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1259
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1233
1260
  "path",
1234
1261
  {
1235
1262
  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",
@@ -1242,9 +1269,9 @@ var CodeIcon = ({ size = 24, ...props }) => {
1242
1269
  };
1243
1270
 
1244
1271
  // src/codeblock-icon.tsx
1245
- var import_jsx_runtime37 = require("react/jsx-runtime");
1272
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1246
1273
  var CodeblockIcon = ({ size = 24, ...props }) => {
1247
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1274
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1248
1275
  "svg",
1249
1276
  {
1250
1277
  width: size,
@@ -1254,8 +1281,8 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1254
1281
  xmlns: "http://www.w3.org/2000/svg",
1255
1282
  ...props,
1256
1283
  children: [
1257
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Code Block" }),
1258
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1284
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Code Block" }),
1285
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1259
1286
  "path",
1260
1287
  {
1261
1288
  fillRule: "evenodd",
@@ -1264,7 +1291,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1264
1291
  fill: "currentColor"
1265
1292
  }
1266
1293
  ),
1267
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1294
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1268
1295
  "path",
1269
1296
  {
1270
1297
  fillRule: "evenodd",
@@ -1273,7 +1300,7 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1273
1300
  fill: "currentColor"
1274
1301
  }
1275
1302
  ),
1276
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1303
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1277
1304
  "path",
1278
1305
  {
1279
1306
  fillRule: "evenodd",
@@ -1288,12 +1315,12 @@ var CodeblockIcon = ({ size = 24, ...props }) => {
1288
1315
  };
1289
1316
 
1290
1317
  // src/control-implementation-icon.tsx
1291
- var import_jsx_runtime38 = require("react/jsx-runtime");
1318
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1292
1319
  var ControlImplementationIcon = ({
1293
1320
  size = 24,
1294
1321
  ...props
1295
1322
  }) => {
1296
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1323
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1297
1324
  "svg",
1298
1325
  {
1299
1326
  xmlns: "http://www.w3.org/2000/svg",
@@ -1307,18 +1334,18 @@ var ControlImplementationIcon = ({
1307
1334
  strokeLinejoin: "round",
1308
1335
  ...props,
1309
1336
  children: [
1310
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Control Implementation icon" }),
1311
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
1312
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "m9 12 2 2 4-4" })
1337
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Control Implementation icon" }),
1338
+ /* @__PURE__ */ (0, import_jsx_runtime39.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" }),
1339
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m9 12 2 2 4-4" })
1313
1340
  ]
1314
1341
  }
1315
1342
  );
1316
1343
  };
1317
1344
 
1318
1345
  // src/controls.tsx
1319
- var import_jsx_runtime39 = require("react/jsx-runtime");
1346
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1320
1347
  var ControlsIcon = ({ size = 24, ...props }) => {
1321
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1348
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1322
1349
  "svg",
1323
1350
  {
1324
1351
  xmlns: "http://www.w3.org/2000/svg",
@@ -1332,21 +1359,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
1332
1359
  strokeLinejoin: "round",
1333
1360
  ...props,
1334
1361
  children: [
1335
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Controls icon" }),
1336
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m3 17 2 2 4-4" }),
1337
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m3 7 2 2 4-4" }),
1338
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M13 6h8" }),
1339
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M13 12h8" }),
1340
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M13 18h8" })
1362
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Controls icon" }),
1363
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "m3 17 2 2 4-4" }),
1364
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "m3 7 2 2 4-4" }),
1365
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M13 6h8" }),
1366
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M13 12h8" }),
1367
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M13 18h8" })
1341
1368
  ]
1342
1369
  }
1343
1370
  );
1344
1371
  };
1345
1372
 
1346
1373
  // src/copy-icon.tsx
1347
- var import_jsx_runtime40 = require("react/jsx-runtime");
1374
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1348
1375
  var CopyIcon = ({ size = 24, ...props }) => {
1349
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1376
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1350
1377
  "svg",
1351
1378
  {
1352
1379
  xmlns: "http://www.w3.org/2000/svg",
@@ -1360,18 +1387,18 @@ var CopyIcon = ({ size = 24, ...props }) => {
1360
1387
  strokeLinejoin: "round",
1361
1388
  ...props,
1362
1389
  children: [
1363
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Copy Icon" }),
1364
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
1365
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
1390
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Copy Icon" }),
1391
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
1392
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
1366
1393
  ]
1367
1394
  }
1368
1395
  );
1369
1396
  };
1370
1397
 
1371
1398
  // src/corner-down-left-icon.tsx
1372
- var import_jsx_runtime41 = require("react/jsx-runtime");
1399
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1373
1400
  var CornerDownLeftIcon = ({ size = 24, ...props }) => {
1374
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1401
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
1375
1402
  "svg",
1376
1403
  {
1377
1404
  xmlns: "http://www.w3.org/2000/svg",
@@ -1385,18 +1412,18 @@ var CornerDownLeftIcon = ({ size = 24, ...props }) => {
1385
1412
  strokeLinejoin: "round",
1386
1413
  ...props,
1387
1414
  children: [
1388
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Corner Down Left" }),
1389
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
1390
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "m9 10-5 5 5 5" })
1415
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Corner Down Left" }),
1416
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }),
1417
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "m9 10-5 5 5 5" })
1391
1418
  ]
1392
1419
  }
1393
1420
  );
1394
1421
  };
1395
1422
 
1396
1423
  // src/crop-icon.tsx
1397
- var import_jsx_runtime42 = require("react/jsx-runtime");
1424
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1398
1425
  var CropIcon = ({ size = 24, ...props }) => {
1399
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
1426
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1400
1427
  "svg",
1401
1428
  {
1402
1429
  width: size,
@@ -1406,17 +1433,17 @@ var CropIcon = ({ size = 24, ...props }) => {
1406
1433
  xmlns: "http://www.w3.org/2000/svg",
1407
1434
  ...props,
1408
1435
  children: [
1409
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Crop Icon" }),
1410
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M240,192a8,8,0,0,1-8,8H200v32a8,8,0,0,1-16,0V200H64a8,8,0,0,1-8-8V72H24a8,8,0,0,1,0-16H56V24a8,8,0,0,1,16,0V184H232A8,8,0,0,1,240,192ZM96,72h88v88a8,8,0,0,0,16,0V64a8,8,0,0,0-8-8H96a8,8,0,0,0,0,16Z" })
1436
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Crop Icon" }),
1437
+ /* @__PURE__ */ (0, import_jsx_runtime43.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" })
1411
1438
  ]
1412
1439
  }
1413
1440
  );
1414
1441
  };
1415
1442
 
1416
1443
  // src/data-asset.tsx
1417
- var import_jsx_runtime43 = require("react/jsx-runtime");
1444
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1418
1445
  var DataAssetIcon = ({ size = 24, ...props }) => {
1419
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1446
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
1420
1447
  "svg",
1421
1448
  {
1422
1449
  xmlns: "http://www.w3.org/2000/svg",
@@ -1430,19 +1457,19 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
1430
1457
  strokeLinejoin: "round",
1431
1458
  ...props,
1432
1459
  children: [
1433
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Plattform Asset icon" }),
1434
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
1435
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
1436
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
1460
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Plattform Asset icon" }),
1461
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
1462
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
1463
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
1437
1464
  ]
1438
1465
  }
1439
1466
  );
1440
1467
  };
1441
1468
 
1442
1469
  // src/documents.tsx
1443
- var import_jsx_runtime44 = require("react/jsx-runtime");
1470
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1444
1471
  var DocumentsIcon = ({ size = 24, ...props }) => {
1445
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
1472
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
1446
1473
  "svg",
1447
1474
  {
1448
1475
  xmlns: "http://www.w3.org/2000/svg",
@@ -1456,21 +1483,21 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
1456
1483
  strokeLinejoin: "round",
1457
1484
  ...props,
1458
1485
  children: [
1459
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Documents icon" }),
1460
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1461
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1462
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M10 9H8" }),
1463
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M16 13H8" }),
1464
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M16 17H8" })
1486
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Documents icon" }),
1487
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1488
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1489
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M10 9H8" }),
1490
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M16 13H8" }),
1491
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M16 17H8" })
1465
1492
  ]
1466
1493
  }
1467
1494
  );
1468
1495
  };
1469
1496
 
1470
1497
  // src/domain-icon.tsx
1471
- var import_jsx_runtime45 = require("react/jsx-runtime");
1498
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1472
1499
  var DomainIcon = ({ size = 24, ...props }) => {
1473
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
1500
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
1474
1501
  "svg",
1475
1502
  {
1476
1503
  xmlns: "http://www.w3.org/2000/svg",
@@ -1484,19 +1511,19 @@ var DomainIcon = ({ size = 24, ...props }) => {
1484
1511
  strokeLinejoin: "round",
1485
1512
  ...props,
1486
1513
  children: [
1487
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Domain icon" }),
1488
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1489
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1490
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "M2 12h20" })
1514
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Domain icon" }),
1515
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1516
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1517
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M2 12h20" })
1491
1518
  ]
1492
1519
  }
1493
1520
  );
1494
1521
  };
1495
1522
 
1496
1523
  // src/dora-icon.tsx
1497
- var import_jsx_runtime46 = require("react/jsx-runtime");
1524
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1498
1525
  var DORAIcon = ({ size = 24, ...props }) => {
1499
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
1526
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1500
1527
  "svg",
1501
1528
  {
1502
1529
  xmlns: "http://www.w3.org/2000/svg",
@@ -1510,22 +1537,22 @@ var DORAIcon = ({ size = 24, ...props }) => {
1510
1537
  strokeLinejoin: "round",
1511
1538
  ...props,
1512
1539
  children: [
1513
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "DORA compliance" }),
1514
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
1515
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
1516
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
1517
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
1518
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
1519
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("polygon", { points: "12 2 20 7 4 7" })
1540
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "DORA compliance" }),
1541
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
1542
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
1543
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
1544
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
1545
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
1546
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("polygon", { points: "12 2 20 7 4 7" })
1520
1547
  ]
1521
1548
  }
1522
1549
  );
1523
1550
  };
1524
1551
 
1525
1552
  // src/download-icon.tsx
1526
- var import_jsx_runtime47 = require("react/jsx-runtime");
1553
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1527
1554
  var DownloadIcon = ({ size = 24, ...props }) => {
1528
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1555
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1529
1556
  "svg",
1530
1557
  {
1531
1558
  xmlns: "http://www.w3.org/2000/svg",
@@ -1539,19 +1566,19 @@ var DownloadIcon = ({ size = 24, ...props }) => {
1539
1566
  strokeLinejoin: "round",
1540
1567
  ...props,
1541
1568
  children: [
1542
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Download icon" }),
1543
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M12 15V3" }),
1544
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
1545
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "m7 10 5 5 5-5" })
1569
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "Download icon" }),
1570
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M12 15V3" }),
1571
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
1572
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "m7 10 5 5 5-5" })
1546
1573
  ]
1547
1574
  }
1548
1575
  );
1549
1576
  };
1550
1577
 
1551
1578
  // src/dsar.tsx
1552
- var import_jsx_runtime48 = require("react/jsx-runtime");
1579
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1553
1580
  var DSARIcon = ({ size = 24, ...props }) => {
1554
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1581
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1555
1582
  "svg",
1556
1583
  {
1557
1584
  xmlns: "http://www.w3.org/2000/svg",
@@ -1565,18 +1592,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
1565
1592
  strokeLinejoin: "round",
1566
1593
  ...props,
1567
1594
  children: [
1568
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "DSAR icon" }),
1569
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
1570
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
1595
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "DSAR icon" }),
1596
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
1597
+ /* @__PURE__ */ (0, import_jsx_runtime49.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" })
1571
1598
  ]
1572
1599
  }
1573
1600
  );
1574
1601
  };
1575
1602
 
1576
1603
  // src/edit-icon.tsx
1577
- var import_jsx_runtime49 = require("react/jsx-runtime");
1604
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1578
1605
  var EditIcon = ({ size = 24, ...props }) => {
1579
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1606
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1580
1607
  "svg",
1581
1608
  {
1582
1609
  xmlns: "http://www.w3.org/2000/svg",
@@ -1590,18 +1617,18 @@ var EditIcon = ({ size = 24, ...props }) => {
1590
1617
  strokeLinejoin: "round",
1591
1618
  ...props,
1592
1619
  children: [
1593
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Edit icon" }),
1594
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }),
1595
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "m15 5 4 4" })
1620
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Edit icon" }),
1621
+ /* @__PURE__ */ (0, import_jsx_runtime50.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" }),
1622
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "m15 5 4 4" })
1596
1623
  ]
1597
1624
  }
1598
1625
  );
1599
1626
  };
1600
1627
 
1601
1628
  // src/ellipsis-icon.tsx
1602
- var import_jsx_runtime50 = require("react/jsx-runtime");
1629
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1603
1630
  var EllipsisIcon = ({ size = 24, ...props }) => {
1604
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1631
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1605
1632
  "svg",
1606
1633
  {
1607
1634
  xmlns: "http://www.w3.org/2000/svg",
@@ -1615,19 +1642,19 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
1615
1642
  strokeLinejoin: "round",
1616
1643
  ...props,
1617
1644
  children: [
1618
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Ellipsis Icon" }),
1619
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
1620
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
1621
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "5", cy: "12", r: "1" })
1645
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Ellipsis Icon" }),
1646
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
1647
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
1648
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "5", cy: "12", r: "1" })
1622
1649
  ]
1623
1650
  }
1624
1651
  );
1625
1652
  };
1626
1653
 
1627
1654
  // src/equals-icon.tsx
1628
- var import_jsx_runtime51 = require("react/jsx-runtime");
1655
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1629
1656
  var EqualsIcon = ({ size = 24, ...props }) => {
1630
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1657
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1631
1658
  "svg",
1632
1659
  {
1633
1660
  xmlns: "http://www.w3.org/2000/svg",
@@ -1641,18 +1668,18 @@ var EqualsIcon = ({ size = 24, ...props }) => {
1641
1668
  strokeLinejoin: "round",
1642
1669
  ...props,
1643
1670
  children: [
1644
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Equals icon" }),
1645
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
1646
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
1671
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Equals icon" }),
1672
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
1673
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
1647
1674
  ]
1648
1675
  }
1649
1676
  );
1650
1677
  };
1651
1678
 
1652
1679
  // src/external-link-icon.tsx
1653
- var import_jsx_runtime52 = require("react/jsx-runtime");
1680
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1654
1681
  var ExternalLinkIcon = ({ size = 24, ...props }) => {
1655
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1682
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1656
1683
  "svg",
1657
1684
  {
1658
1685
  xmlns: "http://www.w3.org/2000/svg",
@@ -1667,19 +1694,19 @@ var ExternalLinkIcon = ({ size = 24, ...props }) => {
1667
1694
  "aria-hidden": "true",
1668
1695
  ...props,
1669
1696
  children: [
1670
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "External Link Icon" }),
1671
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M15 3h6v6" }),
1672
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M10 14 21 3" }),
1673
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
1697
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "External Link Icon" }),
1698
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M15 3h6v6" }),
1699
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M10 14 21 3" }),
1700
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
1674
1701
  ]
1675
1702
  }
1676
1703
  );
1677
1704
  };
1678
1705
 
1679
1706
  // src/eye.tsx
1680
- var import_jsx_runtime53 = require("react/jsx-runtime");
1707
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1681
1708
  var EyeIcon = (props) => {
1682
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1709
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1683
1710
  "svg",
1684
1711
  {
1685
1712
  xmlns: "http://www.w3.org/2000/svg",
@@ -1693,18 +1720,18 @@ var EyeIcon = (props) => {
1693
1720
  strokeLinejoin: "round",
1694
1721
  ...props,
1695
1722
  children: [
1696
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Eye Icon" }),
1697
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
1698
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "12", cy: "12", r: "3" })
1723
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Eye Icon" }),
1724
+ /* @__PURE__ */ (0, import_jsx_runtime54.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" }),
1725
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("circle", { cx: "12", cy: "12", r: "3" })
1699
1726
  ]
1700
1727
  }
1701
1728
  );
1702
1729
  };
1703
1730
 
1704
1731
  // src/eye-off.tsx
1705
- var import_jsx_runtime54 = require("react/jsx-runtime");
1732
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1706
1733
  var EyeOffIcon = (props) => {
1707
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1734
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1708
1735
  "svg",
1709
1736
  {
1710
1737
  xmlns: "http://www.w3.org/2000/svg",
@@ -1718,20 +1745,20 @@ var EyeOffIcon = (props) => {
1718
1745
  strokeLinejoin: "round",
1719
1746
  ...props,
1720
1747
  children: [
1721
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Eye Off Icon" }),
1722
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
1723
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
1724
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
1725
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "m2 2 20 20" })
1748
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Eye Off Icon" }),
1749
+ /* @__PURE__ */ (0, import_jsx_runtime55.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" }),
1750
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
1751
+ /* @__PURE__ */ (0, import_jsx_runtime55.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" }),
1752
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "m2 2 20 20" })
1726
1753
  ]
1727
1754
  }
1728
1755
  );
1729
1756
  };
1730
1757
 
1731
1758
  // src/file-text-icon.tsx
1732
- var import_jsx_runtime55 = require("react/jsx-runtime");
1759
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1733
1760
  var FileTextIcon = ({ size = 24, ...props }) => {
1734
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1761
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1735
1762
  "svg",
1736
1763
  {
1737
1764
  xmlns: "http://www.w3.org/2000/svg",
@@ -1745,21 +1772,21 @@ var FileTextIcon = ({ size = 24, ...props }) => {
1745
1772
  strokeLinejoin: "round",
1746
1773
  ...props,
1747
1774
  children: [
1748
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "File Text" }),
1749
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1750
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1751
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M10 9H8" }),
1752
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M16 13H8" }),
1753
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M16 17H8" })
1775
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "File Text" }),
1776
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1777
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1778
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M10 9H8" }),
1779
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M16 13H8" }),
1780
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M16 17H8" })
1754
1781
  ]
1755
1782
  }
1756
1783
  );
1757
1784
  };
1758
1785
 
1759
1786
  // src/gear-icon.tsx
1760
- var import_jsx_runtime56 = require("react/jsx-runtime");
1787
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1761
1788
  var GearIcon = ({ size = 24, ...props }) => {
1762
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1789
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1763
1790
  "svg",
1764
1791
  {
1765
1792
  xmlns: "http://www.w3.org/2000/svg",
@@ -1773,18 +1800,18 @@ var GearIcon = ({ size = 24, ...props }) => {
1773
1800
  strokeLinejoin: "round",
1774
1801
  ...props,
1775
1802
  children: [
1776
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Gear" }),
1777
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
1778
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("circle", { cx: "12", cy: "12", r: "3" })
1803
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Gear" }),
1804
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
1805
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("circle", { cx: "12", cy: "12", r: "3" })
1779
1806
  ]
1780
1807
  }
1781
1808
  );
1782
1809
  };
1783
1810
 
1784
1811
  // src/globe-icon.tsx
1785
- var import_jsx_runtime57 = require("react/jsx-runtime");
1812
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1786
1813
  var GlobeIcon = ({ size = 24, ...props }) => {
1787
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1814
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
1788
1815
  "svg",
1789
1816
  {
1790
1817
  xmlns: "http://www.w3.org/2000/svg",
@@ -1799,19 +1826,19 @@ var GlobeIcon = ({ size = 24, ...props }) => {
1799
1826
  "aria-hidden": "true",
1800
1827
  ...props,
1801
1828
  children: [
1802
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "External Link Icon" }),
1803
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1804
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1805
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M2 12h20" })
1829
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "External Link Icon" }),
1830
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1831
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1832
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M2 12h20" })
1806
1833
  ]
1807
1834
  }
1808
1835
  );
1809
1836
  };
1810
1837
 
1811
1838
  // src/grip-vertical.tsx
1812
- var import_jsx_runtime58 = require("react/jsx-runtime");
1839
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1813
1840
  var GripVerticalIcon = ({ size = 24, ...props }) => {
1814
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
1841
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1815
1842
  "svg",
1816
1843
  {
1817
1844
  xmlns: "http://www.w3.org/2000/svg",
@@ -1826,22 +1853,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
1826
1853
  "aria-hidden": "true",
1827
1854
  ...props,
1828
1855
  children: [
1829
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Grip Vertical Icon" }),
1830
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
1831
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
1832
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
1833
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
1834
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
1835
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "15", cy: "19", r: "1" })
1856
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Grip Vertical Icon" }),
1857
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
1858
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
1859
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
1860
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
1861
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
1862
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("circle", { cx: "15", cy: "19", r: "1" })
1836
1863
  ]
1837
1864
  }
1838
1865
  );
1839
1866
  };
1840
1867
 
1841
1868
  // src/hardware-asset.tsx
1842
- var import_jsx_runtime59 = require("react/jsx-runtime");
1869
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1843
1870
  var HardwareAssetIcon = ({ size = 24, ...props }) => {
1844
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1871
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
1845
1872
  "svg",
1846
1873
  {
1847
1874
  xmlns: "http://www.w3.org/2000/svg",
@@ -1855,20 +1882,20 @@ var HardwareAssetIcon = ({ size = 24, ...props }) => {
1855
1882
  strokeLinejoin: "round",
1856
1883
  ...props,
1857
1884
  children: [
1858
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Hardware Asset icon" }),
1859
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
1860
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
1861
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
1862
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
1885
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Hardware Asset icon" }),
1886
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
1887
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
1888
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
1889
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
1863
1890
  ]
1864
1891
  }
1865
1892
  );
1866
1893
  };
1867
1894
 
1868
1895
  // src/heading-five-icon.tsx
1869
- var import_jsx_runtime60 = require("react/jsx-runtime");
1896
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1870
1897
  var HeadingFiveIcon = ({ size = 24, ...props }) => {
1871
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
1898
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
1872
1899
  "svg",
1873
1900
  {
1874
1901
  width: size,
@@ -1878,15 +1905,15 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
1878
1905
  xmlns: "http://www.w3.org/2000/svg",
1879
1906
  ...props,
1880
1907
  children: [
1881
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Heading Five" }),
1882
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1908
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Heading Five" }),
1909
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1883
1910
  "path",
1884
1911
  {
1885
1912
  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",
1886
1913
  fill: "currentColor"
1887
1914
  }
1888
1915
  ),
1889
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1916
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1890
1917
  "path",
1891
1918
  {
1892
1919
  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",
@@ -1899,9 +1926,9 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
1899
1926
  };
1900
1927
 
1901
1928
  // src/heading-four-icon.tsx
1902
- var import_jsx_runtime61 = require("react/jsx-runtime");
1929
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1903
1930
  var HeadingFourIcon = ({ size = 24, ...props }) => {
1904
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
1931
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
1905
1932
  "svg",
1906
1933
  {
1907
1934
  width: size,
@@ -1911,15 +1938,15 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
1911
1938
  xmlns: "http://www.w3.org/2000/svg",
1912
1939
  ...props,
1913
1940
  children: [
1914
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Heading Four" }),
1915
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1941
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Heading Four" }),
1942
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1916
1943
  "path",
1917
1944
  {
1918
1945
  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",
1919
1946
  fill: "currentColor"
1920
1947
  }
1921
1948
  ),
1922
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1949
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1923
1950
  "path",
1924
1951
  {
1925
1952
  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",
@@ -1932,9 +1959,9 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
1932
1959
  };
1933
1960
 
1934
1961
  // src/heading-icon.tsx
1935
- var import_jsx_runtime62 = require("react/jsx-runtime");
1962
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1936
1963
  var HeadingIcon = ({ size = 24, ...props }) => {
1937
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
1964
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
1938
1965
  "svg",
1939
1966
  {
1940
1967
  width: size,
@@ -1944,8 +1971,8 @@ var HeadingIcon = ({ size = 24, ...props }) => {
1944
1971
  xmlns: "http://www.w3.org/2000/svg",
1945
1972
  ...props,
1946
1973
  children: [
1947
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Heading" }),
1948
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1974
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Heading" }),
1975
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1949
1976
  "path",
1950
1977
  {
1951
1978
  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",
@@ -1958,9 +1985,9 @@ var HeadingIcon = ({ size = 24, ...props }) => {
1958
1985
  };
1959
1986
 
1960
1987
  // src/heading-one-icon.tsx
1961
- var import_jsx_runtime63 = require("react/jsx-runtime");
1988
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1962
1989
  var HeadingOneIcon = ({ size = 24, ...props }) => {
1963
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
1990
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
1964
1991
  "svg",
1965
1992
  {
1966
1993
  width: size,
@@ -1970,15 +1997,15 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
1970
1997
  xmlns: "http://www.w3.org/2000/svg",
1971
1998
  ...props,
1972
1999
  children: [
1973
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Heading One" }),
1974
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2000
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Heading One" }),
2001
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1975
2002
  "path",
1976
2003
  {
1977
2004
  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",
1978
2005
  fill: "currentColor"
1979
2006
  }
1980
2007
  ),
1981
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2008
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1982
2009
  "path",
1983
2010
  {
1984
2011
  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",
@@ -1991,9 +2018,9 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
1991
2018
  };
1992
2019
 
1993
2020
  // src/heading-six-icon.tsx
1994
- var import_jsx_runtime64 = require("react/jsx-runtime");
2021
+ var import_jsx_runtime65 = require("react/jsx-runtime");
1995
2022
  var HeadingSixIcon = ({ size = 24, ...props }) => {
1996
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2023
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
1997
2024
  "svg",
1998
2025
  {
1999
2026
  width: size,
@@ -2003,15 +2030,15 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
2003
2030
  xmlns: "http://www.w3.org/2000/svg",
2004
2031
  ...props,
2005
2032
  children: [
2006
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Heading Six" }),
2007
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2033
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Heading Six" }),
2034
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2008
2035
  "path",
2009
2036
  {
2010
2037
  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",
2011
2038
  fill: "currentColor"
2012
2039
  }
2013
2040
  ),
2014
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2041
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2015
2042
  "path",
2016
2043
  {
2017
2044
  fillRule: "evenodd",
@@ -2026,9 +2053,9 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
2026
2053
  };
2027
2054
 
2028
2055
  // src/heading-three-icon.tsx
2029
- var import_jsx_runtime65 = require("react/jsx-runtime");
2056
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2030
2057
  var HeadingThreeIcon = ({ size = 24, ...props }) => {
2031
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2058
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2032
2059
  "svg",
2033
2060
  {
2034
2061
  width: size,
@@ -2038,15 +2065,15 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
2038
2065
  xmlns: "http://www.w3.org/2000/svg",
2039
2066
  ...props,
2040
2067
  children: [
2041
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Heading Three" }),
2042
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2068
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Heading Three" }),
2069
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2043
2070
  "path",
2044
2071
  {
2045
2072
  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",
2046
2073
  fill: "currentColor"
2047
2074
  }
2048
2075
  ),
2049
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2076
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2050
2077
  "path",
2051
2078
  {
2052
2079
  fillRule: "evenodd",
@@ -2055,7 +2082,7 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
2055
2082
  fill: "currentColor"
2056
2083
  }
2057
2084
  ),
2058
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2085
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2059
2086
  "path",
2060
2087
  {
2061
2088
  fillRule: "evenodd",
@@ -2070,9 +2097,9 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
2070
2097
  };
2071
2098
 
2072
2099
  // src/heading-two-icon.tsx
2073
- var import_jsx_runtime66 = require("react/jsx-runtime");
2100
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2074
2101
  var HeadingTwoIcon = ({ size = 24, ...props }) => {
2075
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2102
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2076
2103
  "svg",
2077
2104
  {
2078
2105
  width: size,
@@ -2082,15 +2109,15 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
2082
2109
  xmlns: "http://www.w3.org/2000/svg",
2083
2110
  ...props,
2084
2111
  children: [
2085
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Heading Two" }),
2086
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2112
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Heading Two" }),
2113
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2087
2114
  "path",
2088
2115
  {
2089
2116
  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",
2090
2117
  fill: "currentColor"
2091
2118
  }
2092
2119
  ),
2093
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2120
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2094
2121
  "path",
2095
2122
  {
2096
2123
  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",
@@ -2103,9 +2130,9 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
2103
2130
  };
2104
2131
 
2105
2132
  // src/highlighter-icon.tsx
2106
- var import_jsx_runtime67 = require("react/jsx-runtime");
2133
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2107
2134
  var HighlighterIcon = ({ size = 24, ...props }) => {
2108
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2135
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2109
2136
  "svg",
2110
2137
  {
2111
2138
  width: size,
@@ -2115,8 +2142,8 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
2115
2142
  xmlns: "http://www.w3.org/2000/svg",
2116
2143
  ...props,
2117
2144
  children: [
2118
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Highlighter" }),
2119
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2145
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "Highlighter" }),
2146
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2120
2147
  "path",
2121
2148
  {
2122
2149
  fillRule: "evenodd",
@@ -2131,9 +2158,9 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
2131
2158
  };
2132
2159
 
2133
2160
  // src/home-icon.tsx
2134
- var import_jsx_runtime68 = require("react/jsx-runtime");
2161
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2135
2162
  function HomeIcon(props) {
2136
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2163
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2137
2164
  "svg",
2138
2165
  {
2139
2166
  xmlns: "http://www.w3.org/2000/svg",
@@ -2147,18 +2174,18 @@ function HomeIcon(props) {
2147
2174
  strokeLinejoin: "round",
2148
2175
  ...props,
2149
2176
  children: [
2150
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "Home" }),
2151
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }),
2152
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })
2177
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "Home" }),
2178
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }),
2179
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })
2153
2180
  ]
2154
2181
  }
2155
2182
  );
2156
2183
  }
2157
2184
 
2158
2185
  // src/image-icon.tsx
2159
- var import_jsx_runtime69 = require("react/jsx-runtime");
2186
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2160
2187
  var ImageIcon = ({ size = 24, ...props }) => {
2161
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2188
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2162
2189
  "svg",
2163
2190
  {
2164
2191
  width: size,
@@ -2168,8 +2195,8 @@ var ImageIcon = ({ size = 24, ...props }) => {
2168
2195
  xmlns: "http://www.w3.org/2000/svg",
2169
2196
  ...props,
2170
2197
  children: [
2171
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "Image" }),
2172
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2198
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "Image" }),
2199
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2173
2200
  "path",
2174
2201
  {
2175
2202
  fillRule: "evenodd",
@@ -2184,9 +2211,9 @@ var ImageIcon = ({ size = 24, ...props }) => {
2184
2211
  };
2185
2212
 
2186
2213
  // src/incident.tsx
2187
- var import_jsx_runtime70 = require("react/jsx-runtime");
2214
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2188
2215
  var IncidentIcon = ({ size = 24, ...props }) => {
2189
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2216
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2190
2217
  "svg",
2191
2218
  {
2192
2219
  xmlns: "http://www.w3.org/2000/svg",
@@ -2200,19 +2227,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
2200
2227
  strokeLinejoin: "round",
2201
2228
  ...props,
2202
2229
  children: [
2203
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "Incident icon" }),
2204
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M12 16h.01" }),
2205
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M12 8v4" }),
2206
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
2230
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "Incident icon" }),
2231
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M12 16h.01" }),
2232
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M12 8v4" }),
2233
+ /* @__PURE__ */ (0, import_jsx_runtime71.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" })
2207
2234
  ]
2208
2235
  }
2209
2236
  );
2210
2237
  };
2211
2238
 
2212
2239
  // src/info.tsx
2213
- var import_jsx_runtime71 = require("react/jsx-runtime");
2240
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2214
2241
  var InfoIcon = ({ size = 24, ...props }) => {
2215
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2242
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2216
2243
  "svg",
2217
2244
  {
2218
2245
  xmlns: "http://www.w3.org/2000/svg",
@@ -2227,19 +2254,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
2227
2254
  "aria-hidden": "true",
2228
2255
  ...props,
2229
2256
  children: [
2230
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "Info Icon" }),
2231
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2232
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M12 16v-4" }),
2233
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M12 8h.01" })
2257
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "Info Icon" }),
2258
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2259
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M12 16v-4" }),
2260
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M12 8h.01" })
2234
2261
  ]
2235
2262
  }
2236
2263
  );
2237
2264
  };
2238
2265
 
2239
2266
  // src/issues.tsx
2240
- var import_jsx_runtime72 = require("react/jsx-runtime");
2267
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2241
2268
  var IssuesIcon = ({ size = 24, ...props }) => {
2242
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2269
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2243
2270
  "svg",
2244
2271
  {
2245
2272
  xmlns: "http://www.w3.org/2000/svg",
@@ -2253,21 +2280,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
2253
2280
  strokeLinejoin: "round",
2254
2281
  ...props,
2255
2282
  children: [
2256
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "Issues icon" }),
2257
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
2258
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M12 11h4" }),
2259
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M12 16h4" }),
2260
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M8 11h.01" }),
2261
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M8 16h.01" })
2283
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "Issues icon" }),
2284
+ /* @__PURE__ */ (0, import_jsx_runtime73.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" }),
2285
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "M12 11h4" }),
2286
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "M12 16h4" }),
2287
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "M8 11h.01" }),
2288
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "M8 16h.01" })
2262
2289
  ]
2263
2290
  }
2264
2291
  );
2265
2292
  };
2266
2293
 
2267
2294
  // src/italic-icon.tsx
2268
- var import_jsx_runtime73 = require("react/jsx-runtime");
2295
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2269
2296
  var ItalicIcon = ({ size = 24, ...props }) => {
2270
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2297
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2271
2298
  "svg",
2272
2299
  {
2273
2300
  width: size,
@@ -2277,8 +2304,8 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2277
2304
  xmlns: "http://www.w3.org/2000/svg",
2278
2305
  ...props,
2279
2306
  children: [
2280
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "Italic" }),
2281
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2307
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Italic" }),
2308
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2282
2309
  "path",
2283
2310
  {
2284
2311
  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",
@@ -2291,9 +2318,9 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2291
2318
  };
2292
2319
 
2293
2320
  // src/label-icon.tsx
2294
- var import_jsx_runtime74 = require("react/jsx-runtime");
2321
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2295
2322
  var LabelIcon = ({ size = 24, ...props }) => {
2296
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2323
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2297
2324
  "svg",
2298
2325
  {
2299
2326
  width: size,
@@ -2307,18 +2334,18 @@ var LabelIcon = ({ size = 24, ...props }) => {
2307
2334
  xmlns: "http://www.w3.org/2000/svg",
2308
2335
  ...props,
2309
2336
  children: [
2310
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Label" }),
2311
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }),
2312
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
2337
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Label" }),
2338
+ /* @__PURE__ */ (0, import_jsx_runtime75.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" }),
2339
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
2313
2340
  ]
2314
2341
  }
2315
2342
  );
2316
2343
  };
2317
2344
 
2318
2345
  // src/link-icon.tsx
2319
- var import_jsx_runtime75 = require("react/jsx-runtime");
2346
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2320
2347
  var LinkIcon = ({ size = 24, ...props }) => {
2321
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2348
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2322
2349
  "svg",
2323
2350
  {
2324
2351
  width: size,
@@ -2328,15 +2355,15 @@ var LinkIcon = ({ size = 24, ...props }) => {
2328
2355
  xmlns: "http://www.w3.org/2000/svg",
2329
2356
  ...props,
2330
2357
  children: [
2331
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Link" }),
2332
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2358
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "Link" }),
2359
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2333
2360
  "path",
2334
2361
  {
2335
2362
  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",
2336
2363
  fill: "currentColor"
2337
2364
  }
2338
2365
  ),
2339
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2366
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2340
2367
  "path",
2341
2368
  {
2342
2369
  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",
@@ -2349,9 +2376,9 @@ var LinkIcon = ({ size = 24, ...props }) => {
2349
2376
  };
2350
2377
 
2351
2378
  // src/linkedin.tsx
2352
- var import_jsx_runtime76 = require("react/jsx-runtime");
2379
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2353
2380
  var LinkedInIcon = ({ size = 24, ...props }) => {
2354
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2381
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2355
2382
  "svg",
2356
2383
  {
2357
2384
  xmlns: "http://www.w3.org/2000/svg",
@@ -2367,19 +2394,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
2367
2394
  focusable: "false",
2368
2395
  ...props,
2369
2396
  children: [
2370
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "LinkedIn Icon" }),
2371
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
2372
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2373
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2397
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "LinkedIn Icon" }),
2398
+ /* @__PURE__ */ (0, import_jsx_runtime77.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" }),
2399
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2400
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2374
2401
  ]
2375
2402
  }
2376
2403
  );
2377
2404
  };
2378
2405
 
2379
2406
  // src/list-icon.tsx
2380
- var import_jsx_runtime77 = require("react/jsx-runtime");
2407
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2381
2408
  var ListIcon = ({ size = 24, ...props }) => {
2382
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2409
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2383
2410
  "svg",
2384
2411
  {
2385
2412
  xmlns: "http://www.w3.org/2000/svg",
@@ -2389,8 +2416,8 @@ var ListIcon = ({ size = 24, ...props }) => {
2389
2416
  fill: "currentColor",
2390
2417
  ...props,
2391
2418
  children: [
2392
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "List Icon" }),
2393
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2419
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "List Icon" }),
2420
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2394
2421
  "path",
2395
2422
  {
2396
2423
  fillRule: "evenodd",
@@ -2399,7 +2426,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2399
2426
  fill: "currentColor"
2400
2427
  }
2401
2428
  ),
2402
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2429
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2403
2430
  "path",
2404
2431
  {
2405
2432
  fillRule: "evenodd",
@@ -2408,7 +2435,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2408
2435
  fill: "currentColor"
2409
2436
  }
2410
2437
  ),
2411
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2438
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2412
2439
  "path",
2413
2440
  {
2414
2441
  fillRule: "evenodd",
@@ -2417,7 +2444,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2417
2444
  fill: "currentColor"
2418
2445
  }
2419
2446
  ),
2420
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2447
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2421
2448
  "path",
2422
2449
  {
2423
2450
  fillRule: "evenodd",
@@ -2426,7 +2453,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2426
2453
  fill: "currentColor"
2427
2454
  }
2428
2455
  ),
2429
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2456
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2430
2457
  "path",
2431
2458
  {
2432
2459
  fillRule: "evenodd",
@@ -2435,7 +2462,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2435
2462
  fill: "currentColor"
2436
2463
  }
2437
2464
  ),
2438
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2465
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2439
2466
  "path",
2440
2467
  {
2441
2468
  fillRule: "evenodd",
@@ -2450,9 +2477,9 @@ var ListIcon = ({ size = 24, ...props }) => {
2450
2477
  };
2451
2478
 
2452
2479
  // src/list-ordered-icon.tsx
2453
- var import_jsx_runtime78 = require("react/jsx-runtime");
2480
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2454
2481
  var ListOrderedIcon = ({ size = 24, ...props }) => {
2455
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2482
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2456
2483
  "svg",
2457
2484
  {
2458
2485
  xmlns: "http://www.w3.org/2000/svg",
@@ -2462,8 +2489,8 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2462
2489
  fill: "currentColor",
2463
2490
  ...props,
2464
2491
  children: [
2465
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "List Ordered Icon" }),
2466
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2492
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "List Ordered Icon" }),
2493
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2467
2494
  "path",
2468
2495
  {
2469
2496
  fillRule: "evenodd",
@@ -2472,7 +2499,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2472
2499
  fill: "currentColor"
2473
2500
  }
2474
2501
  ),
2475
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2502
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2476
2503
  "path",
2477
2504
  {
2478
2505
  fillRule: "evenodd",
@@ -2481,7 +2508,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2481
2508
  fill: "currentColor"
2482
2509
  }
2483
2510
  ),
2484
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2511
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2485
2512
  "path",
2486
2513
  {
2487
2514
  fillRule: "evenodd",
@@ -2490,7 +2517,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2490
2517
  fill: "currentColor"
2491
2518
  }
2492
2519
  ),
2493
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2520
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2494
2521
  "path",
2495
2522
  {
2496
2523
  fillRule: "evenodd",
@@ -2499,7 +2526,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2499
2526
  fill: "currentColor"
2500
2527
  }
2501
2528
  ),
2502
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2529
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2503
2530
  "path",
2504
2531
  {
2505
2532
  fillRule: "evenodd",
@@ -2508,7 +2535,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2508
2535
  fill: "currentColor"
2509
2536
  }
2510
2537
  ),
2511
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2538
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2512
2539
  "path",
2513
2540
  {
2514
2541
  fillRule: "evenodd",
@@ -2523,9 +2550,9 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2523
2550
  };
2524
2551
 
2525
2552
  // src/list-todo-icon.tsx
2526
- var import_jsx_runtime79 = require("react/jsx-runtime");
2553
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2527
2554
  var ListTodoIcon = ({ size = 24, ...props }) => {
2528
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2555
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2529
2556
  "svg",
2530
2557
  {
2531
2558
  xmlns: "http://www.w3.org/2000/svg",
@@ -2535,8 +2562,8 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2535
2562
  fill: "currentColor",
2536
2563
  ...props,
2537
2564
  children: [
2538
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "List Todo Icon" }),
2539
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2565
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "List Todo Icon" }),
2566
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2540
2567
  "path",
2541
2568
  {
2542
2569
  fillRule: "evenodd",
@@ -2545,7 +2572,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2545
2572
  fill: "currentColor"
2546
2573
  }
2547
2574
  ),
2548
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2575
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2549
2576
  "path",
2550
2577
  {
2551
2578
  fillRule: "evenodd",
@@ -2554,7 +2581,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2554
2581
  fill: "currentColor"
2555
2582
  }
2556
2583
  ),
2557
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2584
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2558
2585
  "path",
2559
2586
  {
2560
2587
  fillRule: "evenodd",
@@ -2563,7 +2590,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2563
2590
  fill: "currentColor"
2564
2591
  }
2565
2592
  ),
2566
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2593
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2567
2594
  "path",
2568
2595
  {
2569
2596
  fillRule: "evenodd",
@@ -2572,7 +2599,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2572
2599
  fill: "currentColor"
2573
2600
  }
2574
2601
  ),
2575
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2602
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2576
2603
  "path",
2577
2604
  {
2578
2605
  fillRule: "evenodd",
@@ -2587,9 +2614,9 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2587
2614
  };
2588
2615
 
2589
2616
  // src/lock-icon.tsx
2590
- var import_jsx_runtime80 = require("react/jsx-runtime");
2617
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2591
2618
  var LockIcon = ({ size = 24, ...props }) => {
2592
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2619
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2593
2620
  "svg",
2594
2621
  {
2595
2622
  xmlns: "http://www.w3.org/2000/svg",
@@ -2603,18 +2630,18 @@ var LockIcon = ({ size = 24, ...props }) => {
2603
2630
  strokeLinejoin: "round",
2604
2631
  ...props,
2605
2632
  children: [
2606
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Lock" }),
2607
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
2608
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
2633
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Lock" }),
2634
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
2635
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
2609
2636
  ]
2610
2637
  }
2611
2638
  );
2612
2639
  };
2613
2640
 
2614
2641
  // src/message-square-icon.tsx
2615
- var import_jsx_runtime81 = require("react/jsx-runtime");
2642
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2616
2643
  var MessageSquareIcon = ({ size = 24, ...props }) => {
2617
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2644
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2618
2645
  "svg",
2619
2646
  {
2620
2647
  width: size,
@@ -2628,17 +2655,17 @@ var MessageSquareIcon = ({ size = 24, ...props }) => {
2628
2655
  xmlns: "http://www.w3.org/2000/svg",
2629
2656
  ...props,
2630
2657
  children: [
2631
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Message" }),
2632
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
2658
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Message" }),
2659
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" })
2633
2660
  ]
2634
2661
  }
2635
2662
  );
2636
2663
  };
2637
2664
 
2638
2665
  // src/minus.tsx
2639
- var import_jsx_runtime82 = require("react/jsx-runtime");
2666
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2640
2667
  var MinusIcon = ({ size = 24, ...props }) => {
2641
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2668
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2642
2669
  "svg",
2643
2670
  {
2644
2671
  xmlns: "http://www.w3.org/2000/svg",
@@ -2652,17 +2679,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
2652
2679
  strokeLinejoin: "round",
2653
2680
  ...props,
2654
2681
  children: [
2655
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Minus Icon" }),
2656
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M5 12h14" })
2682
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Minus Icon" }),
2683
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M5 12h14" })
2657
2684
  ]
2658
2685
  }
2659
2686
  );
2660
2687
  };
2661
2688
 
2662
2689
  // src/more-vertical-icon.tsx
2663
- var import_jsx_runtime83 = require("react/jsx-runtime");
2690
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2664
2691
  var MoreVerticalIcon = ({ size = 24, ...props }) => {
2665
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2692
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2666
2693
  "svg",
2667
2694
  {
2668
2695
  width: size,
@@ -2672,8 +2699,8 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2672
2699
  xmlns: "http://www.w3.org/2000/svg",
2673
2700
  ...props,
2674
2701
  children: [
2675
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "More Vertical Icon" }),
2676
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2702
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "More Vertical Icon" }),
2703
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2677
2704
  "path",
2678
2705
  {
2679
2706
  fillRule: "evenodd",
@@ -2682,7 +2709,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2682
2709
  fill: "currentColor"
2683
2710
  }
2684
2711
  ),
2685
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2712
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2686
2713
  "path",
2687
2714
  {
2688
2715
  fillRule: "evenodd",
@@ -2691,7 +2718,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2691
2718
  fill: "currentColor"
2692
2719
  }
2693
2720
  ),
2694
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2721
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2695
2722
  "path",
2696
2723
  {
2697
2724
  fillRule: "evenodd",
@@ -2706,9 +2733,9 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2706
2733
  };
2707
2734
 
2708
2735
  // src/nis2-icon.tsx
2709
- var import_jsx_runtime84 = require("react/jsx-runtime");
2736
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2710
2737
  var NIS2Icon = ({ size = 24, ...props }) => {
2711
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2738
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2712
2739
  "svg",
2713
2740
  {
2714
2741
  xmlns: "http://www.w3.org/2000/svg",
@@ -2722,18 +2749,18 @@ var NIS2Icon = ({ size = 24, ...props }) => {
2722
2749
  strokeLinejoin: "round",
2723
2750
  ...props,
2724
2751
  children: [
2725
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "NIS2 compliance" }),
2726
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
2727
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "m9 12 2 2 4-4" })
2752
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "NIS2 compliance" }),
2753
+ /* @__PURE__ */ (0, import_jsx_runtime85.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" }),
2754
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "m9 12 2 2 4-4" })
2728
2755
  ]
2729
2756
  }
2730
2757
  );
2731
2758
  };
2732
2759
 
2733
2760
  // src/notification-icon.tsx
2734
- var import_jsx_runtime85 = require("react/jsx-runtime");
2761
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2735
2762
  var NotificationIcon = (props) => {
2736
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2763
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2737
2764
  "svg",
2738
2765
  {
2739
2766
  xmlns: "http://www.w3.org/2000/svg",
@@ -2747,18 +2774,18 @@ var NotificationIcon = (props) => {
2747
2774
  strokeLinejoin: "round",
2748
2775
  ...props,
2749
2776
  children: [
2750
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Notification Icon" }),
2751
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
2752
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
2777
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Notification Icon" }),
2778
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
2779
+ /* @__PURE__ */ (0, import_jsx_runtime86.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" })
2753
2780
  ]
2754
2781
  }
2755
2782
  );
2756
2783
  };
2757
2784
 
2758
2785
  // src/palette-icon.tsx
2759
- var import_jsx_runtime86 = require("react/jsx-runtime");
2786
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2760
2787
  function PaletteIcon(props) {
2761
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2788
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2762
2789
  "svg",
2763
2790
  {
2764
2791
  xmlns: "http://www.w3.org/2000/svg",
@@ -2772,21 +2799,21 @@ function PaletteIcon(props) {
2772
2799
  strokeLinejoin: "round",
2773
2800
  ...props,
2774
2801
  children: [
2775
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Palette" }),
2776
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
2777
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
2778
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
2779
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
2780
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z" })
2802
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Palette" }),
2803
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
2804
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
2805
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
2806
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
2807
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z" })
2781
2808
  ]
2782
2809
  }
2783
2810
  );
2784
2811
  }
2785
2812
 
2786
2813
  // src/panel-left-icon.tsx
2787
- var import_jsx_runtime87 = require("react/jsx-runtime");
2814
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2788
2815
  var PanelLeftIcon = ({ size = 24, ...props }) => {
2789
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2816
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2790
2817
  "svg",
2791
2818
  {
2792
2819
  xmlns: "http://www.w3.org/2000/svg",
@@ -2800,18 +2827,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
2800
2827
  strokeLinejoin: "round",
2801
2828
  ...props,
2802
2829
  children: [
2803
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Panel Left icon" }),
2804
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
2805
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M9 3v18" })
2830
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Panel Left icon" }),
2831
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
2832
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M9 3v18" })
2806
2833
  ]
2807
2834
  }
2808
2835
  );
2809
2836
  };
2810
2837
 
2811
2838
  // src/people.tsx
2812
- var import_jsx_runtime88 = require("react/jsx-runtime");
2839
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2813
2840
  var PeopleIcon = ({ size = 24, ...props }) => {
2814
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2841
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2815
2842
  "svg",
2816
2843
  {
2817
2844
  xmlns: "http://www.w3.org/2000/svg",
@@ -2825,20 +2852,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
2825
2852
  strokeLinejoin: "round",
2826
2853
  ...props,
2827
2854
  children: [
2828
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "People icon" }),
2829
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
2830
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
2831
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
2832
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("circle", { cx: "9", cy: "7", r: "4" })
2855
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "People icon" }),
2856
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
2857
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
2858
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
2859
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("circle", { cx: "9", cy: "7", r: "4" })
2833
2860
  ]
2834
2861
  }
2835
2862
  );
2836
2863
  };
2837
2864
 
2838
2865
  // src/physical-asset.tsx
2839
- var import_jsx_runtime89 = require("react/jsx-runtime");
2866
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2840
2867
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
2841
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2868
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2842
2869
  "svg",
2843
2870
  {
2844
2871
  xmlns: "http://www.w3.org/2000/svg",
@@ -2852,20 +2879,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
2852
2879
  strokeLinejoin: "round",
2853
2880
  ...props,
2854
2881
  children: [
2855
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "Physical Asset icon" }),
2856
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
2857
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" }),
2858
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M6 13h12" }),
2859
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M6 17h12" })
2882
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Physical Asset icon" }),
2883
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
2884
+ /* @__PURE__ */ (0, import_jsx_runtime90.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" }),
2885
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M6 13h12" }),
2886
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M6 17h12" })
2860
2887
  ]
2861
2888
  }
2862
2889
  );
2863
2890
  };
2864
2891
 
2865
2892
  // src/plus.tsx
2866
- var import_jsx_runtime90 = require("react/jsx-runtime");
2893
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2867
2894
  var PlusIcon = (props) => {
2868
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2895
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2869
2896
  "svg",
2870
2897
  {
2871
2898
  xmlns: "http://www.w3.org/2000/svg",
@@ -2879,18 +2906,18 @@ var PlusIcon = (props) => {
2879
2906
  strokeLinejoin: "round",
2880
2907
  ...props,
2881
2908
  children: [
2882
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Plus Icon" }),
2883
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M5 12h14" }),
2884
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M12 5v14" })
2909
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Plus Icon" }),
2910
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M5 12h14" }),
2911
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M12 5v14" })
2885
2912
  ]
2886
2913
  }
2887
2914
  );
2888
2915
  };
2889
2916
 
2890
2917
  // src/process.tsx
2891
- var import_jsx_runtime91 = require("react/jsx-runtime");
2918
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2892
2919
  var ProcessIcon = ({ size = 24, ...props }) => {
2893
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2920
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2894
2921
  "svg",
2895
2922
  {
2896
2923
  xmlns: "http://www.w3.org/2000/svg",
@@ -2904,20 +2931,20 @@ var ProcessIcon = ({ size = 24, ...props }) => {
2904
2931
  strokeLinejoin: "round",
2905
2932
  ...props,
2906
2933
  children: [
2907
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Process icon" }),
2908
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M16 5H3" }),
2909
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M16 12H3" }),
2910
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M11 19H3" }),
2911
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "m15 18 2 2 4-4" })
2934
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Process icon" }),
2935
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M16 5H3" }),
2936
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M16 12H3" }),
2937
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M11 19H3" }),
2938
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "m15 18 2 2 4-4" })
2912
2939
  ]
2913
2940
  }
2914
2941
  );
2915
2942
  };
2916
2943
 
2917
2944
  // src/process-category.tsx
2918
- var import_jsx_runtime92 = require("react/jsx-runtime");
2945
+ var import_jsx_runtime93 = require("react/jsx-runtime");
2919
2946
  var ProcessCategoryIcon = ({ size = 24, ...props }) => {
2920
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2947
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
2921
2948
  "svg",
2922
2949
  {
2923
2950
  xmlns: "http://www.w3.org/2000/svg",
@@ -2931,22 +2958,22 @@ var ProcessCategoryIcon = ({ size = 24, ...props }) => {
2931
2958
  strokeLinejoin: "round",
2932
2959
  ...props,
2933
2960
  children: [
2934
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Process category icon" }),
2935
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }),
2936
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "m8 13 4-7 4 7" }),
2937
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M9.1 11h5.7" })
2961
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Process category icon" }),
2962
+ /* @__PURE__ */ (0, import_jsx_runtime93.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" }),
2963
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "m8 13 4-7 4 7" }),
2964
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M9.1 11h5.7" })
2938
2965
  ]
2939
2966
  }
2940
2967
  );
2941
2968
  };
2942
2969
 
2943
2970
  // src/processing-activity.tsx
2944
- var import_jsx_runtime93 = require("react/jsx-runtime");
2971
+ var import_jsx_runtime94 = require("react/jsx-runtime");
2945
2972
  var ProcessingActivityIcon = ({
2946
2973
  size = 24,
2947
2974
  ...props
2948
2975
  }) => {
2949
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
2976
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
2950
2977
  "svg",
2951
2978
  {
2952
2979
  xmlns: "http://www.w3.org/2000/svg",
@@ -2960,19 +2987,19 @@ var ProcessingActivityIcon = ({
2960
2987
  strokeLinejoin: "round",
2961
2988
  ...props,
2962
2989
  children: [
2963
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Processing Activity icon" }),
2964
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
2965
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
2966
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
2990
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Processing Activity icon" }),
2991
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
2992
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
2993
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
2967
2994
  ]
2968
2995
  }
2969
2996
  );
2970
2997
  };
2971
2998
 
2972
2999
  // src/program-icon.tsx
2973
- var import_jsx_runtime94 = require("react/jsx-runtime");
3000
+ var import_jsx_runtime95 = require("react/jsx-runtime");
2974
3001
  var ProgramIcon = ({ size = 24, ...props }) => {
2975
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
3002
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
2976
3003
  "svg",
2977
3004
  {
2978
3005
  xmlns: "http://www.w3.org/2000/svg",
@@ -2986,20 +3013,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
2986
3013
  strokeLinejoin: "round",
2987
3014
  ...props,
2988
3015
  children: [
2989
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Program icon" }),
2990
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }),
2991
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M8 10v4" }),
2992
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M12 10v2" }),
2993
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M16 10v6" })
3016
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Program icon" }),
3017
+ /* @__PURE__ */ (0, import_jsx_runtime95.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" }),
3018
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M8 10v4" }),
3019
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M12 10v2" }),
3020
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M16 10v6" })
2994
3021
  ]
2995
3022
  }
2996
3023
  );
2997
3024
  };
2998
3025
 
2999
3026
  // src/puzzle-icon.tsx
3000
- var import_jsx_runtime95 = require("react/jsx-runtime");
3027
+ var import_jsx_runtime96 = require("react/jsx-runtime");
3001
3028
  var PuzzleIcon = ({ size = 24, ...props }) => {
3002
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
3029
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3003
3030
  "svg",
3004
3031
  {
3005
3032
  xmlns: "http://www.w3.org/2000/svg",
@@ -3013,17 +3040,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
3013
3040
  strokeLinejoin: "round",
3014
3041
  ...props,
3015
3042
  children: [
3016
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Puzzle Icon" }),
3017
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" })
3043
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Puzzle Icon" }),
3044
+ /* @__PURE__ */ (0, import_jsx_runtime96.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" })
3018
3045
  ]
3019
3046
  }
3020
3047
  );
3021
3048
  };
3022
3049
 
3023
3050
  // src/question-circle-icon.tsx
3024
- var import_jsx_runtime96 = require("react/jsx-runtime");
3051
+ var import_jsx_runtime97 = require("react/jsx-runtime");
3025
3052
  function QuestionCircleIcon(props) {
3026
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3053
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3027
3054
  "svg",
3028
3055
  {
3029
3056
  xmlns: "http://www.w3.org/2000/svg",
@@ -3037,19 +3064,19 @@ function QuestionCircleIcon(props) {
3037
3064
  strokeLinejoin: "round",
3038
3065
  ...props,
3039
3066
  children: [
3040
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Question Circle" }),
3041
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
3042
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
3043
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M12 17h.01" })
3067
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Question Circle" }),
3068
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
3069
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
3070
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M12 17h.01" })
3044
3071
  ]
3045
3072
  }
3046
3073
  );
3047
3074
  }
3048
3075
 
3049
3076
  // src/redo-icon.tsx
3050
- var import_jsx_runtime97 = require("react/jsx-runtime");
3077
+ var import_jsx_runtime98 = require("react/jsx-runtime");
3051
3078
  var RedoIcon = ({ size = 24, ...props }) => {
3052
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3079
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3053
3080
  "svg",
3054
3081
  {
3055
3082
  xmlns: "http://www.w3.org/2000/svg",
@@ -3059,8 +3086,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
3059
3086
  fill: "currentColor",
3060
3087
  ...props,
3061
3088
  children: [
3062
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Redo Icon" }),
3063
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3089
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Redo Icon" }),
3090
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3064
3091
  "path",
3065
3092
  {
3066
3093
  fillRule: "evenodd",
@@ -3075,9 +3102,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
3075
3102
  };
3076
3103
 
3077
3104
  // src/risk.tsx
3078
- var import_jsx_runtime98 = require("react/jsx-runtime");
3105
+ var import_jsx_runtime99 = require("react/jsx-runtime");
3079
3106
  var RiskIcon = ({ size = 24, ...props }) => {
3080
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3107
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3081
3108
  "svg",
3082
3109
  {
3083
3110
  xmlns: "http://www.w3.org/2000/svg",
@@ -3091,19 +3118,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
3091
3118
  strokeLinejoin: "round",
3092
3119
  ...props,
3093
3120
  children: [
3094
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Risk icon" }),
3095
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3096
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M12 8v4" }),
3097
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M12 16h.01" })
3121
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Risk icon" }),
3122
+ /* @__PURE__ */ (0, import_jsx_runtime99.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" }),
3123
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M12 8v4" }),
3124
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M12 16h.01" })
3098
3125
  ]
3099
3126
  }
3100
3127
  );
3101
3128
  };
3102
3129
 
3103
3130
  // src/rotate-ccw-icon.tsx
3104
- var import_jsx_runtime99 = require("react/jsx-runtime");
3131
+ var import_jsx_runtime100 = require("react/jsx-runtime");
3105
3132
  var RotateCcwIcon = ({ size = 24, ...props }) => {
3106
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3133
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3107
3134
  "svg",
3108
3135
  {
3109
3136
  width: size,
@@ -3113,8 +3140,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3113
3140
  xmlns: "http://www.w3.org/2000/svg",
3114
3141
  ...props,
3115
3142
  children: [
3116
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Rotate Ccw Icon" }),
3117
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3143
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Rotate Ccw Icon" }),
3144
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3118
3145
  "path",
3119
3146
  {
3120
3147
  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",
@@ -3127,9 +3154,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
3127
3154
  };
3128
3155
 
3129
3156
  // src/save.tsx
3130
- var import_jsx_runtime100 = require("react/jsx-runtime");
3157
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3131
3158
  var SaveIcon = (props) => {
3132
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3159
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3133
3160
  "svg",
3134
3161
  {
3135
3162
  xmlns: "http://www.w3.org/2000/svg",
@@ -3143,19 +3170,19 @@ var SaveIcon = (props) => {
3143
3170
  strokeLinejoin: "round",
3144
3171
  ...props,
3145
3172
  children: [
3146
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Save Icon" }),
3147
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
3148
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
3149
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
3173
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Save Icon" }),
3174
+ /* @__PURE__ */ (0, import_jsx_runtime101.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" }),
3175
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
3176
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
3150
3177
  ]
3151
3178
  }
3152
3179
  );
3153
3180
  };
3154
3181
 
3155
3182
  // src/search.tsx
3156
- var import_jsx_runtime101 = require("react/jsx-runtime");
3183
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3157
3184
  var SearchIcon = (props) => {
3158
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3185
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3159
3186
  "svg",
3160
3187
  {
3161
3188
  xmlns: "http://www.w3.org/2000/svg",
@@ -3169,18 +3196,18 @@ var SearchIcon = (props) => {
3169
3196
  strokeLinejoin: "round",
3170
3197
  ...props,
3171
3198
  children: [
3172
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Search Icon" }),
3173
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "m21 21-4.34-4.34" }),
3174
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("circle", { cx: "11", cy: "11", r: "8" })
3199
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Search Icon" }),
3200
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "m21 21-4.34-4.34" }),
3201
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("circle", { cx: "11", cy: "11", r: "8" })
3175
3202
  ]
3176
3203
  }
3177
3204
  );
3178
3205
  };
3179
3206
 
3180
3207
  // src/service-asset.tsx
3181
- var import_jsx_runtime102 = require("react/jsx-runtime");
3208
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3182
3209
  var ServiceAssetIcon = ({ size = 24, ...props }) => {
3183
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3210
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3184
3211
  "svg",
3185
3212
  {
3186
3213
  xmlns: "http://www.w3.org/2000/svg",
@@ -3194,20 +3221,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
3194
3221
  strokeLinejoin: "round",
3195
3222
  ...props,
3196
3223
  children: [
3197
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Service Asset icon" }),
3198
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
3199
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M10 19v-3.96 3.15" }),
3200
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M7 19h5" }),
3201
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
3224
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Service Asset icon" }),
3225
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
3226
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M10 19v-3.96 3.15" }),
3227
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M7 19h5" }),
3228
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
3202
3229
  ]
3203
3230
  }
3204
3231
  );
3205
3232
  };
3206
3233
 
3207
3234
  // src/settings.tsx
3208
- var import_jsx_runtime103 = require("react/jsx-runtime");
3235
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3209
3236
  var SettingsIcon = ({ size = 24, ...props }) => {
3210
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3237
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3211
3238
  "svg",
3212
3239
  {
3213
3240
  xmlns: "http://www.w3.org/2000/svg",
@@ -3221,20 +3248,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
3221
3248
  strokeLinejoin: "round",
3222
3249
  ...props,
3223
3250
  children: [
3224
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Settings" }),
3225
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M14 17H5" }),
3226
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M19 7h-9" }),
3227
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
3228
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "7", cy: "7", r: "3" })
3251
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Settings" }),
3252
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M14 17H5" }),
3253
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M19 7h-9" }),
3254
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
3255
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("circle", { cx: "7", cy: "7", r: "3" })
3229
3256
  ]
3230
3257
  }
3231
3258
  );
3232
3259
  };
3233
3260
 
3234
3261
  // src/shell.tsx
3235
- var import_jsx_runtime104 = require("react/jsx-runtime");
3262
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3236
3263
  var ShellIcon = ({ size = 24, ...props }) => {
3237
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3264
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3238
3265
  "svg",
3239
3266
  {
3240
3267
  xmlns: "http://www.w3.org/2000/svg",
@@ -3248,17 +3275,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
3248
3275
  strokeLinejoin: "round",
3249
3276
  ...props,
3250
3277
  children: [
3251
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Shell Icon" }),
3252
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" })
3278
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Shell Icon" }),
3279
+ /* @__PURE__ */ (0, import_jsx_runtime105.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" })
3253
3280
  ]
3254
3281
  }
3255
3282
  );
3256
3283
  };
3257
3284
 
3258
3285
  // src/shield-check-icon.tsx
3259
- var import_jsx_runtime105 = require("react/jsx-runtime");
3286
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3260
3287
  function ShieldCheckIcon(props) {
3261
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3288
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3262
3289
  "svg",
3263
3290
  {
3264
3291
  xmlns: "http://www.w3.org/2000/svg",
@@ -3272,18 +3299,18 @@ function ShieldCheckIcon(props) {
3272
3299
  strokeLinejoin: "round",
3273
3300
  ...props,
3274
3301
  children: [
3275
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Shield Check" }),
3276
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3277
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "m9 12 2 2 4-4" })
3302
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Shield Check" }),
3303
+ /* @__PURE__ */ (0, import_jsx_runtime106.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" }),
3304
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "m9 12 2 2 4-4" })
3278
3305
  ]
3279
3306
  }
3280
3307
  );
3281
3308
  }
3282
3309
 
3283
3310
  // src/software-asset.tsx
3284
- var import_jsx_runtime106 = require("react/jsx-runtime");
3311
+ var import_jsx_runtime107 = require("react/jsx-runtime");
3285
3312
  var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3286
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3313
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3287
3314
  "svg",
3288
3315
  {
3289
3316
  xmlns: "http://www.w3.org/2000/svg",
@@ -3297,20 +3324,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
3297
3324
  strokeLinejoin: "round",
3298
3325
  ...props,
3299
3326
  children: [
3300
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "Software Asset Icon" }),
3301
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
3302
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M6 8h.01" }),
3303
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M10 8h.01" }),
3304
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M14 8h.01" })
3327
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Software Asset Icon" }),
3328
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
3329
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M6 8h.01" }),
3330
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M10 8h.01" }),
3331
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M14 8h.01" })
3305
3332
  ]
3306
3333
  }
3307
3334
  );
3308
3335
  };
3309
3336
 
3310
3337
  // src/squares-intersect.tsx
3311
- var import_jsx_runtime107 = require("react/jsx-runtime");
3338
+ var import_jsx_runtime108 = require("react/jsx-runtime");
3312
3339
  var SquaresIntersect = ({ size = 24, ...props }) => {
3313
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3340
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
3314
3341
  "svg",
3315
3342
  {
3316
3343
  xmlns: "http://www.w3.org/2000/svg",
@@ -3324,27 +3351,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
3324
3351
  strokeLinejoin: "round",
3325
3352
  ...props,
3326
3353
  children: [
3327
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Squares Intersect icon" }),
3328
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
3329
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
3330
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M16 22h-2" }),
3331
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M2 10V8" }),
3332
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
3333
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
3334
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M22 14v2" }),
3335
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
3336
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
3337
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" }),
3338
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M8 2h2" })
3354
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Squares Intersect icon" }),
3355
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
3356
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
3357
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M16 22h-2" }),
3358
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M2 10V8" }),
3359
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
3360
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
3361
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M22 14v2" }),
3362
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
3363
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
3364
+ /* @__PURE__ */ (0, import_jsx_runtime108.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" }),
3365
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M8 2h2" })
3339
3366
  ]
3340
3367
  }
3341
3368
  );
3342
3369
  };
3343
3370
 
3344
3371
  // src/strike-icon.tsx
3345
- var import_jsx_runtime108 = require("react/jsx-runtime");
3372
+ var import_jsx_runtime109 = require("react/jsx-runtime");
3346
3373
  var StrikeIcon = ({ size = 24, ...props }) => {
3347
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
3374
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
3348
3375
  "svg",
3349
3376
  {
3350
3377
  width: size,
@@ -3354,15 +3381,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3354
3381
  xmlns: "http://www.w3.org/2000/svg",
3355
3382
  ...props,
3356
3383
  children: [
3357
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: "Strike" }),
3358
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3384
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "Strike" }),
3385
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3359
3386
  "path",
3360
3387
  {
3361
3388
  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",
3362
3389
  fill: "currentColor"
3363
3390
  }
3364
3391
  ),
3365
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3392
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3366
3393
  "path",
3367
3394
  {
3368
3395
  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",
@@ -3375,9 +3402,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
3375
3402
  };
3376
3403
 
3377
3404
  // src/subscript-icon.tsx
3378
- var import_jsx_runtime109 = require("react/jsx-runtime");
3405
+ var import_jsx_runtime110 = require("react/jsx-runtime");
3379
3406
  var SubscriptIcon = ({ size = 24, ...props }) => {
3380
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
3407
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
3381
3408
  "svg",
3382
3409
  {
3383
3410
  width: size,
@@ -3387,8 +3414,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3387
3414
  xmlns: "http://www.w3.org/2000/svg",
3388
3415
  ...props,
3389
3416
  children: [
3390
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: "Subscript" }),
3391
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3417
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Subscript" }),
3418
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3392
3419
  "path",
3393
3420
  {
3394
3421
  fillRule: "evenodd",
@@ -3397,7 +3424,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3397
3424
  fill: "currentColor"
3398
3425
  }
3399
3426
  ),
3400
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3427
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3401
3428
  "path",
3402
3429
  {
3403
3430
  fillRule: "evenodd",
@@ -3406,7 +3433,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3406
3433
  fill: "currentColor"
3407
3434
  }
3408
3435
  ),
3409
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3436
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3410
3437
  "path",
3411
3438
  {
3412
3439
  fillRule: "evenodd",
@@ -3421,9 +3448,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3421
3448
  };
3422
3449
 
3423
3450
  // src/superscript-icon.tsx
3424
- var import_jsx_runtime110 = require("react/jsx-runtime");
3451
+ var import_jsx_runtime111 = require("react/jsx-runtime");
3425
3452
  var SuperscriptIcon = ({ size = 24, ...props }) => {
3426
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
3453
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
3427
3454
  "svg",
3428
3455
  {
3429
3456
  width: size,
@@ -3433,8 +3460,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3433
3460
  xmlns: "http://www.w3.org/2000/svg",
3434
3461
  ...props,
3435
3462
  children: [
3436
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: "Superscript" }),
3437
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3463
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: "Superscript" }),
3464
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3438
3465
  "path",
3439
3466
  {
3440
3467
  fillRule: "evenodd",
@@ -3443,7 +3470,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3443
3470
  fill: "currentColor"
3444
3471
  }
3445
3472
  ),
3446
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3473
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3447
3474
  "path",
3448
3475
  {
3449
3476
  fillRule: "evenodd",
@@ -3452,7 +3479,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3452
3479
  fill: "currentColor"
3453
3480
  }
3454
3481
  ),
3455
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3482
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3456
3483
  "path",
3457
3484
  {
3458
3485
  fillRule: "evenodd",
@@ -3467,9 +3494,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3467
3494
  };
3468
3495
 
3469
3496
  // src/table-icon.tsx
3470
- var import_jsx_runtime111 = require("react/jsx-runtime");
3497
+ var import_jsx_runtime112 = require("react/jsx-runtime");
3471
3498
  var TableIcon = ({ size = 24, ...props }) => {
3472
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
3499
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
3473
3500
  "svg",
3474
3501
  {
3475
3502
  width: size,
@@ -3483,20 +3510,20 @@ var TableIcon = ({ size = 24, ...props }) => {
3483
3510
  xmlns: "http://www.w3.org/2000/svg",
3484
3511
  ...props,
3485
3512
  children: [
3486
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: "Table" }),
3487
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M12 3v18" }),
3488
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3489
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M3 9h18" }),
3490
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M3 15h18" })
3513
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Table" }),
3514
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M12 3v18" }),
3515
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3516
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M3 9h18" }),
3517
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M3 15h18" })
3491
3518
  ]
3492
3519
  }
3493
3520
  );
3494
3521
  };
3495
3522
 
3496
3523
  // src/table-of-contents-icon.tsx
3497
- var import_jsx_runtime112 = require("react/jsx-runtime");
3524
+ var import_jsx_runtime113 = require("react/jsx-runtime");
3498
3525
  var TableOfContentsIcon = ({ size = 24, ...props }) => {
3499
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
3526
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3500
3527
  "svg",
3501
3528
  {
3502
3529
  xmlns: "http://www.w3.org/2000/svg",
@@ -3506,8 +3533,8 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3506
3533
  fill: "currentColor",
3507
3534
  ...props,
3508
3535
  children: [
3509
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: "Table of Contents Icon" }),
3510
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3536
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "Table of Contents Icon" }),
3537
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3511
3538
  "path",
3512
3539
  {
3513
3540
  fillRule: "evenodd",
@@ -3516,7 +3543,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3516
3543
  fill: "currentColor"
3517
3544
  }
3518
3545
  ),
3519
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3546
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3520
3547
  "path",
3521
3548
  {
3522
3549
  fillRule: "evenodd",
@@ -3525,7 +3552,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3525
3552
  fill: "currentColor"
3526
3553
  }
3527
3554
  ),
3528
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3555
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3529
3556
  "path",
3530
3557
  {
3531
3558
  fillRule: "evenodd",
@@ -3534,7 +3561,7 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3534
3561
  fill: "currentColor"
3535
3562
  }
3536
3563
  ),
3537
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3564
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3538
3565
  "path",
3539
3566
  {
3540
3567
  fillRule: "evenodd",
@@ -3549,9 +3576,9 @@ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3549
3576
  };
3550
3577
 
3551
3578
  // src/tom-icon.tsx
3552
- var import_jsx_runtime113 = require("react/jsx-runtime");
3579
+ var import_jsx_runtime114 = require("react/jsx-runtime");
3553
3580
  var TomIcon = ({ size = 24, ...props }) => {
3554
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
3581
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3555
3582
  "svg",
3556
3583
  {
3557
3584
  xmlns: "http://www.w3.org/2000/svg",
@@ -3565,18 +3592,18 @@ var TomIcon = ({ size = 24, ...props }) => {
3565
3592
  strokeLinejoin: "round",
3566
3593
  ...props,
3567
3594
  children: [
3568
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: "TOM icon" }),
3569
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
3570
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "m9 12 2 2 4-4" })
3595
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: "TOM icon" }),
3596
+ /* @__PURE__ */ (0, import_jsx_runtime114.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" }),
3597
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "m9 12 2 2 4-4" })
3571
3598
  ]
3572
3599
  }
3573
3600
  );
3574
3601
  };
3575
3602
 
3576
3603
  // src/trash-icon.tsx
3577
- var import_jsx_runtime114 = require("react/jsx-runtime");
3604
+ var import_jsx_runtime115 = require("react/jsx-runtime");
3578
3605
  var TrashIcon = ({ size = 24, ...props }) => {
3579
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3606
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3580
3607
  "svg",
3581
3608
  {
3582
3609
  xmlns: "http://www.w3.org/2000/svg",
@@ -3590,21 +3617,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
3590
3617
  strokeLinejoin: "round",
3591
3618
  ...props,
3592
3619
  children: [
3593
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: "Trash icon" }),
3594
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M10 11v6" }),
3595
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M14 11v6" }),
3596
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
3597
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M3 6h18" }),
3598
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
3620
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: "Trash icon" }),
3621
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M10 11v6" }),
3622
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M14 11v6" }),
3623
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
3624
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M3 6h18" }),
3625
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
3599
3626
  ]
3600
3627
  }
3601
3628
  );
3602
3629
  };
3603
3630
 
3604
3631
  // src/type-icon.tsx
3605
- var import_jsx_runtime115 = require("react/jsx-runtime");
3632
+ var import_jsx_runtime116 = require("react/jsx-runtime");
3606
3633
  var TypeIcon = ({ size = 24, ...props }) => {
3607
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3634
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3608
3635
  "svg",
3609
3636
  {
3610
3637
  width: size,
@@ -3614,8 +3641,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
3614
3641
  xmlns: "http://www.w3.org/2000/svg",
3615
3642
  ...props,
3616
3643
  children: [
3617
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: "Type Icon" }),
3618
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3644
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("title", { children: "Type Icon" }),
3645
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3619
3646
  "path",
3620
3647
  {
3621
3648
  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",
@@ -3628,9 +3655,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
3628
3655
  };
3629
3656
 
3630
3657
  // src/underline-icon.tsx
3631
- var import_jsx_runtime116 = require("react/jsx-runtime");
3658
+ var import_jsx_runtime117 = require("react/jsx-runtime");
3632
3659
  var UnderlineIcon = ({ size = 24, ...props }) => {
3633
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3660
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3634
3661
  "svg",
3635
3662
  {
3636
3663
  width: size,
@@ -3640,8 +3667,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
3640
3667
  xmlns: "http://www.w3.org/2000/svg",
3641
3668
  ...props,
3642
3669
  children: [
3643
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("title", { children: "Underline" }),
3644
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3670
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("title", { children: "Underline" }),
3671
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3645
3672
  "path",
3646
3673
  {
3647
3674
  fillRule: "evenodd",
@@ -3656,9 +3683,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
3656
3683
  };
3657
3684
 
3658
3685
  // src/undo-icon.tsx
3659
- var import_jsx_runtime117 = require("react/jsx-runtime");
3686
+ var import_jsx_runtime118 = require("react/jsx-runtime");
3660
3687
  var UndoIcon = ({ size = 24, ...props }) => {
3661
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
3688
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3662
3689
  "svg",
3663
3690
  {
3664
3691
  xmlns: "http://www.w3.org/2000/svg",
@@ -3668,8 +3695,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
3668
3695
  fill: "currentColor",
3669
3696
  ...props,
3670
3697
  children: [
3671
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("title", { children: "Undo Icon" }),
3672
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3698
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("title", { children: "Undo Icon" }),
3699
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3673
3700
  "path",
3674
3701
  {
3675
3702
  fillRule: "evenodd",
@@ -3684,9 +3711,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
3684
3711
  };
3685
3712
 
3686
3713
  // src/upload.tsx
3687
- var import_jsx_runtime118 = require("react/jsx-runtime");
3714
+ var import_jsx_runtime119 = require("react/jsx-runtime");
3688
3715
  var UploadIcon = ({ size = 24, ...props }) => {
3689
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3716
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3690
3717
  "svg",
3691
3718
  {
3692
3719
  xmlns: "http://www.w3.org/2000/svg",
@@ -3700,19 +3727,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
3700
3727
  strokeLinejoin: "round",
3701
3728
  ...props,
3702
3729
  children: [
3703
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("title", { children: "Upload icon" }),
3704
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M12 13v8" }),
3705
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
3706
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "m8 17 4-4 4 4" })
3730
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("title", { children: "Upload icon" }),
3731
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M12 13v8" }),
3732
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
3733
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "m8 17 4-4 4 4" })
3707
3734
  ]
3708
3735
  }
3709
3736
  );
3710
3737
  };
3711
3738
 
3712
3739
  // src/user-circle-icon.tsx
3713
- var import_jsx_runtime119 = require("react/jsx-runtime");
3740
+ var import_jsx_runtime120 = require("react/jsx-runtime");
3714
3741
  var UserCircleIcon = ({ size = 24, ...props }) => {
3715
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
3742
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3716
3743
  "svg",
3717
3744
  {
3718
3745
  width: size,
@@ -3721,9 +3748,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3721
3748
  xmlns: "http://www.w3.org/2000/svg",
3722
3749
  ...props,
3723
3750
  children: [
3724
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("title", { children: "User Circle Icon" }),
3725
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("rect", { width: "256", height: "256", fill: "none" }),
3726
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3751
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "User Circle Icon" }),
3752
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("rect", { width: "256", height: "256", fill: "none" }),
3753
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3727
3754
  "circle",
3728
3755
  {
3729
3756
  cx: "128",
@@ -3736,7 +3763,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3736
3763
  strokeWidth: "16"
3737
3764
  }
3738
3765
  ),
3739
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3766
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3740
3767
  "circle",
3741
3768
  {
3742
3769
  cx: "128",
@@ -3749,7 +3776,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3749
3776
  strokeWidth: "16"
3750
3777
  }
3751
3778
  ),
3752
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3779
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3753
3780
  "path",
3754
3781
  {
3755
3782
  d: "M63.8,199.37a72,72,0,0,1,128.4,0",
@@ -3766,9 +3793,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3766
3793
  };
3767
3794
 
3768
3795
  // src/vendor.tsx
3769
- var import_jsx_runtime120 = require("react/jsx-runtime");
3796
+ var import_jsx_runtime121 = require("react/jsx-runtime");
3770
3797
  var VendorIcon = ({ size = 24, ...props }) => {
3771
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3798
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3772
3799
  "svg",
3773
3800
  {
3774
3801
  xmlns: "http://www.w3.org/2000/svg",
@@ -3782,12 +3809,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
3782
3809
  strokeLinejoin: "round",
3783
3810
  ...props,
3784
3811
  children: [
3785
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("title", { children: "Vendor icon" }),
3786
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
3787
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
3788
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
3789
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M2 7h20" }),
3790
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
3812
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("title", { children: "Vendor icon" }),
3813
+ /* @__PURE__ */ (0, import_jsx_runtime121.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" }),
3814
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
3815
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
3816
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M2 7h20" }),
3817
+ /* @__PURE__ */ (0, import_jsx_runtime121.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" })
3791
3818
  ]
3792
3819
  }
3793
3820
  );
@@ -3807,6 +3834,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
3807
3834
  ArrowRightIcon,
3808
3835
  ArrowUp,
3809
3836
  AssetsIcon,
3837
+ AuditIcon,
3810
3838
  BanIcon,
3811
3839
  BellIcon,
3812
3840
  BlockquoteIcon,