Generate icons matching Apple Settings style — colored squircle with a white SF Symbol.
In Xcode: File → Add Package Dependencies → paste URL:
https://github.com/sparrowcode/SettingsIconGenerator
SettingsIcon(systemName: "bell.fill", backgroundColor: .blue)let image = UIImage.generateSettingsIcon("bell.fill", backgroundColor: .systemBlue)