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

function YoutubePlay(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="M12.696 20.143l8.643-4.464-8.643-4.518v8.982zM16 4.75c6.732 0 11.196.321 11.196.321.625.071 2 .071 3.214 1.357 0 0 .982.964 1.268 3.179.339 2.589.321 5.179.321 5.179v2.429s.018 2.589-.321 5.179c-.286 2.196-1.268 3.179-1.268 3.179-1.214 1.268-2.589 1.268-3.214 1.339 0 0-4.464.339-11.196.339-8.321-.071-10.875-.321-10.875-.321-.714-.125-2.321-.089-3.536-1.357 0 0-.982-.982-1.268-3.179C-.018 19.805 0 17.215 0 17.215v-2.429s-.018-2.589.321-5.179c.286-2.214 1.268-3.179 1.268-3.179 1.214-1.286 2.589-1.286 3.214-1.357 0 0 4.464-.321 11.196-.321z" />
    </svg>
  );
}

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