apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.36k stars 160 forks source link

Where are the icons used in the demo - clock, tray, flag ... #162

Closed pkasson closed 4 years ago

pkasson commented 4 years ago

Where are the icons used in the demo - clock, tray, flag ...

apptekstudios commented 4 years ago

These are SFSymbols and available in any app using Image(systemName: "iconName") 👍