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