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

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

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