/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::bd3a5527a50d29d1739135e9885c561b>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewCoreIconProps } from '@atlaskit/icon/base-new';

declare const ChartBarIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default ChartBarIcon;
