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