import React from 'react'; import Svg, { Path } from "react-native-svg"; const TopChargeBackground = ({width=153, height=164, color=colorPrimary}) => ( ); export default TopChargeBackground;