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

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

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