UNPKG

@claromentis/design-system

Version:

Claromentis Design System Component Library

13 lines (12 loc) 286 B
export declare class ClaIcon { /** * The computed Id of the icon you're adding i.e glyphicons-basic-75-cup */ iconid: string; /** * The color of the icon, this will inherit the current text color if not chosen. */ fill: string; status: string; render(): any; }