export interface IList { name: string; icon?: string; colour?: string; }