@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
17 lines (14 loc) • 498 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::343b69244ba0fadf58c486fddf0fb51f>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
/**
* @deprecated The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”
*/
declare const ErrorIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default ErrorIcon;