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

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

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