# PHIconProp

Phosphor icon prop - similar to FontAwesome's IconProp Can be:

* string: icon name (uses regular weight)
* \[prefix, iconName]: tuple with weight prefix and icon name

## Definition

```tsx
export type PHIconProp = string | [PHIconPrefix, string];
```

## Usage

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