UNPKG

@grafana/ui

Version:
6 lines (5 loc) 355 B
import { IconName, IconSize, IconType } from '../../types/icon'; export declare function getIconSubDir(name: IconName, type: IconType): string; export declare function getSvgSize(size: IconSize): 12 | 14 | 16 | 18 | 24 | 36 | 48; export declare function getIconRoot(): string; export declare function getIconPath(name: IconName, type?: IconType): string;