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

function File(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.286 9.143V.714c.25.161.464.321.643.5L26.215 8.5c.179.179.339.393.5.643h-8.429zM16 9.714c0 .946.768 1.714 1.714 1.714h9.714v18.857c0 .946-.768 1.714-1.714 1.714h-24A1.715 1.715 0 010 30.285V1.714C0 .768.768 0 1.714 0H16v9.714z" />
    </svg>
  );
}

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