@kopexa/icons 9.0.2 → 9.0.4

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.
@@ -0,0 +1,32 @@
1
+ "use client";
2
+
3
+ // src/info.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var InfoIcon = ({ size = 24, ...props }) => {
6
+ return /* @__PURE__ */ jsxs(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: size,
11
+ height: size,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ "aria-hidden": "true",
19
+ ...props,
20
+ children: [
21
+ /* @__PURE__ */ jsx("title", { children: "Info Icon" }),
22
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
23
+ /* @__PURE__ */ jsx("path", { d: "M12 16v-4" }),
24
+ /* @__PURE__ */ jsx("path", { d: "M12 8h.01" })
25
+ ]
26
+ }
27
+ );
28
+ };
29
+
30
+ export {
31
+ InfoIcon
32
+ };
package/dist/index.d.mts CHANGED
@@ -20,6 +20,7 @@ export { EyeIcon } from './eye.mjs';
20
20
  export { EyeOffIcon } from './eye-off.mjs';
21
21
  export { GripVerticalIcon } from './grip-vertical.mjs';
22
22
  export { IncidentIcon } from './incident.mjs';
23
+ export { InfoIcon } from './info.mjs';
23
24
  export { IssuesIcon } from './issues.mjs';
24
25
  export { LinkedInIcon } from './linkedin.mjs';
25
26
  export { MinusIcon } from './minus.mjs';
package/dist/index.d.ts CHANGED
@@ -20,6 +20,7 @@ export { EyeIcon } from './eye.js';
20
20
  export { EyeOffIcon } from './eye-off.js';
21
21
  export { GripVerticalIcon } from './grip-vertical.js';
22
22
  export { IncidentIcon } from './incident.js';
23
+ export { InfoIcon } from './info.js';
23
24
  export { IssuesIcon } from './issues.js';
24
25
  export { LinkedInIcon } from './linkedin.js';
25
26
  export { MinusIcon } from './minus.js';
package/dist/index.js CHANGED
@@ -43,6 +43,7 @@ __export(index_exports, {
43
43
  EyeOffIcon: () => EyeOffIcon,
44
44
  GripVerticalIcon: () => GripVerticalIcon,
45
45
  IncidentIcon: () => IncidentIcon,
46
+ InfoIcon: () => InfoIcon,
46
47
  IssuesIcon: () => IssuesIcon,
47
48
  LinkedInIcon: () => LinkedInIcon,
48
49
  MinusIcon: () => MinusIcon,
@@ -634,9 +635,9 @@ var IncidentIcon = ({ size = 24, ...props }) => {
634
635
  );
635
636
  };
636
637
 
637
- // src/issues.tsx
638
+ // src/info.tsx
638
639
  var import_jsx_runtime23 = require("react/jsx-runtime");
639
- var IssuesIcon = ({ size = 24, ...props }) => {
640
+ var InfoIcon = ({ size = 24, ...props }) => {
640
641
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
641
642
  "svg",
642
643
  {
@@ -649,23 +650,50 @@ var IssuesIcon = ({ size = 24, ...props }) => {
649
650
  strokeWidth: "2",
650
651
  strokeLinecap: "round",
651
652
  strokeLinejoin: "round",
653
+ "aria-hidden": "true",
652
654
  ...props,
653
655
  children: [
654
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Issues icon" }),
655
- /* @__PURE__ */ (0, import_jsx_runtime23.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" }),
656
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 11h4" }),
657
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 16h4" }),
658
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M8 11h.01" }),
659
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M8 16h.01" })
656
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Info Icon" }),
657
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
658
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 16v-4" }),
659
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 8h.01" })
660
660
  ]
661
661
  }
662
662
  );
663
663
  };
664
664
 
665
- // src/linkedin.tsx
665
+ // src/issues.tsx
666
666
  var import_jsx_runtime24 = require("react/jsx-runtime");
667
- var LinkedInIcon = ({ size = 24, ...props }) => {
667
+ var IssuesIcon = ({ size = 24, ...props }) => {
668
668
  return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
669
+ "svg",
670
+ {
671
+ xmlns: "http://www.w3.org/2000/svg",
672
+ width: size,
673
+ height: size,
674
+ viewBox: "0 0 24 24",
675
+ fill: "none",
676
+ stroke: "currentColor",
677
+ strokeWidth: "2",
678
+ strokeLinecap: "round",
679
+ strokeLinejoin: "round",
680
+ ...props,
681
+ children: [
682
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Issues icon" }),
683
+ /* @__PURE__ */ (0, import_jsx_runtime24.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" }),
684
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 11h4" }),
685
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12 16h4" }),
686
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M8 11h.01" }),
687
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M8 16h.01" })
688
+ ]
689
+ }
690
+ );
691
+ };
692
+
693
+ // src/linkedin.tsx
694
+ var import_jsx_runtime25 = require("react/jsx-runtime");
695
+ var LinkedInIcon = ({ size = 24, ...props }) => {
696
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
669
697
  "svg",
670
698
  {
671
699
  xmlns: "http://www.w3.org/2000/svg",
@@ -681,19 +709,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
681
709
  focusable: "false",
682
710
  ...props,
683
711
  children: [
684
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "LinkedIn Icon" }),
685
- /* @__PURE__ */ (0, import_jsx_runtime24.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" }),
686
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
687
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "4", cy: "4", r: "2" })
712
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "LinkedIn Icon" }),
713
+ /* @__PURE__ */ (0, import_jsx_runtime25.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" }),
714
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
715
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: "4", cy: "4", r: "2" })
688
716
  ]
