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