import * as React from "react" import Svg, { Path, SvgProps } from "react-native-svg" const AddImageIcon: React.FC = (props) => ( ) export default AddImageIcon