UNPKG

@blueprintjs/icons

Version:

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

8 lines (7 loc) 577 B
export { IconSvgPaths16, IconSvgPaths20, getIconPaths } from "./allPaths"; export { Icons, type IconLoaderOptions, type IconPathsLoader } from "./iconLoader"; export type { DefaultSVGIconAttributes, DefaultSVGIconProps, SVGIconAttributes, SVGIconProps } from "./svgIconProps"; export { SVGIconContainer, type SVGIconContainerComponent, type SVGIconContainerProps } from "./svgIconContainer"; export { getIconContentString, IconCodepoints } from "./iconCodepoints"; export { type IconName, IconNames } from "./iconNames"; export { IconSize, type IconPaths } from "./iconTypes";