Interface IconFontSource

interface IconFontSource {
    format: string;
    location: URI;
}

Properties

Properties

format: string
location: URI