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

function OffRound(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 0zM5.879 4.464a.999.999 0 00-1.414 0 5 5 0 000 7.071 5 5 0 007.071 0 5 5 0 000-7.071.999.999 0 10-1.414 1.414 3 3 0 11-4.243 0 .999.999 0 000-1.414zM8 2a1 1 0 00-1 1v4a1 1 0 002 0V3a1 1 0 00-1-1z" />
    </svg>
  );
}

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