const loadingHeightMapping = curry<string>({
    Small: () => theme.size.heightIconSmall,
    Medium: () => theme.size.heightIconMedium,
    Large: () => theme.size.heightIconLarge,
  });