# PHIconPrefix

Phosphor icon prefix (weight indicator)

* pht: thin
* phl: light
* phr: regular (default)
* phb: bold
* phf: fill
* phd: duotone

## Definition

```tsx
export type PHIconPrefix = 'pht' | 'phl' | 'phr' | 'phb' | 'phf' | 'phd';
```

## Usage

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