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

function ToggleOff(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.571 16c0-5.036-4.107-9.143-9.143-9.143S2.285 10.964 2.285 16s4.107 9.143 9.143 9.143 9.143-4.107 9.143-9.143zm13.715 0c0-5.036-4.107-9.143-9.143-9.143H18.25c2.786 2.089 4.607 5.411 4.607 9.143s-1.821 7.054-4.607 9.143h6.893c5.036 0 9.143-4.107 9.143-9.143zm2.285 0c0 6.304-5.125 11.429-11.429 11.429H11.428C5.124 27.429-.001 22.304-.001 16S5.124 4.571 11.428 4.571h13.714c6.304 0 11.429 5.125 11.429 11.429z" />
    </svg>
  );
}

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