import IconM1stPlaceMedal from 'react-fluentui-emoji/icons/modern/IconM1stPlaceMedal';
const App = () => {
return (
<>
<IconM1stPlaceMedal />
{/* just high contrast you can change the color */}
<IconM1stPlaceMedal size={'3rem'} />
</>
)
}
export default App