import Svg, { Path, G, Defs, LinearGradient, Stop } from "react-native-svg"; /* SVGR has dropped some elements not supported by react-native-svg: filter */ import type { SvgProps } from "react-native-svg"; const SvgComponent = ({ height, width, color }: SvgProps) => ( ); export default SvgComponent;