Battery Level

Battery glyph with a tinted fill that colors rose, amber, or emerald by level.

42%

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Indicator4 } from "@/components/beste/piece/indicator4";

<Indicator4
  level={42}
  charging={true}
  tone="emerald"
/>