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

0xLeif/SF

Repository files navigation

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