UNPKG

@atlaskit/logo

Version:

A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.

15 lines (14 loc) 652 B
import React from 'react'; import type { LogoProps } from '../types'; /** * __Jira Work Management icon__ * * The Jira Work Management icon without an accompanying wordmark. * * - [Examples](https://atlassian.design/components/logo/examples) * - [Code](https://atlassian.design/components/logo/code) * - [Usage](https://atlassian.design/components/logo/usage) * * @deprecated JiraWorkManagementIcon is deprecated and will be removed from atlaskit/logo in the next major release. Please use JiraIcon. */ export declare const JiraWorkManagementIcon: ({ appearance, label, size, testId, iconColor, textColor, }: LogoProps) => React.JSX.Element;