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

function Glass(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="M30.339 3.321c0 .518-.411 1.036-.768 1.393L18.285 16v13.714h5.714c.625 0 1.143.518 1.143 1.143S24.624 32 23.999 32h-16c-.625 0-1.143-.518-1.143-1.143s.518-1.143 1.143-1.143h5.714V16L2.427 4.714c-.357-.357-.768-.875-.768-1.393 0-.875 1.107-1.036 1.768-1.036H28.57c.661 0 1.768.161 1.768 1.036z" />
    </svg>
  );
}

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