UNPKG

@phosphor-icons/webcomponents

Version:
8 lines (7 loc) 211 B
export type IconWeight = "thin" | "light" | "regular" | "bold" | "fill" | "duotone"; export type IconAttrs = { size?: string | number; weight?: IconWeight; color?: string; mirrored?: boolean; };