689
717
  }
690
718
  );
691
719
  };
692
720
 
693
721
  // src/minus.tsx
694
- var import_jsx_runtime25 = require("react/jsx-runtime");
722
+ var import_jsx_runtime26 = require("react/jsx-runtime");
695
723
  var MinusIcon = ({ size = 24, ...props }) => {
696
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
724
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
697
725
  "svg",
698
726
  {
699
727
  xmlns: "http://www.w3.org/2000/svg",
@@ -707,17 +735,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
707
735
  strokeLinejoin: "round",
708
736
  ...props,
709
737
  children: [
710
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Minus Icon" }),
711
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M5 12h14" })
738
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Minus Icon" }),
739
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M5 12h14" })
712
740
  ]
713
741
  }
714
742
  );
715
743
  };
716
744
 
717
745
  // src/notification-icon.tsx
718
- var import_jsx_runtime26 = require("react/jsx-runtime");
746
+ var import_jsx_runtime27 = require("react/jsx-runtime");
719
747
  var NotificationIcon = (props) => {
720
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
748
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
721
749
  "svg",
722
750
  {
723
751
  xmlns: "http://www.w3.org/2000/svg",
@@ -731,18 +759,18 @@ var NotificationIcon = (props) => {
731
759
  strokeLinejoin: "round",
732
760
  ...props,
733
761
  children: [
734
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Notification Icon" }),
735
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
736
- /* @__PURE__ */ (0, import_jsx_runtime26.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" })
762
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Notification Icon" }),
763
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
764
+ /* @__PURE__ */ (0, import_jsx_runtime27.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" })
737
765
  ]
738
766
  }
739
767
  );
740
768
  };
741
769
 
742
770
  // src/panel-left-icon.tsx
743
- var import_jsx_runtime27 = require("react/jsx-runtime");
771
+ var import_jsx_runtime28 = require("react/jsx-runtime");
744
772
  var PanelLeftIcon = ({ size = 24, ...props }) => {
745
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
773
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
746
774
  "svg",
747
775
  {
748
776
  xmlns: "http://www.w3.org/2000/svg",
@@ -756,18 +784,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
756
784
  strokeLinejoin: "round",
757
785
  ...props,
758
786
  children: [
759
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Panel Left icon" }),
760
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
761
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M9 3v18" })
787
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Panel Left icon" }),
788
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
789
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M9 3v18" })
762
790
  ]
763
791
  }
764
792
  );
765
793
  };
766
794
 
767
795
  // src/people.tsx
768
- var import_jsx_runtime28 = require("react/jsx-runtime");
796
+ var import_jsx_runtime29 = require("react/jsx-runtime");
769
797
  var PeopleIcon = ({ size = 24, ...props }) => {
770
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
798
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
771
799
  "svg",
772
800
  {
773
801
  xmlns: "http://www.w3.org/2000/svg",
@@ -781,20 +809,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
781
809
  strokeLinejoin: "round",
782
810
  ...props,
783
811
  children: [
784
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "People icon" }),
785
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
786
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
787
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
788
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "9", cy: "7", r: "4" })
812
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "People icon" }),
813
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
814
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
815
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
816
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "9", cy: "7", r: "4" })
789
817
  ]
