export interface StIconTab {
    id: string;
    text: string;
    iconClass: string;
}
