BatteryMinusSolid
battery-minus-solid
npm install @mynaui/icons-react
import { BatteryMinusSolid } from "@mynaui/icons-react";
const App = () => {
return <BatteryMinusSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M2.25 8c0-.967.784-1.75 1.75-1.75h14c.966 0 1.75.783 1.75 1.75v8A1.75 1.75 0 0 1 18 17.75H4A1.75 1.75 0 0 1 2.25 16zM9 11.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zM21.75 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/battery-minus.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-battery-minus"></use>
</svg>