export interface Icons {
    alert: string;
    error: string;
    info: string;
    warn: string;
    success: string;
}
