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