UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

4 lines (3 loc) 190 B
import * as IconNames from "./generated/iconNames"; /** String literal union type of all Blueprint UI icon names. */ export declare type IconName = typeof IconNames[keyof typeof IconNames];