fluentui-system-icons 微软的Fluent Design图标

Posted by eye on 07-27,2024

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