@porsche-design-system/components-angular
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
16 lines (15 loc) • 995 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { SelectedAriaAttributes, IconAriaAttribute, IconColor, IconName, IconSize, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PIcon extends BaseComponentWithTheme {
aria?: SelectedAriaAttributes<IconAriaAttribute>;
color?: IconColor;
/** @deprecated */
lazy?: boolean;
name?: IconName;
size?: IconSize;
source?: string;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "source": { "alias": "source"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}