// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6 1a1 1 0 011 1v12a1 1 0 01-1 1H1a1 1 0 01-1-1V2a1 1 0 011-1h5zm0 1H1v12h5V2zm9-1a1 1 0 011 1v12a1 1 0 01-1 1h-5a1 1 0 01-1-1V2a1 1 0 011-1h5zm0 1h-5v12h5V2z" />
    </svg>
  );
}

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