fluentui_icons 0.0.1 fluentui_icons: ^0.0.1 copied to clipboard
Microsoft Fluent UI Icons based on the official repo
fluentui_icons #
Icon package from Flutter based on fluentui-system-icons from Microsoft.
Icon List #
All icons that are 24 in size are included in the package, you can search for an icon and find the complete icon list here.
Usage #
To use this plugin, add fluentui_icons
as a dependency in your pubspec.yaml file
dependencies:
fluentui_icons: ^0.0.1
Install it #
$ flutter pub get
Import it #
import 'package:fluentui_icons/fluentui_icons.dart';