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 ( + + + + + + + + + + + + + ); +}