/**
* Brand marks for the federated sign-in buttons.
*
* Inline SVG rather than the icon registry, and the ONLY place in the app
* exempt from the monochrome rule: Google's and Microsoft's marks are
* trademarked artwork whose colours are part of the identity. Recolouring them
* to grey would be both wrong and, in Google's case, a brand-guideline
* violation.
*/
export function GoogleIcon() {
return (
);
}
export function MicrosoftIcon() {
return (
);
}