Comment ajouter des icônes de médias sociaux dans SwiftUi

 .resizable()
                        .aspectRatio(contentMode: .fill)
                        .frame(width: 60, height: 60)
                        .clipped()
                        .cornerRadius(50)
Shy Skipper