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