cara membuat ikon khusus untuk pygame

gameIcon = pygame.image.load('carIcon.png')
pygame.display.set_icon(gameIcon)
Some Random Programmer