@ngxi/icons8
Version:
Icon set Icons8 Windows 10 Icons for Angular applications
9 lines (8 loc) • 601 B
TypeScript
import type { Icon } from 'ngxi';
import * as i0 from "@angular/core";
import * as i1 from "ngxi";
export declare class NgxiIcons8 {
readonly ngxiIcons8: import("@angular/core").InputSignal<Icon>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxiIcons8, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxiIcons8, "svg[ngxiIcons8]", never, { "ngxiIcons8": { "alias": "ngxiIcons8"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.Ngxi; inputs: { "icon": "ngxiIcons8"; "width": "width"; "height": "height"; "viewBox": "viewBox"; }; outputs: {}; }]>;
}