Skip to main contentMynaUI
All Icons
BatteryChargingThreeSolid
battery-charging-three-solid
npm install @mynaui/icons-react
                  
import { BatteryChargingThreeSolid } from "@mynaui/icons-react";

const App = () => {
  return <BatteryChargingThreeSolid />;
};