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