import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgComponent({ width = 24, height = 24, color = "#A1A1A1", ...props }) { return ( ); } export default SvgComponent;