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

function Danger(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="M3.56 9h2.77L4.979 6.478 3.56 9zM5 4.4L8 10H1.85L5 4.4zM9.67 9h2.77l-1.419-2.522L9.67 9zM11 4.4l3.15 5.6H8l3-5.6zM8 10l3 5H5l3-5zm0 1.95L6.76 14h2.46L8 11.95z" />
    </svg>
  );
}

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