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

function Email(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="M2 3a1 1 0 00-1 1v8a1 1 0 001 1h12a1 1 0 001-1V4a1 1 0 00-1-1H2zm0-1h12a2 2 0 012 2v8a2 2 0 01-2 2H2a2 2 0 01-2-2V4a2 2 0 012-2z" />
      <path d="M15.393 2.691a.499.499 0 01-.019.64l-.066.062-5.157 4.052 3.702 3.701a.5.5 0 01-.638.765l-.069-.058L9.36 8.066l-1.051.826a.499.499 0 01-.536.052l-.082-.052-1.052-.826-3.785 3.787a.5.5 0 01-.765-.638l.058-.069 3.701-3.701L.692 3.393a.5.5 0 01.542-.835l.076.049 6.691 5.257 6.691-5.257a.5.5 0 01.702.084z" />
    </svg>
  );
}

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