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

function Sliders(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="M6.286 25.143v2.286H0v-2.286h6.286zm6.285-2.286c.625 0 1.143.518 1.143 1.143v4.571c0 .625-.518 1.143-1.143 1.143H8a1.151 1.151 0 01-1.143-1.143V24c0-.625.518-1.143 1.143-1.143h4.571zM15.429 16v2.286H0V16h15.429zM4 6.857v2.286H0V6.857h4zm23.429 18.286v2.286H14.286v-2.286h13.143zM10.286 4.571c.625 0 1.143.518 1.143 1.143v4.571c0 .625-.518 1.143-1.143 1.143H5.715a1.151 1.151 0 01-1.143-1.143V5.714c0-.625.518-1.143 1.143-1.143h4.571zm11.428 9.143c.625 0 1.143.518 1.143 1.143v4.571c0 .625-.518 1.143-1.143 1.143h-4.571A1.151 1.151 0 0116 19.428v-4.571c0-.625.518-1.143 1.143-1.143h4.571zM27.429 16v2.286h-4V16h4zm0-9.143v2.286H12V6.857h15.429z" />
    </svg>
  );
}

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