import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandGoogle = withIcon(function IconBrandGoogle(props) {
    return (<svg data-tag="IconBrandGoogle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M16.067 7.356c-.722-.678-1.99-1.49-3.867-1.49-2.644 0-4.889 1.745-5.7 4.156A6.47 6.47 0 0 0 6.178 12c0 .689.122 1.356.333 1.978.8 2.411 3.045 4.155 5.69 4.155 1.488 0 2.621-.41 3.466-1C17 16.2 17.6 14.811 17.71 13.89H12.2v-3.711h9.388c.145.622.211 1.222.211 2.044 0 3.045-1.089 5.611-2.978 7.356C17.167 21.11 14.9 22 12.2 22a9.993 9.993 0 0 1-8.933-5.511A10.009 10.009 0 0 1 2.2 12c0-1.611.389-3.133 1.067-4.489A9.993 9.993 0 0 1 12.2 2c2.7 0 4.956.989 6.689 2.6z"/>
      <path d="M16.067 7.356c-.722-.678-1.99-1.49-3.867-1.49-2.644 0-4.889 1.745-5.7 4.156A6.47 6.47 0 0 0 6.178 12c0 .689.122 1.356.333 1.978.8 2.411 3.045 4.155 5.69 4.155 1.488 0 2.621-.41 3.466-1C17 16.2 17.6 14.811 17.71 13.89H12.2v-3.711h9.388c.145.622.211 1.222.211 2.044 0 3.045-1.089 5.611-2.978 7.356C17.167 21.11 14.9 22 12.2 22a9.993 9.993 0 0 1-8.933-5.511A10.009 10.009 0 0 1 2.2 12c0-1.611.389-3.133 1.067-4.489A9.993 9.993 0 0 1 12.2 2c2.7 0 4.956.989 6.689 2.6z"/>
    </svg>);
});
//# sourceMappingURL=BrandGoogle.jsx.map