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

function PlayCircleO(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="M21.143 16c0 .411-.214.786-.571.982l-9.714 5.714c-.179.107-.375.161-.571.161s-.393-.054-.571-.143a1.16 1.16 0 01-.571-1V10.285c0-.411.214-.786.571-1a1.139 1.139 0 011.143.018l9.714 5.714c.357.196.571.571.571.982zm2.286 0c0-5.357-4.357-9.714-9.714-9.714S4.001 10.643 4.001 16s4.357 9.714 9.714 9.714 9.714-4.357 9.714-9.714zm4 0c0 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(PlayCircleO);
export default ForwardRef;
