@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
13 lines (12 loc) • 642 B
TypeScript
import type { IconProps } from '../types';
/**
* __Icon__
*
* @deprecated Custom Icon is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
*
* An icon is used as a visual representation of common actions and commands to provide context.
*
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
*/
export declare const Icon: import('react').NamedExoticComponent<IconProps>;
export default Icon;