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

function Beer(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 31 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.429 16V9.143H6.858v4.571A2.279 2.279 0 009.144 16h2.286zm18.285 8v3.429H9.143V24l2.286-3.429H9.143a6.858 6.858 0 01-6.857-6.857V8L1.143 6.857l.571-2.286h8.571l.571-2.286h17.143l.571 3.429-1.143.571v14.286z" />
    </svg>
  );
}

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