@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
14 lines (11 loc) • 386 B
TypeScript
/**
* 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;