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

function Ils(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M17.714 11.143V20c0 .321-.25.571-.571.571h-2.857a.564.564 0 01-.571-.571v-8.857a4.862 4.862 0 00-4.857-4.857H4.001v20.571c0 .321-.25.571-.571.571H.573a.564.564 0 01-.571-.571v-24c0-.321.25-.571.571-.571h8.286a8.855 8.855 0 018.857 8.857zm6.857-8.286v15.714a8.855 8.855 0 01-8.857 8.857H7.428a.564.564 0 01-.571-.571V9.714c0-.321.25-.571.571-.571h2.857c.321 0 .571.25.571.571v13.714h4.857a4.862 4.862 0 004.857-4.857V2.857c0-.321.25-.571.571-.571h2.857c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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