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