Icon designer
Symbolic includes the full set of SF Symbols. Like the Material Icons, they are loaded at runtime from a generated manifest.json (in apple/Symbolic/Resources/sf-symbols). The manifest is generated from the CoreGlyphs bundle that ships with macOS—the same data source that backs Image(systemName:)—so running the import on the latest version of macOS picks up the complete, up-to-date symbol set.
Update the symbols as follows:
scripts/import-sf-symbols.pySymbolic includes Google Material Icons which are licensed under the Apache License.
Instead of using a submodule, they have been imported into the project using scripts/import-material-design-icons.py as the Material Icons repository is about 16GB and including this would significantly impact checkout and build times.
Update the icons as follows:
scripts/import-material-design-icons.py ~/Projects/material-design-iconsSymbolic is licensed under the MIT License (see LICENSE). It depends on the following separately licensed third-party libraries and components:
- Diligence, MIT License
- Glitter, MIT License
- Interact, MIT License
- Licensable, MIT License
- Material Icons, Apache License
- Sparkle, Sparkle License
- SwiftDraw, zlib License