---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
  - property: og:type
    content: article
  - property: article:section
    content: Платформа плагинов
  - 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: ru/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/ru/llms.txt

[← К списку компонентов](https://yandex.ru/support/tracker/ru/plugins/components/index.md)

# IssueTypeIcon {#issue-type-icon}

Отображает иконку для типа задачи Трекера.

## Использование {#usage}

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

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

## Поддерживаемые типы задач {#supported-types}

`task` · `bug` · `design` · `epic` · `improvement` · `incident` · `info` · `newFeature` · `query` · `refactoring` · `release` · `serviceRequest` · `story` · `subBug` · `subTask` · `technicalDebt` · `milestone` · произвольная строка

## Свойства {#props}

| Свойство | Тип | Описание |
|---|---|---|
| `issueType` | `string` | Ключ типа задачи |
| `className` | `string` | Дополнительный CSS-класс |
