12345678910111213141516 |
- import { OnInit } from '@angular/core';
- import * as i0 from "@angular/core";
- export declare class IconComponent implements OnInit {
- icon: string;
- iconClass: string;
- fill: string;
- strokeWidth: number;
- strokeColor: string;
- size: string;
- iconPath: string;
- ngOnInit(): void;
- getFormattedColor(color: string): string;
- getIconPath(): string;
- static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ct-icon", never, { "icon": { "alias": "icon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "strokeColor": { "alias": "strokeColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
- }
|