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