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

function Bars(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 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.143h25.143c.625 0 1.143.518 1.143 1.143zm0-9.143v2.286c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 17.143v-2.286c0-.625.518-1.143 1.143-1.143h25.143c.625 0 1.143.518 1.143 1.143zm0-9.143V8c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 8V5.714c0-.625.518-1.143 1.143-1.143h25.143c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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