fluentui-system-icons
Fluent System Icons 是 Microsoft 提供的熟悉、友好和现代的图标集合。
安装
安卓
该库通过 Maven Central 发布,请确保mavenCentral()
存储库已添加到根build.gradle
文件:
repositories {
...
mavenCentral()
}
在您的项目中包含以下依赖项build.gradle
:
implementation 'com.microsoft.design:fluent-system-icons:1.1.250@aar'
iOS 和 macOS
CocoaPods
use_frameworks!
pod "FluentIcons", "1.1.250"
Carthage
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.250"
Flutter
在pubspec.yaml
您的 Flutter 项目中,添加以下依赖项:
dependencies:
...
fluentui_system_icons: ^1.1.250
npm
导入器从目录中的图标生成 Android 和 iOS 库assets
。
跳转到目录:
cd importer
安装 npm 依赖项:
npm install
npm run clean
列出所有可用的命令:
npm run