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

function ArrowCircleODown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20 16.571a.656.656 0 01-.179.429l-5.696 5.696c-.125.107-.268.161-.411.161s-.286-.054-.411-.161l-5.714-5.714c-.161-.179-.214-.411-.125-.625S7.768 16 8 16h3.429V9.714c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571V16h3.429c.321 0 .571.25.571.571zM13.714 6.286C8.357 6.286 4 10.643 4 16s4.357 9.714 9.714 9.714 9.714-4.357 9.714-9.714-4.357-9.714-9.714-9.714zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286c7.571 0 13.714 6.143 13.714 13.714z" />
    </svg>
  );
}

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