@grafana/ui
Version:
Grafana Components Library
6 lines (5 loc) • 355 B
TypeScript
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;