What is the symbol in the navigation link that looks like this: ">"
I'm trying to get it to use in my project but can't seem to find it.
You should be able to use it in SwiftUI like…
Image(systemName: “chevron.right”)
If you download the app SF Symbols you can browse all the images that you can access using systemName
like this.