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

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

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