790
818
  }
791
819
  );
792
820
  };
793
821
 
794
822
  // src/physical-asset.tsx
795
- var import_jsx_runtime29 = require("react/jsx-runtime");
823
+ var import_jsx_runtime30 = require("react/jsx-runtime");
796
824
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
797
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
825
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
798
826
  "svg",
799
827
  {
800
828
  xmlns: "http://www.w3.org/2000/svg",
@@ -808,20 +836,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
808
836
  strokeLinejoin: "round",
809
837
  ...props,
810
838
  children: [
811
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Physical Asset icon" }),
812
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
813
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M10 19v-3.96 3.15" }),
814
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M7 19h5" }),
815
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
839
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Physical Asset icon" }),
840
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
841
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M10 19v-3.96 3.15" }),
842
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M7 19h5" }),
843
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
816
844
  ]
817
845
  }
818
846
  );
819
847
  };
820
848
 
821
849
  // src/plattform-asset.tsx
822
- var import_jsx_runtime30 = require("react/jsx-runtime");
850
+ var import_jsx_runtime31 = require("react/jsx-runtime");
823
851
  var PlattformAssetIcon = ({ size = 24, ...props }) => {
824
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
852
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
825
853
  "svg",
826
854
  {
827
855
  xmlns: "http://www.w3.org/2000/svg",
@@ -835,20 +863,20 @@ var PlattformAssetIcon = ({ size = 24, ...props }) => {
835
863
  strokeLinejoin: "round",
836
864
  ...props,
837
865
  children: [
838
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Plattform Asset icon" }),
839
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
840
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
841
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
842
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
866
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Plattform Asset icon" }),
867
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
868
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
869
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
870
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
843
871
  ]
844
872
  }
845
873
  );
846
874
  };
847
875
 
848
876
  // src/plus.tsx
849
- var import_jsx_runtime31 = require("react/jsx-runtime");
877
+ var import_jsx_runtime32 = require("react/jsx-runtime");
850
878
  var PlusIcon = (props) => {
851
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
879
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
852
880
  "svg",
853
881
  {
854
882
  xmlns: "http://www.w3.org/2000/svg",
@@ -862,21 +890,21 @@ var PlusIcon = (props) => {
862
890
  strokeLinejoin: "round",
863
891
  ...props,
864
892
  children: [
865
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "Plus Icon" }),
866
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M5 12h14" }),
867
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M12 5v14" })
893
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Plus Icon" }),
894
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M5 12h14" }),
895
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M12 5v14" })
868
896
  ]
869
897
  }
870
898
  );
871
899
  };
872
900
 
873
901
  // src/processing-activity.tsx
