import * as React from 'react' import { Path, Svg, type SvgProps } from 'react-native-svg' import Colors from 'src/styles/colors' const ProfilePlus = (props: SvgProps) => ( ) export default React.memo(ProfilePlus)