Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

License

NotificationsYou must be signed in to change notification settings

microsoft/fluentui-system-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,015 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pull request validation

Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Fluent System Icons

Icon List

Direction

Within the metadata.json file for an icon, a property nameddirectionType is used to indicate the direction of the icon. This property can have one of the following values:

  • unique, meaning that the icon is unique and has a specific RTL and LTR version
  • mirror, meaning that the icon can be mirrored for RTL or LTR languages

The propertysingleton is also used to indicate the default direction that should be used for the icon.

Installation

Android

The library is published via Maven Central, please ensure that themavenCentral() repository has been added to the rootbuild.gradle file:

repositories {...    mavenCentral()}

Include the following dependency in your project'sbuild.gradle:

implementation'com.microsoft.design:fluent-system-icons:1.1.319@aar'

For library docs, seeandroid/README.md.

iOS and macOS

CocoaPods

use_frameworks!pod"FluentIcons","1.1.319"

Carthage

git"git@github.com:microsoft/fluentui-system-icons.git""1.1.319"

For library docs, seeios/README.md.

Flutter

In thepubspec.yaml of your flutter project, add the following dependency:

dependencies:...fluentui_system_icons:^1.1.319

For library docs, seeflutter/README.md.

Plain svg

Inline svg directly. Seepackages/svg-icons/README.md.

Contributing

Importer

The importer generates the Android and iOS libraries from the icons in theassets directory.

Jump into the directory:

cd importer

Install npm dependencies:

npm installnpm run clean

List all the available commands:

npm run

Build Pipeline

Ourbuild pipeline runsdeploy:android anddeploy: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

  1. Follow theImporter section above and run the commandnpm run deploy:android
  2. Open theandroid directory in Android Studio
  3. Select thesample-showcase in the build configuration dropdown
  4. Click run

Flutter

Prerequisite: Make sure you have flutter configured in Android Studio

  1. Open theflutter directory in Android Studio
  2. Select theexample in the directory and open it in Android Studio
  3. Click run

Contact

Please feel free toopen a GitHub issue and assign to the following points of contact with questions or requests.

Code of Conduct

This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.

About

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2026 Movatter.jp