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

function Openid(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="M19.393 0v27.429l-4.857 2.286C6.322 28.983 0 24.608 0 19.304 0 14.197 5.893 9.947 13.696 9v3.071c-5.107.893-8.857 3.786-8.857 7.232 0 3.643 4.179 6.661 9.696 7.357V2.374zm11.946 10.393L32 17.357l-9.375-2.036 2.625-1.482c-1.393-.821-3.107-1.429-5-1.768V9c3.304.393 6.268 1.393 8.589 2.804z" />
    </svg>
  );
}

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