UNPKG

@atlaskit/icon

Version:

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

15 lines (14 loc) 764 B
/// <reference types="react" /> 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) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ export declare const Icon: import("react").NamedExoticComponent<IconProps>; export default Icon;