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

function EnvelopeO(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="M29.714 26.857V13.143a9.675 9.675 0 01-1.232 1.179c-2.554 1.964-5.125 3.964-7.607 6.036-1.339 1.125-3 2.5-4.857 2.5h-.036c-1.857 0-3.518-1.375-4.857-2.5-2.482-2.071-5.054-4.071-7.607-6.036a9.606 9.606 0 01-1.232-1.179v13.714c0 .304.268.571.571.571h26.286a.587.587 0 00.571-.571zm0-18.768c0-.446.107-1.232-.571-1.232H2.857a.587.587 0 00-.571.571c0 2.036 1.018 3.804 2.625 5.071 2.393 1.875 4.786 3.768 7.161 5.661.946.768 2.661 2.411 3.911 2.411h.036c1.25 0 2.964-1.643 3.911-2.411 2.375-1.893 4.768-3.786 7.161-5.661 1.161-.911 2.625-2.893 2.625-4.411zM32 7.429v19.429a2.866 2.866 0 01-2.857 2.857H2.857A2.866 2.866 0 010 26.858V7.429a2.866 2.866 0 012.857-2.857h26.286A2.866 2.866 0 0132 7.429z" />
    </svg>
  );
}

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