export interface IconUrls {
	small?: string;
	large?: string;
	medium?: string;
}