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

function Th2(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="M0 0h8v8.005H0V0zM12 0h8v8.005h-8V0zM24 0h8v8.005h-8V0zM0 11.998h8v8.005H0v-8.005zM12 11.998h8v8.005h-8v-8.005zM24 11.998h8v8.005h-8v-8.005zM0 23.995h8V32H0v-8.005zM12 23.995h8V32h-8v-8.005zM24 23.995h8V32h-8v-8.005z" />
    </svg>
  );
}

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