# ButtonIcon

Supported icon types for buttons Can be FontAwesome, Phosphor, image URL, text/emoji, or React element

## Definition

```tsx
export type ButtonIcon = string | IconProp | PHIconProp | React.ReactElement
```

## Usage

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