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

function PlayOutline(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.323 1.268a.5.5 0 01-.541.841 7 7 0 102.497 2.793.5.5 0 01.897-.443 8 8 0 11-2.852-3.191z" />
      <path d="M7 5.993v4.015l3.118-2.007L7 5.994zm-1 0a1 1 0 011.541-.84l3.118 2.007a1 1 0 010 1.681l-3.118 2.007A1 1 0 016 10.007V5.992z" />
    </svg>
  );
}

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