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

function Maxcdn(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="M31.161 13.804l-2.929 13.625h-5.964l3.179-14.857c.143-.625.054-1.196-.268-1.571-.304-.375-.839-.589-1.482-.589h-3.018L17.036 27.43h-5.964l3.643-17.018H9.608L5.965 27.43H.001l3.643-17.018L.912 4.573h22.786c2.411 0 4.607 1 6.018 2.75 1.429 1.75 1.946 4.125 1.446 6.482z" />
    </svg>
  );
}

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