omeasraf / SFIcons

SF Symbols in a easy to use form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFIcons

A collection of all the SF Symbols into an easy to use swift package.
You will no longer have to guess the icon name, now you have the power of autocomplete at your hand.

Note

  • 95% of the icons has been added, couple still needs to be fixed
  • You will need to have the SF Pro font installed on your MacOS for the icons to show up in autocomplete.

Icons

Example

    Image(systemName: SFIcons.circle)
    Image(systemName: SFIcons.squareAndArrowUpOnSquareFill)

Screenshot

Installation

How to install?

About

SF Symbols in a easy to use form

License:MIT License


Languages

Language:Swift 100.0%