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

function Hourglass(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="M26.857 28.571c.321 0 .571.25.571.571v2.286c0 .321-.25.571-.571.571H.571A.564.564 0 010 31.428v-2.286c0-.321.25-.571.571-.571h26.286zM2.321 27.429c.339-6.018 5.25-9.25 8.536-11.429-3.286-2.179-8.196-5.411-8.536-11.429h22.786c-.339 6.018-5.25 9.25-8.536 11.429 3.286 2.179 8.196 5.411 8.536 11.429H2.321zM26.857 0c.321 0 .571.25.571.571v2.286c0 .321-.25.571-.571.571H.571A.564.564 0 010 2.857V.571C0 .25.25 0 .571 0h26.286z" />
    </svg>
  );
}

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