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

function Inbox(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.268 17.143h5.643c-.036-.089-.054-.196-.089-.286L20.036 8H7.393l-3.786 8.857c-.036.089-.054.196-.089.286h5.643l1.696 3.429h5.714zm9.161.536v8.607c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 26.286v-8.607c0-.643.196-1.589.446-2.196l4.25-9.857c.25-.589.964-1.054 1.589-1.054h14.857c.625 0 1.339.464 1.589 1.054l4.25 9.857c.25.607.446 1.554.446 2.196z" />
    </svg>
  );
}

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