interface IIcon {
    color?: string;
    type?: string;
}

Implemented by

Properties

Properties

color?: string

The color of the icon.

type?: string

The type of the icon.