UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

17 lines (14 loc) 491 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::5644aeef0d8ead6c5dbef7e66283148c>> * @codegenCommand yarn build:icon-glyphs */ import type { NewUtilityIconProps } from '@atlaskit/icon/base-new'; /** * @deprecated The icon "cross" is deprecated in favour of "cross" from “@atlaskit/icon/core” */ declare const CrossIcon: { (props: NewUtilityIconProps): JSX.Element; displayName: string; }; export default CrossIcon;