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

function Venus(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 20 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.571 10.286c0 5.286-4 9.643-9.143 10.214v4.643h4c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571h-4v4c0 .321-.25.571-.571.571H9.714a.564.564 0 01-.571-.571v-4h-4a.564.564 0 01-.571-.571v-1.143c0-.321.25-.571.571-.571h4V20.5C3.732 19.911-.411 15.107.036 9.446.429 4.589 4.286.607 9.107.071a10.277 10.277 0 0111.464 10.214zm-18.285 0c0 4.411 3.589 8 8 8s8-3.589 8-8-3.589-8-8-8-8 3.589-8 8z" />
    </svg>
  );
}

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