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