// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const GoogleIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M12 10.57h9.44A9.55 9.55 0 0 1 12 22C6.55 22 2 17.4 2 12 2 3.5 12.6-1.1 18.7 4.62l-2.72 2.61A5.5 5.5 0 0 0 12 5.68a6.33 6.33 0 0 0 0 12.64c2.58 0 5.24-1.65 5.68-4.31H12v-3.44Z" />
  </svg>
);

const GoogleIconWrapper = toIcon(GoogleIcon);
export default GoogleIconWrapper;
