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

function ArrowCircleUp(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="M22.929 15.982c0-.304-.107-.589-.321-.804l-8.089-8.089c-.214-.214-.5-.321-.804-.321s-.589.107-.804.321l-8.089 8.089c-.214.214-.321.5-.321.804s.107.589.321.804l1.625 1.625c.214.214.5.321.804.321s.589-.107.804-.321l3.375-3.375V24c0 .625.518 1.143 1.143 1.143h2.286c.625 0 1.143-.518 1.143-1.143v-8.964l3.375 3.375c.214.214.5.339.804.339s.589-.125.804-.339l1.625-1.625c.214-.214.321-.5.321-.804zm4.5.018c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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