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