I would like to set the Quick Action share icon found at the link below to a UIButton. Is that possible? This is my code for using a custom button
let addButton = UIButton()
addButton.setImage(UIImage(named: "Share.png"), for: .normal)
https://developer.apple.com/ios/human-interface-guidelines/graphics/system-icons/