# IconType

## Definition

```tsx
export type IconType = 'fontawesome' | 'phosphor' | 'image' | 'text' | 'react';
```

## Usage

```tsx
import { undefined } from 'uxp/components';
```
