import React from 'react'; import { Image } from 'react-native'; const Logo = ({ width = 120, height = 120, style = {} }) => { return ( ); }; export default Logo;