[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70908":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},70908,"fluentui-system-icons","microsoft\u002Ffluentui-system-icons","microsoft","Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.","https:\u002F\u002Faka.ms\u002Ffluentui-system-icons",null,"HTML",10610,782,99,178,0,10,25,71,30,108.28,"MIT License",false,"main",true,[27,28,29,30,31,32,33],"android","design","fluent","flutter","icons","ios","react","2026-06-12 04:00:58","# Fluent UI System Icons\n\n![Pull request validation](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Ffluentui-system-icons\u002Factions\u002Fworkflows\u002Fpr.yml\u002Fbadge.svg)\n\nFluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.\n\n![Fluent System Icons](art\u002Freadme-banner.png)\n\n## Icon List\n\n- [View the full list of regular icons](icons_regular.md)\n\n- [View the full list of filled icons](icons_filled.md)\n\n## Direction\n\nWithin the metadata.json file for an icon, a property named `directionType` is used to indicate the direction of the icon. This property can have one of the following values:\n\n- `unique`, meaning that the icon is unique and has a specific RTL and LTR version\n- `mirror`, meaning that the icon can be mirrored for RTL or LTR languages\n\nThe property `singleton` is also used to indicate the default direction that should be used for the icon.\n\n## Installation\n\n### Android\n\nThe library is published via Maven Central, please ensure that the `mavenCentral()` repository has been added to the root `build.gradle` file:\n\n```groovy\nrepositories {\n    ...\n    mavenCentral()\n}\n```\n\nInclude the following dependency in your project's `build.gradle`:\n\n```groovy\nimplementation 'com.microsoft.design:fluent-system-icons:1.1.326@aar'\n```\n\nFor library docs, see [android\u002FREADME.md](android\u002FREADME.md).\n\n### iOS and macOS\n\n#### CocoaPods\n\n```ruby\nuse_frameworks!\n\npod \"FluentIcons\", \"1.1.326\"\n```\n\n#### Carthage\n\n```bash\ngit \"git@github.com:microsoft\u002Ffluentui-system-icons.git\" \"1.1.326\"\n```\n\nFor library docs, see [ios\u002FREADME.md](ios\u002FREADME.md).\n\n### Flutter\n\nIn the `pubspec.yaml` of your flutter project, add the following dependency:\n\n```yaml\ndependencies:\n  ...\n  fluentui_system_icons: ^1.1.326\n```\n\nFor library docs, see [flutter\u002FREADME.md](flutter\u002FREADME.md).\n\n### Plain svg\n\nInline svg directly. See [packages\u002Fsvg-icons\u002FREADME.md](packages\u002Fsvg-icons\u002FREADME.md).\n\n## Contributing\n\n### Importer\n\nThe importer generates the Android and iOS libraries from the icons in the `assets` directory.\n\nJump into the directory:\n\n```\ncd importer\n```\n\nInstall npm dependencies:\n\n```\nnpm install\nnpm run clean\n```\n\nList all the available commands:\n\n```\nnpm run\n```\n\n### Build Pipeline\n\nOur [build pipeline](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Ffluentui-system-icons\u002Factions) runs `deploy:android` and `deploy:ios` to create the libraries. The build definitions are located in `.github\u002Fworkflows\u002F`.\n\n## Demo apps\n\nYou can build and run the demo apps following the steps below.\n\n### Android\n\n1. Follow the **Importer** section above and run the command `npm run deploy:android`\n2. Open the [android](android) directory in Android Studio\n3. Select the `sample-showcase` in the build configuration dropdown\n4. Click run\n\n### Flutter\n\nPrerequisite: Make sure you have flutter configured in Android Studio\n\n1. Open the [flutter](flutter) directory in Android Studio\n2. Select the `example` in the directory and open it in Android Studio\n3. Click run\n\n## Contact\n\nPlease feel free to [open a GitHub issue](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Ffluentui-system-icons\u002Fissues\u002Fnew) and assign to the following points of contact with questions or requests.\n\n- Jason Custer([@jasoncuster](https:\u002F\u002Fgithub.com\u002Fjasoncuster)) \u002F Spencer Nelson([@spencer-nelson](https:\u002F\u002Fgithub.com\u002Fspencer-nelson)) \u002F Joe Woodward([@thewoodpecker](https:\u002F\u002Fgithub.com\u002Fthewoodpecker)) - Design\n- Nick Romano([@rickromano](https:\u002F\u002Fgithub.com\u002Fnickromano)) - iOS\n- Will Hou([@willhou](https:\u002F\u002Fgithub.com\u002Fwillhou)) - Android\n- Akashdeep Singh([@aakash1313](https:\u002F\u002Fgithub.com\u002Faakash1313)) - Flutter\n\n## Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https:\u002F\u002Fopensource.microsoft.com\u002Fcodeofconduct). For more information see the [Code of Conduct FAQ](https:\u002F\u002Fopensource.microsoft.com\u002Fcodeofconduct) or contact opencode@microsoft.com with any additional questions or comments.\n","Fluent UI System Icons 是微软推出的一套现代、友好且熟悉的图标集合。该项目提供了丰富的图标样式，包括常规和填充两种类型，并支持多种平台的集成，如Android、iOS\u002FmacOS、Flutter以及直接使用SVG格式。图标集通过元数据定义了图标的方向性（`directionType`），支持单向或镜像显示以适应不同语言环境的需求。它非常适合需要跨平台统一视觉风格的应用开发场景，无论是移动应用还是Web项目都能轻松接入并使用这些高质量图标资源。MIT许可下开源，社区活跃度高，易于贡献和定制。",2,"2026-06-11 03:34:51","high_star"]