From 70808d33003d1304e7c29f90cc156d2ce55089f0 Mon Sep 17 00:00:00 2001 From: rob chang Date: Tue, 29 Oct 2024 17:03:16 -0400 Subject: [PATCH] fix: facebook logo --- account-kit/react/src/icons/oauth.tsx | 33 ++++++++------------------- 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/account-kit/react/src/icons/oauth.tsx b/account-kit/react/src/icons/oauth.tsx index c05b90078c..fa28c2e47a 100644 --- a/account-kit/react/src/icons/oauth.tsx +++ b/account-kit/react/src/icons/oauth.tsx @@ -95,38 +95,23 @@ export const FacebookIcon = ( ) => { return ( - + - - - - - - - - - ); };