From d1e8b0017dee12e04dbad9e85f7a8b497e584d1b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 26 Mar 2024 02:26:33 +0000 Subject: ui: Migrate to the new logo everywhere --- apps/mobile/components/Logo.tsx | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'apps/mobile/components') diff --git a/apps/mobile/components/Logo.tsx b/apps/mobile/components/Logo.tsx index f5f823b5..9fdd1083 100644 --- a/apps/mobile/components/Logo.tsx +++ b/apps/mobile/components/Logo.tsx @@ -1,11 +1,20 @@ -import { Text, View } from "react-native"; -import { PackageOpen } from "lucide-react-native"; +import * as React from "react" +import type { SvgProps} from "react-native-svg"; +import Svg, { Path } from "react-native-svg" +const Logo = (props: SvgProps) => ( + + + + +) +export default Logo -export default function Logo() { - return ( - - - Hoarder - - ); -} -- cgit v1.2.3-70-g09d2