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

function PlayCircle(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="M13.714 2.286c7.571 0 13.714 6.143 13.714 13.714s-6.143 13.714-13.714 13.714S0 23.571 0 16 6.143 2.286 13.714 2.286zm6.857 14.696c.357-.196.571-.571.571-.982s-.214-.786-.571-.982l-9.714-5.714a1.139 1.139 0 00-1.143-.018 1.16 1.16 0 00-.571 1v11.429c0 .411.214.786.571 1 .179.089.375.143.571.143s.393-.054.571-.161z" />
    </svg>
  );
}

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