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

function Industry(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="M8 0c.625 0 1.143.518 1.143 1.143v15.911l9.571-7.661c.196-.161.464-.25.714-.25.625 0 1.143.518 1.143 1.143v6.768l9.571-7.661c.196-.161.464-.25.714-.25.625 0 1.143.518 1.143 1.143v20.571c0 .625-.518 1.143-1.143 1.143H1.142a1.151 1.151 0 01-1.143-1.143V1.143C-.001.518.517 0 1.142 0h6.857z" />
    </svg>
  );
}

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