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