diff --git a/app/components/icons/GoogleLogoIcon.tsx b/app/components/icons/GoogleLogoIcon.tsx new file mode 100644 index 00000000..d8ccdc99 --- /dev/null +++ b/app/components/icons/GoogleLogoIcon.tsx @@ -0,0 +1,11 @@ +export default function GoogleLogoIcon() { + return ( + + + + + + + + ) +} \ No newline at end of file