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

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

Usage

import { undefined } from 'uxp/components';

Last updated