export const EmailPrimary = (): JSX.Element => {
  return <Email size={Sizes.Large} color={Colors.Info} ariaLabel="Email" />;
};