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

function PowerOff(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 16c0 7.554-6.161 13.714-13.714 13.714S.001 23.553.001 16c0-4.339 2-8.339 5.482-10.946a2.262 2.262 0 013.196.446c.768 1 .554 2.446-.446 3.196-2.321 1.75-3.661 4.411-3.661 7.304 0 5.036 4.107 9.143 9.143 9.143s9.143-4.107 9.143-9.143c0-2.893-1.339-5.554-3.661-7.304-1-.75-1.214-2.196-.446-3.196a2.263 2.263 0 013.196-.446A13.575 13.575 0 0127.429 16zM16 2.286v11.429c0 1.25-1.036 2.286-2.286 2.286s-2.286-1.036-2.286-2.286V2.286c0-1.25 1.036-2.286 2.286-2.286S16 1.036 16 2.286z" />
    </svg>
  );
}

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