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

function ToggleOn(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="M0 16C0 9.696 5.125 4.571 11.429 4.571h13.714c6.304 0 11.429 5.125 11.429 11.429s-5.125 11.429-11.429 11.429H11.429C5.125 27.429 0 22.304 0 16zm25.143 9.143c5.036 0 9.143-4.107 9.143-9.143s-4.107-9.143-9.143-9.143S16 10.964 16 16s4.107 9.143 9.143 9.143z" />
    </svg>
  );
}

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