UNPKG

equinox-web-components

Version:

Equinox design for the web using StencilJS

16 lines (15 loc) 257 B
export declare class EIcon { /** * Icon from Phosphor Icons library */ icon: string; /** * Color of the icon */ color: string; /** * Size of the icon */ size: string; render(): any; }