UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 337 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class SvgIconRegistry extends Base { static $t: Type; private static a; static get instance(): SvgIconRegistry; private c; addSvgPathString(a: string, b: string, c: string): void; getSvgPathString(a: string, b: string): string; }