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