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

function RemindOutline(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.872 2.589a1 1 0 00-1.743 0l-5.58 9.921A1 1 0 002.421 14h11.161a.998.998 0 00.871-1.49l-5.58-9.921zm.871-.49l5.58 9.921a2 2 0 01-1.744 2.981H2.418A2 2 0 01.675 12.02l5.58-9.921a2 2 0 013.487 0z" />
      <path d="M8 5a1 1 0 011 1v3a1 1 0 01-2 0V6a1 1 0 011-1zM8 11a1 1 0 110 2 1 1 0 010-2z" />
    </svg>
  );
}

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