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

function WarningRound(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 0a8 8 0 110 16A8 8 0 018 0zM5.707 4.293a.999.999 0 10-1.414 1.414L6.586 8l-2.293 2.293a.999.999 0 101.414 1.414L8 9.414l2.293 2.293a.999.999 0 101.414-1.414L9.414 8l2.293-2.293a.999.999 0 10-1.414-1.414L8 6.586z" />
    </svg>
  );
}

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