import React from 'react'; import Svg, { Path, Rect } from 'react-native-svg'; const ProfileBackground = ({color=colorAccent}) => ( ); export default ProfileBackground;