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

function Tasks(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="M18.286 25.143h11.429v-2.286H18.286v2.286zM11.429 16h18.286v-2.286H11.429V16zm11.428-9.143h6.857V4.571h-6.857v2.286zM32 21.714v4.571c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 26.285v-4.571c0-.625.518-1.143 1.143-1.143h29.714c.625 0 1.143.518 1.143 1.143zm0-9.143v4.571c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 17.142v-4.571c0-.625.518-1.143 1.143-1.143h29.714c.625 0 1.143.518 1.143 1.143zm0-9.142V8c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 8V3.429c0-.625.518-1.143 1.143-1.143h29.714c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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