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

function OneColumn(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="M15 2a1 1 0 011 1v10a1 1 0 01-1 1H1a1 1 0 01-1-1V3a1 1 0 011-1h14zm0 1H1v10h14V3z" />
    </svg>
  );
}

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