From 1b1d2b88ad96b772d245a4925bd83c797e9ae1bb Mon Sep 17 00:00:00 2001 From: RamkumarP Date: Thu, 24 Jul 2025 08:36:27 +0000 Subject: [PATCH] Update app/src/components/icons/Logo.tsx --- app/src/components/icons/Logo.tsx | 281 +++++++----------------------- 1 file changed, 67 insertions(+), 214 deletions(-) diff --git a/app/src/components/icons/Logo.tsx b/app/src/components/icons/Logo.tsx index 822e83e..7572894 100644 --- a/app/src/components/icons/Logo.tsx +++ b/app/src/components/icons/Logo.tsx @@ -1,214 +1,67 @@ -export function LogoIcon() { - return ( - - - - - - - - - - - - - - - - - - - - - ); -} - -export function LogoIconLarge() { - return ( - - - - - - - - - - - - - - - - - - - - ); -} +export function LogoIcon() { + return ( + + + + + + ); +} + +export function LogoIconLarge() { + return ( + + + + + + + + + + + + + ); +}