File tree Expand file tree Collapse file tree
types/carbon__pictograms-react Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export { IbmPower11 as default } from "../../" ;
Original file line number Diff line number Diff line change @@ -653,6 +653,7 @@ export { IbmGranite } from "../";
653653export { IbmIbv } from "../" ;
654654export { IbmIx } from "../" ;
655655export { IbmOneMadisonAvenue } from "../" ;
656+ export { IbmPower11 } from "../" ;
656657export { IbmRpa } from "../" ;
657658export { IbmUkLabsHursley } from "../" ;
658659export { IbmZ } from "../" ;
Original file line number Diff line number Diff line change 1- /** 1377 pictograms in total */
1+ /** 1378 pictograms in total */
22
33export interface CarbonPictogramProps extends
44 Omit <
@@ -685,6 +685,7 @@ export const IbmGranite: CarbonPictogramType;
685685export const IbmIbv : CarbonPictogramType ;
686686export const IbmIx : CarbonPictogramType ;
687687export const IbmOneMadisonAvenue : CarbonPictogramType ;
688+ export const IbmPower11 : CarbonPictogramType ;
688689export const IbmRpa : CarbonPictogramType ;
689690export const IbmUkLabsHursley : CarbonPictogramType ;
690691export const IbmZ : CarbonPictogramType ;
Original file line number Diff line number Diff line change 1+ import { IbmPower11 } from "../../" ;
2+
3+ export = IbmPower11 ;
Original file line number Diff line number Diff line change @@ -653,6 +653,7 @@ export { IbmGranite } from "../";
653653export { IbmIbv } from "../" ;
654654export { IbmIx } from "../" ;
655655export { IbmOneMadisonAvenue } from "../" ;
656+ export { IbmPower11 } from "../" ;
656657export { IbmRpa } from "../" ;
657658export { IbmUkLabsHursley } from "../" ;
658659export { IbmZ } from "../" ;
You can’t perform that action at this time.
0 commit comments