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