---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
  - property: og:type
    content: article
  - property: article:section
    content: Plugin platform
  - property: og:title
    content: IssueTypeIcon
  - property: article:tag
    content: Техническая инструкция
alternate:
  - https://yandex.ru/support/tracker/en/plugins/components/issue-type-icon.md
  - https://yandex.ru/support/tracker/ru/plugins/components/issue-type-icon.md
  - href: en/plugins/components/issue-type-icon.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/tracker/en/llms.txt

[← Back to components list](https://yandex.ru/support/tracker/en/plugins/components/index.md)

# IssueTypeIcon {#issue-type-icon}

Displays an icon for a Tracker issue type.

## Usage {#usage}

```tsx
import {IssueTypeIcon} from '@weavix/tracker-components';

<IssueTypeIcon issueType="bug" />
<IssueTypeIcon issueType="task" />
<IssueTypeIcon issueType="epic" />
```

## Supported issue types {#supported-types}

`task` · `bug` · `design` · `epic` · `improvement` · `incident` · `info` · `newFeature` · `query` · `refactoring` · `release` · `serviceRequest` · `story` · `subBug` · `subTask` · `technicalDebt` · `milestone` · arbitrary string

## Props {#props}

| Prop | Type | Description |
|---|---|---|
| `issueType` | `string` | Issue type key |
| `className` | `string` | Additional CSS class |
