UNPKG

lucide-angular

Version:

A Lucide icon library package for Angular applications.

16 lines (15 loc) 552 B
import * as i0 from "@angular/core"; /** * A configuration service for Lucide icon components. * * You can inject this service, typically in AppComponent, and customize its property values in * order to provide default values for all the icons used in the application. */ export declare class LucideIconConfig { color: string; size: number; strokeWidth: number; absoluteStrokeWidth: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<LucideIconConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LucideIconConfig>; }