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

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

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