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

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

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