Interface IconDefinition

interface IconDefinition {
    font?: IconFontContribution;
    fontCharacter: string;
}

Properties

Properties

fontCharacter: string