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

function VenusDouble(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="M31.964 9.446c.446 5.661-3.696 10.464-9.107 11.054v4.643h4c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571h-4v4c0 .321-.25.571-.571.571h-1.143a.564.564 0 01-.571-.571v-4h-9.143v4c0 .321-.25.571-.571.571H9.715a.564.564 0 01-.571-.571v-4h-4a.564.564 0 01-.571-.571v-1.143c0-.321.25-.571.571-.571h4V20.5C3.733 19.911-.41 15.107.037 9.446.43 4.535 4.376.517 9.269.053c2.5-.25 4.839.411 6.732 1.679A10.205 10.205 0 0122.733.053c4.893.464 8.839 4.482 9.232 9.393zM16 15.875a7.972 7.972 0 000-11.178 7.972 7.972 0 000 11.178zm-5.714 2.411a8.002 8.002 0 003.893-1.018c-1.714-1.839-2.75-4.286-2.75-6.982s1.054-5.143 2.75-6.982a8.002 8.002 0 00-3.893-1.018c-4.411 0-8 3.589-8 8s3.589 8 8 8zm10.285 6.857V20.5A10.184 10.184 0 0116 18.821a10.189 10.189 0 01-4.571 1.679v4.643h9.143zm1.143-6.857c4.411 0 8-3.589 8-8s-3.589-8-8-8a8.002 8.002 0 00-3.893 1.018c1.696 1.839 2.75 4.286 2.75 6.982s-1.036 5.143-2.75 6.982a8.002 8.002 0 003.893 1.018z" />
    </svg>
  );
}

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