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