@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
9 lines (8 loc) • 437 B
TypeScript
import { PureComponent } from 'react';
import type { GlyphProps } from '@atlaskit/icon/types';
/**
* @deprecated The legacy icon "preferences" is deprecated in favour of "@atlaskit/icon/core/customize" 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> {}