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

function Digg(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.857 5.036H9.5V22.59H0V10.144h5.857V5.037zm0 14.625v-6.589H3.661v6.589h2.196zm5.107-9.518v12.446h3.661V10.143h-3.661zm0-5.107v3.643h3.661V5.036h-3.661zm5.125 5.107h9.518v16.821h-9.518v-2.911h5.857v-1.464h-5.857V10.143zm5.857 9.518v-6.589H19.75v6.589h2.196zm5.125-9.518h9.5v16.821h-9.5v-2.911h5.839v-1.464h-5.839V10.143zm5.84 9.518v-6.589h-2.196v6.589h2.196z" />
    </svg>
  );
}

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