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

function EmailFill(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="M0 4.605l7.717 5.307.076.043a.5.5 0 00.398.007l.092-.05 7.716-5.306V12a2 2 0 01-2 2h-12a2 2 0 01-2-2V4.605zM14 2a2 2 0 011.923 1.447L7.999 8.892.078 3.446A2 2 0 012 2h12z" />
    </svg>
  );
}

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