import Box from "@components/bases/Box"; import { images } from "@styles/Commons"; import { Image } from "react-native"; const BeasyLogoIcon = () => { return ( ); }; export default BeasyLogoIcon;