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

function Warning(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M7 14A7 7 0 117 0a7 7 0 010 14zm0-8.65L5.492 3.842a1.166 1.166 0 10-1.65 1.65L5.35 7 3.842 8.508a1.166 1.166 0 101.65 1.65L7 8.65l1.508 1.508a1.166 1.166 0 101.65-1.65L8.65 7l1.508-1.508a1.166 1.166 0 10-1.65-1.65L7 5.35z" />
    </svg>
  );
}

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