// Generated by script, don't edit it please.
import * as React from 'react';

function GoogleWallet(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M7.875 12c.357 0 .714.179.929.464 3.125 4.268 5.304 8.839 6.464 13.821H7.304C5.875 21.321 3.768 16.785.75 12.91c-.286-.375 0-.911.464-.911h6.661zm9.982 6.375a54.343 54.343 0 01-2.232 7.018c-.946-3.732-2.464-7.232-4.571-10.607.464-2.589.732-5.25.786-8.018 2.518 4.054 4.518 7.911 6.018 11.607zm1.768-12.661C24.964 13.071 28.929 22.143 29.786 32h-8.054c-.589-9.536-4.982-18.571-9.875-26.286h7.768zM32 16c0 4.964-.679 10.179-1.804 14.5-.786-6.607-2.964-13.179-6.411-19.339A54.906 54.906 0 0021.892.732c-.089-.375.179-.732.554-.732h6.411c.5 0 .964.339 1.089.821C31.303 5.642 32 10.75 32 16z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(GoogleWallet);
export default ForwardRef;
