import { Power } from 'lucide-react'; import { Icon } from '@@/Icon'; interface Props { running: number; stopped: number; } export function RunningStatus({ running, stopped }: Props) { return (