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

function Hourglass2(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.143 2.286c0 6.607-3.161 11.393-6.661 13.714 3.5 2.321 6.661 7.107 6.661 13.714h1.714c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571H.571A.564.564 0 010 31.428v-1.143c0-.321.25-.571.571-.571h1.714c0-6.607 3.161-11.393 6.661-13.714-3.5-2.321-6.661-7.107-6.661-13.714H.571A.564.564 0 010 1.715V.572C0 .251.25.001.571.001h26.286c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571h-1.714zm-2.286 0H4.571c0 2.607.589 4.911 1.518 6.857h15.25c.929-1.946 1.518-4.25 1.518-6.857zM21.839 24c-1.321-3.446-3.696-5.893-6.071-6.857h-4.107c-2.375.964-4.75 3.411-6.071 6.857h16.25z" />
    </svg>
  );
}

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