Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

omeasraf/SFIcons

Repository files navigation

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?