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

function Squares(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="M32 12.741a2.282 2.282 0 01-2.283 2.283H2.284a2.283 2.283 0 01-2.283-2.283V4.156a2.282 2.282 0 012.283-2.283h27.435A2.282 2.282 0 0132 4.156v8.585zM13.527 27.845a2.282 2.282 0 01-2.283 2.283h-8.96a2.282 2.282 0 01-2.283-2.283v-7.419a2.282 2.282 0 012.283-2.283h8.962a2.282 2.282 0 012.283 2.283l-.002 7.419zM32 27.845a2.282 2.282 0 01-2.283 2.283H19.696a2.282 2.282 0 01-2.283-2.283v-7.419a2.282 2.282 0 012.283-2.283h10.021A2.285 2.285 0 0132 20.426v7.419z" />
    </svg>
  );
}

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