Skip to main contentMynaUI
All Icons
BatteryCheck
battery-check
npm install @mynaui/icons-react
                  
import { BatteryCheck } from "@mynaui/icons-react";

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