microsoft/fluentui-system-icons
Fluent System Icons is a set of mobile platform icons from Microsoft
repo name | microsoft/fluentui-system-icons |
repo link | https://github.com/microsoft/fluentui-system-icons |
homepage | |
language | Swift |
size (curr.) | 33366 kB |
stars (curr.) | 1115 |
created | 2020-05-12 |
license | Other |
Fluent System Icons
Fluent System Icons is a set of mobile platform icons from Microsoft.
Icon List
Installation
Android
The library is published via JCenter, please ensure that the jcenter()
repository has been added to the root build.gradle
file:
repositories {
...
jcenter()
}
Include the following dependency in your project’s build.gradle
implementation 'com.microsoft.design:fluent-system-icons:1.1.26'
For library docs, see android/README.md.
iOS
Cocoapods
use_frameworks!
pod "FluentIcons", "1.1.26"
Carthage
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.26"
For library docs, see ios/README.md.
Contributing
Importer
The importer generates the Android and iOS libraries from the icons in the assets
directory.
Jump into the directory
cd importer
Install npm dependencies
npm install
npm run clean
List all the available commands
npm run
Build Pipeline
Our build pipeline runs deploy:android
and deploy:ios
to create the libraries. The build definitions are located in .github/workflows/
.
Demo apps
You can build and run the demo apps following the steps below.
Android
- Follow the Importer section above and run the command
npm run deploy:android
- Open the android directory in Android Studio
- Select the
sample-showcase
in the build configuration dropdown - Click run
Contact
Please feel free to reach out to the following points of contact with questions or requests.
- Joe Woodward / Jason Custer - Design
- Nick Romano - iOS
- Will Hou - Android
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.