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

function RemindFill(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8.647.172c.218.124.398.308.519.531l6.666 12.273a1.38 1.38 0 01-.519 1.854 1.315 1.315 0 01-.647.171H1.335c-.737 0-1.334-.61-1.334-1.363 0-.232.058-.459.168-.662L6.835.703A1.32 1.32 0 018.649.172zM8 11a1 1 0 100 2 1 1 0 000-2zm0-7a1 1 0 00-1 1v4a1 1 0 002 0V5a1 1 0 00-1-1z" />
    </svg>
  );
}

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