() => (
<Stack flex>
<Badge type="neutral" ariaLabel="Train" icon={<Train />} />
<Badge type="dark" ariaLabel="Train" icon={<Train />} />
</Stack>
);