@triangular/rpg-awesome-icons
Version:
Use the cool icons from RPGAwesome in your app, fully tree-shaked and only loaded when necessary. Injected into the dom, and therefore IE compatible.
10 lines (9 loc) • 403 B
TypeScript
import { RpgAwesomeIcon } from '../icons';
import * as i0 from "@angular/core";
export declare class RpgAwesomeIconsRegistry {
private registry;
registerIcons(icons: RpgAwesomeIcon[]): void;
getIcon(iconName: string): string | undefined;
static ɵfac: i0.ɵɵFactoryDeclaration<RpgAwesomeIconsRegistry, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<RpgAwesomeIconsRegistry>;
}