export interface IIconNav { name: string; routerLink?: string; href?: string; action?: string; }