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