A typesafe wrapper around the new system symbols for UIKit and Swift UI
Add as a dependency via Swift Package Manager or add the Symbols.swift file to your project
import Symbols
Image(symbol: .star)
import Symbols
var star = UIImage(symbol: .star)