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