() => (
<Stack flex>
<Badge type="warning" icon={<Alert ariaLabel="Warning" />}>
Not yet confirmed
</Badge>
<Badge type="warningInverted" icon={<Alert ariaLabel="Warning" />}>
Not yet confirmed
</Badge>
</Stack>
);