import React from "react"; import { Svg, Path } from "react-native-svg"; const SvgComponent = () => { return ( ); }; export default SvgComponent;