const loadingWidthMapping = curry<string>({
    Small: () => theme.size.widthIconSmall,
    Medium: () => theme.size.widthIconNormal,
    Large: () => theme.size.widthIconNormal,
  });