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