Battery glyph with a tinted fill that colors rose, amber, or emerald by level.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Indicator4 } from "@/components/beste/piece/indicator4";
<Indicator4
level={42}
charging={true}
tone="emerald"
/>