SF icon indicating copy to clipboard operation
SF copied to clipboard

SFSymbols SwiftUI Enum

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