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