From bceffced360efc27bb56d050fc38a8b7c70ac703 Mon Sep 17 00:00:00 2001 From: Stephannie Jimenez Date: Wed, 23 Aug 2023 11:39:06 -0500 Subject: [PATCH] remove loginIcon --- src/components/icons/LoginIcon.tsx | 34 ------------------------------ src/components/icons/index.tsx | 1 - 2 files changed, 35 deletions(-) delete mode 100644 src/components/icons/LoginIcon.tsx diff --git a/src/components/icons/LoginIcon.tsx b/src/components/icons/LoginIcon.tsx deleted file mode 100644 index 7a1d9723..00000000 --- a/src/components/icons/LoginIcon.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import * as React from "react"; - -export const LoginIcon = ({ color }: any) => { - return ( - - - - - - ); -}; - -export default LoginIcon; diff --git a/src/components/icons/index.tsx b/src/components/icons/index.tsx index 0fcfb16b..9b514b3b 100644 --- a/src/components/icons/index.tsx +++ b/src/components/icons/index.tsx @@ -1,5 +1,4 @@ export * from "./CondaLogo"; -export * from "./LoginIcon"; export * from "./GroupIconAlt"; export * from "./ArrowIcon"; export * from "./SearchIconAlt";