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

function Indent(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="M6.286 14.857a.597.597 0 01-.161.411L.982 20.411a.597.597 0 01-.411.161.587.587 0 01-.571-.571V9.715c0-.304.268-.571.571-.571.143 0 .304.054.411.161l5.143 5.143a.597.597 0 01.161.411zM32 23.429v3.429a.587.587 0 01-.571.571H.572a.587.587 0 01-.571-.571v-3.429c0-.304.268-.571.571-.571h30.857c.304 0 .571.268.571.571zm0-6.858V20a.587.587 0 01-.571.571H12a.587.587 0 01-.571-.571v-3.429c0-.304.268-.571.571-.571h19.429c.304 0 .571.268.571.571zm0-6.857v3.429a.587.587 0 01-.571.571H12a.587.587 0 01-.571-.571V9.714c0-.304.268-.571.571-.571h19.429c.304 0 .571.268.571.571zm0-6.857v3.429a.587.587 0 01-.571.571H.572a.587.587 0 01-.571-.571V2.857c0-.304.268-.571.571-.571h30.857c.304 0 .571.268.571.571z" />
    </svg>
  );
}

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