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

function InfoCircle(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 24.571v-2.857a.564.564 0 00-.571-.571h-1.714V12a.564.564 0 00-.571-.571H9.716a.564.564 0 00-.571.571v2.857c0 .321.25.571.571.571h1.714v5.714H9.716a.564.564 0 00-.571.571v2.857c0 .321.25.571.571.571h8c.321 0 .571-.25.571-.571zM16 8.571V5.714a.564.564 0 00-.571-.571H12a.564.564 0 00-.571.571v2.857c0 .321.25.571.571.571h3.429c.321 0 .571-.25.571-.571zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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