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

function EnvelopeOpen(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="M32 11.679v17.464A2.866 2.866 0 0129.143 32H2.857A2.866 2.866 0 010 29.143V11.679c0-.161.071-.321.196-.429C2.071 9.607 2.089 9.411 11.41 2.607 12.535 1.786 14.517 0 15.999 0s3.482 1.804 4.589 2.607c9.321 6.804 9.339 7 11.214 8.643a.57.57 0 01.196.429zM21.929 22.125c2.786-2.018 4.732-3.429 6.161-4.5a.548.548 0 00.107-.786l-.679-.929a.571.571 0 00-.804-.107c-1.411 1.036-3.339 2.464-6.125 4.464-1.107.804-3.107 2.589-4.589 2.589s-3.482-1.786-4.589-2.589a1204.379 1204.379 0 01-6.125-4.464.572.572 0 00-.804.107l-.679.929a.55.55 0 00.107.786c1.429 1.071 3.375 2.482 6.161 4.5 1.393 1 3.589 3.018 5.929 3.018 2.357 0 4.607-2.054 5.929-3.018z" />
    </svg>
  );
}

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