export interface PropsMenu1 {
    title: string;
    icon: string;
}
