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