@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
14 lines (11 loc) • 386 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::f6c1d63ae4640c77ce8c0bb5ef956d19>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
declare const ErrorIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default ErrorIcon;