export const LogoSize = { X_SMALL: 'x-small', SMALL: 'small', NORMAL: 'normal', } as const export const LOGO_SIZE_VALUES = Object.values(LogoSize)