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

function HelpO(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 12.833A5.833 5.833 0 107 1.167a5.833 5.833 0 000 11.666zM7 14A7 7 0 117 0a7 7 0 010 14zm0-2.333a1.167 1.167 0 100-2.334 1.167 1.167 0 000 2.334zm.583-3.5v-.762c1.128-.47 1.75-1.189 1.75-2.155 0-1.489-.844-2.333-2.333-2.333-1.468 0-2.333.89-2.333 2.333a.583.583 0 101.166 0c0-.806.35-1.167 1.167-1.167.844 0 1.167.322 1.167 1.167 0 .481-.397.879-1.351 1.197A.583.583 0 006.417 7v1.167a.583.583 0 101.166 0z" />
    </svg>
  );
}

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