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