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