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

function ArrowCircleOUp(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="M19.964 15.643a.585.585 0 01-.536.357h-3.429v6.286c0 .321-.25.571-.571.571h-3.429a.564.564 0 01-.571-.571V16H7.999a.564.564 0 01-.571-.571c0-.161.071-.304.179-.429l5.696-5.696c.125-.107.268-.161.411-.161s.286.054.411.161l5.714 5.714a.584.584 0 01.125.625zm-6.25-9.357C8.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(ArrowCircleOUp);
export default ForwardRef;
