8000 GitHub - 0xLeif/SF: SFSymbols SwiftUI Enum
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was 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

About

SFSymbols SwiftUI Enum

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Languages

0