# PHIconWeight

Phosphor icon weight

## Definition

```tsx
export type PHIconWeight = 'thin' | 'light' | 'regular' | 'bold' | 'fill' | 'duotone';
```

## Usage

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