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