Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 574 Bytes

SF

SFSymbols SwiftUI Enum

Example:

All lines are equivalent.

Image(systemName: "square.fill.and.line.vertical.square.fill")
        
Image(systemName: SF.square_fill_and_line_vertical_square_fill.name)
        
SF.square_fill_and_line_vertical_square_fill.image

Image(.square_fill_and_line_vertical_square_fill)

GitHub Supporters

suzyfendrick