874
- var import_jsx_runtime32 = require("react/jsx-runtime");
902
+ var import_jsx_runtime33 = require("react/jsx-runtime");
875
903
  var ProcessingActivityIcon = ({
876
904
  size = 24,
877
905
  ...props
878
906
  }) => {
879
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
907
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
880
908
  "svg",
881
909
  {
882
910
  xmlns: "http://www.w3.org/2000/svg",
@@ -890,19 +918,19 @@ var ProcessingActivityIcon = ({
890
918
  strokeLinejoin: "round",
891
919
  ...props,
892
920
  children: [
893
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Processing Activity icon" }),
894
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
895
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
896
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
921
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Processing Activity icon" }),
922
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
923
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
924
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
897
925
  ]
898
926
  }
899
927
  );
900
928
  };
901
929
 
902
930
  // src/program-icon.tsx
903
- var import_jsx_runtime33 = require("react/jsx-runtime");
931
+ var import_jsx_runtime34 = require("react/jsx-runtime");
904
932
  var ProgramIcon = ({ size = 24, ...props }) => {
905
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
933
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
906
934
  "svg",
907
935
  {
908
936
  xmlns: "http://www.w3.org/2000/svg",
@@ -916,20 +944,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
916
944
  strokeLinejoin: "round",
917
945
  ...props,
918
946
  children: [
919
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Program icon" }),
920
- /* @__PURE__ */ (0, import_jsx_runtime33.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" }),
921
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M8 10v4" }),
922
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M12 10v2" }),
923
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M16 10v6" })
947
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Program icon" }),
948
+ /* @__PURE__ */ (0, import_jsx_runtime34.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" }),
949
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M8 10v4" }),
950
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 10v2" }),
951
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M16 10v6" })
924
952
  ]
925
953
  }
926
954
  );
927
955
  };
928
956
 
929
957
  // src/risk.tsx
930
- var import_jsx_runtime34 = require("react/jsx-runtime");
958
+ var import_jsx_runtime35 = require("react/jsx-runtime");
931
959
  var RiskIcon = ({ size = 24, ...props }) => {
932
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
960
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
933
961
  "svg",
934
962
  {
935
963
  xmlns: "http://www.w3.org/2000/svg",
@@ -943,19 +971,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
943
971
  strokeLinejoin: "round",
944
972
  ...props,
945
973
  children: [
946
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "Risk icon" }),
947
- /* @__PURE__ */ (0, import_jsx_runtime34.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" }),
948
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 8v4" }),
949
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 16h.01" })
974
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Risk icon" }),
975
+ /* @__PURE__ */ (0, import_jsx_runtime35.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" }),
976
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M12 8v4" }),
977
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M12 16h.01" })
950
978
  ]
951
979
  }
952
980
  );
953
981
  };
954
982
 
955
983
  // src/save.tsx
956
- var import_jsx_runtime35 = require("react/jsx-runtime");
984
+ var import_jsx_runtime36 = require("react/jsx-runtime");
957
985
  var SaveIcon = (props) => {
958
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
986
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
959
987
  "svg",
960
988
  {
961
989
  xmlns: "http://www.w3.org/2000/svg",
@@ -969,19 +997,19 @@ var SaveIcon = (props) => {
969
997
  strokeLinejoin: "round",
970
998
  ...props,
971
999
  children: [
972
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Save Icon" }),
973
- /* @__PURE__ */ (0, import_jsx_runtime35.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" }),
974
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
975
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
1000
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Save Icon" }),
1001
+ /* @__PURE__ */ (0, import_jsx_runtime36.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" }),
1002
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
1003
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
976
1004
  ]
977
1005
  }
978
1006
  );
979
1007
  };
980
1008
 
981
1009
  // src/search.tsx
982
- var import_jsx_runtime36 = require("react/jsx-runtime");
1010
+ var import_jsx_runtime37 = require("react/jsx-runtime");
983
1011
  var SearchIcon = (props) => {
984
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1012
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
985
1013
  "svg",
986
1014
  {
987
1015
  xmlns: "http://www.w3.org/2000/svg",
@@ -995,18 +1023,18 @@ var SearchIcon = (props) => {
995
1023
  strokeLinejoin: "round",
996
1024
  ...props,
997
1025
  children: [
998
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Search Icon" }),
999
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "m21 21-4.34-4.34" }),
1000
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("circle", { cx: "11", cy: "11", r: "8" })
1026
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Search Icon" }),
1027
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "m21 21-4.34-4.34" }),
1028
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("circle", { cx: "11", cy: "11", r: "8" })
1001
1029
  ]
1002
1030
  }
1003
1031
  );
