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

function InfoRound(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 0zm0 7a1 1 0 00-1 1v4a1 1 0 002 0V8a1 1 0 00-1-1zm0-4a1 1 0 100 2 1 1 0 000-2z" />
    </svg>
  );
}

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