// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M1 1a1 1 0 00-1 1v5.5a.5.5 0 001 0V2h6.191l1.224 2.447A1 1 0 009.309 5H15v8h-4.5a.5.5 0 000 1H15a1 1 0 001-1V5a1 1 0 00-1-1H9.309L8.085 1.553A1 1 0 007.191 1H1z" />
      <path d="M.5 12a.5.5 0 010-1h6.793L5.147 8.854a.5.5 0 01.707-.707l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.707-.707l2.146-2.146H.5z" />
    </svg>
  );
}

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