1004
1032
  };
1005
1033
 
1006
1034
  // src/settings.tsx
1007
- var import_jsx_runtime37 = require("react/jsx-runtime");
1035
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1008
1036
  var SettingsIcon = ({ size = 24, ...props }) => {
1009
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1037
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1010
1038
  "svg",
1011
1039
  {
1012
1040
  xmlns: "http://www.w3.org/2000/svg",
@@ -1020,20 +1048,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
1020
1048
  strokeLinejoin: "round",
1021
1049
  ...props,
1022
1050
  children: [
1023
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Settings" }),
1024
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M14 17H5" }),
1025
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M19 7h-9" }),
1026
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
1027
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("circle", { cx: "7", cy: "7", r: "3" })
1051
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Settings" }),
1052
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M14 17H5" }),
1053
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M19 7h-9" }),
1054
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
1055
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("circle", { cx: "7", cy: "7", r: "3" })
1028
1056
  ]
1029
1057
  }
1030
1058
  );
1031
1059
  };
1032
1060
 
1033
1061
  // src/upload.tsx
1034
- var import_jsx_runtime38 = require("react/jsx-runtime");
1062
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1035
1063
  var UploadIcon = ({ size = 24, ...props }) => {
1036
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1064
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1037
1065
  "svg",
1038
1066
  {
1039
1067
  xmlns: "http://www.w3.org/2000/svg",
@@ -1047,19 +1075,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
1047
1075
  strokeLinejoin: "round",
1048
1076
  ...props,
1049
1077
  children: [
1050
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Upload icon" }),
1051
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M12 13v8" }),
1052
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
1053
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "m8 17 4-4 4 4" })
1078
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Upload icon" }),
1079
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M12 13v8" }),
1080
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
1081
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "m8 17 4-4 4 4" })
1054
1082
  ]
1055
1083
  }
1056
1084
  );
1057
1085
  };
1058
1086
 
1059
1087
  // src/vendor.tsx
1060
- var import_jsx_runtime39 = require("react/jsx-runtime");
1088
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1061
1089
  var VendorIcon = ({ size = 24, ...props }) => {
1062
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1090
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1063
1091
  "svg",
1064
1092
  {
1065
1093
  xmlns: "http://www.w3.org/2000/svg",
@@ -1073,12 +1101,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
1073
1101
  strokeLinejoin: "round",
1074
1102
  ...props,
1075
1103
  children: [
1076
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "Vendor icon" }),
1077
- /* @__PURE__ */ (0, import_jsx_runtime39.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" }),
1078
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
1079
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
1080
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M2 7h20" }),
1081
- /* @__PURE__ */ (0, import_jsx_runtime39.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" })
1104
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Vendor icon" }),
1105
+ /* @__PURE__ */ (0, import_jsx_runtime40.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" }),
1106
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
1107
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
1108
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M2 7h20" }),
1109
+ /* @__PURE__ */ (0, import_jsx_runtime40.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" })
1082
1110
  ]
1083
1111
  }
1084
1112
  );
@@ -1107,6 +1135,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
1107
1135
  EyeOffIcon,
1108
1136
  GripVerticalIcon,
1109
1137
  IncidentIcon,
1138
+ InfoIcon,
1110
1139
  IssuesIcon,
1111
1140
  LinkedInIcon,
1112
1141
  MinusIcon,
package/dist/index.mjs CHANGED
@@ -1,7 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ UploadIcon
4
+ } from "./chunk-WPTOAHE7.mjs";
2
5
  import {
3
6
  VendorIcon
4
7
  } from "./chunk-5AMD4S26.mjs";
8
+ import {
9
+ PlusIcon
10
+ } from "./chunk-VT4DJPGF.mjs";
5
11
  import {
6
12
  ProcessingActivityIcon
7
13
  } from "./chunk-Y7DSA4LC.mjs";
@@ -21,8 +27,8 @@ import {
21
27
  SettingsIcon
22
28
  } from "./chunk-5VB6VXKQ.mjs";
23
29
  import {
24
- UploadIcon
25
- } from "./chunk-WPTOAHE7.mjs";
30
+ IssuesIcon
31
+ } from "./chunk-HOWMZ73X.mjs";
26
32
  import {
27
33
  LinkedInIcon
28
34
  } from "./chunk-M2RUR5WR.mjs";
