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

function HelpOutline(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 14A6 6 0 108 2a6 6 0 000 12zM8 1a7 7 0 110 14A7 7 0 018 1zm0 9.333a1.167 1.167 0 100 2.334 1.167 1.167 0 000-2.334zm0-6.416c-1.468 0-2.333.89-2.333 2.333a.583.583 0 101.166 0c0-.806.35-1.167 1.167-1.167.845 0 1.167.322 1.167 1.167 0 .481-.397.879-1.351 1.197A.583.583 0 007.417 8v1.167a.583.583 0 101.166 0v-.762c1.128-.47 1.75-1.189 1.75-2.155 0-1.489-.845-2.333-2.333-2.333z" />
    </svg>
  );
}

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