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

function Envelope(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 12.679v14.179a2.866 2.866 0 01-2.857 2.857H2.857A2.866 2.866 0 010 26.858V12.679a10.025 10.025 0 001.804 1.554c2.964 2.018 5.964 4.036 8.875 6.161 1.5 1.107 3.357 2.464 5.304 2.464h.036c1.946 0 3.804-1.357 5.304-2.464 2.911-2.107 5.911-4.143 8.893-6.161.643-.446 1.25-.964 1.786-1.554zm0-5.25c0 2-1.482 3.804-3.054 4.893-2.786 1.929-5.589 3.857-8.357 5.804-1.161.804-3.125 2.446-4.571 2.446h-.036c-1.446 0-3.411-1.643-4.571-2.446-2.768-1.946-5.571-3.875-8.339-5.804-1.268-.857-3.071-2.875-3.071-4.5 0-1.75.946-3.25 2.857-3.25h26.286c1.554 0 2.857 1.286 2.857 2.857z" />
    </svg>
  );
}

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