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