export type Icon = {
    backgroundColor: string;
    imageUrl: string;
};
