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

function Archive(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="M19.429 14.857c0-.625-.518-1.143-1.143-1.143h-4.571c-.625 0-1.143.518-1.143 1.143S13.09 16 13.715 16h4.571c.625 0 1.143-.518 1.143-1.143zm10.285-3.428v17.143c0 .625-.518 1.143-1.143 1.143H3.428a1.151 1.151 0 01-1.143-1.143V11.429c0-.625.518-1.143 1.143-1.143h25.143c.625 0 1.143.518 1.143 1.143zm1.143-8V8c0 .625-.518 1.143-1.143 1.143H2.285A1.151 1.151 0 011.142 8V3.429c0-.625.518-1.143 1.143-1.143h27.429c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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