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

function Dedent(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.857 9.714V20a.587.587 0 01-.571.571.597.597 0 01-.411-.161L.732 15.267c-.107-.107-.161-.268-.161-.411s.054-.304.161-.411l5.143-5.143a.597.597 0 01.411-.161c.304 0 .571.268.571.571zM32 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(Dedent);
export default ForwardRef;
