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

function Off(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="M4.825 1.491a.499.499 0 11.356.934A6.503 6.503 0 00.999 8.5a6.5 6.5 0 108.827-6.071.5.5 0 11.358-.934 7.5 7.5 0 11-5.36-.004z" />
      <path d="M7.5 0a.5.5 0 01.5.5v6a.5.5 0 01-1 0v-6a.5.5 0 01.5-.5z" />
    </svg>
  );
}

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