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

function Battery3(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.571 22.857V9.143h22.857v13.714H4.571zm34.286-12.571a2.279 2.279 0 012.286 2.286v6.857a2.279 2.279 0 01-2.286 2.286v2.857A2.866 2.866 0 0136 27.429H2.857A2.866 2.866 0 010 24.572V7.429a2.866 2.866 0 012.857-2.857H36a2.866 2.866 0 012.857 2.857v2.857zm0 9.143v-6.857h-2.286V7.429A.564.564 0 0036 6.858H2.857a.564.564 0 00-.571.571v17.143c0 .321.25.571.571.571H36c.321 0 .571-.25.571-.571v-5.143h2.286z" />
    </svg>
  );
}

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