export const CancelledCritical = (): JSX.Element => {
  return <Cancelled size={Sizes.Large} color={Colors.Critical} ariaLabel="Cancelled" />;
};