/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from "react"; import { Svg, Circle, Ellipse, G, LinearGradient, RadialGradient, Line, Path, Polygon, Polyline, Rect, Symbol, Text, Use, Defs, Stop } from "mobile/node_modules/react-native-svg"; function Add({ width, height, style, color = "black", ...props }) { return ( ); } export default Add;