From 1fbb7146967f4f393340f88be3067e879c86284a Mon Sep 17 00:00:00 2001 From: contradiction29 Date: Tue, 23 Apr 2024 13:59:52 +0900 Subject: [PATCH] Add google logo icon --- app/components/icons/GoogleLogoIcon.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/components/icons/GoogleLogoIcon.tsx 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