import UsageBar from "../resources/usage-bar"; export default function Resource({ children, icon, value, label, expandedValue, expandedLabel, percentage, key, expanded = false }) { const Icon = icon; return