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