export const radius = {
  0: 0,
  1: 4,
  2: 8,
  3: 12,
  4: 16,
  5: 20,
  6: 24,
  7: 28,
  8: 32,
  9: 36,
  10: 40,
  11: 44,
  12: 48,
  none: 0,
  small: 4,
  regular: 8,
  large: 12,
  xlarge: 16,
  xxlarge: 24,
  full: 9999,
  true: 12,
};
