Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
],
},
{
id: 'with-icons',
title: 'With icons',
blurb: [
When badges contain icons, the icons are resized to fit and have some
margin applied. The badge's height also increases slightly.
,
],
examples: [
Flights
,
+ Multiple
,
],
},
];
const BadgePage = ({ ...rest }) => (
);