export interface IRightIcon { featherClass: string; badgeCount?: number; function: () => void; }