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

function Hourglass3(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-9.536 12.643c3.607-1.357 7.25-6.125 7.25-12.643H4.571c0 6.518 3.643 11.286 7.25 12.643a1.14 1.14 0 010 2.142c-1.536.571-3.089 1.786-4.357 3.5h12.5c-1.268-1.714-2.821-2.929-4.357-3.5a1.14 1.14 0 010-2.142z" />
    </svg>
  );
}

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