UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

9 lines (8 loc) 448 B
import { PureComponent } from 'react'; import type { GlyphProps } from '@atlaskit/icon/types'; /** * @deprecated The legacy icon "notification-direct" is deprecated in favour of "@atlaskit/icon/core/notification" and will be removed in an upcoming major release * * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details. */ export default class extends PureComponent<GlyphProps> {}