import * as React from 'react' import Svg, { Path } from 'react-native-svg' import Colors from 'src/styles/colors' const PlusIcon = () => ( ) export default PlusIcon