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