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

function ArrowCircleDown(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 16.018c0-.304-.107-.589-.321-.804l-1.625-1.625c-.214-.214-.5-.321-.804-.321s-.589.107-.804.321L16 16.964V8c0-.625-.518-1.143-1.143-1.143h-2.286c-.625 0-1.143.518-1.143 1.143v8.964l-3.375-3.375c-.214-.214-.5-.339-.804-.339s-.589.125-.804.339L4.82 15.214c-.214.214-.321.5-.321.804s.107.589.321.804l8.089 8.089c.214.214.5.321.804.321s.589-.107.804-.321l8.089-8.089c.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(ArrowCircleDown);
export default ForwardRef;
