Skip to content

getdepot/sfsymbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFSymbolicator

Swift Package Manager

Package that helps developers building Swift UI and other apps find and use the right icons in their applications.

Some super simple examples:

print("===== Symbols")
for symbol in symbols.sorted() {
    print("\"\(symbol)\",")
}

print("===== fill")
let fill = SFSymbolicator().Symbols(withStyle: .Fill)
print(fill)

print("===== cirlce")
let shape = SFSymbolicator().Symbols(withShape: .Circle)
print(shape)

print("===== fill / rectangle")
let fillshape = SFSymbolicator().Symbols(withStyle: .Fill, withShape: .Rectangle)
print (fillshape)

print("===== multiple components")
let multiple = SFSymbolicator().Symbols(containing: [.lock, .rectangle, .stack])
print (multiple)

About

Package to make using Apple's SF Symbols easier, with previews, etc.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages