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

function Coffee(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 33 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M29.714 11.429A3.43 3.43 0 0026.285 8h-1.143v6.857h1.143a3.43 3.43 0 003.429-3.429zM0 25.143h32a4.58 4.58 0 01-4.571 4.571H4.572a4.58 4.58 0 01-4.571-4.571zm33.143-13.714a6.858 6.858 0 01-6.857 6.857h-1.143v.571c0 2.196-1.804 4-4 4H8.572c-2.196 0-4-1.804-4-4V5.714c0-.625.518-1.143 1.143-1.143h20.571a6.858 6.858 0 016.857 6.857z" />
    </svg>
  );
}

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