import { Icon, Stack, Text } from '@grafana/ui'; export default function PausedBadge() { return ( Paused ); }