@ngxi/streamline
Version:
Icon set Streamline for Angular applications
8 lines (7 loc) • 599 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "ngxi";
export declare class NgxiStreamline {
readonly ngxiStreamline: import("@angular/core").InputSignal<Icon>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxiStreamline, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxiStreamline, "svg[ngxiStreamline]", never, { "ngxiStreamline": { "alias": "ngxiStreamline"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.Ngxi; inputs: { "icon": "ngxiStreamline"; "width": "width"; "height": "height"; "viewBox": "viewBox"; }; outputs: {}; }]>;
}