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

function Flask(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.268 25.857c1.339 2.125.393 3.857-2.125 3.857H4.572c-2.518 0-3.464-1.732-2.125-3.857l8.982-14.161V4.571h-1.143c-.625 0-1.143-.518-1.143-1.143s.518-1.143 1.143-1.143h9.143c.625 0 1.143.518 1.143 1.143s-.518 1.143-1.143 1.143h-1.143v7.125zM13.357 12.911L8.5 20.572h12.714l-4.857-7.661-.357-.554V4.571h-2.286v7.786z" />
    </svg>
  );
}

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