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

function Columns(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M2.857 27.429h10.857V6.858H2.285v20c0 .304.268.571.571.571zm24.572-.572v-20H16v20.571h10.857a.587.587 0 00.571-.571zm2.285-21.714v21.714a2.866 2.866 0 01-2.857 2.857h-24A2.866 2.866 0 010 26.857V5.143a2.866 2.866 0 012.857-2.857h24a2.866 2.866 0 012.857 2.857z" />
    </svg>
  );
}

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