import * as React from "react"; const BatteryEmptyCharge = ({ width, height, color }) => ( ); export default BatteryEmptyCharge;