BatteryCheckSolid
battery-check-solid
npm install @mynaui/icons-react
import { BatteryCheckSolid } from "@mynaui/icons-react";
const App = () => {
return <BatteryCheckSolid />;
}; <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 16zm11.102 2.94a.75.75 0 0 0-1.216-.88l-1.713 2.372-.599-.684a.75.75 0 1 0-1.128.988l1.034 1.181a.974.974 0 0 0 1.522-.07zm8.398.06a.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-check.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-check"></use>
</svg>