Skip to content

Commit 86d5e1d

Browse files
authored
🤖 Merge PR DefinitelyTyped#73352 feat(carbon__pictograms-react): bump to 12.56.0 by @metonym
1 parent 7119d72 commit 86d5e1d

5 files changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { IbmPower11 as default } from "../../";

‎types/carbon__pictograms-react/es/index.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ export { IbmGranite } from "../";
653653
export { IbmIbv } from "../";
654654
export { IbmIx } from "../";
655655
export { IbmOneMadisonAvenue } from "../";
656+
export { IbmPower11 } from "../";
656657
export { IbmRpa } from "../";
657658
export { IbmUkLabsHursley } from "../";
658659
export { IbmZ } from "../";

‎types/carbon__pictograms-react/index.d.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1377 pictograms in total */
1+
/** 1378 pictograms in total */
22

33
export interface CarbonPictogramProps extends
44
Omit<
@@ -685,6 +685,7 @@ export const IbmGranite: CarbonPictogramType;
685685
export const IbmIbv: CarbonPictogramType;
686686
export const IbmIx: CarbonPictogramType;
687687
export const IbmOneMadisonAvenue: CarbonPictogramType;
688+
export const IbmPower11: CarbonPictogramType;
688689
export const IbmRpa: CarbonPictogramType;
689690
export const IbmUkLabsHursley: CarbonPictogramType;
690691
export const IbmZ: CarbonPictogramType;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { IbmPower11 } from "../../";
2+
3+
export = IbmPower11;

‎types/carbon__pictograms-react/lib/index.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ export { IbmGranite } from "../";
653653
export { IbmIbv } from "../";
654654
export { IbmIx } from "../";
655655
export { IbmOneMadisonAvenue } from "../";
656+
export { IbmPower11 } from "../";
656657
export { IbmRpa } from "../";
657658
export { IbmUkLabsHursley } from "../";
658659
export { IbmZ } from "../";

0 commit comments

Comments
 (0)