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

function Play(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M24.714 16.554L1 29.733c-.554.304-1 .036-1-.589V2.858c0-.625.446-.893 1-.589l23.714 13.179c.554.304.554.804 0 1.107z" />
    </svg>
  );
}

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