UNPKG

@blueprintjs/icons

Version:

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

8 lines (7 loc) 351 B
import type { IconName } from "../iconNames"; import type { IconNextName } from "../next/generated/manifest"; /** * Maps legacy ("current") Blueprint icon names to their next-generation * (`@blueprintjs/icons/next`) equivalents. Generated from `icons-name-map.json`. */ export declare const LegacyToIconNextNameMap: Record<IconName, IconNextName>;