export const ArrowRepeatFailed = (): JSX.Element => {
  return <ArrowRepeat size={Sizes.Large} color={Colors.Warning} ariaLabel="Arrow Repeat" />;
};