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

function Spoon(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.571 9.429c0 3.571-1.554 5.911-3.732 6.768l.804 14.661a1.07 1.07 0 01-1.071 1.143H5.143a1.07 1.07 0 01-1.071-1.143l.804-14.661c-2.179-.857-3.732-3.196-3.732-6.768C1.144 4.858 3.698 0 6.858 0s5.714 4.857 5.714 9.429z" />
    </svg>
  );
}

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