import Svg, { Path, type SvgProps } from 'react-native-svg'; const SvgMobile = (props: SvgProps) => ( ); export default SvgMobile;