export interface ITab { link: string; line_icon: string; name: string; active: boolean; }