/**
 * Icon size
 */
export const IconSize = {
  xsmall: 16,
  small: 20,
  regular: 24,
  large: 32,
};
