diff --git a/src/components/BeasyLogoIcon.tsx b/src/components/BeasyLogoIcon.tsx new file mode 100644 index 0000000..63edfd3 --- /dev/null +++ b/src/components/BeasyLogoIcon.tsx @@ -0,0 +1,12 @@ +import Box from "@components/bases/Box"; +import { images } from "@styles/Commons"; +import { Image } from "react-native"; +const BeasyLogoIcon = () => { + return ( + + + + ); +}; + +export default BeasyLogoIcon;