Type Alias IconRelativePath

IconRelativePath: {
    componentName: string;
    relativePath: string;
}

Represents an icon relative to the directory where component identified using IconRelativePath.componentName is stored.