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

function AlignLeft(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="M32 24v2.286c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 26.286V24c0-.625.518-1.143 1.143-1.143h29.714c.625 0 1.143.518 1.143 1.143zm-6.857-6.857v2.286c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 19.429v-2.286C0 16.518.518 16 1.143 16H24c.625 0 1.143.518 1.143 1.143zm4.571-6.857v2.286c0 .625-.518 1.143-1.143 1.143H1.142a1.151 1.151 0 01-1.143-1.143v-2.286c0-.625.518-1.143 1.143-1.143h27.429c.625 0 1.143.518 1.143 1.143zm-6.857-6.857v2.286c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 5.715V3.429c0-.625.518-1.143 1.143-1.143h20.571c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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