UNPKG

@pluralsight/icons

Version:
5 lines (4 loc) 247 B
import { iconStrings } from './generated/iconStrings'; import type { CSSColor } from './types'; export type IconName = keyof typeof iconStrings; export default function getIconString<T extends string>(name: IconName, color?: CSSColor<T>): string;