PHIconPrefix

Phosphor icon prefix (weight indicator)

  • pht: thin

  • phl: light

  • phr: regular (default)

  • phb: bold

  • phf: fill

  • phd: duotone

Definition

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

Usage

import { undefined } from 'uxp/components';

Last updated