@alfresco/adf-core
Version:
17 lines (16 loc) • 832 B
TypeScript
import { ThemePalette } from '@angular/material/core';
import * as i0 from "@angular/core";
export declare class IconComponent {
private _value;
private _isCustom;
/** Theme color palette for the component. */
color: ThemePalette;
/** Icon font set */
fontSet: string;
get value(): string;
/** Icon value, which can be either a ligature name or a custom icon in the format `[namespace]:[name]`. */
set value(value: string);
get isCustom(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "adf-icon", never, { "color": { "alias": "color"; "required": false; }; "fontSet": { "alias": "fontSet"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
}