Drive icon beside a label, a thin usage bar, and a used-of-total caption that retints as it fills.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Progress11 } from "@/components/beste/piece/progress11";
<Progress11
used="64 GB"
total="200 GB"
progress={32}
label="Workspace storage"
/>