@@ -44,9 +50,6 @@ import {
44
50
  import {
45
51
  PlattformAssetIcon
46
52
  } from "./chunk-WWSIRUDQ.mjs";
47
- import {
48
- PlusIcon
49
- } from "./chunk-VT4DJPGF.mjs";
50
53
  import {
51
54
  DSARIcon
52
55
  } from "./chunk-DRZOZSLJ.mjs";
@@ -66,8 +69,8 @@ import {
66
69
  IncidentIcon
67
70
  } from "./chunk-EIACNJBZ.mjs";
68
71
  import {
69
- IssuesIcon
70
- } from "./chunk-HOWMZ73X.mjs";
72
+ InfoIcon
73
+ } from "./chunk-WGGLF2T2.mjs";
71
74
  import {
72
75
  ChevronLeftIcon
73
76
  } from "./chunk-NKQY55QT.mjs";
@@ -139,6 +142,7 @@ export {
139
142
  EyeOffIcon,
140
143
  GripVerticalIcon,
141
144
  IncidentIcon,
145
+ InfoIcon,
142
146
  IssuesIcon,
143
147
  LinkedInIcon,
144
148
  MinusIcon,
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.mjs';
3
+ import 'react';
4
+
5
+ declare const InfoIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { InfoIcon };
package/dist/info.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.js';
3
+ import 'react';
4
+
5
+ declare const InfoIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { InfoIcon };
package/dist/info.js ADDED
@@ -0,0 +1,55 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/info.tsx
22
+ var info_exports = {};
23
+ __export(info_exports, {
24
+ InfoIcon: () => InfoIcon
25
+ });
26
+ module.exports = __toCommonJS(info_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var InfoIcon = ({ size = 24, ...props }) => {
29
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
30
+ "svg",
31
+ {
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ width: size,
34
+ height: size,
35
+ viewBox: "0 0 24 24",
36
+ fill: "none",
37
+ stroke: "currentColor",
38
+ strokeWidth: "2",
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round",
41
+ "aria-hidden": "true",
42
+ ...props,
43
+ children: [
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Info Icon" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 16v-4" }),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 8h.01" })
48
+ ]
49
+ }
50
+ );
51
+ };
52
+ // Annotate the CommonJS export names for ESM import in node:
53
+ 0 && (module.exports = {
54
+ InfoIcon
55
+ });
package/dist/info.mjs ADDED
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ InfoIcon
4
+ } from "./chunk-WGGLF2T2.mjs";
5
+ export {
6
+ InfoIcon
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/icons",
3
- "version": "9.0.2",
3
+ "version": "9.0.4",
4
4
  "description": "icons we use in our kopexa products",
5
5
  "keywords": [
6
6
  "icons"
@@ -27,7 +27,7 @@
27
27
  "peerDependencies": {
28
28
  "react": ">=19.0.0-rc.0",
29
29
  "react-dom": ">=19.0.0-rc.0",
30
- "@kopexa/theme": "1.6.2"
30
+ "@kopexa/theme": "1.6.4"
31
31
  },
32
32
  "dependencies": {
33
33
  "@kopexa/shared-utils": "1.1.5",