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

function Play2(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.594 4.629l18.809 11.369L6.594 27.369V4.628zm0-4.629c-.779 0-1.561.199-2.263.601A4.63 4.63 0 002 4.626v22.741c0 1.671.889 3.207 2.329 4.03a4.553 4.553 0 004.631-.058l18.809-11.371c1.383-.837 2.231-2.343 2.231-3.97s-.848-3.134-2.231-3.97L8.96.661A4.56 4.56 0 006.594 0z" />
    </svg>
  );
}

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