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

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

/**
 * @deprecated The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”
*/
declare const ErrorIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default ErrorIcon;
