diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 87759e82bb..868284e34b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -80,3 +80,26 @@ jobs: - name: Generate BUILD.gn file for Android run: python3 generate_build_gn_android.py working-directory: importer + + build-flutter: + name: Build Flutter library + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Use Node 11 + uses: actions/setup-node@v1 + with: + node-version: 11.x + + - run: npm install + working-directory: importer + + - name: Run generate script + run: npm run deploy:flutter + working-directory: importer + + # TODO: https://github.com/microsoft/fluentui-system-icons/issues/34 + # - name: Build Flutter library + # uses: ? \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 23890dd7cc..8d984d8ab3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,6 +62,15 @@ jobs: run: python3 generate_build_gn_android.py working-directory: importer + ## Flutter + - name: Run Flutter generate script + run: npm run deploy:flutter + working-directory: importer + + # TODO: https://github.com/microsoft/fluentui-system-icons/issues/34 + # - name: Build and publish Flutter library + # uses: ? + ## Publish # Needs to be "-E" instead of "-r" on macOS - name: Replace version numbers in README.md @@ -81,6 +90,18 @@ jobs: sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" ios/FluentIcons.podspec rm ios/FluentIcons.podspec.bk + # Needs to be "-E" instead of "-r" on macOS + - name: Replace version number in flutter/CHANGELOG.md + run: | + sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" flutter/CHANGELOG.md + rm flutter/CHANGELOG.md.bk + + # Needs to be "-E" instead of "-r" on macOS + - name: Replace version number in flutter/pubspec.yaml + run: | + sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" pubspec.yaml + rm flutter/pubspec.yaml.bk + - name: Update icon sheet run: python3 generate_icons_md.py diff --git a/README.md b/README.md index 5c1a50b043..8dbf371de8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Fluent System Icons +# Fluent UI System Icons ![CI](https://github.com/microsoft/fluentui-system-icons/workflows/CI/badge.svg) -Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft. +Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. ![fluent system icons](art/readme-banner.png) @@ -43,6 +43,18 @@ git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.57" For library docs, see [ios/README.md](ios/README.md). +### Flutter + +In the `pubspec.yaml` of your flutter project, add the following dependency: + +```yaml +dependencies: + ... + fluentui_system_icons: "1.1.29" +``` + +For library docs, see [flutter/README.md](flutter/README.md) + ## Contributing ### Importer @@ -79,11 +91,18 @@ You can build and run the demo apps following the steps below. 3. Select the `sample-showcase` in the build configuration dropdown 4. Click run +### Flutter +Prerequisite: Make sure you have flutter configured in Android Studio +1. Open the [flutter](flutter) directory in Android Studio +2. Select the 'example' in the directory and open it in Android Studio +3. Click run + ## Contact Please feel free to [open a GitHub issue](https://github.com/microsoft/fluentui-system-icons/issues/new) and assign to the following points of contact with questions or requests. * Jason Custer([@jasoncuster](https://github.com/jasoncuster)) / Spencer Nelson([@spencer-nelson](https://github.com/spencer-nelson)) / Joe Woodward([@thewoodpecker](https://github.com/thewoodpecker)) - Design -* Nick Romano([@nickromano](https://github.com/nickromano)) - iOS +* Nick Romano([@rickromano](https://github.com/nickromano)) - iOS * Will Hou([@willhou](https://github.com/willhou)) - Android +* Akashdeep Singh([@aakash1313](https://github.com/aakash1313)) - Flutter ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct) or contact opencode@microsoft.com with any additional questions or comments. diff --git a/flutter/.gitignore b/flutter/.gitignore new file mode 100644 index 0000000000..a7c1f8b510 --- /dev/null +++ b/flutter/.gitignore @@ -0,0 +1,89 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ +.vscode/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +.dart_tool/ +.flutter-plugins +.packages +.pub-cache/ +.pub/ +build/ +# If you're building an application, you may want to check-in your pubspec.lock +pubspec.lock +.metadata + +# Android related +**/android/**/gradle-wrapper.jar +**/android/.gradle +**/android/captures/ +**/android/gradlew +**/android/gradlew.bat +**/android/local.properties +**/android/**/GeneratedPluginRegistrant.java + +# iOS/XCode related +**/ios/**/*.mode1v3 +**/ios/**/*.mode2v3 +**/ios/**/*.moved-aside +**/ios/**/*.pbxuser +**/ios/**/*.perspectivev3 +**/ios/**/*sync/ +**/ios/**/.sconsign.dblite +**/ios/**/.tags* +**/ios/**/.vagrant/ +**/ios/**/DerivedData/ +**/ios/**/Icon? +**/ios/**/Pods/ +**/ios/**/.symlinks/ +**/ios/**/profile +**/ios/**/xcuserdata +**/ios/.generated/ +**/ios/Flutter/App.framework +**/ios/Flutter/Flutter.framework +**/ios/Flutter/Generated.xcconfig +**/ios/Flutter/app.flx +**/ios/Flutter/app.zip +**/ios/Flutter/flutter_assets/ +**/ios/Flutter/flutter_export_environment.sh +**/ios/ServiceDefinitions.json +**/ios/Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!**/ios/**/default.mode1v3 +!**/ios/**/default.mode2v3 +!**/ios/**/default.pbxuser +!**/ios/**/default.perspectivev3 +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages + +example/android/\.project + +example/android/\.settings/org\.eclipse\.buildship\.core\.prefs + +example/android/app/\.classpath + +example/android/app/\.project + +example/android/app/\.settings/org\.eclipse\.buildship\.core\.prefs + +example/ios/Flutter/flutter_export_environment\.sh diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md new file mode 100644 index 0000000000..87fe368f55 --- /dev/null +++ b/flutter/CHANGELOG.md @@ -0,0 +1 @@ +## [1.1.54] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file diff --git a/flutter/LICENSE b/flutter/LICENSE new file mode 100644 index 0000000000..7dfd0e082d --- /dev/null +++ b/flutter/LICENSE @@ -0,0 +1,22 @@ +Fluent UI System Icons +Copyright (c) Microsoft Corporation. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/flutter/README.md b/flutter/README.md new file mode 100644 index 0000000000..3742da3825 --- /dev/null +++ b/flutter/README.md @@ -0,0 +1,48 @@ +# Fluent UI System Icons + +Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. + + 👍 Like us on [pub.dev](https://pub.dev/packages/fluentui_system_icons)! + +## Usage + +```dart +import 'package:fluentui_system_icons/fluent_icons.dart'; + +class MyFlutterWidget extends StatelessWidget { + Widget build(BuildContext context) { + return IconButton( + // Use the FluentIcons + name of the icon you want + icon: Icon(FluentIcons.access_time_24_regular), + onPressed: () { print("Button pressed"); } + ); + } +} +``` +## Example + +View the Flutter app in the [example](example) directory to see all the available `FluentUISystemIcons`. + +## FAQs + +### Why aren't the icons showing properly on mobile? + +This is very common issue observed after including a library, please make sure you follow the below +mentioned steps from your terminal: + 1. flutter pub get + 2. flutter clean + 3. Delete the app from your device/emulator + 4. Rebuild and deploy the app again + +### What does the number signify in the icons names? + +The numbers in the icon signify the size of the icons. + +### Why do i get this error `flutter --flow-control-collections are needed` while running the example app? + +This generally when the app is not build properly. Please try the below steps: + + 1. flutter pub get + 2. flutter clean + 3. Invalidate caches and restart Android Studio + diff --git a/flutter/example/.gitignore b/flutter/example/.gitignore new file mode 100644 index 0000000000..9fdbe29df5 --- /dev/null +++ b/flutter/example/.gitignore @@ -0,0 +1,37 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ +.vscode/ +.idea + + +# Flutter/Dart/Pub related +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ +build/ +# If you're building an application, you may want to check-in your pubspec.lock +pubspec.lock +ios/.generated/ +packages + + diff --git a/flutter/example/android/.gitignore b/flutter/example/android/.gitignore new file mode 100644 index 0000000000..bc2100d8f7 --- /dev/null +++ b/flutter/example/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/flutter/example/android/app/build.gradle b/flutter/example/android/app/build.gradle new file mode 100644 index 0000000000..12bf012567 --- /dev/null +++ b/flutter/example/android/app/build.gradle @@ -0,0 +1,63 @@ +def localProperties = new Properties() +def localPropertiesFile = rootProject.file('local.properties') +if (localPropertiesFile.exists()) { + localPropertiesFile.withReader('UTF-8') { reader -> + localProperties.load(reader) + } +} + +def flutterRoot = localProperties.getProperty('flutter.sdk') +if (flutterRoot == null) { + throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") +} + +def flutterVersionCode = localProperties.getProperty('flutter.versionCode') +if (flutterVersionCode == null) { + flutterVersionCode = '1' +} + +def flutterVersionName = localProperties.getProperty('flutter.versionName') +if (flutterVersionName == null) { + flutterVersionName = '1.0' +} + +apply plugin: 'com.android.application' +apply plugin: 'kotlin-android' +apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" + +android { + compileSdkVersion 28 + + sourceSets { + main.java.srcDirs += 'src/main/kotlin' + } + + lintOptions { + disable 'InvalidPackage' + } + + defaultConfig { + // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). + applicationId "com.example.flutter_sample_showcase" + minSdkVersion 16 + targetSdkVersion 28 + versionCode flutterVersionCode.toInteger() + versionName flutterVersionName + } + + buildTypes { + release { + // TODO: Add your own signing config for the release build. + // Signing with the debug keys for now, so `flutter run --release` works. + signingConfig signingConfigs.debug + } + } +} + +flutter { + source '../..' +} + +dependencies { + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" +} diff --git a/flutter/example/android/app/src/debug/AndroidManifest.xml b/flutter/example/android/app/src/debug/AndroidManifest.xml new file mode 100644 index 0000000000..a016e59f7c --- /dev/null +++ b/flutter/example/android/app/src/debug/AndroidManifest.xml @@ -0,0 +1,13 @@ + + + + + + + diff --git a/flutter/example/android/app/src/main/AndroidManifest.xml b/flutter/example/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000000..3884a0f3b6 --- /dev/null +++ b/flutter/example/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/flutter/example/android/app/src/main/kotlin/com/example/flutter_sample_showcase/MainActivity.kt b/flutter/example/android/app/src/main/kotlin/com/example/flutter_sample_showcase/MainActivity.kt new file mode 100644 index 0000000000..9638906f81 --- /dev/null +++ b/flutter/example/android/app/src/main/kotlin/com/example/flutter_sample_showcase/MainActivity.kt @@ -0,0 +1,6 @@ +package com.example.flutter_sample_showcase + +import io.flutter.embedding.android.FlutterActivity + +class MainActivity: FlutterActivity() { +} diff --git a/flutter/example/android/app/src/main/res/drawable/launch_background.xml b/flutter/example/android/app/src/main/res/drawable/launch_background.xml new file mode 100644 index 0000000000..17cf8a4d04 --- /dev/null +++ b/flutter/example/android/app/src/main/res/drawable/launch_background.xml @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/flutter/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/flutter/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 0000000000..7fa4a08697 Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/flutter/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 0000000000..096f29f897 Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/flutter/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 0000000000..08507431fa Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/flutter/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 0000000000..bac5111e14 Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/flutter/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 0000000000..fe3f85524d Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/flutter/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 0000000000..8fa95bf61b Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/flutter/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 0000000000..13268fb0ac Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/flutter/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000000..42308c0d2e Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/flutter/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 0000000000..4f5e1569a1 Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/flutter/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/flutter/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000000..e3336f217f Binary files /dev/null and b/flutter/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/flutter/example/android/app/src/main/res/values/styles.xml b/flutter/example/android/app/src/main/res/values/styles.xml new file mode 100644 index 0000000000..5fdfd02d79 --- /dev/null +++ b/flutter/example/android/app/src/main/res/values/styles.xml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/flutter/example/android/app/src/profile/AndroidManifest.xml b/flutter/example/android/app/src/profile/AndroidManifest.xml new file mode 100644 index 0000000000..a016e59f7c --- /dev/null +++ b/flutter/example/android/app/src/profile/AndroidManifest.xml @@ -0,0 +1,13 @@ + + + + + + + diff --git a/flutter/example/android/build.gradle b/flutter/example/android/build.gradle new file mode 100644 index 0000000000..3100ad2d55 --- /dev/null +++ b/flutter/example/android/build.gradle @@ -0,0 +1,31 @@ +buildscript { + ext.kotlin_version = '1.3.50' + repositories { + google() + jcenter() + } + + dependencies { + classpath 'com.android.tools.build:gradle:3.5.0' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} + +allprojects { + repositories { + google() + jcenter() + } +} + +rootProject.buildDir = '../build' +subprojects { + project.buildDir = "${rootProject.buildDir}/${project.name}" +} +subprojects { + project.evaluationDependsOn(':app') +} + +task clean(type: Delete) { + delete rootProject.buildDir +} diff --git a/flutter/example/android/gradle.properties b/flutter/example/android/gradle.properties new file mode 100644 index 0000000000..38c8d4544f --- /dev/null +++ b/flutter/example/android/gradle.properties @@ -0,0 +1,4 @@ +org.gradle.jvmargs=-Xmx1536M +android.enableR8=true +android.useAndroidX=true +android.enableJetifier=true diff --git a/flutter/example/android/gradle/wrapper/gradle-wrapper.properties b/flutter/example/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000000..296b146b73 --- /dev/null +++ b/flutter/example/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Fri Jun 23 08:50:38 CEST 2017 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip diff --git a/flutter/example/android/settings.gradle b/flutter/example/android/settings.gradle new file mode 100644 index 0000000000..d3b6a4013d --- /dev/null +++ b/flutter/example/android/settings.gradle @@ -0,0 +1,15 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +include ':app' + +def localPropertiesFile = new File(rootProject.projectDir, "local.properties") +def properties = new Properties() + +assert localPropertiesFile.exists() +localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) } + +def flutterSdkPath = properties.getProperty("flutter.sdk") +assert flutterSdkPath != null, "flutter.sdk not set in local.properties" +apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle" diff --git a/flutter/example/ios/.gitignore b/flutter/example/ios/.gitignore new file mode 100644 index 0000000000..e96ef602b8 --- /dev/null +++ b/flutter/example/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/flutter/example/ios/Flutter/AppFrameworkInfo.plist b/flutter/example/ios/Flutter/AppFrameworkInfo.plist new file mode 100644 index 0000000000..5ac42ab350 --- /dev/null +++ b/flutter/example/ios/Flutter/AppFrameworkInfo.plist @@ -0,0 +1,31 @@ + + + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + App + CFBundleIdentifier + io.flutter.flutter.app + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + App + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + MinimumOSVersion + 8.0 + + diff --git a/flutter/example/ios/Flutter/Debug.xcconfig b/flutter/example/ios/Flutter/Debug.xcconfig new file mode 100644 index 0000000000..592ceee85b --- /dev/null +++ b/flutter/example/ios/Flutter/Debug.xcconfig @@ -0,0 +1 @@ +#include "Generated.xcconfig" diff --git a/flutter/example/ios/Flutter/Release.xcconfig b/flutter/example/ios/Flutter/Release.xcconfig new file mode 100644 index 0000000000..592ceee85b --- /dev/null +++ b/flutter/example/ios/Flutter/Release.xcconfig @@ -0,0 +1 @@ +#include "Generated.xcconfig" diff --git a/flutter/example/ios/Runner.xcodeproj/project.pbxproj b/flutter/example/ios/Runner.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..f6cb171887 --- /dev/null +++ b/flutter/example/ios/Runner.xcodeproj/project.pbxproj @@ -0,0 +1,506 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; + 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; + 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; + 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; + 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; + 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 9705A1C41CF9048500538489 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; + 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; + 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; + 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; + 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; + 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; + 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; + 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 97C146EB1CF9000F007C117D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 9740EEB11CF90186004384FC /* Flutter */ = { + isa = PBXGroup; + children = ( + 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, + 9740EEB21CF90195004384FC /* Debug.xcconfig */, + 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, + 9740EEB31CF90195004384FC /* Generated.xcconfig */, + ); + name = Flutter; + sourceTree = ""; + }; + 97C146E51CF9000F007C117D = { + isa = PBXGroup; + children = ( + 9740EEB11CF90186004384FC /* Flutter */, + 97C146F01CF9000F007C117D /* Runner */, + 97C146EF1CF9000F007C117D /* Products */, + ); + sourceTree = ""; + }; + 97C146EF1CF9000F007C117D /* Products */ = { + isa = PBXGroup; + children = ( + 97C146EE1CF9000F007C117D /* Runner.app */, + ); + name = Products; + sourceTree = ""; + }; + 97C146F01CF9000F007C117D /* Runner */ = { + isa = PBXGroup; + children = ( + 97C146FA1CF9000F007C117D /* Main.storyboard */, + 97C146FD1CF9000F007C117D /* Assets.xcassets */, + 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, + 97C147021CF9000F007C117D /* Info.plist */, + 97C146F11CF9000F007C117D /* Supporting Files */, + 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, + 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, + 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, + 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, + ); + path = Runner; + sourceTree = ""; + }; + 97C146F11CF9000F007C117D /* Supporting Files */ = { + isa = PBXGroup; + children = ( + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 97C146ED1CF9000F007C117D /* Runner */ = { + isa = PBXNativeTarget; + buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; + buildPhases = ( + 9740EEB61CF901F6004384FC /* Run Script */, + 97C146EA1CF9000F007C117D /* Sources */, + 97C146EB1CF9000F007C117D /* Frameworks */, + 97C146EC1CF9000F007C117D /* Resources */, + 9705A1C41CF9048500538489 /* Embed Frameworks */, + 3B06AD1E1E4923F5004D2608 /* Thin Binary */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Runner; + productName = Runner; + productReference = 97C146EE1CF9000F007C117D /* Runner.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 97C146E61CF9000F007C117D /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1020; + ORGANIZATIONNAME = ""; + TargetAttributes = { + 97C146ED1CF9000F007C117D = { + CreatedOnToolsVersion = 7.3.1; + LastSwiftMigration = 1100; + }; + }; + }; + buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 97C146E51CF9000F007C117D; + productRefGroup = 97C146EF1CF9000F007C117D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 97C146ED1CF9000F007C117D /* Runner */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 97C146EC1CF9000F007C117D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, + 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, + 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, + 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Thin Binary"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; + }; + 9740EEB61CF901F6004384FC /* Run Script */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Run Script"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 97C146EA1CF9000F007C117D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, + 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 97C146FA1CF9000F007C117D /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 97C146FB1CF9000F007C117D /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 97C147001CF9000F007C117D /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 249021D3217E4FDB00AE95B9 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Profile; + }; + 249021D4217E4FDB00AE95B9 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterSampleShowcase; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Profile; + }; + 97C147031CF9000F007C117D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 97C147041CF9000F007C117D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 97C147061CF9000F007C117D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterSampleShowcase; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Debug; + }; + 97C147071CF9000F007C117D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterSampleShowcase; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 97C147031CF9000F007C117D /* Debug */, + 97C147041CF9000F007C117D /* Release */, + 249021D3217E4FDB00AE95B9 /* Profile */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 97C147061CF9000F007C117D /* Debug */, + 97C147071CF9000F007C117D /* Release */, + 249021D4217E4FDB00AE95B9 /* Profile */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 97C146E61CF9000F007C117D /* Project object */; +} diff --git a/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000000..1d526a16ed --- /dev/null +++ b/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000000..18d981003d --- /dev/null +++ b/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000000..f9b0d7c5ea --- /dev/null +++ b/flutter/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + PreviewsEnabled + + + diff --git a/flutter/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/flutter/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme new file mode 100644 index 0000000000..a28140cfdb --- /dev/null +++ b/flutter/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/flutter/example/ios/Runner.xcworkspace/contents.xcworkspacedata b/flutter/example/ios/Runner.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000000..1d526a16ed --- /dev/null +++ b/flutter/example/ios/Runner.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/flutter/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/flutter/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000000..8546eab073 --- /dev/null +++ b/flutter/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,13 @@ + + + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/flutter/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/flutter/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000000..f9b0d7c5ea --- /dev/null +++ b/flutter/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + PreviewsEnabled + + + diff --git a/flutter/example/ios/Runner/AppDelegate.swift b/flutter/example/ios/Runner/AppDelegate.swift new file mode 100644 index 0000000000..6228365359 --- /dev/null +++ b/flutter/example/ios/Runner/AppDelegate.swift @@ -0,0 +1,17 @@ +// +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +import UIKit +import Flutter + +@UIApplicationMain +@objc class AppDelegate: FlutterAppDelegate { + override func application( + _ application: UIApplication, + didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? + ) -> Bool { + GeneratedPluginRegistrant.register(with: self) + return super.application(application, didFinishLaunchingWithOptions: launchOptions) + } +} diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000000..d36b1fab2d --- /dev/null +++ b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,122 @@ +{ + "images" : [ + { + "size" : "20x20", + "idiom" : "iphone", + "filename" : "Icon-App-20x20@2x.png", + "scale" : "2x" + }, + { + "size" : "20x20", + "idiom" : "iphone", + "filename" : "Icon-App-20x20@3x.png", + "scale" : "3x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-App-29x29@1x.png", + "scale" : "1x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-App-29x29@2x.png", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-App-29x29@3x.png", + "scale" : "3x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-App-40x40@2x.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-App-40x40@3x.png", + "scale" : "3x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-App-60x60@2x.png", + "scale" : "2x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-App-60x60@3x.png", + "scale" : "3x" + }, + { + "size" : "20x20", + "idiom" : "ipad", + "filename" : "Icon-App-20x20@1x.png", + "scale" : "1x" + }, + { + "size" : "20x20", + "idiom" : "ipad", + "filename" : "Icon-App-20x20@2x.png", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-App-29x29@1x.png", + "scale" : "1x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-App-29x29@2x.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-App-40x40@1x.png", + "scale" : "1x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-App-40x40@2x.png", + "scale" : "2x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-App-76x76@1x.png", + "scale" : "1x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-App-76x76@2x.png", + "scale" : "2x" + }, + { + "size" : "83.5x83.5", + "idiom" : "ipad", + "filename" : "Icon-App-83.5x83.5@2x.png", + "scale" : "2x" + }, + { + "size" : "1024x1024", + "idiom" : "ios-marketing", + "filename" : "Icon-App-1024x1024@1x.png", + "scale" : "1x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png new file mode 100644 index 0000000000..dc9ada4725 Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png new file mode 100644 index 0000000000..28c6bf0301 Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png new file mode 100644 index 0000000000..2ccbfd967d Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png new file mode 100644 index 0000000000..f091b6b0bc Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png new file mode 100644 index 0000000000..4cde12118d Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png new file mode 100644 index 0000000000..d0ef06e7ed Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png new file mode 100644 index 0000000000..dcdc2306c2 Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png new file mode 100644 index 0000000000..2ccbfd967d Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png new file mode 100644 index 0000000000..c8f9ed8f5c Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png new file mode 100644 index 0000000000..a6d6b8609d Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png new file mode 100644 index 0000000000..a6d6b8609d Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png new file mode 100644 index 0000000000..75b2d164a5 Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png new file mode 100644 index 0000000000..c4df70d39d Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png new file mode 100644 index 0000000000..6a84f41e14 Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png new file mode 100644 index 0000000000..d0e1f58536 Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json new file mode 100644 index 0000000000..0bedcf2fd4 --- /dev/null +++ b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "LaunchImage.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "LaunchImage@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "LaunchImage@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png new file mode 100644 index 0000000000..9da19eacad Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png new file mode 100644 index 0000000000..9da19eacad Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png new file mode 100644 index 0000000000..9da19eacad Binary files /dev/null and b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png differ diff --git a/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md new file mode 100644 index 0000000000..89c2725b70 --- /dev/null +++ b/flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md @@ -0,0 +1,5 @@ +# Launch Screen Assets + +You can customize the launch screen with your own desired assets by replacing the image files in this directory. + +You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. \ No newline at end of file diff --git a/flutter/example/ios/Runner/Base.lproj/LaunchScreen.storyboard b/flutter/example/ios/Runner/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000000..f2e259c7c9 --- /dev/null +++ b/flutter/example/ios/Runner/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/flutter/example/ios/Runner/Base.lproj/Main.storyboard b/flutter/example/ios/Runner/Base.lproj/Main.storyboard new file mode 100644 index 0000000000..f3c28516fb --- /dev/null +++ b/flutter/example/ios/Runner/Base.lproj/Main.storyboard @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/flutter/example/ios/Runner/Info.plist b/flutter/example/ios/Runner/Info.plist new file mode 100644 index 0000000000..aeb8186c7e --- /dev/null +++ b/flutter/example/ios/Runner/Info.plist @@ -0,0 +1,50 @@ + + + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Fluent icons + CFBundlePackageType + APPL + CFBundleShortVersionString + $(FLUTTER_BUILD_NAME) + CFBundleSignature + ???? + CFBundleVersion + $(FLUTTER_BUILD_NUMBER) + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + + diff --git a/flutter/example/ios/Runner/Runner-Bridging-Header.h b/flutter/example/ios/Runner/Runner-Bridging-Header.h new file mode 100644 index 0000000000..308a2a560b --- /dev/null +++ b/flutter/example/ios/Runner/Runner-Bridging-Header.h @@ -0,0 +1 @@ +#import "GeneratedPluginRegistrant.h" diff --git a/flutter/example/lib/fluentui_sample_icon.dart b/flutter/example/lib/fluentui_sample_icon.dart new file mode 100644 index 0000000000..495ffcf499 --- /dev/null +++ b/flutter/example/lib/fluentui_sample_icon.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; + +class FluentUISampleIcon implements Comparable { + final IconData iconData; + final String iconName; + final double defaultSize; + + FluentUISampleIcon(this.iconData, this.iconName, this.defaultSize); + + @override + String toString() => + 'IconDefinition{iconData: $iconData, title: $iconName, size: $defaultSize}'; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is FluentUISampleIcon && + runtimeType == other.runtimeType && + iconData == other.iconData && + iconName == other.iconName && + defaultSize == other.defaultSize; + + @override + int get hashCode => + iconData.hashCode ^ iconName.hashCode ^ defaultSize.hashCode; + + @override + int compareTo(other) => iconName.compareTo(other.iconName); +} diff --git a/flutter/example/lib/main.dart b/flutter/example/lib/main.dart new file mode 100644 index 0000000000..d92ef93187 --- /dev/null +++ b/flutter/example/lib/main.dart @@ -0,0 +1,147 @@ +import 'package:flutter/material.dart'; +import 'package:fluentui_system_icons/fluentui_system_icons.dart'; + +import 'sample_icons.dart'; + +void main() { + runApp(FluentUIIconKit()); +} + +class FluentUIIconKit extends StatelessWidget { + @override + Widget build(BuildContext context) { + return MaterialApp( + debugShowCheckedModeBanner: false, + title: 'Fluent icons', + home: FluentUIShowcaseWidget(), + ); + } +} + +class FluentUIShowcaseWidget extends StatefulWidget { + @override + State createState() => FluentUIShowcaseWidgetState(); +} + +class FluentUIShowcaseWidgetState extends State { + var _searchTerm = ""; + var isListMode = true; + TextEditingController dismissText = TextEditingController(); + + @override + Widget build(BuildContext context) { + /*24 is for notification bar on Android*/ + final filteredIcons = icons + .where((icon) => + _searchTerm.isEmpty || + icon.iconName.toLowerCase().contains(_searchTerm.toLowerCase())) + .toList(); + + return Scaffold( + body: SafeArea( + child: Column( + children: [ + _searchBar(context), + Expanded( + child: GridView.builder( + itemCount: filteredIcons.length, + gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( + crossAxisCount: isListMode ? 1 : 4, + childAspectRatio: isListMode + ? (MediaQuery.of(context).size.height * 0.010) + : 1), + itemBuilder: (context, index) { + final icon = filteredIcons[index]; + return Padding( + padding: EdgeInsets.fromLTRB(16, 0, 0, 0), + child: Row( + children: [ + SizedBox( + child: Icon(icon.iconData, size: icon.defaultSize), + width: 30, + ), + SizedBox( + width: 40, + ), + if (isListMode) Text(icon.iconName), + if (isListMode) + SizedBox( + height: 400, + ), + ], + ), + ); + }, + ), + ), + ], + ), + ), + ); + } + + Material _searchBar(BuildContext context) { + return Material( + elevation: 10.0, + child: Row( + children: [ + IconButton( + icon: Icon( + FluentIcons.search_24_regular, + color: Colors.grey, + ), + onPressed: () { + setState( + () { + _searchTerm = ""; + }, + ); + }, + ), + Expanded( + child: TextField( + controller: dismissText, + onChanged: (text) => setState(() => _searchTerm = text), + style: TextStyle(fontSize: 18.0, color: Colors.black), + decoration: InputDecoration( + border: InputBorder.none, hintText: 'Search icons'), + ), + ), + IconButton( + icon: Icon( + FluentIcons.dismiss_24_filled, + color: Colors.grey, + ), + onPressed: () { + setState( + () { + _searchTerm = ""; + dismissText.text = ""; + }, + ); + }, + ), + IconButton( + icon: Icon( + isListMode + ? FluentIcons.grid_24_regular + : FluentIcons.list_24_regular, + color: Colors.grey, + ), + onPressed: () { + setState( + () { + if (isListMode) { + isListMode = false; + } else { + isListMode = true; + } + }, + ); + }, + ), + ], + ), + ); + } +} diff --git a/flutter/example/lib/sample_icons.dart b/flutter/example/lib/sample_icons.dart new file mode 100644 index 0000000000..ed5f45ee24 --- /dev/null +++ b/flutter/example/lib/sample_icons.dart @@ -0,0 +1,10974 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +import 'package:fluentui_system_icons/fluentui_system_icons.dart'; + +import 'fluentui_sample_icon.dart'; + +final icons = [ + // Generated code: do not hand-edit. + // BEGIN GENERATED + + FluentUISampleIcon( + FluentIcons.access_time_24_regular, 'access_time_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.accessibility_16_regular, 'accessibility_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.accessibility_20_regular, 'accessibility_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.accessibility_24_regular, 'accessibility_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.accessibility_28_regular, 'accessibility_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.activity_24_regular, 'activity_24_regular', 24), + + FluentUISampleIcon(FluentIcons.add_12_regular, 'add_12_regular', 12), + + FluentUISampleIcon(FluentIcons.add_16_regular, 'add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.add_20_regular, 'add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.add_24_regular, 'add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.add_28_regular, 'add_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.add_circle_20_regular, 'add_circle_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.add_circle_24_regular, 'add_circle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.add_circle_28_regular, 'add_circle_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.airplane_20_regular, 'airplane_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.airplane_24_regular, 'airplane_24_regular', 24), + + FluentUISampleIcon(FluentIcons.airplane_take_off_16_regular, + 'airplane_take_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.airplane_take_off_20_regular, + 'airplane_take_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.airplane_take_off_24_regular, + 'airplane_take_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.alert_20_regular, 'alert_20_regular', 20), + + FluentUISampleIcon(FluentIcons.alert_24_regular, 'alert_24_regular', 24), + + FluentUISampleIcon(FluentIcons.alert_28_regular, 'alert_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.alert_off_16_regular, 'alert_off_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.alert_off_20_regular, 'alert_off_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.alert_off_24_regular, 'alert_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.alert_off_28_regular, 'alert_off_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.alert_on_24_regular, 'alert_on_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.alert_snooze_20_regular, 'alert_snooze_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.alert_snooze_24_regular, 'alert_snooze_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.alert_urgent_20_regular, 'alert_urgent_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.alert_urgent_24_regular, 'alert_urgent_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.animal_dog_20_regular, 'animal_dog_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.animal_dog_24_regular, 'animal_dog_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_folder_20_regular, 'app_folder_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.app_folder_24_regular, 'app_folder_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_generic_24_regular, 'app_generic_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_recent_24_regular, 'app_recent_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_span_16_regular, 'app_span_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.app_span_20_regular, 'app_span_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.app_span_24_regular, 'app_span_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_span_28_regular, 'app_span_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.app_store_24_regular, 'app_store_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_title_24_regular, 'app_title_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_unspan_16_regular, 'app_unspan_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.app_unspan_20_regular, 'app_unspan_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.app_unspan_24_regular, 'app_unspan_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.app_unspan_28_regular, 'app_unspan_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.approvals_app_24_regular, 'approvals_app_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.approvals_app_28_regular, 'approvals_app_28_regular', 28), + + FluentUISampleIcon(FluentIcons.apps_16_regular, 'apps_16_regular', 16), + + FluentUISampleIcon(FluentIcons.apps_20_regular, 'apps_20_regular', 20), + + FluentUISampleIcon(FluentIcons.apps_24_regular, 'apps_24_regular', 24), + + FluentUISampleIcon(FluentIcons.apps_28_regular, 'apps_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.apps_add_in_20_regular, 'apps_add_in_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.apps_add_in_24_regular, 'apps_add_in_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.apps_list_24_regular, 'apps_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.archive_20_regular, 'archive_20_regular', 20), + + FluentUISampleIcon(FluentIcons.archive_24_regular, 'archive_24_regular', 24), + + FluentUISampleIcon(FluentIcons.archive_28_regular, 'archive_28_regular', 28), + + FluentUISampleIcon(FluentIcons.archive_48_regular, 'archive_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_20_regular, 'arrow_clockwise_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_24_regular, 'arrow_clockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_20_regular, + 'arrow_counterclockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_24_regular, + 'arrow_counterclockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_20_regular, + 'arrow_curve_down_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_right_20_regular, + 'arrow_curve_down_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_right_20_regular, + 'arrow_curve_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_right_24_regular, + 'arrow_curve_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_up_left_20_regular, + 'arrow_curve_up_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_up_right_20_regular, + 'arrow_curve_up_right_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_down_16_regular, 'arrow_down_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_down_20_regular, 'arrow_down_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_down_24_regular, 'arrow_down_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_down_28_regular, 'arrow_down_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_24_regular, 'arrow_down_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_down_right_circle_16_regular, + 'arrow_down_right_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_down_right_circle_24_regular, + 'arrow_down_right_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_down_square_24_regular, + 'arrow_down_square_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_download_16_regular, 'arrow_download_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_download_20_regular, 'arrow_download_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_download_24_regular, 'arrow_download_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_download_48_regular, 'arrow_download_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.arrow_enter_24_regular, 'arrow_enter_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_expand_24_regular, 'arrow_expand_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_export_20_regular, 'arrow_export_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_forward_16_regular, 'arrow_forward_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_forward_20_regular, 'arrow_forward_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_forward_24_regular, 'arrow_forward_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_import_20_regular, 'arrow_import_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_import_24_regular, 'arrow_import_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_left_20_regular, 'arrow_left_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_left_24_regular, 'arrow_left_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_left_28_regular, 'arrow_left_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_16_regular, 'arrow_maximize_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_20_regular, 'arrow_maximize_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_24_regular, 'arrow_maximize_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_28_regular, 'arrow_maximize_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_maximize_vertical_20_regular, + 'arrow_maximize_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_maximize_vertical_24_regular, + 'arrow_maximize_vertical_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_16_regular, 'arrow_minimize_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_20_regular, 'arrow_minimize_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_24_regular, 'arrow_minimize_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_28_regular, 'arrow_minimize_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_minimize_vertical_24_regular, + 'arrow_minimize_vertical_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_move_24_regular, 'arrow_move_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_next_20_regular, 'arrow_next_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_next_24_regular, 'arrow_next_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_previous_20_regular, 'arrow_previous_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_previous_24_regular, 'arrow_previous_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_redo_20_regular, 'arrow_redo_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_redo_24_regular, 'arrow_redo_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_16_regular, + 'arrow_repeat_all_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_20_regular, + 'arrow_repeat_all_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_24_regular, + 'arrow_repeat_all_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_16_regular, + 'arrow_repeat_all_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_20_regular, + 'arrow_repeat_all_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_24_regular, + 'arrow_repeat_all_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_reply_16_regular, 'arrow_reply_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_reply_20_regular, 'arrow_reply_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_reply_24_regular, 'arrow_reply_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_reply_48_regular, 'arrow_reply_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_16_regular, 'arrow_reply_all_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_20_regular, 'arrow_reply_all_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_24_regular, 'arrow_reply_all_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_48_regular, 'arrow_reply_all_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_reply_down_16_regular, + 'arrow_reply_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_reply_down_20_regular, + 'arrow_reply_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_reply_down_24_regular, + 'arrow_reply_down_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_right_20_regular, 'arrow_right_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_right_24_regular, 'arrow_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_right_28_regular, 'arrow_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_right_circle_24_regular, + 'arrow_right_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_20_regular, + 'arrow_rotate_clockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_24_regular, + 'arrow_rotate_clockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_rotate_counterclockwise_20_regular, + 'arrow_rotate_counterclockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_rotate_counterclockwise_24_regular, + 'arrow_rotate_counterclockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_rotate_icon_24_regular, + 'arrow_rotate_icon_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sort_20_regular, 'arrow_sort_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_sort_24_regular, 'arrow_sort_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sort_28_regular, 'arrow_sort_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.arrow_swap_20_regular, 'arrow_swap_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_swap_24_regular, 'arrow_swap_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sync_12_regular, 'arrow_sync_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.arrow_sync_20_regular, 'arrow_sync_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_sync_24_regular, 'arrow_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_sync_circle_16_regular, + 'arrow_sync_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_sync_circle_20_regular, + 'arrow_sync_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sync_circle_24_regular, + 'arrow_sync_circle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_12_regular, 'arrow_sync_off_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.arrow_trending_16_regular, 'arrow_trending_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_trending_20_regular, 'arrow_trending_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_trending_24_regular, 'arrow_trending_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_undo_20_regular, 'arrow_undo_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_undo_24_regular, 'arrow_undo_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_up_20_regular, 'arrow_up_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_up_24_regular, 'arrow_up_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_up_28_regular, 'arrow_up_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.arrow_up_circle_16_regular, 'arrow_up_circle_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.arrow_up_circle_20_regular, 'arrow_up_circle_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_up_circle_24_regular, 'arrow_up_circle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_24_regular, 'arrow_up_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_left_circle_24_regular, + 'arrow_up_left_circle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_24_regular, 'arrow_up_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.arrow_upload_20_regular, 'arrow_upload_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.arrow_upload_24_regular, 'arrow_upload_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrows_bidirectional_24_regular, + 'arrows_bidirectional_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.assignments_24_regular, 'assignments_24_regular', 24), + + FluentUISampleIcon(FluentIcons.attach_16_regular, 'attach_16_regular', 16), + + FluentUISampleIcon(FluentIcons.attach_20_regular, 'attach_20_regular', 20), + + FluentUISampleIcon(FluentIcons.attach_24_regular, 'attach_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.attach_forward_20_regular, 'attach_forward_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.attach_forward_24_regular, 'attach_forward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.attach_with_text_24_regular, + 'attach_with_text_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.autocorrect_24_regular, 'autocorrect_24_regular', 24), + + FluentUISampleIcon(FluentIcons.autosum_20_regular, 'autosum_20_regular', 20), + + FluentUISampleIcon(FluentIcons.autosum_24_regular, 'autosum_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.backspace_20_regular, 'backspace_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.backspace_24_regular, 'backspace_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.backward_20_regular, 'backward_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.backward_24_regular, 'backward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.badge_24_regular, 'badge_24_regular', 24), + + FluentUISampleIcon(FluentIcons.balloon_20_regular, 'balloon_20_regular', 20), + + FluentUISampleIcon(FluentIcons.balloon_24_regular, 'balloon_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bank_16_regular, 'bank_16_regular', 16), + + FluentUISampleIcon(FluentIcons.bank_20_regular, 'bank_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bank_24_regular, 'bank_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_0_20_regular, 'battery_0_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_0_24_regular, 'battery_0_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_1_20_regular, 'battery_1_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_1_24_regular, 'battery_1_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_2_20_regular, 'battery_2_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_2_24_regular, 'battery_2_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_3_20_regular, 'battery_3_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_3_24_regular, 'battery_3_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_4_20_regular, 'battery_4_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_4_24_regular, 'battery_4_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_5_20_regular, 'battery_5_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_5_24_regular, 'battery_5_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_6_20_regular, 'battery_6_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_6_24_regular, 'battery_6_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_7_20_regular, 'battery_7_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_7_24_regular, 'battery_7_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_8_20_regular, 'battery_8_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_8_24_regular, 'battery_8_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_9_20_regular, 'battery_9_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_9_24_regular, 'battery_9_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_charge_20_regular, 'battery_charge_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_charge_24_regular, 'battery_charge_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_full_20_regular, 'battery_full_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_full_24_regular, 'battery_full_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_saver_20_regular, 'battery_saver_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.battery_saver_24_regular, 'battery_saver_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.battery_warning_24_regular, 'battery_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.beaker_16_regular, 'beaker_16_regular', 16), + + FluentUISampleIcon(FluentIcons.beaker_20_regular, 'beaker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.beaker_24_regular, 'beaker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bed_20_regular, 'bed_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bed_24_regular, 'bed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.block_16_regular, 'block_16_regular', 16), + + FluentUISampleIcon(FluentIcons.block_20_regular, 'block_20_regular', 20), + + FluentUISampleIcon(FluentIcons.block_24_regular, 'block_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.bluetooth_20_regular, 'bluetooth_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.bluetooth_24_regular, 'bluetooth_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_connected_24_regular, + 'bluetooth_connected_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_disabled_24_regular, + 'bluetooth_disabled_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_searching_24_regular, + 'bluetooth_searching_24_regular', 24), + + FluentUISampleIcon(FluentIcons.board_24_regular, 'board_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_compatibility_24_regular, + 'book_formula_compatibility_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_database_24_regular, + 'book_formula_database_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_date_24_regular, + 'book_formula_date_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_engineering_24_regular, + 'book_formula_engineering_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_financial_24_regular, + 'book_formula_financial_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_information_24_regular, + 'book_formula_information_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_logical_24_regular, + 'book_formula_logical_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_lookup_24_regular, + 'book_formula_lookup_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_math_24_regular, + 'book_formula_math_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_recent_24_regular, + 'book_formula_recent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_statistics_24_regular, + 'book_formula_statistics_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_formula_text_24_regular, + 'book_formula_text_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.book_globe_24_regular, 'book_globe_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.book_number_16_regular, 'book_number_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.book_number_20_regular, 'book_number_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.book_number_24_regular, 'book_number_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.bookmark_16_regular, 'bookmark_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.bookmark_20_regular, 'bookmark_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.bookmark_24_regular, 'bookmark_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.bookmark_28_regular, 'bookmark_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.bookmark_off_24_regular, 'bookmark_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bot_24_regular, 'bot_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bot_add_24_regular, 'bot_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.branch_24_regular, 'branch_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.briefcase_20_regular, 'briefcase_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.briefcase_24_regular, 'briefcase_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.bring_to_front_20_regular, 'bring_to_front_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.bring_to_front_24_regular, 'bring_to_front_24_regular', 24), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_24_regular, + 'broad_activity_feed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.broom_20_regular, 'broom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.broom_24_regular, 'broom_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.bug_report_24_regular, 'bug_report_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.building_1_24_regular, 'building_1_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.building_24_regular, 'building_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.building_2_16_regular, 'building_2_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.building_2_20_regular, 'building_2_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.building_2_24_regular, 'building_2_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.building_retail_24_regular, 'building_retail_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calculator_20_regular, 'calculator_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_20_regular, 'calendar_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_24_regular, 'calendar_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_28_regular, 'calendar_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_20_regular, 'calendar_3_day_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_24_regular, 'calendar_3_day_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_28_regular, 'calendar_3_day_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.calendar_add_20_regular, 'calendar_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_add_24_regular, 'calendar_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_agenda_20_regular, 'calendar_agenda_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_agenda_24_regular, 'calendar_agenda_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_agenda_28_regular, 'calendar_agenda_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_regular, + 'calendar_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_assistant_20_regular, + 'calendar_assistant_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_assistant_24_regular, + 'calendar_assistant_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_cancel_20_regular, 'calendar_cancel_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_cancel_24_regular, 'calendar_cancel_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_checkmark_16_regular, + 'calendar_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_checkmark_20_regular, + 'calendar_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_checkmark_24_regular, + 'calendar_checkmark_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_clock_20_regular, 'calendar_clock_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_clock_24_regular, 'calendar_clock_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_date_20_regular, 'calendar_date_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_date_24_regular, 'calendar_date_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_date_28_regular, 'calendar_date_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.calendar_day_20_regular, 'calendar_day_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_day_24_regular, 'calendar_day_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_day_28_regular, 'calendar_day_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.calendar_empty_16_regular, 'calendar_empty_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.calendar_empty_20_regular, 'calendar_empty_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_empty_24_regular, 'calendar_empty_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_empty_28_regular, 'calendar_empty_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.calendar_later_24_regular, 'calendar_later_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_month_20_regular, 'calendar_month_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_month_24_regular, 'calendar_month_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_month_28_regular, 'calendar_month_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_multiple_20_regular, + 'calendar_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_multiple_24_regular, + 'calendar_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_overdue_24_regular, + 'calendar_overdue_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_person_20_regular, 'calendar_person_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_reply_16_regular, 'calendar_reply_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.calendar_reply_20_regular, 'calendar_reply_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_reply_24_regular, 'calendar_reply_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_reply_28_regular, 'calendar_reply_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_settings_20_regular, + 'calendar_settings_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_star_20_regular, 'calendar_star_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_star_24_regular, 'calendar_star_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_sync_16_regular, 'calendar_sync_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.calendar_sync_20_regular, 'calendar_sync_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_sync_24_regular, 'calendar_sync_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_today_16_regular, 'calendar_today_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.calendar_today_20_regular, 'calendar_today_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calendar_today_24_regular, 'calendar_today_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calendar_today_28_regular, 'calendar_today_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_week_numbers_24_regular, + 'calendar_week_numbers_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_week_start_20_regular, + 'calendar_week_start_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_week_start_24_regular, + 'calendar_week_start_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_week_start_28_regular, + 'calendar_week_start_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_work_week_16_regular, + 'calendar_work_week_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_work_week_20_regular, + 'calendar_work_week_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_work_week_24_regular, + 'calendar_work_week_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.call_add_24_regular, 'call_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.call_end_20_regular, 'call_end_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.call_end_24_regular, 'call_end_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.call_end_28_regular, 'call_end_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.call_forward_24_regular, 'call_forward_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.call_inbound_16_regular, 'call_inbound_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.call_inbound_24_regular, 'call_inbound_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.call_missed_16_regular, 'call_missed_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.call_missed_24_regular, 'call_missed_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.call_outbound_16_regular, 'call_outbound_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.call_outbound_24_regular, 'call_outbound_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.call_park_24_regular, 'call_park_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_20_regular, 'calligraphy_pen_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_24_regular, 'calligraphy_pen_24_regular', 24), + + FluentUISampleIcon(FluentIcons.camera_20_regular, 'camera_20_regular', 20), + + FluentUISampleIcon(FluentIcons.camera_24_regular, 'camera_24_regular', 24), + + FluentUISampleIcon(FluentIcons.camera_28_regular, 'camera_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.camera_add_20_regular, 'camera_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.camera_add_24_regular, 'camera_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.camera_add_48_regular, 'camera_add_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.camera_switch_24_regular, 'camera_switch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.caret_12_regular, 'caret_12_regular', 12), + + FluentUISampleIcon(FluentIcons.caret_16_regular, 'caret_16_regular', 16), + + FluentUISampleIcon(FluentIcons.caret_20_regular, 'caret_20_regular', 20), + + FluentUISampleIcon(FluentIcons.caret_24_regular, 'caret_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.caret_down_12_regular, 'caret_down_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.caret_down_16_regular, 'caret_down_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.caret_down_20_regular, 'caret_down_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.caret_down_24_regular, 'caret_down_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.caret_left_12_regular, 'caret_left_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.caret_left_16_regular, 'caret_left_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.caret_left_20_regular, 'caret_left_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.caret_left_24_regular, 'caret_left_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.caret_right_12_regular, 'caret_right_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.caret_right_16_regular, 'caret_right_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.caret_right_20_regular, 'caret_right_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.caret_right_24_regular, 'caret_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cart_24_regular, 'cart_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cast_20_regular, 'cast_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cast_24_regular, 'cast_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cast_28_regular, 'cast_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.cellular_3g_24_regular, 'cellular_3g_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cellular_4g_24_regular, 'cellular_4g_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_1_20_regular, 'cellular_data_1_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_1_24_regular, 'cellular_data_1_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_2_20_regular, 'cellular_data_2_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_2_24_regular, 'cellular_data_2_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_3_20_regular, 'cellular_data_3_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_3_24_regular, 'cellular_data_3_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_4_20_regular, 'cellular_data_4_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_4_24_regular, 'cellular_data_4_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_5_20_regular, 'cellular_data_5_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_5_24_regular, 'cellular_data_5_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_data_off_24_regular, + 'cellular_data_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cellular_off_24_regular, 'cellular_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_unavailable_24_regular, + 'cellular_unavailable_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.certificate_20_regular, 'certificate_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.certificate_24_regular, 'certificate_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_16_regular, 'channel_16_regular', 16), + + FluentUISampleIcon(FluentIcons.channel_20_regular, 'channel_20_regular', 20), + + FluentUISampleIcon(FluentIcons.channel_24_regular, 'channel_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.channel_follow_24_regular, 'channel_follow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_notifications_24_regular, + 'channel_notifications_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_unfollow_24_regular, + 'channel_unfollow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_20_regular, 'chat_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_24_regular, 'chat_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_28_regular, 'chat_28_regular', 28), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_24_regular, + 'chat_bubbles_question_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chat_help_24_regular, 'chat_help_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chat_off_24_regular, 'chat_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chat_warning_24_regular, 'chat_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkbox_checked_20_regular, + 'checkbox_checked_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_checked_24_regular, + 'checkbox_checked_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_12_regular, + 'checkbox_unchecked_12_regular', 12), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_16_regular, + 'checkbox_unchecked_16_regular', 16), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_20_regular, + 'checkbox_unchecked_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_24_regular, + 'checkbox_unchecked_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.checkmark_12_regular, 'checkmark_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.checkmark_20_regular, 'checkmark_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.checkmark_24_regular, 'checkmark_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.checkmark_28_regular, 'checkmark_28_regular', 28), + + FluentUISampleIcon(FluentIcons.checkmark_circle_16_regular, + 'checkmark_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.checkmark_circle_20_regular, + 'checkmark_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkmark_circle_24_regular, + 'checkmark_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkmark_circle_48_regular, + 'checkmark_circle_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.checkmark_lock_16_regular, 'checkmark_lock_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.checkmark_lock_20_regular, 'checkmark_lock_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.checkmark_lock_24_regular, 'checkmark_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkmark_square_24_regular, + 'checkmark_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkmark_underline_circle_16_regular, + 'checkmark_underline_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.checkmark_underline_circle_20_regular, + 'checkmark_underline_circle_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.chevron_down_12_regular, 'chevron_down_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.chevron_down_16_regular, 'chevron_down_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.chevron_down_20_regular, 'chevron_down_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.chevron_down_24_regular, 'chevron_down_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chevron_down_28_regular, 'chevron_down_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.chevron_down_48_regular, 'chevron_down_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chevron_down_circle_24_regular, + 'chevron_down_circle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chevron_left_12_regular, 'chevron_left_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.chevron_left_16_regular, 'chevron_left_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.chevron_left_20_regular, 'chevron_left_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.chevron_left_24_regular, 'chevron_left_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chevron_left_28_regular, 'chevron_left_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.chevron_left_48_regular, 'chevron_left_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.chevron_right_12_regular, 'chevron_right_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.chevron_right_16_regular, 'chevron_right_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.chevron_right_20_regular, 'chevron_right_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.chevron_right_24_regular, 'chevron_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chevron_right_28_regular, 'chevron_right_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.chevron_right_48_regular, 'chevron_right_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.chevron_up_12_regular, 'chevron_up_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.chevron_up_16_regular, 'chevron_up_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.chevron_up_20_regular, 'chevron_up_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.chevron_up_24_regular, 'chevron_up_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.chevron_up_28_regular, 'chevron_up_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.chevron_up_48_regular, 'chevron_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.circle_16_regular, 'circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.circle_20_regular, 'circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_24_regular, 'circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.circle_half_fill_20_regular, + 'circle_half_fill_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_half_fill_24_regular, + 'circle_half_fill_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.circle_line_24_regular, 'circle_line_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.circle_small_24_regular, 'circle_small_24_regular', 24), + + FluentUISampleIcon(FluentIcons.city_16_regular, 'city_16_regular', 16), + + FluentUISampleIcon(FluentIcons.city_20_regular, 'city_20_regular', 20), + + FluentUISampleIcon(FluentIcons.city_24_regular, 'city_24_regular', 24), + + FluentUISampleIcon(FluentIcons.class_24_regular, 'class_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.classification_16_regular, 'classification_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.classification_20_regular, 'classification_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.classification_24_regular, 'classification_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clear_formatting_24_regular, + 'clear_formatting_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_20_regular, 'clipboard_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_24_regular, 'clipboard_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_code_16_regular, 'clipboard_code_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.clipboard_code_20_regular, 'clipboard_code_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_code_24_regular, 'clipboard_code_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_letter_16_regular, + 'clipboard_letter_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clipboard_letter_20_regular, + 'clipboard_letter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_letter_24_regular, + 'clipboard_letter_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_link_16_regular, 'clipboard_link_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.clipboard_link_20_regular, 'clipboard_link_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_link_24_regular, 'clipboard_link_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_more_24_regular, 'clipboard_more_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_paste_20_regular, 'clipboard_paste_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_paste_24_regular, 'clipboard_paste_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_search_20_regular, + 'clipboard_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_search_24_regular, + 'clipboard_search_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_text_20_regular, 'clipboard_text_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_text_24_regular, 'clipboard_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clock_12_regular, 'clock_12_regular', 12), + + FluentUISampleIcon(FluentIcons.clock_16_regular, 'clock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clock_20_regular, 'clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clock_24_regular, 'clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clock_28_regular, 'clock_28_regular', 28), + + FluentUISampleIcon(FluentIcons.clock_48_regular, 'clock_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.clock_alarm_20_regular, 'clock_alarm_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.clock_alarm_24_regular, 'clock_alarm_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.closed_caption_24_regular, 'closed_caption_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_20_regular, 'cloud_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_24_regular, 'cloud_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_48_regular, 'cloud_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.cloud_backup_24_regular, 'cloud_backup_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cloud_backup_48_regular, 'cloud_backup_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.cloud_download_24_regular, 'cloud_download_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cloud_off_24_regular, 'cloud_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.cloud_off_48_regular, 'cloud_off_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.cloud_offline_24_regular, 'cloud_offline_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_24_regular, + 'cloud_sync_complete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_48_regular, + 'cloud_sync_complete_48_regular', 48), + + FluentUISampleIcon(FluentIcons.code_20_regular, 'code_20_regular', 20), + + FluentUISampleIcon(FluentIcons.code_24_regular, 'code_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.collections_20_regular, 'collections_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.collections_24_regular, 'collections_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.collections_add_20_regular, 'collections_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.collections_add_24_regular, 'collections_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.color_20_regular, 'color_20_regular', 20), + + FluentUISampleIcon(FluentIcons.color_24_regular, 'color_24_regular', 24), + + FluentUISampleIcon(FluentIcons.color_background_20_regular, + 'color_background_20_regular', 20), + + FluentUISampleIcon(FluentIcons.color_background_24_regular, + 'color_background_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.color_fill_20_regular, 'color_fill_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.color_fill_24_regular, 'color_fill_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.color_line_20_regular, 'color_line_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.color_line_24_regular, 'color_line_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.column_triple_24_regular, 'column_triple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_16_regular, 'comment_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_20_regular, 'comment_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_24_regular, 'comment_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.comment_add_24_regular, 'comment_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.comment_delete_24_regular, 'comment_delete_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.comment_mention_16_regular, 'comment_mention_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.comment_mention_20_regular, 'comment_mention_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.comment_mention_24_regular, 'comment_mention_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_multiple_16_regular, + 'comment_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_multiple_20_regular, + 'comment_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_multiple_24_regular, + 'comment_multiple_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.comment_next_24_regular, 'comment_next_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_previous_24_regular, + 'comment_previous_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.comment_resolve_24_regular, 'comment_resolve_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.communication_16_regular, 'communication_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.communication_20_regular, 'communication_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.communication_24_regular, 'communication_24_regular', 24), + + FluentUISampleIcon(FluentIcons.compass_northwest_16_regular, + 'compass_northwest_16_regular', 16), + + FluentUISampleIcon(FluentIcons.compass_northwest_20_regular, + 'compass_northwest_20_regular', 20), + + FluentUISampleIcon(FluentIcons.compass_northwest_24_regular, + 'compass_northwest_24_regular', 24), + + FluentUISampleIcon(FluentIcons.compass_northwest_28_regular, + 'compass_northwest_28_regular', 28), + + FluentUISampleIcon(FluentIcons.compose_16_regular, 'compose_16_regular', 16), + + FluentUISampleIcon(FluentIcons.compose_20_regular, 'compose_20_regular', 20), + + FluentUISampleIcon(FluentIcons.compose_24_regular, 'compose_24_regular', 24), + + FluentUISampleIcon(FluentIcons.compose_28_regular, 'compose_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.conference_room_16_regular, 'conference_room_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.conference_room_20_regular, 'conference_room_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.conference_room_24_regular, 'conference_room_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.conference_room_28_regular, 'conference_room_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.conference_room_48_regular, 'conference_room_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.connector_16_regular, 'connector_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.connector_20_regular, 'connector_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.connector_24_regular, 'connector_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.contact_card_20_regular, 'contact_card_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.contact_card_24_regular, 'contact_card_24_regular', 24), + + FluentUISampleIcon(FluentIcons.contact_card_group_24_regular, + 'contact_card_group_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.contacts_24_regular, 'contacts_24_regular', 24), + + FluentUISampleIcon(FluentIcons.content_settings_16_regular, + 'content_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.content_settings_20_regular, + 'content_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.content_settings_24_regular, + 'content_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.convert_to_table_24_regular, + 'convert_to_table_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.convert_to_text_24_regular, 'convert_to_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cookies_20_regular, 'cookies_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cookies_24_regular, 'cookies_24_regular', 24), + + FluentUISampleIcon(FluentIcons.copy_16_regular, 'copy_16_regular', 16), + + FluentUISampleIcon(FluentIcons.copy_20_regular, 'copy_20_regular', 20), + + FluentUISampleIcon(FluentIcons.copy_24_regular, 'copy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.copy_image_24_regular, 'copy_image_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.copy_link_24_regular, 'copy_link_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.copy_move_16_regular, 'copy_move_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.copy_move_24_regular, 'copy_move_24_regular', 24), + + FluentUISampleIcon(FluentIcons.crop_24_regular, 'crop_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.crop_interim_24_regular, 'crop_interim_24_regular', 24), + + FluentUISampleIcon(FluentIcons.crop_interim_off_24_regular, + 'crop_interim_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cube_16_regular, 'cube_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cube_20_regular, 'cube_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_24_regular, 'cube_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.currency_16_regular, 'currency_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.currency_20_regular, 'currency_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.currency_24_regular, 'currency_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cut_20_regular, 'cut_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cut_24_regular, 'cut_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dark_theme_24_regular, 'dark_theme_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_area_24_regular, 'data_area_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_bar_horizontal_24_regular, + 'data_bar_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_bar_vertical_20_regular, + 'data_bar_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_bar_vertical_24_regular, + 'data_bar_vertical_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_funnel_24_regular, 'data_funnel_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_histogram_24_regular, 'data_histogram_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_line_24_regular, 'data_line_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_pie_20_regular, 'data_pie_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.data_pie_24_regular, 'data_pie_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_scatter_24_regular, 'data_scatter_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_sunburst_24_regular, 'data_sunburst_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_treemap_24_regular, 'data_treemap_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_usage_24_regular, 'data_usage_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_waterfall_24_regular, 'data_waterfall_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.data_whisker_24_regular, 'data_whisker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.delete_20_regular, 'delete_20_regular', 20), + + FluentUISampleIcon(FluentIcons.delete_24_regular, 'delete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.delete_28_regular, 'delete_28_regular', 28), + + FluentUISampleIcon(FluentIcons.delete_48_regular, 'delete_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.delete_forever_24_regular, 'delete_forever_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.delete_forever_28_regular, 'delete_forever_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.delete_off_20_regular, 'delete_off_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.delete_off_24_regular, 'delete_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dentist_24_regular, 'dentist_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.design_ideas_16_regular, 'design_ideas_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.design_ideas_20_regular, 'design_ideas_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.design_ideas_24_regular, 'design_ideas_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_16_regular, 'desktop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_20_regular, 'desktop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_24_regular, 'desktop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_28_regular, 'desktop_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.developer_board_24_regular, 'developer_board_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.device_eq_24_regular, 'device_eq_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dialpad_20_regular, 'dialpad_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dialpad_24_regular, 'dialpad_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dialpad_off_24_regular, 'dialpad_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dictionary_20_regular, 'dictionary_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.dictionary_24_regular, 'dictionary_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dictionary_add_20_regular, 'dictionary_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.dictionary_add_24_regular, 'dictionary_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.directions_20_regular, 'directions_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.directions_24_regular, 'directions_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dismiss_12_regular, 'dismiss_12_regular', 12), + + FluentUISampleIcon(FluentIcons.dismiss_16_regular, 'dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.dismiss_20_regular, 'dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dismiss_24_regular, 'dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dismiss_28_regular, 'dismiss_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_16_regular, 'dismiss_circle_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_20_regular, 'dismiss_circle_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_24_regular, 'dismiss_circle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_48_regular, 'dismiss_circle_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.divider_short_24_regular, 'divider_short_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.divider_tall_24_regular, 'divider_tall_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dock_24_regular, 'dock_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dock_left_16_regular, 'dock_left_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.dock_left_20_regular, 'dock_left_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.dock_left_24_regular, 'dock_left_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dock_row_24_regular, 'dock_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.doctor_24_regular, 'doctor_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_20_regular, 'document_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_24_regular, 'document_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_28_regular, 'document_28_regular', 28), + + FluentUISampleIcon(FluentIcons.document_autosave_24_regular, + 'document_autosave_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_briefcase_20_regular, + 'document_briefcase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_briefcase_24_regular, + 'document_briefcase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_catch_up_24_regular, + 'document_catch_up_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_copy_16_regular, 'document_copy_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.document_copy_20_regular, 'document_copy_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_copy_24_regular, 'document_copy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_copy_48_regular, 'document_copy_48_regular', 48), + + FluentUISampleIcon(FluentIcons.document_dismiss_20_regular, + 'document_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_dismiss_24_regular, + 'document_dismiss_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_edit_16_regular, 'document_edit_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.document_edit_20_regular, 'document_edit_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_edit_24_regular, 'document_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_endnote_20_regular, + 'document_endnote_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_endnote_24_regular, + 'document_endnote_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_error_16_regular, 'document_error_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.document_error_20_regular, 'document_error_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_error_24_regular, 'document_error_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_footer_24_regular, 'document_footer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_footer_remove_24_regular, + 'document_footer_remove_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_header_24_regular, 'document_header_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_header_footer_20_regular, + 'document_header_footer_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_header_footer_24_regular, + 'document_header_footer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_header_remove_24_regular, + 'document_header_remove_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_landscape_20_regular, + 'document_landscape_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_landscape_24_regular, + 'document_landscape_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_margins_20_regular, + 'document_margins_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_margins_24_regular, + 'document_margins_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_none_20_regular, 'document_none_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_none_24_regular, 'document_none_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_one_page_20_regular, + 'document_one_page_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_one_page_24_regular, + 'document_one_page_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_page_24_regular, 'document_page_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_bottom_center_20_regular, + 'document_page_bottom_center_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_page_bottom_center_24_regular, + 'document_page_bottom_center_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_bottom_left_20_regular, + 'document_page_bottom_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_page_bottom_left_24_regular, + 'document_page_bottom_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_bottom_right_20_regular, + 'document_page_bottom_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_page_bottom_right_24_regular, + 'document_page_bottom_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_break_24_regular, + 'document_page_break_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_number_20_regular, + 'document_page_number_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_page_number_24_regular, + 'document_page_number_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_top_center_20_regular, + 'document_page_top_center_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_page_top_center_24_regular, + 'document_page_top_center_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_top_left_20_regular, + 'document_page_top_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_page_top_left_24_regular, + 'document_page_top_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_page_top_right_20_regular, + 'document_page_top_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_page_top_right_24_regular, + 'document_page_top_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_pdf_16_regular, 'document_pdf_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.document_pdf_20_regular, 'document_pdf_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_pdf_24_regular, 'document_pdf_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_search_20_regular, 'document_search_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_search_24_regular, 'document_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_toolbox_20_regular, + 'document_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_toolbox_24_regular, + 'document_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_top_center_20_regular, + 'document_top_center_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_top_left_20_regular, + 'document_top_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_top_right_20_regular, + 'document_top_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_unknown_16_regular, + 'document_unknown_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_unknown_20_regular, + 'document_unknown_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_unknown_24_regular, + 'document_unknown_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.document_width_20_regular, 'document_width_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.document_width_24_regular, 'document_width_24_regular', 24), + + FluentUISampleIcon(FluentIcons.double_swipe_down_24_regular, + 'double_swipe_down_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.double_swipe_up_24_regular, 'double_swipe_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_down_24_regular, + 'double_tap_swipe_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_up_24_regular, + 'double_tap_swipe_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drafts_16_regular, 'drafts_16_regular', 16), + + FluentUISampleIcon(FluentIcons.drafts_20_regular, 'drafts_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drafts_24_regular, 'drafts_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drag_24_regular, 'drag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drink_24_regular, 'drink_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.drink_beer_24_regular, 'drink_beer_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.drink_coffee_20_regular, 'drink_coffee_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.drink_coffee_24_regular, 'drink_coffee_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.drink_margarita_24_regular, 'drink_margarita_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.drink_wine_24_regular, 'drink_wine_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dual_screen_24_regular, 'dual_screen_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.dual_screen_add_24_regular, 'dual_screen_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_24_regular, + 'dual_screen_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_clock_24_regular, + 'dual_screen_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_desktop_24_regular, + 'dual_screen_desktop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_error_24_regular, + 'dual_screen_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_group_24_regular, + 'dual_screen_group_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_header_24_regular, + 'dual_screen_header_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_lock_24_regular, + 'dual_screen_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_mirror_24_regular, + 'dual_screen_mirror_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_pagination_24_regular, + 'dual_screen_pagination_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_settings_24_regular, + 'dual_screen_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_status_bar_24_regular, + 'dual_screen_status_bar_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_tablet_24_regular, + 'dual_screen_tablet_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_update_24_regular, + 'dual_screen_update_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_24_regular, + 'dual_screen_vertical_scroll_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vibrate_24_regular, + 'dual_screen_vibrate_24_regular', 24), + + FluentUISampleIcon(FluentIcons.earth_16_regular, 'earth_16_regular', 16), + + FluentUISampleIcon(FluentIcons.earth_20_regular, 'earth_20_regular', 20), + + FluentUISampleIcon(FluentIcons.earth_24_regular, 'earth_24_regular', 24), + + FluentUISampleIcon(FluentIcons.edit_16_regular, 'edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.edit_20_regular, 'edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.edit_24_regular, 'edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.emoji_16_regular, 'emoji_16_regular', 16), + + FluentUISampleIcon(FluentIcons.emoji_20_regular, 'emoji_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_24_regular, 'emoji_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.emoji_add_24_regular, 'emoji_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.emoji_angry_20_regular, 'emoji_angry_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.emoji_angry_24_regular, 'emoji_angry_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.emoji_laugh_20_regular, 'emoji_laugh_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.emoji_laugh_24_regular, 'emoji_laugh_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.emoji_meh_20_regular, 'emoji_meh_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.emoji_meh_24_regular, 'emoji_meh_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.emoji_sad_20_regular, 'emoji_sad_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.emoji_sad_24_regular, 'emoji_sad_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_20_regular, 'emoji_surprise_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_24_regular, 'emoji_surprise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.erase_20_regular, 'erase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.erase_24_regular, 'erase_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.eraser_tool_24_regular, 'eraser_tool_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.error_circle_16_regular, 'error_circle_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.error_circle_20_regular, 'error_circle_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.error_circle_24_regular, 'error_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.export_24_regular, 'export_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.extended_dock_24_regular, 'extended_dock_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.extension_20_regular, 'extension_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.extension_24_regular, 'extension_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.eye_hide_20_regular, 'eye_hide_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.eye_hide_24_regular, 'eye_hide_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.eye_show_12_regular, 'eye_show_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.eye_show_16_regular, 'eye_show_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.eye_show_20_regular, 'eye_show_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.eye_show_24_regular, 'eye_show_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fast_acceleration_24_regular, + 'fast_acceleration_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.fast_forward_20_regular, 'fast_forward_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.fast_forward_24_regular, 'fast_forward_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.fast_mode_16_regular, 'fast_mode_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.fast_mode_20_regular, 'fast_mode_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.fast_mode_24_regular, 'fast_mode_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.fast_mode_28_regular, 'fast_mode_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.favorites_20_regular, 'favorites_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.favorites_24_regular, 'favorites_24_regular', 24), + + FluentUISampleIcon(FluentIcons.filter_20_regular, 'filter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.filter_24_regular, 'filter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.filter_28_regular, 'filter_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.fingerprint_24_regular, 'fingerprint_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flag_16_regular, 'flag_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flag_20_regular, 'flag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flag_24_regular, 'flag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flag_28_regular, 'flag_28_regular', 28), + + FluentUISampleIcon(FluentIcons.flag_48_regular, 'flag_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.flag_off_24_regular, 'flag_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.flag_off_28_regular, 'flag_off_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.flag_off_48_regular, 'flag_off_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.flash_auto_24_regular, 'flash_auto_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.flash_off_24_regular, 'flash_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.flash_on_20_regular, 'flash_on_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.flash_on_24_regular, 'flash_on_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.flashlight_24_regular, 'flashlight_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.flashlight_off_24_regular, 'flashlight_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_20_regular, 'folder_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_24_regular, 'folder_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_28_regular, 'folder_28_regular', 28), + + FluentUISampleIcon(FluentIcons.folder_48_regular, 'folder_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.folder_add_20_regular, 'folder_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_add_24_regular, 'folder_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.folder_add_28_regular, 'folder_add_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.folder_add_48_regular, 'folder_add_48_regular', 48), + + FluentUISampleIcon(FluentIcons.folder_briefcase_20_regular, + 'folder_briefcase_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_junk_20_regular, 'folder_junk_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_junk_24_regular, 'folder_junk_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.folder_junk_28_regular, 'folder_junk_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.folder_junk_48_regular, 'folder_junk_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.folder_link_20_regular, 'folder_link_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_link_24_regular, 'folder_link_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.folder_link_28_regular, 'folder_link_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.folder_link_48_regular, 'folder_link_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.folder_move_20_regular, 'folder_move_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_move_24_regular, 'folder_move_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.folder_move_28_regular, 'folder_move_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.folder_move_48_regular, 'folder_move_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.folder_open_16_regular, 'folder_open_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.folder_open_20_regular, 'folder_open_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_open_24_regular, 'folder_open_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_open_vertical_20_regular, + 'folder_open_vertical_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_public_16_regular, 'folder_public_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.folder_public_20_regular, 'folder_public_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_public_24_regular, 'folder_public_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.folder_zip_16_regular, 'folder_zip_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.folder_zip_20_regular, 'folder_zip_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.folder_zip_24_regular, 'folder_zip_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.font_decrease_20_regular, 'font_decrease_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.font_decrease_24_regular, 'font_decrease_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.font_increase_20_regular, 'font_increase_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.font_increase_24_regular, 'font_increase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_16_regular, + 'font_space_tracking_in_16_regular', 16), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_20_regular, + 'font_space_tracking_in_20_regular', 20), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_24_regular, + 'font_space_tracking_in_24_regular', 24), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_28_regular, + 'font_space_tracking_in_28_regular', 28), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_16_regular, + 'font_space_tracking_out_16_regular', 16), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_20_regular, + 'font_space_tracking_out_20_regular', 20), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_24_regular, + 'font_space_tracking_out_24_regular', 24), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_28_regular, + 'font_space_tracking_out_28_regular', 28), + + FluentUISampleIcon(FluentIcons.food_20_regular, 'food_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_24_regular, 'food_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.food_cake_24_regular, 'food_cake_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.food_egg_24_regular, 'food_egg_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.food_toast_24_regular, 'food_toast_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.form_new_24_regular, 'form_new_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.form_new_28_regular, 'form_new_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.form_new_48_regular, 'form_new_48_regular', 48), + + FluentUISampleIcon(FluentIcons.forward_20_regular, 'forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.forward_24_regular, 'forward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fps_240_24_regular, 'fps_240_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fps_960_24_regular, 'fps_960_24_regular', 24), + + FluentUISampleIcon(FluentIcons.full_screen_zoom_24_regular, + 'full_screen_zoom_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gallery_24_regular, 'gallery_24_regular', 24), + + FluentUISampleIcon(FluentIcons.games_24_regular, 'games_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gesture_24_regular, 'gesture_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gif_20_regular, 'gif_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gif_24_regular, 'gif_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gift_20_regular, 'gift_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gift_24_regular, 'gift_24_regular', 24), + + FluentUISampleIcon(FluentIcons.glance_24_regular, 'glance_24_regular', 24), + + FluentUISampleIcon(FluentIcons.glasses_24_regular, 'glasses_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.glasses_off_24_regular, 'glasses_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_20_regular, 'globe_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_24_regular, 'globe_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.globe_add_24_regular, 'globe_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.globe_clock_24_regular, 'globe_clock_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.globe_desktop_24_regular, 'globe_desktop_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.globe_location_24_regular, 'globe_location_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.globe_search_24_regular, 'globe_search_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.globe_video_24_regular, 'globe_video_24_regular', 24), + + FluentUISampleIcon(FluentIcons.grid_20_regular, 'grid_20_regular', 20), + + FluentUISampleIcon(FluentIcons.grid_24_regular, 'grid_24_regular', 24), + + FluentUISampleIcon(FluentIcons.grid_28_regular, 'grid_28_regular', 28), + + FluentUISampleIcon(FluentIcons.group_20_regular, 'group_20_regular', 20), + + FluentUISampleIcon(FluentIcons.group_24_regular, 'group_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.group_list_24_regular, 'group_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.guest_16_regular, 'guest_16_regular', 16), + + FluentUISampleIcon(FluentIcons.guest_20_regular, 'guest_20_regular', 20), + + FluentUISampleIcon(FluentIcons.guest_24_regular, 'guest_24_regular', 24), + + FluentUISampleIcon(FluentIcons.guest_28_regular, 'guest_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.guest_add_24_regular, 'guest_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.hand_raise_24_regular, 'hand_raise_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.handshake_16_regular, 'handshake_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.handshake_20_regular, 'handshake_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.handshake_24_regular, 'handshake_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hdr_24_regular, 'hdr_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.headphones_24_regular, 'headphones_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.headphones_28_regular, 'headphones_28_regular', 28), + + FluentUISampleIcon(FluentIcons.headset_24_regular, 'headset_24_regular', 24), + + FluentUISampleIcon(FluentIcons.headset_28_regular, 'headset_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.headset_vr_20_regular, 'headset_vr_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.headset_vr_24_regular, 'headset_vr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.heart_16_regular, 'heart_16_regular', 16), + + FluentUISampleIcon(FluentIcons.heart_20_regular, 'heart_20_regular', 20), + + FluentUISampleIcon(FluentIcons.heart_24_regular, 'heart_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.highlight_16_regular, 'highlight_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.highlight_20_regular, 'highlight_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.highlight_24_regular, 'highlight_24_regular', 24), + + FluentUISampleIcon(FluentIcons.history_20_regular, 'history_20_regular', 20), + + FluentUISampleIcon(FluentIcons.history_24_regular, 'history_24_regular', 24), + + FluentUISampleIcon(FluentIcons.home_20_regular, 'home_20_regular', 20), + + FluentUISampleIcon(FluentIcons.home_24_regular, 'home_24_regular', 24), + + FluentUISampleIcon(FluentIcons.home_28_regular, 'home_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.home_add_24_regular, 'home_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.home_checkmark_24_regular, 'home_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.icons_20_regular, 'icons_20_regular', 20), + + FluentUISampleIcon(FluentIcons.icons_24_regular, 'icons_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_16_regular, 'image_16_regular', 16), + + FluentUISampleIcon(FluentIcons.image_20_regular, 'image_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_24_regular, 'image_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_28_regular, 'image_28_regular', 28), + + FluentUISampleIcon(FluentIcons.image_48_regular, 'image_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.image_add_24_regular, 'image_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.image_alt_text_20_regular, 'image_alt_text_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.image_alt_text_24_regular, 'image_alt_text_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.image_copy_20_regular, 'image_copy_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.image_copy_24_regular, 'image_copy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.image_copy_28_regular, 'image_copy_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.image_edit_16_regular, 'image_edit_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.image_edit_20_regular, 'image_edit_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.image_edit_24_regular, 'image_edit_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.image_library_20_regular, 'image_library_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.image_library_24_regular, 'image_library_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.image_library_28_regular, 'image_library_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.image_off_24_regular, 'image_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.image_search_20_regular, 'image_search_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.image_search_24_regular, 'image_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.immersive_reader_20_regular, + 'immersive_reader_20_regular', 20), + + FluentUISampleIcon(FluentIcons.immersive_reader_24_regular, + 'immersive_reader_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.important_12_regular, 'important_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.important_16_regular, 'important_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.important_20_regular, 'important_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.important_24_regular, 'important_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.incognito_24_regular, 'incognito_24_regular', 24), + + FluentUISampleIcon(FluentIcons.info_16_regular, 'info_16_regular', 16), + + FluentUISampleIcon(FluentIcons.info_20_regular, 'info_20_regular', 20), + + FluentUISampleIcon(FluentIcons.info_24_regular, 'info_24_regular', 24), + + FluentUISampleIcon(FluentIcons.info_28_regular, 'info_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.inking_tool_16_regular, 'inking_tool_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.inking_tool_20_regular, 'inking_tool_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.inking_tool_24_regular, 'inking_tool_24_regular', 24), + + FluentUISampleIcon(FluentIcons.inprivate_account_16_regular, + 'inprivate_account_16_regular', 16), + + FluentUISampleIcon(FluentIcons.inprivate_account_20_regular, + 'inprivate_account_20_regular', 20), + + FluentUISampleIcon(FluentIcons.inprivate_account_24_regular, + 'inprivate_account_24_regular', 24), + + FluentUISampleIcon(FluentIcons.inprivate_account_28_regular, + 'inprivate_account_28_regular', 28), + + FluentUISampleIcon(FluentIcons.insert_20_regular, 'insert_20_regular', 20), + + FluentUISampleIcon(FluentIcons.inspect_20_regular, 'inspect_20_regular', 20), + + FluentUISampleIcon(FluentIcons.inspect_24_regular, 'inspect_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.ios_arrow_left_24_regular, 'ios_arrow_left_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.ios_chevron_24_regular, 'ios_chevron_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ios_chevron_right_20_regular, + 'ios_chevron_right_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.javascript_16_regular, 'javascript_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.javascript_20_regular, 'javascript_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.javascript_24_regular, 'javascript_24_regular', 24), + + FluentUISampleIcon(FluentIcons.key_20_regular, 'key_20_regular', 20), + + FluentUISampleIcon(FluentIcons.key_24_regular, 'key_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.keyboard_20_regular, 'keyboard_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.keyboard_24_regular, 'keyboard_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.keyboard_dock_24_regular, 'keyboard_dock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_float_24_regular, + 'keyboard_layout_float_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_24_regular, + 'keyboard_layout_one_handed_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_resize_24_regular, + 'keyboard_layout_resize_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_regular, + 'keyboard_layout_split_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_24_regular, 'keyboard_shift_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_24_regular, + 'keyboard_shift_uppercase_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.keyboard_tab_24_regular, 'keyboard_tab_24_regular', 24), + + FluentUISampleIcon(FluentIcons.laptop_16_regular, 'laptop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.laptop_20_regular, 'laptop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.laptop_24_regular, 'laptop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.laptop_28_regular, 'laptop_28_regular', 28), + + FluentUISampleIcon(FluentIcons.large_16_regular, 'large_16_regular', 16), + + FluentUISampleIcon(FluentIcons.large_20_regular, 'large_20_regular', 20), + + FluentUISampleIcon(FluentIcons.large_24_regular, 'large_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lasso_24_regular, 'lasso_24_regular', 24), + + FluentUISampleIcon(FluentIcons.launcher_settings_24_regular, + 'launcher_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.layer_20_regular, 'layer_20_regular', 20), + + FluentUISampleIcon(FluentIcons.layer_24_regular, 'layer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.leaf_16_regular, 'leaf_16_regular', 16), + + FluentUISampleIcon(FluentIcons.leaf_20_regular, 'leaf_20_regular', 20), + + FluentUISampleIcon(FluentIcons.leaf_24_regular, 'leaf_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.leaf_two_16_regular, 'leaf_two_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.leaf_two_20_regular, 'leaf_two_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.leaf_two_24_regular, 'leaf_two_24_regular', 24), + + FluentUISampleIcon(FluentIcons.library_24_regular, 'library_24_regular', 24), + + FluentUISampleIcon(FluentIcons.library_28_regular, 'library_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.lightbulb_16_regular, 'lightbulb_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.lightbulb_20_regular, 'lightbulb_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.lightbulb_24_regular, 'lightbulb_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lightbulb_circle_24_regular, + 'lightbulb_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lightbulb_filament_16_regular, + 'lightbulb_filament_16_regular', 16), + + FluentUISampleIcon(FluentIcons.lightbulb_filament_20_regular, + 'lightbulb_filament_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lightbulb_filament_24_regular, + 'lightbulb_filament_24_regular', 24), + + FluentUISampleIcon(FluentIcons.like_16_regular, 'like_16_regular', 16), + + FluentUISampleIcon(FluentIcons.likert_16_regular, 'likert_16_regular', 16), + + FluentUISampleIcon(FluentIcons.likert_20_regular, 'likert_20_regular', 20), + + FluentUISampleIcon(FluentIcons.likert_24_regular, 'likert_24_regular', 24), + + FluentUISampleIcon(FluentIcons.line_horizontal_1_20_regular, + 'line_horizontal_1_20_regular', 20), + + FluentUISampleIcon(FluentIcons.line_horizontal_3_20_regular, + 'line_horizontal_3_20_regular', 20), + + FluentUISampleIcon(FluentIcons.line_horizontal_5_20_regular, + 'line_horizontal_5_20_regular', 20), + + FluentUISampleIcon(FluentIcons.link_16_regular, 'link_16_regular', 16), + + FluentUISampleIcon(FluentIcons.link_20_regular, 'link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.link_24_regular, 'link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.link_28_regular, 'link_28_regular', 28), + + FluentUISampleIcon(FluentIcons.link_48_regular, 'link_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.link_edit_16_regular, 'link_edit_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.link_edit_20_regular, 'link_edit_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.link_edit_24_regular, 'link_edit_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.link_remove_20_regular, 'link_remove_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.link_square_24_regular, 'link_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.list_20_regular, 'list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.list_24_regular, 'list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.list_28_regular, 'list_28_regular', 28), + + FluentUISampleIcon(FluentIcons.live_20_regular, 'live_20_regular', 20), + + FluentUISampleIcon(FluentIcons.live_24_regular, 'live_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.local_language_16_regular, 'local_language_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.local_language_20_regular, 'local_language_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.local_language_24_regular, 'local_language_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.local_language_28_regular, 'local_language_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.location_12_regular, 'location_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.location_16_regular, 'location_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.location_20_regular, 'location_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.location_24_regular, 'location_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.location_28_regular, 'location_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.location_live_20_regular, 'location_live_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.location_live_24_regular, 'location_live_24_regular', 24), + + FluentUISampleIcon(FluentIcons.location_not_found_24_regular, + 'location_not_found_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lock_12_regular, 'lock_12_regular', 12), + + FluentUISampleIcon(FluentIcons.lock_16_regular, 'lock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.lock_20_regular, 'lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lock_24_regular, 'lock_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.lock_shield_20_regular, 'lock_shield_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.lock_shield_24_regular, 'lock_shield_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.lock_shield_48_regular, 'lock_shield_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.magic_wand_24_regular, 'magic_wand_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_20_regular, 'mail_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_24_regular, 'mail_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_28_regular, 'mail_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_48_regular, 'mail_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.mail_add_24_regular, 'mail_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_all_20_regular, 'mail_all_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_all_24_regular, 'mail_all_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_all_accounts_24_regular, + 'mail_all_accounts_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_all_read_20_regular, 'mail_all_read_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_all_unread_20_regular, 'mail_all_unread_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_clock_20_regular, 'mail_clock_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_copy_20_regular, 'mail_copy_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_copy_24_regular, 'mail_copy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_inbox_16_regular, 'mail_inbox_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.mail_inbox_20_regular, 'mail_inbox_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_inbox_24_regular, 'mail_inbox_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_inbox_28_regular, 'mail_inbox_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_16_regular, 'mail_inbox_add_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_20_regular, 'mail_inbox_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_24_regular, 'mail_inbox_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_28_regular, 'mail_inbox_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_16_regular, + 'mail_inbox_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_20_regular, + 'mail_inbox_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_24_regular, + 'mail_inbox_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_28_regular, + 'mail_inbox_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_move_to_focussed_24_regular, + 'mail_move_to_focussed_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_outbox_20_regular, 'mail_outbox_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_outbox_24_regular, 'mail_outbox_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_read_20_regular, 'mail_read_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_read_24_regular, 'mail_read_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_read_28_regular, 'mail_read_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.mail_read_48_regular, 'mail_read_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.mail_unread_16_regular, 'mail_unread_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.mail_unread_20_regular, 'mail_unread_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.mail_unread_24_regular, 'mail_unread_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.mail_unread_28_regular, 'mail_unread_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.mail_unread_48_regular, 'mail_unread_48_regular', 48), + + FluentUISampleIcon(FluentIcons.mail_unsubscribe_24_regular, + 'mail_unsubscribe_24_regular', 24), + + FluentUISampleIcon(FluentIcons.malware_detected_16_regular, + 'malware_detected_16_regular', 16), + + FluentUISampleIcon(FluentIcons.malware_detected_24_regular, + 'malware_detected_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.manufacturer_24_regular, 'manufacturer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.map_24_regular, 'map_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.map_drive_16_regular, 'map_drive_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.map_drive_20_regular, 'map_drive_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.map_drive_24_regular, 'map_drive_24_regular', 24), + + FluentUISampleIcon(FluentIcons.match_app_layout_24_regular, + 'match_app_layout_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.maximize_16_regular, 'maximize_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.meet_now_20_regular, 'meet_now_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.meet_now_24_regular, 'meet_now_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.megaphone_16_regular, 'megaphone_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.megaphone_20_regular, 'megaphone_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.megaphone_24_regular, 'megaphone_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.megaphone_28_regular, 'megaphone_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.megaphone_off_24_regular, 'megaphone_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mention_16_regular, 'mention_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mention_20_regular, 'mention_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mention_24_regular, 'mention_24_regular', 24), + + FluentUISampleIcon(FluentIcons.merge_24_regular, 'merge_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_off_12_regular, 'mic_off_12_regular', 12), + + FluentUISampleIcon(FluentIcons.mic_off_16_regular, 'mic_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mic_off_24_regular, 'mic_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_off_28_regular, 'mic_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mic_on_16_regular, 'mic_on_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mic_on_20_regular, 'mic_on_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mic_on_24_regular, 'mic_on_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_on_28_regular, 'mic_on_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mic_on_48_regular, 'mic_on_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.mic_settings_24_regular, 'mic_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.midi_20_regular, 'midi_20_regular', 20), + + FluentUISampleIcon(FluentIcons.midi_24_regular, 'midi_24_regular', 24), + + FluentUISampleIcon(FluentIcons.missing_metadata_16_regular, + 'missing_metadata_16_regular', 16), + + FluentUISampleIcon(FluentIcons.missing_metadata_24_regular, + 'missing_metadata_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mobile_optimized_24_regular, + 'mobile_optimized_24_regular', 24), + + FluentUISampleIcon(FluentIcons.money_16_regular, 'money_16_regular', 16), + + FluentUISampleIcon(FluentIcons.money_20_regular, 'money_20_regular', 20), + + FluentUISampleIcon(FluentIcons.money_24_regular, 'money_24_regular', 24), + + FluentUISampleIcon(FluentIcons.more_16_regular, 'more_16_regular', 16), + + FluentUISampleIcon(FluentIcons.more_20_regular, 'more_20_regular', 20), + + FluentUISampleIcon(FluentIcons.more_24_regular, 'more_24_regular', 24), + + FluentUISampleIcon(FluentIcons.more_28_regular, 'more_28_regular', 28), + + FluentUISampleIcon(FluentIcons.more_48_regular, 'more_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.more_vertical_20_regular, 'more_vertical_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.more_vertical_24_regular, 'more_vertical_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.more_vertical_28_regular, 'more_vertical_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.more_vertical_48_regular, 'more_vertical_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_24_regular, 'movies_and_tv_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.multiselect_20_regular, 'multiselect_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.multiselect_24_regular, 'multiselect_24_regular', 24), + + FluentUISampleIcon(FluentIcons.music_20_regular, 'music_20_regular', 20), + + FluentUISampleIcon(FluentIcons.music_24_regular, 'music_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.my_location_24_regular, 'my_location_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.navigation_20_regular, 'navigation_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.navigation_24_regular, 'navigation_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.network_check_24_regular, 'network_check_24_regular', 24), + + FluentUISampleIcon(FluentIcons.new_16_regular, 'new_16_regular', 16), + + FluentUISampleIcon(FluentIcons.new_24_regular, 'new_24_regular', 24), + + FluentUISampleIcon(FluentIcons.news_20_regular, 'news_20_regular', 20), + + FluentUISampleIcon(FluentIcons.news_24_regular, 'news_24_regular', 24), + + FluentUISampleIcon(FluentIcons.news_28_regular, 'news_28_regular', 28), + + FluentUISampleIcon(FluentIcons.next_16_regular, 'next_16_regular', 16), + + FluentUISampleIcon(FluentIcons.next_20_regular, 'next_20_regular', 20), + + FluentUISampleIcon(FluentIcons.next_24_regular, 'next_24_regular', 24), + + FluentUISampleIcon(FluentIcons.note_20_regular, 'note_20_regular', 20), + + FluentUISampleIcon(FluentIcons.note_24_regular, 'note_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.note_add_16_regular, 'note_add_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.note_add_20_regular, 'note_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.note_add_24_regular, 'note_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.notebook_24_regular, 'notebook_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.notebook_error_24_regular, 'notebook_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_lightning_24_regular, + 'notebook_lightning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_question_mark_24_regular, + 'notebook_question_mark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_section_24_regular, + 'notebook_section_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.notebook_sync_24_regular, 'notebook_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notepad_20_regular, 'notepad_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notepad_24_regular, 'notepad_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notepad_28_regular, 'notepad_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.number_row_16_regular, 'number_row_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.number_row_20_regular, 'number_row_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.number_row_24_regular, 'number_row_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.number_symbol_16_regular, 'number_symbol_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.number_symbol_20_regular, 'number_symbol_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.number_symbol_24_regular, 'number_symbol_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.office_apps_24_regular, 'office_apps_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.office_apps_28_regular, 'office_apps_28_regular', 28), + + FluentUISampleIcon(FluentIcons.open_16_regular, 'open_16_regular', 16), + + FluentUISampleIcon(FluentIcons.open_20_regular, 'open_20_regular', 20), + + FluentUISampleIcon(FluentIcons.open_24_regular, 'open_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.open_folder_24_regular, 'open_folder_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.open_in_browser_24_regular, 'open_in_browser_24_regular', 24), + + FluentUISampleIcon(FluentIcons.options_16_regular, 'options_16_regular', 16), + + FluentUISampleIcon(FluentIcons.options_20_regular, 'options_20_regular', 20), + + FluentUISampleIcon(FluentIcons.options_24_regular, 'options_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.organization_20_regular, 'organization_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.organization_24_regular, 'organization_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.organization_28_regular, 'organization_28_regular', 28), + + FluentUISampleIcon(FluentIcons.owner_24_regular, 'owner_24_regular', 24), + + FluentUISampleIcon(FluentIcons.page_20_regular, 'page_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.page_fit_16_regular, 'page_fit_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.page_fit_20_regular, 'page_fit_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.page_fit_24_regular, 'page_fit_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.paint_brush_16_regular, 'paint_brush_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.paint_brush_20_regular, 'paint_brush_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.paint_brush_24_regular, 'paint_brush_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.paint_bucket_16_regular, 'paint_bucket_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.paint_bucket_20_regular, 'paint_bucket_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.paint_bucket_24_regular, 'paint_bucket_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pair_24_regular, 'pair_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.pane_close_16_regular, 'pane_close_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.pane_close_20_regular, 'pane_close_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.pane_close_24_regular, 'pane_close_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.pane_open_16_regular, 'pane_open_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.pane_open_20_regular, 'pane_open_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.pane_open_24_regular, 'pane_open_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.password_24_regular, 'password_24_regular', 24), + + FluentUISampleIcon(FluentIcons.patient_24_regular, 'patient_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pause_16_regular, 'pause_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pause_20_regular, 'pause_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pause_24_regular, 'pause_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pause_48_regular, 'pause_48_regular', 48), + + FluentUISampleIcon(FluentIcons.payment_20_regular, 'payment_20_regular', 20), + + FluentUISampleIcon(FluentIcons.payment_24_regular, 'payment_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.pen_settings_24_regular, 'pen_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_16_regular, 'people_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_20_regular, 'people_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_24_regular, 'people_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_28_regular, 'people_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.people_add_16_regular, 'people_add_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.people_add_20_regular, 'people_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.people_add_24_regular, 'people_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.people_audience_24_regular, 'people_audience_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_community_16_regular, + 'people_community_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_community_20_regular, + 'people_community_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_community_24_regular, + 'people_community_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_community_28_regular, + 'people_community_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_community_add_24_regular, + 'people_community_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_prohibited_20_regular, + 'people_prohibited_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.people_search_24_regular, 'people_search_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.people_settings_20_regular, 'people_settings_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.people_team_16_regular, 'people_team_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.people_team_20_regular, 'people_team_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.people_team_24_regular, 'people_team_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.people_team_28_regular, 'people_team_28_regular', 28), + + FluentUISampleIcon(FluentIcons.person_12_regular, 'person_12_regular', 12), + + FluentUISampleIcon(FluentIcons.person_16_regular, 'person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_20_regular, 'person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_24_regular, 'person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_28_regular, 'person_28_regular', 28), + + FluentUISampleIcon(FluentIcons.person_48_regular, 'person_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.person_accounts_24_regular, 'person_accounts_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_add_20_regular, 'person_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.person_add_24_regular, 'person_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_arrow_left_20_regular, + 'person_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_arrow_left_24_regular, + 'person_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_arrow_right_16_regular, + 'person_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_arrow_right_20_regular, + 'person_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_arrow_right_24_regular, + 'person_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_available_16_regular, + 'person_available_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_available_24_regular, + 'person_available_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_block_24_regular, 'person_block_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_board_16_regular, 'person_board_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.person_board_20_regular, 'person_board_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.person_board_24_regular, 'person_board_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_call_24_regular, 'person_call_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_delete_16_regular, 'person_delete_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.person_delete_24_regular, 'person_delete_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_feedback_20_regular, 'person_feedback_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.person_feedback_24_regular, 'person_feedback_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_prohibited_20_regular, + 'person_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_question_mark_16_regular, + 'person_question_mark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_question_mark_20_regular, + 'person_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_question_mark_24_regular, + 'person_question_mark_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_support_16_regular, 'person_support_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.person_support_20_regular, 'person_support_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.person_support_24_regular, 'person_support_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_swap_16_regular, 'person_swap_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.person_swap_20_regular, 'person_swap_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.person_swap_24_regular, 'person_swap_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.person_voice_20_regular, 'person_voice_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.person_voice_24_regular, 'person_voice_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_20_regular, 'phone_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_24_regular, 'phone_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_28_regular, 'phone_28_regular', 28), + + FluentUISampleIcon(FluentIcons.phone_add_new_app_24_regular, + 'phone_add_new_app_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_desktop_16_regular, 'phone_desktop_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.phone_desktop_20_regular, 'phone_desktop_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.phone_desktop_24_regular, 'phone_desktop_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_desktop_28_regular, 'phone_desktop_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.phone_error_24_regular, 'phone_error_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_home_lock_24_regular, 'phone_home_lock_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_laptop_20_regular, 'phone_laptop_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.phone_laptop_24_regular, 'phone_laptop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_link_setup_24_regular, + 'phone_link_setup_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_mobile_20_regular, 'phone_mobile_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.phone_mobile_24_regular, 'phone_mobile_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_page_header_24_regular, + 'phone_page_header_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_pagination_24_regular, + 'phone_pagination_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_screen_time_24_regular, + 'phone_screen_time_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_shake_24_regular, 'phone_shake_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_status_bar_24_regular, + 'phone_status_bar_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_tablet_20_regular, 'phone_tablet_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.phone_tablet_24_regular, 'phone_tablet_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_to_pc_20_regular, 'phone_to_pc_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.phone_to_pc_24_regular, 'phone_to_pc_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_update_24_regular, 'phone_update_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_vertical_scroll_24_regular, + 'phone_vertical_scroll_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.phone_vibrate_24_regular, 'phone_vibrate_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.photo_filter_24_regular, 'photo_filter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.picture_in_picture_16_regular, + 'picture_in_picture_16_regular', 16), + + FluentUISampleIcon(FluentIcons.picture_in_picture_20_regular, + 'picture_in_picture_20_regular', 20), + + FluentUISampleIcon(FluentIcons.picture_in_picture_24_regular, + 'picture_in_picture_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pin_12_regular, 'pin_12_regular', 12), + + FluentUISampleIcon(FluentIcons.pin_16_regular, 'pin_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pin_20_regular, 'pin_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pin_24_regular, 'pin_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pin_off_20_regular, 'pin_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pin_off_24_regular, 'pin_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.play_20_regular, 'play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.play_24_regular, 'play_24_regular', 24), + + FluentUISampleIcon(FluentIcons.play_48_regular, 'play_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.play_circle_24_regular, 'play_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.plug_disconnected_20_regular, + 'plug_disconnected_20_regular', 20), + + FluentUISampleIcon(FluentIcons.plug_disconnected_24_regular, + 'plug_disconnected_24_regular', 24), + + FluentUISampleIcon(FluentIcons.plug_disconnected_28_regular, + 'plug_disconnected_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.point_scan_24_regular, 'point_scan_24_regular', 24), + + FluentUISampleIcon(FluentIcons.poll_24_regular, 'poll_24_regular', 24), + + FluentUISampleIcon(FluentIcons.power_20_regular, 'power_20_regular', 20), + + FluentUISampleIcon(FluentIcons.power_24_regular, 'power_24_regular', 24), + + FluentUISampleIcon(FluentIcons.power_28_regular, 'power_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.predictions_24_regular, 'predictions_24_regular', 24), + + FluentUISampleIcon(FluentIcons.premium_16_regular, 'premium_16_regular', 16), + + FluentUISampleIcon(FluentIcons.premium_20_regular, 'premium_20_regular', 20), + + FluentUISampleIcon(FluentIcons.premium_24_regular, 'premium_24_regular', 24), + + FluentUISampleIcon(FluentIcons.premium_28_regular, 'premium_28_regular', 28), + + FluentUISampleIcon(FluentIcons.presence_blocked_10_regular, + 'presence_blocked_10_regular', 10), + + FluentUISampleIcon(FluentIcons.presence_blocked_12_regular, + 'presence_blocked_12_regular', 12), + + FluentUISampleIcon(FluentIcons.presence_blocked_16_regular, + 'presence_blocked_16_regular', 16), + + FluentUISampleIcon(FluentIcons.presence_offline_10_regular, + 'presence_offline_10_regular', 10), + + FluentUISampleIcon(FluentIcons.presence_offline_12_regular, + 'presence_offline_12_regular', 12), + + FluentUISampleIcon(FluentIcons.presence_offline_16_regular, + 'presence_offline_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.presence_oof_10_regular, 'presence_oof_10_regular', 10), + + FluentUISampleIcon( + FluentIcons.presence_oof_12_regular, 'presence_oof_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.presence_oof_16_regular, 'presence_oof_16_regular', 16), + + FluentUISampleIcon(FluentIcons.presence_unknown_10_regular, + 'presence_unknown_10_regular', 10), + + FluentUISampleIcon(FluentIcons.presence_unknown_12_regular, + 'presence_unknown_12_regular', 12), + + FluentUISampleIcon(FluentIcons.presence_unknown_16_regular, + 'presence_unknown_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.presenter_24_regular, 'presenter_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.presenter_off_24_regular, 'presenter_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.preview_link_16_regular, 'preview_link_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.preview_link_20_regular, 'preview_link_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.preview_link_24_regular, 'preview_link_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.previous_16_regular, 'previous_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.previous_20_regular, 'previous_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.previous_24_regular, 'previous_24_regular', 24), + + FluentUISampleIcon(FluentIcons.print_20_regular, 'print_20_regular', 20), + + FluentUISampleIcon(FluentIcons.print_24_regular, 'print_24_regular', 24), + + FluentUISampleIcon(FluentIcons.print_48_regular, 'print_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.prohibited_20_regular, 'prohibited_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.prohibited_24_regular, 'prohibited_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.prohibited_28_regular, 'prohibited_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.prohibited_48_regular, 'prohibited_48_regular', 48), + + FluentUISampleIcon(FluentIcons.proofread_language_24_regular, + 'proofread_language_24_regular', 24), + + FluentUISampleIcon(FluentIcons.protocol_handler_16_regular, + 'protocol_handler_16_regular', 16), + + FluentUISampleIcon(FluentIcons.protocol_handler_20_regular, + 'protocol_handler_20_regular', 20), + + FluentUISampleIcon(FluentIcons.protocol_handler_24_regular, + 'protocol_handler_24_regular', 24), + + FluentUISampleIcon(FluentIcons.qr_code_24_regular, 'qr_code_24_regular', 24), + + FluentUISampleIcon(FluentIcons.qr_code_28_regular, 'qr_code_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.question_16_regular, 'question_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.question_20_regular, 'question_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.question_24_regular, 'question_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.question_28_regular, 'question_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.question_48_regular, 'question_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.question_circle_16_regular, 'question_circle_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.question_circle_20_regular, 'question_circle_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.question_circle_24_regular, 'question_circle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.question_circle_28_regular, 'question_circle_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.question_circle_48_regular, 'question_circle_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.quiz_new_24_regular, 'quiz_new_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.quiz_new_28_regular, 'quiz_new_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.quiz_new_48_regular, 'quiz_new_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.radio_button_20_regular, 'radio_button_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.radio_button_24_regular, 'radio_button_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.rating_mature_16_regular, 'rating_mature_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.rating_mature_20_regular, 'rating_mature_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.rating_mature_24_regular, 'rating_mature_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.re_order_16_regular, 're_order_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.re_order_24_regular, 're_order_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.re_order_dots_20_regular, 're_order_dots_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.re_order_dots_24_regular, 're_order_dots_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.read_aloud_20_regular, 'read_aloud_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.read_aloud_24_regular, 'read_aloud_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.read_only_16_regular, 'read_only_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.read_only_24_regular, 'read_only_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.reading_list_16_regular, 'reading_list_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.reading_list_20_regular, 'reading_list_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.reading_list_24_regular, 'reading_list_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.reading_list_28_regular, 'reading_list_28_regular', 28), + + FluentUISampleIcon(FluentIcons.reading_list_add_16_regular, + 'reading_list_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.reading_list_add_20_regular, + 'reading_list_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.reading_list_add_24_regular, + 'reading_list_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.reading_list_add_28_regular, + 'reading_list_add_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.reading_mode_20_regular, 'reading_mode_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.reading_mode_24_regular, 'reading_mode_24_regular', 24), + + FluentUISampleIcon(FluentIcons.reading_mode_mobile_20_regular, + 'reading_mode_mobile_20_regular', 20), + + FluentUISampleIcon(FluentIcons.reading_mode_mobile_24_regular, + 'reading_mode_mobile_24_regular', 24), + + FluentUISampleIcon(FluentIcons.reciept_20_regular, 'reciept_20_regular', 20), + + FluentUISampleIcon(FluentIcons.reciept_24_regular, 'reciept_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.recommended_24_regular, 'recommended_24_regular', 24), + + FluentUISampleIcon(FluentIcons.record_16_regular, 'record_16_regular', 16), + + FluentUISampleIcon(FluentIcons.record_20_regular, 'record_20_regular', 20), + + FluentUISampleIcon(FluentIcons.record_24_regular, 'record_24_regular', 24), + + FluentUISampleIcon(FluentIcons.remove_12_regular, 'remove_12_regular', 12), + + FluentUISampleIcon(FluentIcons.remove_16_regular, 'remove_16_regular', 16), + + FluentUISampleIcon(FluentIcons.remove_20_regular, 'remove_20_regular', 20), + + FluentUISampleIcon(FluentIcons.remove_24_regular, 'remove_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.remove_recent_24_regular, 'remove_recent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rename_16_regular, 'rename_16_regular', 16), + + FluentUISampleIcon(FluentIcons.rename_20_regular, 'rename_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rename_24_regular, 'rename_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rename_28_regular, 'rename_28_regular', 28), + + FluentUISampleIcon(FluentIcons.resize_20_regular, 'resize_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.resize_image_24_regular, 'resize_image_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.resize_table_24_regular, 'resize_table_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.resize_video_24_regular, 'resize_video_24_regular', 24), + + FluentUISampleIcon(FluentIcons.restore_16_regular, 'restore_16_regular', 16), + + FluentUISampleIcon(FluentIcons.reward_16_regular, 'reward_16_regular', 16), + + FluentUISampleIcon(FluentIcons.reward_20_regular, 'reward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.reward_24_regular, 'reward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rewind_20_regular, 'rewind_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rewind_24_regular, 'rewind_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rocket_16_regular, 'rocket_16_regular', 16), + + FluentUISampleIcon(FluentIcons.rocket_20_regular, 'rocket_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rocket_24_regular, 'rocket_24_regular', 24), + + FluentUISampleIcon(FluentIcons.router_24_regular, 'router_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.row_triple_24_regular, 'row_triple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ruler_16_regular, 'ruler_16_regular', 16), + + FluentUISampleIcon(FluentIcons.ruler_20_regular, 'ruler_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ruler_24_regular, 'ruler_24_regular', 24), + + FluentUISampleIcon(FluentIcons.run_24_regular, 'run_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_20_regular, 'save_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_24_regular, 'save_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_as_20_regular, 'save_as_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_as_24_regular, 'save_as_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.save_copy_24_regular, 'save_copy_24_regular', 24), + + FluentUISampleIcon(FluentIcons.savings_16_regular, 'savings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.savings_20_regular, 'savings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.savings_24_regular, 'savings_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.scale_fill_24_regular, 'scale_fill_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.scale_fit_16_regular, 'scale_fit_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.scale_fit_20_regular, 'scale_fit_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.scale_fit_24_regular, 'scale_fit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_24_regular, 'scan_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.scratchpad_24_regular, 'scratchpad_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.screenshot_20_regular, 'screenshot_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.screenshot_24_regular, 'screenshot_24_regular', 24), + + FluentUISampleIcon(FluentIcons.search_20_regular, 'search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.search_24_regular, 'search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.search_28_regular, 'search_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.search_info_20_regular, 'search_info_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.search_info_24_regular, 'search_info_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.search_square_24_regular, 'search_square_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.select_all_24_regular, 'select_all_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.select_all_off_24_regular, 'select_all_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.select_object_20_regular, 'select_object_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.select_object_24_regular, 'select_object_24_regular', 24), + + FluentUISampleIcon(FluentIcons.send_20_regular, 'send_20_regular', 20), + + FluentUISampleIcon(FluentIcons.send_24_regular, 'send_24_regular', 24), + + FluentUISampleIcon(FluentIcons.send_28_regular, 'send_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.send_clock_20_regular, 'send_clock_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.send_copy_24_regular, 'send_copy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.send_logging_24_regular, 'send_logging_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.send_to_back_20_regular, 'send_to_back_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.send_to_back_24_regular, 'send_to_back_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.serial_port_16_regular, 'serial_port_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.serial_port_20_regular, 'serial_port_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.serial_port_24_regular, 'serial_port_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.service_bell_24_regular, 'service_bell_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.set_top_stack_16_regular, 'set_top_stack_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.set_top_stack_20_regular, 'set_top_stack_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.set_top_stack_24_regular, 'set_top_stack_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.settings_16_regular, 'settings_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.settings_20_regular, 'settings_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.settings_24_regular, 'settings_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.settings_28_regular, 'settings_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shapes_16_regular, 'shapes_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shapes_20_regular, 'shapes_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shapes_24_regular, 'shapes_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_20_regular, 'share_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_24_regular, 'share_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.share_android_20_regular, 'share_android_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.share_android_24_regular, 'share_android_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_close_tray_24_regular, + 'share_close_tray_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.share_desktop_24_regular, 'share_desktop_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.share_ios_20_regular, 'share_ios_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.share_ios_24_regular, 'share_ios_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.share_ios_28_regular, 'share_ios_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.share_ios_48_regular, 'share_ios_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.share_screen_20_regular, 'share_screen_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.share_screen_24_regular, 'share_screen_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.share_screen_28_regular, 'share_screen_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.share_stop_24_regular, 'share_stop_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.share_stop_28_regular, 'share_stop_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shield_20_regular, 'shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_24_regular, 'shield_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shield_dismiss_20_regular, 'shield_dismiss_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.shield_dismiss_24_regular, 'shield_dismiss_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shield_error_20_regular, 'shield_error_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.shield_error_24_regular, 'shield_error_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shield_keyhole_16_regular, 'shield_keyhole_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.shield_keyhole_20_regular, 'shield_keyhole_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.shield_keyhole_24_regular, 'shield_keyhole_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_prohibited_20_regular, + 'shield_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_prohibited_24_regular, + 'shield_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_24_regular, 'shifts_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_24h_20_regular, 'shifts_24h_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.shifts_24h_24_regular, 'shifts_24h_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_28_regular, 'shifts_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shifts_30_minutes_24_regular, + 'shifts_30_minutes_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_activity_20_regular, 'shifts_activity_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.shifts_activity_24_regular, 'shifts_activity_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_add_24_regular, 'shifts_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_approve_24_regular, 'shifts_approve_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_availability_24_regular, + 'shifts_availability_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_deny_24_regular, 'shifts_deny_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_open_20_regular, 'shifts_open_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.shifts_open_24_regular, 'shifts_open_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_pending_24_regular, 'shifts_pending_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.shifts_team_24_regular, 'shifts_team_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ship_20_regular, 'ship_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ship_24_regular, 'ship_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.sign_out_24_regular, 'sign_out_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.signature_16_regular, 'signature_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.signature_20_regular, 'signature_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.signature_24_regular, 'signature_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.signature_28_regular, 'signature_28_regular', 28), + + FluentUISampleIcon(FluentIcons.signed_16_regular, 'signed_16_regular', 16), + + FluentUISampleIcon(FluentIcons.signed_20_regular, 'signed_20_regular', 20), + + FluentUISampleIcon(FluentIcons.signed_24_regular, 'signed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sim_16_regular, 'sim_16_regular', 16), + + FluentUISampleIcon(FluentIcons.sim_20_regular, 'sim_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sim_24_regular, 'sim_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sleep_24_regular, 'sleep_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.slide_add_24_regular, 'slide_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.slide_design_24_regular, 'slide_design_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.slide_hide_24_regular, 'slide_hide_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.slide_layout_20_regular, 'slide_layout_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.slide_layout_24_regular, 'slide_layout_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_microphone_24_regular, + 'slide_microphone_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.slide_text_24_regular, 'slide_text_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.slow_mode_16_regular, 'slow_mode_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.slow_mode_20_regular, 'slow_mode_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.slow_mode_24_regular, 'slow_mode_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.slow_mode_28_regular, 'slow_mode_28_regular', 28), + + FluentUISampleIcon(FluentIcons.small_16_regular, 'small_16_regular', 16), + + FluentUISampleIcon(FluentIcons.small_20_regular, 'small_20_regular', 20), + + FluentUISampleIcon(FluentIcons.small_24_regular, 'small_24_regular', 24), + + FluentUISampleIcon(FluentIcons.snooze_16_regular, 'snooze_16_regular', 16), + + FluentUISampleIcon(FluentIcons.snooze_24_regular, 'snooze_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.sound_source_24_regular, 'sound_source_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.sound_source_28_regular, 'sound_source_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.spacebar_24_regular, 'spacebar_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.speaker_0_24_regular, 'speaker_0_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_16_regular, 'speaker_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.speaker_1_24_regular, 'speaker_1_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_20_regular, 'speaker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.speaker_24_regular, 'speaker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_28_regular, 'speaker_28_regular', 28), + + FluentUISampleIcon(FluentIcons.speaker_bluetooth_24_regular, + 'speaker_bluetooth_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.speaker_edit_16_regular, 'speaker_edit_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.speaker_edit_20_regular, 'speaker_edit_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.speaker_edit_24_regular, 'speaker_edit_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.speaker_none_20_regular, 'speaker_none_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.speaker_none_24_regular, 'speaker_none_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.speaker_none_28_regular, 'speaker_none_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.speaker_off_24_regular, 'speaker_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.speaker_off_28_regular, 'speaker_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.speaker_settings_24_regular, + 'speaker_settings_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.spinner_ios_20_regular, 'spinner_ios_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sports_16_regular, 'sports_16_regular', 16), + + FluentUISampleIcon(FluentIcons.sports_20_regular, 'sports_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sports_24_regular, 'sports_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_12_regular, 'star_12_regular', 12), + + FluentUISampleIcon(FluentIcons.star_16_regular, 'star_16_regular', 16), + + FluentUISampleIcon(FluentIcons.star_20_regular, 'star_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_24_regular, 'star_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_28_regular, 'star_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.star_add_16_regular, 'star_add_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.star_add_20_regular, 'star_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.star_add_24_regular, 'star_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_arrow_right_24_regular, + 'star_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_arrow_right_start_24_regular, + 'star_arrow_right_start_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.star_emphasis_24_regular, 'star_emphasis_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.star_off_12_regular, 'star_off_12_regular', 12), + + FluentUISampleIcon( + FluentIcons.star_off_16_regular, 'star_off_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.star_off_20_regular, 'star_off_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.star_off_24_regular, 'star_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.star_off_28_regular, 'star_off_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.star_prohibited_16_regular, 'star_prohibited_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.star_prohibited_20_regular, 'star_prohibited_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.star_prohibited_24_regular, 'star_prohibited_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.star_settings_24_regular, 'star_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.status_16_regular, 'status_16_regular', 16), + + FluentUISampleIcon(FluentIcons.status_20_regular, 'status_20_regular', 20), + + FluentUISampleIcon(FluentIcons.status_24_regular, 'status_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.stethoscope_20_regular, 'stethoscope_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.stethoscope_24_regular, 'stethoscope_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sticker_20_regular, 'sticker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sticker_24_regular, 'sticker_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.sticker_add_24_regular, 'sticker_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.stop_16_regular, 'stop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.stop_20_regular, 'stop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stop_24_regular, 'stop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.storage_24_regular, 'storage_24_regular', 24), + + FluentUISampleIcon(FluentIcons.store_16_regular, 'store_16_regular', 16), + + FluentUISampleIcon(FluentIcons.store_20_regular, 'store_20_regular', 20), + + FluentUISampleIcon(FluentIcons.store_24_regular, 'store_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.store_microsoft_16_regular, 'store_microsoft_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.store_microsoft_20_regular, 'store_microsoft_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.store_microsoft_24_regular, 'store_microsoft_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.style_guide_24_regular, 'style_guide_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.sub_grid_24_regular, 'sub_grid_24_regular', 24), + + FluentUISampleIcon(FluentIcons.subway_20_regular, 'subway_20_regular', 20), + + FluentUISampleIcon(FluentIcons.subway_24_regular, 'subway_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.suggestion_24_regular, 'suggestion_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.surface_earbuds_20_regular, 'surface_earbuds_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.surface_earbuds_24_regular, 'surface_earbuds_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.surface_hub_20_regular, 'surface_hub_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.surface_hub_24_regular, 'surface_hub_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.swipe_down_24_regular, 'swipe_down_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.swipe_right_24_regular, 'swipe_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.swipe_up_24_regular, 'swipe_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.symbols_24_regular, 'symbols_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.sync_off_16_regular, 'sync_off_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.sync_off_20_regular, 'sync_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.system_24_regular, 'system_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_16_regular, 'tab_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tab_20_regular, 'tab_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_24_regular, 'tab_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_28_regular, 'tab_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.tab_desktop_20_regular, 'tab_desktop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_arrow_clockwise_16_regular, + 'tab_desktop_arrow_clockwise_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_arrow_clockwise_20_regular, + 'tab_desktop_arrow_clockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_arrow_clockwise_24_regular, + 'tab_desktop_arrow_clockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_desktop_clock_20_regular, + 'tab_desktop_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_copy_20_regular, + 'tab_desktop_copy_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_image_16_regular, + 'tab_desktop_image_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_image_20_regular, + 'tab_desktop_image_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_image_24_regular, + 'tab_desktop_image_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_20_regular, + 'tab_desktop_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_new_page_20_regular, + 'tab_desktop_new_page_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.tab_in_private_16_regular, 'tab_in_private_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.tab_in_private_20_regular, 'tab_in_private_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.tab_in_private_24_regular, 'tab_in_private_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.tab_in_private_28_regular, 'tab_in_private_28_regular', 28), + + FluentUISampleIcon(FluentIcons.tab_inprivate_account_20_regular, + 'tab_inprivate_account_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_inprivate_account_24_regular, + 'tab_inprivate_account_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_new_20_regular, 'tab_new_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_new_24_regular, 'tab_new_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.tab_sweep_24_regular, 'tab_sweep_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_tracking_prevention_20_regular, + 'tab_tracking_prevention_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_tracking_prevention_24_regular, + 'tab_tracking_prevention_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_20_regular, 'table_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_24_regular, 'table_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_add_24_regular, 'table_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_cells_merge_20_regular, + 'table_cells_merge_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_cells_merge_24_regular, + 'table_cells_merge_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_cells_split_20_regular, + 'table_cells_split_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_cells_split_24_regular, + 'table_cells_split_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_column_delete_24_regular, + 'table_column_delete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_column_insert_24_regular, + 'table_column_insert_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_column_resize_24_regular, + 'table_column_resize_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_delete_24_regular, 'table_delete_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_edit_24_regular, 'table_edit_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_freeze_24_regular, 'table_freeze_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_column_24_regular, + 'table_freeze_column_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_row_24_regular, + 'table_freeze_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_insert_down_24_regular, + 'table_insert_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_insert_left_24_regular, + 'table_insert_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_insert_right_24_regular, + 'table_insert_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_insert_up_24_regular, 'table_insert_up_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_move_down_24_regular, 'table_move_down_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_move_left_24_regular, 'table_move_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_move_right_24_regular, + 'table_move_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_move_up_24_regular, 'table_move_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_row_delete_24_regular, + 'table_row_delete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_row_insert_24_regular, + 'table_row_insert_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_row_resize_24_regular, + 'table_row_resize_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_settings_24_regular, 'table_settings_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.table_switch_24_regular, 'table_switch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tablet_20_regular, 'tablet_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tablet_24_regular, 'tablet_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tabs_24_regular, 'tabs_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_20_regular, 'tag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_24_regular, 'tag_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.tap_double_24_regular, 'tap_double_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.tap_single_24_regular, 'tap_single_24_regular', 24), + + FluentUISampleIcon(FluentIcons.target_16_regular, 'target_16_regular', 16), + + FluentUISampleIcon(FluentIcons.target_20_regular, 'target_20_regular', 20), + + FluentUISampleIcon(FluentIcons.target_24_regular, 'target_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.target_edit_16_regular, 'target_edit_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.target_edit_20_regular, 'target_edit_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.target_edit_24_regular, 'target_edit_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.task_list_20_regular, 'task_list_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.task_list_24_regular, 'task_list_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.task_list_add_20_regular, 'task_list_add_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.task_list_add_24_regular, 'task_list_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.tasks_app_24_regular, 'tasks_app_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.tasks_app_28_regular, 'tasks_app_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.team_add_24_regular, 'team_add_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.team_delete_24_regular, 'team_delete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.teddy_24_regular, 'teddy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.temperature_20_regular, 'temperature_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.temperature_24_regular, 'temperature_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tent_24_regular, 'tent_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.test_call_24_regular, 'test_call_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_24_regular, 'text_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_add_24_regular, 'text_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_add_space_after_20_regular, + 'text_add_space_after_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_add_space_after_24_regular, + 'text_add_space_after_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_add_space_before_20_regular, + 'text_add_space_before_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_add_space_before_24_regular, + 'text_add_space_before_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_center_20_regular, + 'text_align_center_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_align_center_24_regular, + 'text_align_center_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_distributed_20_regular, + 'text_align_distributed_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_align_distributed_24_regular, + 'text_align_distributed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_justify_20_regular, + 'text_align_justify_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_align_justify_24_regular, + 'text_align_justify_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_align_left_20_regular, 'text_align_left_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_align_left_24_regular, 'text_align_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_right_20_regular, + 'text_align_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_align_right_24_regular, + 'text_align_right_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_asterisk_20_regular, 'text_asterisk_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_bold_20_regular, 'text_bold_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_bold_24_regular, 'text_bold_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_20_regular, + 'text_bullet_list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_24_regular, + 'text_bullet_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_add_24_regular, + 'text_bullet_list_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_24_regular, + 'text_bullet_list_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_warning_16_regular, + 'text_bullet_list_square_warning_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_warning_20_regular, + 'text_bullet_list_square_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_warning_24_regular, + 'text_bullet_list_square_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_tree_16_regular, + 'text_bullet_list_tree_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_tree_20_regular, + 'text_bullet_list_tree_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_tree_24_regular, + 'text_bullet_list_tree_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_change_accept_20_regular, + 'text_change_accept_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_change_accept_24_regular, + 'text_change_accept_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_change_case_20_regular, + 'text_change_case_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_change_case_24_regular, + 'text_change_case_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_change_next_20_regular, + 'text_change_next_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_change_next_24_regular, + 'text_change_next_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_change_previous_20_regular, + 'text_change_previous_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_change_previous_24_regular, + 'text_change_previous_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_change_reject_20_regular, + 'text_change_reject_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_change_reject_24_regular, + 'text_change_reject_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_change_settings_20_regular, + 'text_change_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_change_settings_24_regular, + 'text_change_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_clear_formatting_20_regular, + 'text_clear_formatting_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_clear_formatting_24_regular, + 'text_clear_formatting_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_collapse_24_regular, 'text_collapse_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_color_20_regular, 'text_color_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_color_24_regular, 'text_color_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_column_one_20_regular, 'text_column_one_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_column_one_24_regular, 'text_column_one_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_column_three_20_regular, + 'text_column_three_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_column_three_24_regular, + 'text_column_three_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_column_two_20_regular, 'text_column_two_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_column_two_24_regular, 'text_column_two_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_column_two_left_20_regular, + 'text_column_two_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_column_two_left_24_regular, + 'text_column_two_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_column_two_right_20_regular, + 'text_column_two_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_column_two_right_24_regular, + 'text_column_two_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_description_20_regular, + 'text_description_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_description_24_regular, + 'text_description_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_direction_20_regular, 'text_direction_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_direction_24_regular, 'text_direction_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_ltr_20_regular, + 'text_direction_horizontal_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_ltr_24_regular, + 'text_direction_horizontal_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_20_regular, + 'text_direction_rotate_270_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_24_regular, + 'text_direction_rotate_270_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ac_20_regular, + 'text_direction_rotate_270_ac_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ac_24_regular, + 'text_direction_rotate_270_ac_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_20_regular, + 'text_direction_rotate_90_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_24_regular, + 'text_direction_rotate_90_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_vertical_20_regular, + 'text_direction_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_vertical_24_regular, + 'text_direction_vertical_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_edit_style_20_regular, 'text_edit_style_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_edit_style_24_regular, 'text_edit_style_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_effects_20_regular, 'text_effects_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_effects_24_regular, 'text_effects_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_expand_24_regular, 'text_expand_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_field_16_regular, 'text_field_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.text_field_20_regular, 'text_field_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_field_24_regular, 'text_field_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_first_line_20_regular, 'text_first_line_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_first_line_24_regular, 'text_first_line_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_font_16_regular, 'text_font_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.text_font_20_regular, 'text_font_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_font_24_regular, 'text_font_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_font_size_20_regular, 'text_font_size_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_font_size_24_regular, 'text_font_size_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_footnote_20_regular, 'text_footnote_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_footnote_24_regular, 'text_footnote_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_options_16_regular, + 'text_grammar_options_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_grammar_options_20_regular, + 'text_grammar_options_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_options_24_regular, + 'text_grammar_options_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_hanging_20_regular, 'text_hanging_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_hanging_24_regular, 'text_hanging_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_header_1_20_regular, 'text_header_1_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_header_2_20_regular, 'text_header_2_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_header_3_20_regular, 'text_header_3_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_24_regular, + 'text_indent_decrease_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_24_regular, + 'text_indent_increase_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_italic_20_regular, 'text_italic_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_italic_24_regular, 'text_italic_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_line_spacing_20_regular, + 'text_line_spacing_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_line_spacing_24_regular, + 'text_line_spacing_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_number_format_24_regular, + 'text_number_format_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_number_list_ltr_20_regular, + 'text_number_list_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_number_list_ltr_24_regular, + 'text_number_list_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_number_list_rtl_24_regular, + 'text_number_list_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_settings_20_regular, + 'text_paragraph_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_settings_24_regular, + 'text_paragraph_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_proofing_tools_20_regular, + 'text_proofing_tools_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_proofing_tools_24_regular, + 'text_proofing_tools_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_quote_20_regular, 'text_quote_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_quote_24_regular, 'text_quote_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_sort_ascending_20_regular, + 'text_sort_ascending_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_sort_descending_20_regular, + 'text_sort_descending_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_strikethrough_20_regular, + 'text_strikethrough_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_strikethrough_24_regular, + 'text_strikethrough_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_subscript_20_regular, 'text_subscript_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_subscript_24_regular, 'text_subscript_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_superscript_20_regular, + 'text_superscript_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_superscript_24_regular, + 'text_superscript_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_underline_20_regular, 'text_underline_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_underline_24_regular, 'text_underline_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_word_count_20_regular, 'text_word_count_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.text_word_count_24_regular, 'text_word_count_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.text_wrap_24_regular, 'text_wrap_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_20_regular, 'textbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_24_regular, 'textbox_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.textbox_align_20_regular, 'textbox_align_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.textbox_align_24_regular, 'textbox_align_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_bottom_20_regular, + 'textbox_align_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_bottom_24_regular, + 'textbox_align_bottom_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_middle_20_regular, + 'textbox_align_middle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_middle_24_regular, + 'textbox_align_middle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_top_20_regular, + 'textbox_align_top_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_top_24_regular, + 'textbox_align_top_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_vertical_20_regular, + 'textbox_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_vertical_24_regular, + 'textbox_vertical_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.thinking_20_regular, 'thinking_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.thinking_24_regular, 'thinking_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.thumb_dislike_20_regular, 'thumb_dislike_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.thumb_dislike_24_regular, 'thumb_dislike_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.thumb_like_20_regular, 'thumb_like_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.thumb_like_24_regular, 'thumb_like_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ticket_20_regular, 'ticket_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ticket_24_regular, 'ticket_24_regular', 24), + + FluentUISampleIcon(FluentIcons.time_and_weather_24_regular, + 'time_and_weather_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.time_picker_24_regular, 'time_picker_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.timeline_24_regular, 'timeline_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.timer_10_24_regular, 'timer_10_24_regular', 24), + + FluentUISampleIcon(FluentIcons.timer_24_regular, 'timer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.timer_2_24_regular, 'timer_2_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.timer_off_24_regular, 'timer_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.toggle_right_16_regular, 'toggle_right_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.toggle_right_20_regular, 'toggle_right_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.toggle_right_24_regular, 'toggle_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.toolbox_16_regular, 'toolbox_16_regular', 16), + + FluentUISampleIcon(FluentIcons.toolbox_20_regular, 'toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.toolbox_24_regular, 'toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.toolbox_28_regular, 'toolbox_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.top_speed_24_regular, 'top_speed_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.translate_16_regular, 'translate_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.translate_20_regular, 'translate_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.translate_24_regular, 'translate_24_regular', 24), + + FluentUISampleIcon(FluentIcons.trophy_16_regular, 'trophy_16_regular', 16), + + FluentUISampleIcon(FluentIcons.trophy_20_regular, 'trophy_20_regular', 20), + + FluentUISampleIcon(FluentIcons.trophy_24_regular, 'trophy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.uninstall_app_24_regular, 'uninstall_app_24_regular', 24), + + FluentUISampleIcon(FluentIcons.unlock_20_regular, 'unlock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.unlock_24_regular, 'unlock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.unlock_28_regular, 'unlock_28_regular', 28), + + FluentUISampleIcon(FluentIcons.upload_24_regular, 'upload_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.usb_port_20_regular, 'usb_port_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.usb_port_24_regular, 'usb_port_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.usb_stick_20_regular, 'usb_stick_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.usb_stick_24_regular, 'usb_stick_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vault_16_regular, 'vault_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vault_20_regular, 'vault_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vault_24_regular, 'vault_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_bicycle_24_regular, 'vehicle_bicycle_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_24_regular, 'vehicle_bus_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_24_regular, 'vehicle_cab_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_car_16_regular, 'vehicle_car_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.vehicle_car_20_regular, 'vehicle_car_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.vehicle_car_24_regular, 'vehicle_car_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_24_regular, 'vehicle_truck_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_16_regular, 'video_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_20_regular, 'video_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_24_regular, 'video_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_28_regular, 'video_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_background_effect_24_regular, + 'video_background_effect_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.video_clip_24_regular, 'video_clip_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.video_off_20_regular, 'video_off_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.video_off_24_regular, 'video_off_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.video_off_28_regular, 'video_off_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.video_person_24_regular, 'video_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_off_24_regular, + 'video_person_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_star_24_regular, + 'video_person_star_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_play_pause_24_regular, + 'video_play_pause_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.video_security_20_regular, 'video_security_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.video_security_24_regular, 'video_security_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.video_switch_24_regular, 'video_switch_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.view_desktop_20_regular, 'view_desktop_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.view_desktop_24_regular, 'view_desktop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.view_desktop_mobile_20_regular, + 'view_desktop_mobile_20_regular', 20), + + FluentUISampleIcon(FluentIcons.view_desktop_mobile_24_regular, + 'view_desktop_mobile_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.visual_search_16_regular, 'visual_search_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.visual_search_20_regular, 'visual_search_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.visual_search_24_regular, 'visual_search_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.voicemail_16_regular, 'voicemail_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.voicemail_20_regular, 'voicemail_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.voicemail_24_regular, 'voicemail_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_24_regular, 'walkie_talkie_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_28_regular, 'walkie_talkie_28_regular', 28), + + FluentUISampleIcon( + FluentIcons.wallpaper_24_regular, 'wallpaper_24_regular', 24), + + FluentUISampleIcon(FluentIcons.warning_16_regular, 'warning_16_regular', 16), + + FluentUISampleIcon(FluentIcons.warning_20_regular, 'warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.warning_24_regular, 'warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_blowing_snow_20_regular, + 'weather_blowing_snow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_blowing_snow_24_regular, + 'weather_blowing_snow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_blowing_snow_48_regular, + 'weather_blowing_snow_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.weather_cloudy_20_regular, 'weather_cloudy_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.weather_cloudy_24_regular, 'weather_cloudy_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.weather_cloudy_48_regular, 'weather_cloudy_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_duststorm_20_regular, + 'weather_duststorm_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_duststorm_24_regular, + 'weather_duststorm_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_duststorm_48_regular, + 'weather_duststorm_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.weather_fog_20_regular, 'weather_fog_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.weather_fog_24_regular, 'weather_fog_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.weather_fog_48_regular, 'weather_fog_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_hail_day_20_regular, + 'weather_hail_day_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_hail_day_24_regular, + 'weather_hail_day_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_hail_day_48_regular, + 'weather_hail_day_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_hail_night_20_regular, + 'weather_hail_night_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_hail_night_24_regular, + 'weather_hail_night_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_hail_night_48_regular, + 'weather_hail_night_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.weather_moon_20_regular, 'weather_moon_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.weather_moon_24_regular, 'weather_moon_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.weather_moon_48_regular, 'weather_moon_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_20_regular, + 'weather_partly_cloudy_day_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_24_regular, + 'weather_partly_cloudy_day_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_48_regular, + 'weather_partly_cloudy_day_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_night_20_regular, + 'weather_partly_cloudy_night_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_night_24_regular, + 'weather_partly_cloudy_night_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_night_48_regular, + 'weather_partly_cloudy_night_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.weather_rain_20_regular, 'weather_rain_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.weather_rain_24_regular, 'weather_rain_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.weather_rain_48_regular, 'weather_rain_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_day_20_regular, + 'weather_rain_showers_day_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_day_24_regular, + 'weather_rain_showers_day_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_day_48_regular, + 'weather_rain_showers_day_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_night_20_regular, + 'weather_rain_showers_night_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_night_24_regular, + 'weather_rain_showers_night_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_night_48_regular, + 'weather_rain_showers_night_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_rain_snow_20_regular, + 'weather_rain_snow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_rain_snow_24_regular, + 'weather_rain_snow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_rain_snow_48_regular, + 'weather_rain_snow_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.weather_snow_20_regular, 'weather_snow_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.weather_snow_24_regular, 'weather_snow_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.weather_snow_48_regular, 'weather_snow_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_day_20_regular, + 'weather_snow_shower_day_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_day_24_regular, + 'weather_snow_shower_day_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_day_48_regular, + 'weather_snow_shower_day_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_night_20_regular, + 'weather_snow_shower_night_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_night_24_regular, + 'weather_snow_shower_night_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_night_48_regular, + 'weather_snow_shower_night_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_snowflake_20_regular, + 'weather_snowflake_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_snowflake_24_regular, + 'weather_snowflake_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_snowflake_48_regular, + 'weather_snowflake_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.weather_squalls_20_regular, 'weather_squalls_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.weather_squalls_24_regular, 'weather_squalls_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.weather_squalls_48_regular, 'weather_squalls_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.weather_sunny_20_regular, 'weather_sunny_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.weather_sunny_24_regular, 'weather_sunny_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.weather_sunny_48_regular, 'weather_sunny_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_thunderstorm_20_regular, + 'weather_thunderstorm_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_thunderstorm_24_regular, + 'weather_thunderstorm_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_thunderstorm_48_regular, + 'weather_thunderstorm_48_regular', 48), + + FluentUISampleIcon( + FluentIcons.web_asset_24_regular, 'web_asset_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weekend_12_regular, 'weekend_12_regular', 12), + + FluentUISampleIcon(FluentIcons.weekend_24_regular, 'weekend_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.whiteboard_20_regular, 'whiteboard_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.whiteboard_24_regular, 'whiteboard_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wifi_1_20_regular, 'wifi_1_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wifi_1_24_regular, 'wifi_1_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wifi_2_20_regular, 'wifi_2_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wifi_2_24_regular, 'wifi_2_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wifi_3_20_regular, 'wifi_3_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wifi_3_24_regular, 'wifi_3_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wifi_4_20_regular, 'wifi_4_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wifi_4_24_regular, 'wifi_4_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.wifi_protected_24_regular, 'wifi_protected_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_20_regular, 'window_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.window_ad_20_regular, 'window_ad_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_dev_tools_16_regular, + 'window_dev_tools_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_dev_tools_20_regular, + 'window_dev_tools_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_dev_tools_24_regular, + 'window_dev_tools_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_inprivate_20_regular, + 'window_inprivate_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_inprivate_account_20_regular, + 'window_inprivate_account_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.window_multiple_20_regular, 'window_multiple_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.window_new_20_regular, 'window_new_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.window_shield_16_regular, 'window_shield_16_regular', 16), + + FluentUISampleIcon( + FluentIcons.window_shield_20_regular, 'window_shield_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.window_shield_24_regular, 'window_shield_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wrench_24_regular, 'wrench_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.xbox_console_20_regular, 'xbox_console_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.xbox_console_24_regular, 'xbox_console_24_regular', 24), + + FluentUISampleIcon(FluentIcons.zoom_in_20_regular, 'zoom_in_20_regular', 20), + + FluentUISampleIcon(FluentIcons.zoom_in_24_regular, 'zoom_in_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.zoom_out_20_regular, 'zoom_out_20_regular', 20), + + FluentUISampleIcon( + FluentIcons.zoom_out_24_regular, 'zoom_out_24_regular', 24), + + FluentUISampleIcon( + FluentIcons.access_time_24_filled, 'access_time_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.accessibility_16_filled, 'accessibility_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.accessibility_20_filled, 'accessibility_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.accessibility_24_filled, 'accessibility_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.accessibility_28_filled, 'accessibility_28_filled', 28), + + FluentUISampleIcon(FluentIcons.activity_24_filled, 'activity_24_filled', 24), + + FluentUISampleIcon(FluentIcons.add_12_filled, 'add_12_filled', 12), + + FluentUISampleIcon(FluentIcons.add_16_filled, 'add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.add_20_filled, 'add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.add_24_filled, 'add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.add_28_filled, 'add_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.add_circle_20_filled, 'add_circle_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.add_circle_24_filled, 'add_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.add_circle_28_filled, 'add_circle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.airplane_20_filled, 'airplane_20_filled', 20), + + FluentUISampleIcon(FluentIcons.airplane_24_filled, 'airplane_24_filled', 24), + + FluentUISampleIcon(FluentIcons.airplane_take_off_16_filled, + 'airplane_take_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.airplane_take_off_20_filled, + 'airplane_take_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.airplane_take_off_24_filled, + 'airplane_take_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.alert_20_filled, 'alert_20_filled', 20), + + FluentUISampleIcon(FluentIcons.alert_24_filled, 'alert_24_filled', 24), + + FluentUISampleIcon(FluentIcons.alert_28_filled, 'alert_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.alert_off_16_filled, 'alert_off_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.alert_off_20_filled, 'alert_off_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.alert_off_24_filled, 'alert_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.alert_off_28_filled, 'alert_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.alert_on_24_filled, 'alert_on_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.alert_snooze_20_filled, 'alert_snooze_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.alert_snooze_24_filled, 'alert_snooze_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.alert_urgent_20_filled, 'alert_urgent_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.alert_urgent_24_filled, 'alert_urgent_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.animal_dog_20_filled, 'animal_dog_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.animal_dog_24_filled, 'animal_dog_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.app_folder_20_filled, 'app_folder_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.app_folder_24_filled, 'app_folder_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.app_generic_24_filled, 'app_generic_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.app_recent_24_filled, 'app_recent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.app_span_16_filled, 'app_span_16_filled', 16), + + FluentUISampleIcon(FluentIcons.app_span_20_filled, 'app_span_20_filled', 20), + + FluentUISampleIcon(FluentIcons.app_span_24_filled, 'app_span_24_filled', 24), + + FluentUISampleIcon(FluentIcons.app_span_28_filled, 'app_span_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.app_store_24_filled, 'app_store_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.app_title_24_filled, 'app_title_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.app_unspan_16_filled, 'app_unspan_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.app_unspan_20_filled, 'app_unspan_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.app_unspan_24_filled, 'app_unspan_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.app_unspan_28_filled, 'app_unspan_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.approvals_app_24_filled, 'approvals_app_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.approvals_app_28_filled, 'approvals_app_28_filled', 28), + + FluentUISampleIcon(FluentIcons.apps_16_filled, 'apps_16_filled', 16), + + FluentUISampleIcon(FluentIcons.apps_20_filled, 'apps_20_filled', 20), + + FluentUISampleIcon(FluentIcons.apps_24_filled, 'apps_24_filled', 24), + + FluentUISampleIcon(FluentIcons.apps_28_filled, 'apps_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.apps_add_in_20_filled, 'apps_add_in_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.apps_add_in_24_filled, 'apps_add_in_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.apps_list_24_filled, 'apps_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.archive_20_filled, 'archive_20_filled', 20), + + FluentUISampleIcon(FluentIcons.archive_24_filled, 'archive_24_filled', 24), + + FluentUISampleIcon(FluentIcons.archive_28_filled, 'archive_28_filled', 28), + + FluentUISampleIcon(FluentIcons.archive_48_filled, 'archive_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_20_filled, 'arrow_clockwise_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_24_filled, 'arrow_clockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_20_filled, + 'arrow_counterclockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_24_filled, + 'arrow_counterclockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_20_filled, + 'arrow_curve_down_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_right_20_filled, + 'arrow_curve_down_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_right_20_filled, + 'arrow_curve_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_right_24_filled, + 'arrow_curve_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_up_left_20_filled, + 'arrow_curve_up_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_up_right_20_filled, + 'arrow_curve_up_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_down_16_filled, 'arrow_down_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_down_20_filled, 'arrow_down_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_down_24_filled, 'arrow_down_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_down_28_filled, 'arrow_down_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_24_filled, 'arrow_down_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_down_right_circle_16_filled, + 'arrow_down_right_circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_down_right_circle_24_filled, + 'arrow_down_right_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_down_square_24_filled, + 'arrow_down_square_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_download_16_filled, 'arrow_download_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_download_20_filled, 'arrow_download_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_download_24_filled, 'arrow_download_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_download_48_filled, 'arrow_download_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.arrow_enter_24_filled, 'arrow_enter_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_expand_24_filled, 'arrow_expand_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_export_20_filled, 'arrow_export_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_forward_16_filled, 'arrow_forward_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_forward_20_filled, 'arrow_forward_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_forward_24_filled, 'arrow_forward_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_import_20_filled, 'arrow_import_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_import_24_filled, 'arrow_import_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_left_20_filled, 'arrow_left_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_left_24_filled, 'arrow_left_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_left_28_filled, 'arrow_left_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_16_filled, 'arrow_maximize_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_20_filled, 'arrow_maximize_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_24_filled, 'arrow_maximize_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_28_filled, 'arrow_maximize_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_maximize_vertical_20_filled, + 'arrow_maximize_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_maximize_vertical_24_filled, + 'arrow_maximize_vertical_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_16_filled, 'arrow_minimize_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_20_filled, 'arrow_minimize_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_24_filled, 'arrow_minimize_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_28_filled, 'arrow_minimize_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_minimize_vertical_24_filled, + 'arrow_minimize_vertical_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_move_24_filled, 'arrow_move_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_next_20_filled, 'arrow_next_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_next_24_filled, 'arrow_next_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_previous_20_filled, 'arrow_previous_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_previous_24_filled, 'arrow_previous_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_redo_20_filled, 'arrow_redo_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_redo_24_filled, 'arrow_redo_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_repeat_all_16_filled, 'arrow_repeat_all_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_repeat_all_20_filled, 'arrow_repeat_all_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_repeat_all_24_filled, 'arrow_repeat_all_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_16_filled, + 'arrow_repeat_all_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_20_filled, + 'arrow_repeat_all_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_24_filled, + 'arrow_repeat_all_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_reply_16_filled, 'arrow_reply_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_reply_20_filled, 'arrow_reply_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_reply_24_filled, 'arrow_reply_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_reply_48_filled, 'arrow_reply_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_16_filled, 'arrow_reply_all_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_20_filled, 'arrow_reply_all_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_24_filled, 'arrow_reply_all_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_reply_all_48_filled, 'arrow_reply_all_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.arrow_reply_down_16_filled, 'arrow_reply_down_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_reply_down_20_filled, 'arrow_reply_down_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_reply_down_24_filled, 'arrow_reply_down_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_right_20_filled, 'arrow_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_right_24_filled, 'arrow_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_right_28_filled, 'arrow_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_right_circle_24_filled, + 'arrow_right_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_20_filled, + 'arrow_rotate_clockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_24_filled, + 'arrow_rotate_clockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_rotate_counterclockwise_20_filled, + 'arrow_rotate_counterclockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_rotate_counterclockwise_24_filled, + 'arrow_rotate_counterclockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_rotate_icon_24_filled, + 'arrow_rotate_icon_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sort_20_filled, 'arrow_sort_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_sort_24_filled, 'arrow_sort_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sort_28_filled, 'arrow_sort_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.arrow_swap_20_filled, 'arrow_swap_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_swap_24_filled, 'arrow_swap_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sync_12_filled, 'arrow_sync_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.arrow_sync_20_filled, 'arrow_sync_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_sync_24_filled, 'arrow_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_sync_circle_16_filled, + 'arrow_sync_circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_sync_circle_20_filled, + 'arrow_sync_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sync_circle_24_filled, + 'arrow_sync_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_12_filled, 'arrow_sync_off_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.arrow_trending_16_filled, 'arrow_trending_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_trending_20_filled, 'arrow_trending_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_trending_24_filled, 'arrow_trending_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_undo_20_filled, 'arrow_undo_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_undo_24_filled, 'arrow_undo_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_20_filled, 'arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_up_24_filled, 'arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_28_filled, 'arrow_up_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.arrow_up_circle_16_filled, 'arrow_up_circle_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.arrow_up_circle_20_filled, 'arrow_up_circle_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_up_circle_24_filled, 'arrow_up_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_24_filled, 'arrow_up_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_left_circle_24_filled, + 'arrow_up_left_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_24_filled, 'arrow_up_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.arrow_upload_20_filled, 'arrow_upload_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.arrow_upload_24_filled, 'arrow_upload_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrows_bidirectional_24_filled, + 'arrows_bidirectional_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.assignments_24_filled, 'assignments_24_filled', 24), + + FluentUISampleIcon(FluentIcons.attach_16_filled, 'attach_16_filled', 16), + + FluentUISampleIcon(FluentIcons.attach_20_filled, 'attach_20_filled', 20), + + FluentUISampleIcon(FluentIcons.attach_24_filled, 'attach_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.attach_forward_20_filled, 'attach_forward_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.attach_forward_24_filled, 'attach_forward_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.attach_with_text_24_filled, 'attach_with_text_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.autocorrect_24_filled, 'autocorrect_24_filled', 24), + + FluentUISampleIcon(FluentIcons.autosum_20_filled, 'autosum_20_filled', 20), + + FluentUISampleIcon(FluentIcons.autosum_24_filled, 'autosum_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.backspace_20_filled, 'backspace_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.backspace_24_filled, 'backspace_24_filled', 24), + + FluentUISampleIcon(FluentIcons.backward_20_filled, 'backward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.backward_24_filled, 'backward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.badge_24_filled, 'badge_24_filled', 24), + + FluentUISampleIcon(FluentIcons.balloon_20_filled, 'balloon_20_filled', 20), + + FluentUISampleIcon(FluentIcons.balloon_24_filled, 'balloon_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bank_16_filled, 'bank_16_filled', 16), + + FluentUISampleIcon(FluentIcons.bank_20_filled, 'bank_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bank_24_filled, 'bank_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_0_20_filled, 'battery_0_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_0_24_filled, 'battery_0_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_1_20_filled, 'battery_1_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_1_24_filled, 'battery_1_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_2_20_filled, 'battery_2_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_2_24_filled, 'battery_2_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_3_20_filled, 'battery_3_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_3_24_filled, 'battery_3_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_4_20_filled, 'battery_4_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_4_24_filled, 'battery_4_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_5_20_filled, 'battery_5_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_5_24_filled, 'battery_5_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_6_20_filled, 'battery_6_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_6_24_filled, 'battery_6_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_7_20_filled, 'battery_7_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_7_24_filled, 'battery_7_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_8_20_filled, 'battery_8_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_8_24_filled, 'battery_8_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_9_20_filled, 'battery_9_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_9_24_filled, 'battery_9_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_charge_20_filled, 'battery_charge_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_charge_24_filled, 'battery_charge_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_full_20_filled, 'battery_full_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_full_24_filled, 'battery_full_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_saver_20_filled, 'battery_saver_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.battery_saver_24_filled, 'battery_saver_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.battery_warning_24_filled, 'battery_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.beaker_16_filled, 'beaker_16_filled', 16), + + FluentUISampleIcon(FluentIcons.beaker_20_filled, 'beaker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.beaker_24_filled, 'beaker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bed_20_filled, 'bed_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bed_24_filled, 'bed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.block_16_filled, 'block_16_filled', 16), + + FluentUISampleIcon(FluentIcons.block_20_filled, 'block_20_filled', 20), + + FluentUISampleIcon(FluentIcons.block_24_filled, 'block_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.bluetooth_20_filled, 'bluetooth_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.bluetooth_24_filled, 'bluetooth_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_connected_24_filled, + 'bluetooth_connected_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_disabled_24_filled, + 'bluetooth_disabled_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_searching_24_filled, + 'bluetooth_searching_24_filled', 24), + + FluentUISampleIcon(FluentIcons.board_24_filled, 'board_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_compatibility_24_filled, + 'book_formula_compatibility_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_database_24_filled, + 'book_formula_database_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_date_24_filled, + 'book_formula_date_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_engineering_24_filled, + 'book_formula_engineering_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_financial_24_filled, + 'book_formula_financial_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_information_24_filled, + 'book_formula_information_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_logical_24_filled, + 'book_formula_logical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_lookup_24_filled, + 'book_formula_lookup_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_math_24_filled, + 'book_formula_math_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_recent_24_filled, + 'book_formula_recent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_statistics_24_filled, + 'book_formula_statistics_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_formula_text_24_filled, + 'book_formula_text_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.book_globe_24_filled, 'book_globe_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.book_number_16_filled, 'book_number_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.book_number_20_filled, 'book_number_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.book_number_24_filled, 'book_number_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bookmark_16_filled, 'bookmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.bookmark_20_filled, 'bookmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bookmark_24_filled, 'bookmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bookmark_28_filled, 'bookmark_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.bookmark_off_24_filled, 'bookmark_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bot_24_filled, 'bot_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bot_add_24_filled, 'bot_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.branch_24_filled, 'branch_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.briefcase_20_filled, 'briefcase_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.briefcase_24_filled, 'briefcase_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.bring_to_front_20_filled, 'bring_to_front_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.bring_to_front_24_filled, 'bring_to_front_24_filled', 24), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_24_filled, + 'broad_activity_feed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.broom_20_filled, 'broom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.broom_24_filled, 'broom_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.bug_report_24_filled, 'bug_report_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.building_1_24_filled, 'building_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_24_filled, 'building_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.building_2_16_filled, 'building_2_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.building_2_20_filled, 'building_2_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.building_2_24_filled, 'building_2_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.building_retail_24_filled, 'building_retail_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calculator_20_filled, 'calculator_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_20_filled, 'calendar_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_24_filled, 'calendar_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_28_filled, 'calendar_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_20_filled, 'calendar_3_day_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_24_filled, 'calendar_3_day_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_28_filled, 'calendar_3_day_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.calendar_add_20_filled, 'calendar_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_add_24_filled, 'calendar_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_agenda_20_filled, 'calendar_agenda_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_agenda_24_filled, 'calendar_agenda_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_agenda_28_filled, 'calendar_agenda_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_filled, + 'calendar_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_assistant_20_filled, + 'calendar_assistant_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_assistant_24_filled, + 'calendar_assistant_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_cancel_20_filled, 'calendar_cancel_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_cancel_24_filled, 'calendar_cancel_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_checkmark_16_filled, + 'calendar_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_checkmark_20_filled, + 'calendar_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_checkmark_24_filled, + 'calendar_checkmark_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_clock_20_filled, 'calendar_clock_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_clock_24_filled, 'calendar_clock_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_date_20_filled, 'calendar_date_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_date_24_filled, 'calendar_date_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_date_28_filled, 'calendar_date_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.calendar_day_20_filled, 'calendar_day_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_day_24_filled, 'calendar_day_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_day_28_filled, 'calendar_day_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.calendar_empty_16_filled, 'calendar_empty_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.calendar_empty_20_filled, 'calendar_empty_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_empty_24_filled, 'calendar_empty_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_empty_28_filled, 'calendar_empty_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.calendar_later_24_filled, 'calendar_later_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_month_20_filled, 'calendar_month_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_month_24_filled, 'calendar_month_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_month_28_filled, 'calendar_month_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_multiple_20_filled, + 'calendar_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_multiple_24_filled, + 'calendar_multiple_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_overdue_24_filled, 'calendar_overdue_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_person_20_filled, 'calendar_person_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_reply_16_filled, 'calendar_reply_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.calendar_reply_20_filled, 'calendar_reply_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_reply_24_filled, 'calendar_reply_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_reply_28_filled, 'calendar_reply_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_settings_20_filled, + 'calendar_settings_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_star_20_filled, 'calendar_star_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_star_24_filled, 'calendar_star_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_sync_16_filled, 'calendar_sync_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.calendar_sync_20_filled, 'calendar_sync_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_sync_24_filled, 'calendar_sync_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_today_16_filled, 'calendar_today_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.calendar_today_20_filled, 'calendar_today_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calendar_today_24_filled, 'calendar_today_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calendar_today_28_filled, 'calendar_today_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_week_numbers_24_filled, + 'calendar_week_numbers_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_week_start_20_filled, + 'calendar_week_start_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_week_start_24_filled, + 'calendar_week_start_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_week_start_28_filled, + 'calendar_week_start_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_work_week_16_filled, + 'calendar_work_week_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_work_week_20_filled, + 'calendar_work_week_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_work_week_24_filled, + 'calendar_work_week_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_add_24_filled, 'call_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_end_20_filled, 'call_end_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_end_24_filled, 'call_end_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_end_28_filled, 'call_end_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.call_forward_24_filled, 'call_forward_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.call_inbound_16_filled, 'call_inbound_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.call_inbound_24_filled, 'call_inbound_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.call_missed_16_filled, 'call_missed_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.call_missed_24_filled, 'call_missed_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.call_outbound_16_filled, 'call_outbound_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.call_outbound_24_filled, 'call_outbound_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.call_park_24_filled, 'call_park_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_20_filled, 'calligraphy_pen_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_24_filled, 'calligraphy_pen_24_filled', 24), + + FluentUISampleIcon(FluentIcons.camera_20_filled, 'camera_20_filled', 20), + + FluentUISampleIcon(FluentIcons.camera_24_filled, 'camera_24_filled', 24), + + FluentUISampleIcon(FluentIcons.camera_28_filled, 'camera_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.camera_add_20_filled, 'camera_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.camera_add_24_filled, 'camera_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.camera_add_48_filled, 'camera_add_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.camera_switch_24_filled, 'camera_switch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.caret_12_filled, 'caret_12_filled', 12), + + FluentUISampleIcon(FluentIcons.caret_16_filled, 'caret_16_filled', 16), + + FluentUISampleIcon(FluentIcons.caret_20_filled, 'caret_20_filled', 20), + + FluentUISampleIcon(FluentIcons.caret_24_filled, 'caret_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.caret_down_12_filled, 'caret_down_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.caret_down_16_filled, 'caret_down_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.caret_down_20_filled, 'caret_down_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.caret_down_24_filled, 'caret_down_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.caret_left_12_filled, 'caret_left_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.caret_left_16_filled, 'caret_left_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.caret_left_20_filled, 'caret_left_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.caret_left_24_filled, 'caret_left_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.caret_right_12_filled, 'caret_right_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.caret_right_16_filled, 'caret_right_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.caret_right_20_filled, 'caret_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.caret_right_24_filled, 'caret_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cart_24_filled, 'cart_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cast_20_filled, 'cast_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cast_24_filled, 'cast_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cast_28_filled, 'cast_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.cellular_3g_24_filled, 'cellular_3g_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cellular_4g_24_filled, 'cellular_4g_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_1_20_filled, 'cellular_data_1_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_1_24_filled, 'cellular_data_1_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_2_20_filled, 'cellular_data_2_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_2_24_filled, 'cellular_data_2_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_3_20_filled, 'cellular_data_3_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_3_24_filled, 'cellular_data_3_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_4_20_filled, 'cellular_data_4_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_4_24_filled, 'cellular_data_4_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cellular_data_5_20_filled, 'cellular_data_5_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.cellular_data_5_24_filled, 'cellular_data_5_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_data_off_24_filled, + 'cellular_data_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cellular_off_24_filled, 'cellular_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_unavailable_24_filled, + 'cellular_unavailable_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.certificate_20_filled, 'certificate_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.certificate_24_filled, 'certificate_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_16_filled, 'channel_16_filled', 16), + + FluentUISampleIcon(FluentIcons.channel_20_filled, 'channel_20_filled', 20), + + FluentUISampleIcon(FluentIcons.channel_24_filled, 'channel_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.channel_follow_24_filled, 'channel_follow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_notifications_24_filled, + 'channel_notifications_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.channel_unfollow_24_filled, 'channel_unfollow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_20_filled, 'chat_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_24_filled, 'chat_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_28_filled, 'chat_28_filled', 28), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_24_filled, + 'chat_bubbles_question_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.chat_help_24_filled, 'chat_help_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_off_24_filled, 'chat_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.chat_warning_24_filled, 'chat_warning_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.checkbox_checked_20_filled, 'checkbox_checked_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.checkbox_checked_24_filled, 'checkbox_checked_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_12_filled, + 'checkbox_unchecked_12_filled', 12), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_16_filled, + 'checkbox_unchecked_16_filled', 16), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_20_filled, + 'checkbox_unchecked_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_unchecked_24_filled, + 'checkbox_unchecked_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.checkmark_12_filled, 'checkmark_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.checkmark_20_filled, 'checkmark_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.checkmark_24_filled, 'checkmark_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.checkmark_28_filled, 'checkmark_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.checkmark_circle_16_filled, 'checkmark_circle_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.checkmark_circle_20_filled, 'checkmark_circle_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.checkmark_circle_24_filled, 'checkmark_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.checkmark_circle_48_filled, 'checkmark_circle_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.checkmark_lock_16_filled, 'checkmark_lock_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.checkmark_lock_20_filled, 'checkmark_lock_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.checkmark_lock_24_filled, 'checkmark_lock_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.checkmark_square_24_filled, 'checkmark_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkmark_underline_circle_16_filled, + 'checkmark_underline_circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.checkmark_underline_circle_20_filled, + 'checkmark_underline_circle_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.chevron_down_12_filled, 'chevron_down_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.chevron_down_16_filled, 'chevron_down_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.chevron_down_20_filled, 'chevron_down_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.chevron_down_24_filled, 'chevron_down_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.chevron_down_28_filled, 'chevron_down_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.chevron_down_48_filled, 'chevron_down_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chevron_down_circle_24_filled, + 'chevron_down_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.chevron_left_12_filled, 'chevron_left_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.chevron_left_16_filled, 'chevron_left_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.chevron_left_20_filled, 'chevron_left_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.chevron_left_24_filled, 'chevron_left_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.chevron_left_28_filled, 'chevron_left_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.chevron_left_48_filled, 'chevron_left_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.chevron_right_12_filled, 'chevron_right_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.chevron_right_16_filled, 'chevron_right_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.chevron_right_20_filled, 'chevron_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.chevron_right_24_filled, 'chevron_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.chevron_right_28_filled, 'chevron_right_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.chevron_right_48_filled, 'chevron_right_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.chevron_up_12_filled, 'chevron_up_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.chevron_up_16_filled, 'chevron_up_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.chevron_up_20_filled, 'chevron_up_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.chevron_up_24_filled, 'chevron_up_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.chevron_up_28_filled, 'chevron_up_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.chevron_up_48_filled, 'chevron_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.circle_16_filled, 'circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.circle_20_filled, 'circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.circle_24_filled, 'circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.circle_half_fill_20_filled, 'circle_half_fill_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.circle_half_fill_24_filled, 'circle_half_fill_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.circle_line_24_filled, 'circle_line_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.circle_small_24_filled, 'circle_small_24_filled', 24), + + FluentUISampleIcon(FluentIcons.city_16_filled, 'city_16_filled', 16), + + FluentUISampleIcon(FluentIcons.city_20_filled, 'city_20_filled', 20), + + FluentUISampleIcon(FluentIcons.city_24_filled, 'city_24_filled', 24), + + FluentUISampleIcon(FluentIcons.class_24_filled, 'class_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.classification_16_filled, 'classification_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.classification_20_filled, 'classification_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.classification_24_filled, 'classification_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clear_formatting_24_filled, 'clear_formatting_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_20_filled, 'clipboard_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_24_filled, 'clipboard_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_code_16_filled, 'clipboard_code_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.clipboard_code_20_filled, 'clipboard_code_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_code_24_filled, 'clipboard_code_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_letter_16_filled, 'clipboard_letter_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.clipboard_letter_20_filled, 'clipboard_letter_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_letter_24_filled, 'clipboard_letter_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_link_16_filled, 'clipboard_link_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.clipboard_link_20_filled, 'clipboard_link_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_link_24_filled, 'clipboard_link_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_more_24_filled, 'clipboard_more_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_paste_20_filled, 'clipboard_paste_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_paste_24_filled, 'clipboard_paste_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_search_20_filled, 'clipboard_search_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_search_24_filled, 'clipboard_search_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.clipboard_text_20_filled, 'clipboard_text_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clipboard_text_24_filled, 'clipboard_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clock_12_filled, 'clock_12_filled', 12), + + FluentUISampleIcon(FluentIcons.clock_16_filled, 'clock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clock_20_filled, 'clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clock_24_filled, 'clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clock_28_filled, 'clock_28_filled', 28), + + FluentUISampleIcon(FluentIcons.clock_48_filled, 'clock_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.clock_alarm_20_filled, 'clock_alarm_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.clock_alarm_24_filled, 'clock_alarm_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.closed_caption_24_filled, 'closed_caption_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_20_filled, 'cloud_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_24_filled, 'cloud_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_48_filled, 'cloud_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.cloud_backup_24_filled, 'cloud_backup_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cloud_backup_48_filled, 'cloud_backup_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.cloud_download_24_filled, 'cloud_download_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cloud_off_24_filled, 'cloud_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.cloud_off_48_filled, 'cloud_off_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.cloud_offline_24_filled, 'cloud_offline_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_24_filled, + 'cloud_sync_complete_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_48_filled, + 'cloud_sync_complete_48_filled', 48), + + FluentUISampleIcon(FluentIcons.code_20_filled, 'code_20_filled', 20), + + FluentUISampleIcon(FluentIcons.code_24_filled, 'code_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.collections_20_filled, 'collections_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.collections_24_filled, 'collections_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.collections_add_20_filled, 'collections_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.collections_add_24_filled, 'collections_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.color_20_filled, 'color_20_filled', 20), + + FluentUISampleIcon(FluentIcons.color_24_filled, 'color_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.color_background_20_filled, 'color_background_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.color_background_24_filled, 'color_background_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.color_fill_20_filled, 'color_fill_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.color_fill_24_filled, 'color_fill_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.color_line_20_filled, 'color_line_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.color_line_24_filled, 'color_line_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.column_triple_24_filled, 'column_triple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_16_filled, 'comment_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_20_filled, 'comment_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_24_filled, 'comment_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.comment_add_24_filled, 'comment_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.comment_delete_24_filled, 'comment_delete_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.comment_mention_16_filled, 'comment_mention_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.comment_mention_20_filled, 'comment_mention_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.comment_mention_24_filled, 'comment_mention_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.comment_multiple_16_filled, 'comment_multiple_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.comment_multiple_20_filled, 'comment_multiple_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.comment_multiple_24_filled, 'comment_multiple_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.comment_next_24_filled, 'comment_next_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.comment_previous_24_filled, 'comment_previous_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.comment_resolve_24_filled, 'comment_resolve_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.communication_16_filled, 'communication_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.communication_20_filled, 'communication_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.communication_24_filled, 'communication_24_filled', 24), + + FluentUISampleIcon(FluentIcons.compass_northwest_16_filled, + 'compass_northwest_16_filled', 16), + + FluentUISampleIcon(FluentIcons.compass_northwest_20_filled, + 'compass_northwest_20_filled', 20), + + FluentUISampleIcon(FluentIcons.compass_northwest_24_filled, + 'compass_northwest_24_filled', 24), + + FluentUISampleIcon(FluentIcons.compass_northwest_28_filled, + 'compass_northwest_28_filled', 28), + + FluentUISampleIcon(FluentIcons.compose_16_filled, 'compose_16_filled', 16), + + FluentUISampleIcon(FluentIcons.compose_20_filled, 'compose_20_filled', 20), + + FluentUISampleIcon(FluentIcons.compose_24_filled, 'compose_24_filled', 24), + + FluentUISampleIcon(FluentIcons.compose_28_filled, 'compose_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.conference_room_16_filled, 'conference_room_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.conference_room_20_filled, 'conference_room_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.conference_room_24_filled, 'conference_room_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.conference_room_28_filled, 'conference_room_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.conference_room_48_filled, 'conference_room_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.connector_16_filled, 'connector_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.connector_20_filled, 'connector_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.connector_24_filled, 'connector_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.contact_card_20_filled, 'contact_card_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.contact_card_24_filled, 'contact_card_24_filled', 24), + + FluentUISampleIcon(FluentIcons.contact_card_group_24_filled, + 'contact_card_group_24_filled', 24), + + FluentUISampleIcon(FluentIcons.contacts_24_filled, 'contacts_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.content_settings_16_filled, 'content_settings_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.content_settings_20_filled, 'content_settings_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.content_settings_24_filled, 'content_settings_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.convert_to_table_24_filled, 'convert_to_table_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.convert_to_text_24_filled, 'convert_to_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cookies_20_filled, 'cookies_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cookies_24_filled, 'cookies_24_filled', 24), + + FluentUISampleIcon(FluentIcons.copy_16_filled, 'copy_16_filled', 16), + + FluentUISampleIcon(FluentIcons.copy_20_filled, 'copy_20_filled', 20), + + FluentUISampleIcon(FluentIcons.copy_24_filled, 'copy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.copy_image_24_filled, 'copy_image_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.copy_link_24_filled, 'copy_link_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.copy_move_16_filled, 'copy_move_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.copy_move_24_filled, 'copy_move_24_filled', 24), + + FluentUISampleIcon(FluentIcons.crop_24_filled, 'crop_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.crop_interim_24_filled, 'crop_interim_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.crop_interim_off_24_filled, 'crop_interim_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cube_16_filled, 'cube_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cube_20_filled, 'cube_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_24_filled, 'cube_24_filled', 24), + + FluentUISampleIcon(FluentIcons.currency_16_filled, 'currency_16_filled', 16), + + FluentUISampleIcon(FluentIcons.currency_20_filled, 'currency_20_filled', 20), + + FluentUISampleIcon(FluentIcons.currency_24_filled, 'currency_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cut_20_filled, 'cut_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cut_24_filled, 'cut_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dark_theme_24_filled, 'dark_theme_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_area_24_filled, 'data_area_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_bar_horizontal_24_filled, + 'data_bar_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_bar_vertical_20_filled, + 'data_bar_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_bar_vertical_24_filled, + 'data_bar_vertical_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_funnel_24_filled, 'data_funnel_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_histogram_24_filled, 'data_histogram_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_line_24_filled, 'data_line_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_pie_20_filled, 'data_pie_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_pie_24_filled, 'data_pie_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_scatter_24_filled, 'data_scatter_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_sunburst_24_filled, 'data_sunburst_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_treemap_24_filled, 'data_treemap_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_usage_24_filled, 'data_usage_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_waterfall_24_filled, 'data_waterfall_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.data_whisker_24_filled, 'data_whisker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.delete_20_filled, 'delete_20_filled', 20), + + FluentUISampleIcon(FluentIcons.delete_24_filled, 'delete_24_filled', 24), + + FluentUISampleIcon(FluentIcons.delete_28_filled, 'delete_28_filled', 28), + + FluentUISampleIcon(FluentIcons.delete_48_filled, 'delete_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.delete_forever_24_filled, 'delete_forever_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.delete_forever_28_filled, 'delete_forever_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.delete_off_20_filled, 'delete_off_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.delete_off_24_filled, 'delete_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dentist_24_filled, 'dentist_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.design_ideas_16_filled, 'design_ideas_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.design_ideas_20_filled, 'design_ideas_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.design_ideas_24_filled, 'design_ideas_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_16_filled, 'desktop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_20_filled, 'desktop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_24_filled, 'desktop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_28_filled, 'desktop_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.developer_board_24_filled, 'developer_board_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.device_eq_24_filled, 'device_eq_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dialpad_20_filled, 'dialpad_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dialpad_24_filled, 'dialpad_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dialpad_off_24_filled, 'dialpad_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dictionary_20_filled, 'dictionary_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.dictionary_24_filled, 'dictionary_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dictionary_add_20_filled, 'dictionary_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.dictionary_add_24_filled, 'dictionary_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.directions_20_filled, 'directions_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.directions_24_filled, 'directions_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dismiss_12_filled, 'dismiss_12_filled', 12), + + FluentUISampleIcon(FluentIcons.dismiss_16_filled, 'dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.dismiss_20_filled, 'dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dismiss_24_filled, 'dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dismiss_28_filled, 'dismiss_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_16_filled, 'dismiss_circle_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_20_filled, 'dismiss_circle_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_24_filled, 'dismiss_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_48_filled, 'dismiss_circle_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.divider_short_24_filled, 'divider_short_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.divider_tall_24_filled, 'divider_tall_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dock_24_filled, 'dock_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dock_left_16_filled, 'dock_left_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.dock_left_20_filled, 'dock_left_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.dock_left_24_filled, 'dock_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dock_row_24_filled, 'dock_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.doctor_24_filled, 'doctor_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_20_filled, 'document_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_24_filled, 'document_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_28_filled, 'document_28_filled', 28), + + FluentUISampleIcon(FluentIcons.document_autosave_24_filled, + 'document_autosave_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_briefcase_20_filled, + 'document_briefcase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_briefcase_24_filled, + 'document_briefcase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_catch_up_24_filled, + 'document_catch_up_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_copy_16_filled, 'document_copy_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.document_copy_20_filled, 'document_copy_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_copy_24_filled, 'document_copy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_copy_48_filled, 'document_copy_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.document_dismiss_20_filled, 'document_dismiss_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_dismiss_24_filled, 'document_dismiss_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_edit_16_filled, 'document_edit_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.document_edit_20_filled, 'document_edit_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_edit_24_filled, 'document_edit_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_endnote_20_filled, 'document_endnote_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_endnote_24_filled, 'document_endnote_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_error_16_filled, 'document_error_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.document_error_20_filled, 'document_error_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_error_24_filled, 'document_error_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_footer_24_filled, 'document_footer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_footer_remove_24_filled, + 'document_footer_remove_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_header_24_filled, 'document_header_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_header_footer_20_filled, + 'document_header_footer_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_header_footer_24_filled, + 'document_header_footer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_header_remove_24_filled, + 'document_header_remove_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_landscape_20_filled, + 'document_landscape_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_landscape_24_filled, + 'document_landscape_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_margins_20_filled, 'document_margins_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_margins_24_filled, 'document_margins_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_none_20_filled, 'document_none_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_none_24_filled, 'document_none_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_one_page_20_filled, + 'document_one_page_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_one_page_24_filled, + 'document_one_page_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_page_24_filled, 'document_page_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_bottom_center_20_filled, + 'document_page_bottom_center_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_page_bottom_center_24_filled, + 'document_page_bottom_center_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_bottom_left_20_filled, + 'document_page_bottom_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_page_bottom_left_24_filled, + 'document_page_bottom_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_bottom_right_20_filled, + 'document_page_bottom_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_page_bottom_right_24_filled, + 'document_page_bottom_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_break_24_filled, + 'document_page_break_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_number_20_filled, + 'document_page_number_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_page_number_24_filled, + 'document_page_number_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_top_center_20_filled, + 'document_page_top_center_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_page_top_center_24_filled, + 'document_page_top_center_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_top_left_20_filled, + 'document_page_top_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_page_top_left_24_filled, + 'document_page_top_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_page_top_right_20_filled, + 'document_page_top_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_page_top_right_24_filled, + 'document_page_top_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_pdf_16_filled, 'document_pdf_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.document_pdf_20_filled, 'document_pdf_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_pdf_24_filled, 'document_pdf_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_search_20_filled, 'document_search_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_search_24_filled, 'document_search_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_toolbox_20_filled, 'document_toolbox_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_toolbox_24_filled, 'document_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_top_center_20_filled, + 'document_top_center_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_top_left_20_filled, + 'document_top_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_top_right_20_filled, + 'document_top_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_unknown_16_filled, 'document_unknown_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.document_unknown_20_filled, 'document_unknown_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_unknown_24_filled, 'document_unknown_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.document_width_20_filled, 'document_width_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.document_width_24_filled, 'document_width_24_filled', 24), + + FluentUISampleIcon(FluentIcons.double_swipe_down_24_filled, + 'double_swipe_down_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.double_swipe_up_24_filled, 'double_swipe_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_down_24_filled, + 'double_tap_swipe_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_up_24_filled, + 'double_tap_swipe_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drafts_16_filled, 'drafts_16_filled', 16), + + FluentUISampleIcon(FluentIcons.drafts_20_filled, 'drafts_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drafts_24_filled, 'drafts_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drag_24_filled, 'drag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drink_24_filled, 'drink_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.drink_beer_24_filled, 'drink_beer_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.drink_coffee_20_filled, 'drink_coffee_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.drink_coffee_24_filled, 'drink_coffee_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.drink_margarita_24_filled, 'drink_margarita_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.drink_wine_24_filled, 'drink_wine_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dual_screen_24_filled, 'dual_screen_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dual_screen_add_24_filled, 'dual_screen_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_24_filled, + 'dual_screen_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_clock_24_filled, + 'dual_screen_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_desktop_24_filled, + 'dual_screen_desktop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_error_24_filled, + 'dual_screen_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_group_24_filled, + 'dual_screen_group_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.dual_screen_lock_24_filled, 'dual_screen_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_mirror_24_filled, + 'dual_screen_mirror_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_pagination_24_filled, + 'dual_screen_pagination_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_settings_24_filled, + 'dual_screen_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_status_bar_24_filled, + 'dual_screen_status_bar_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_tablet_24_filled, + 'dual_screen_tablet_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_update_24_filled, + 'dual_screen_update_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_24_filled, + 'dual_screen_vertical_scroll_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vibrate_24_filled, + 'dual_screen_vibrate_24_filled', 24), + + FluentUISampleIcon(FluentIcons.earth_16_filled, 'earth_16_filled', 16), + + FluentUISampleIcon(FluentIcons.earth_20_filled, 'earth_20_filled', 20), + + FluentUISampleIcon(FluentIcons.earth_24_filled, 'earth_24_filled', 24), + + FluentUISampleIcon(FluentIcons.edit_16_filled, 'edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.edit_20_filled, 'edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.edit_24_filled, 'edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.emoji_16_filled, 'emoji_16_filled', 16), + + FluentUISampleIcon(FluentIcons.emoji_20_filled, 'emoji_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_24_filled, 'emoji_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.emoji_add_24_filled, 'emoji_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.emoji_angry_20_filled, 'emoji_angry_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.emoji_angry_24_filled, 'emoji_angry_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.emoji_laugh_20_filled, 'emoji_laugh_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.emoji_laugh_24_filled, 'emoji_laugh_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.emoji_meh_20_filled, 'emoji_meh_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.emoji_meh_24_filled, 'emoji_meh_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.emoji_sad_20_filled, 'emoji_sad_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.emoji_sad_24_filled, 'emoji_sad_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_20_filled, 'emoji_surprise_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_24_filled, 'emoji_surprise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.erase_20_filled, 'erase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.erase_24_filled, 'erase_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.eraser_tool_24_filled, 'eraser_tool_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.error_circle_16_filled, 'error_circle_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.error_circle_20_filled, 'error_circle_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.error_circle_24_filled, 'error_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.export_24_filled, 'export_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.extended_dock_24_filled, 'extended_dock_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.extension_20_filled, 'extension_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.extension_24_filled, 'extension_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eye_hide_20_filled, 'eye_hide_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eye_hide_24_filled, 'eye_hide_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eye_show_12_filled, 'eye_show_12_filled', 12), + + FluentUISampleIcon(FluentIcons.eye_show_16_filled, 'eye_show_16_filled', 16), + + FluentUISampleIcon(FluentIcons.eye_show_20_filled, 'eye_show_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eye_show_24_filled, 'eye_show_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fast_acceleration_24_filled, + 'fast_acceleration_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.fast_forward_20_filled, 'fast_forward_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.fast_forward_24_filled, 'fast_forward_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.fast_mode_16_filled, 'fast_mode_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.fast_mode_20_filled, 'fast_mode_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.fast_mode_24_filled, 'fast_mode_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.fast_mode_28_filled, 'fast_mode_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.favorites_20_filled, 'favorites_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.favorites_24_filled, 'favorites_24_filled', 24), + + FluentUISampleIcon(FluentIcons.filter_20_filled, 'filter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.filter_24_filled, 'filter_24_filled', 24), + + FluentUISampleIcon(FluentIcons.filter_28_filled, 'filter_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.fingerprint_24_filled, 'fingerprint_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flag_16_filled, 'flag_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flag_20_filled, 'flag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flag_24_filled, 'flag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flag_28_filled, 'flag_28_filled', 28), + + FluentUISampleIcon(FluentIcons.flag_48_filled, 'flag_48_filled', 48), + + FluentUISampleIcon(FluentIcons.flag_off_24_filled, 'flag_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flag_off_28_filled, 'flag_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.flag_off_48_filled, 'flag_off_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.flag_pride_16_filled, 'flag_pride_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.flag_pride_20_filled, 'flag_pride_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.flag_pride_24_filled, 'flag_pride_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.flag_pride_28_filled, 'flag_pride_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.flag_pride_48_filled, 'flag_pride_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.flash_auto_24_filled, 'flash_auto_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.flash_off_24_filled, 'flash_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flash_on_20_filled, 'flash_on_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_on_24_filled, 'flash_on_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.flashlight_24_filled, 'flashlight_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.flashlight_off_24_filled, 'flashlight_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_20_filled, 'folder_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_24_filled, 'folder_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_28_filled, 'folder_28_filled', 28), + + FluentUISampleIcon(FluentIcons.folder_48_filled, 'folder_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.folder_add_20_filled, 'folder_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_add_24_filled, 'folder_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.folder_add_28_filled, 'folder_add_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.folder_add_48_filled, 'folder_add_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.folder_briefcase_20_filled, 'folder_briefcase_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_junk_20_filled, 'folder_junk_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_junk_24_filled, 'folder_junk_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.folder_junk_28_filled, 'folder_junk_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.folder_junk_48_filled, 'folder_junk_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.folder_link_20_filled, 'folder_link_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_link_24_filled, 'folder_link_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.folder_link_28_filled, 'folder_link_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.folder_link_48_filled, 'folder_link_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.folder_move_20_filled, 'folder_move_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_move_24_filled, 'folder_move_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.folder_move_28_filled, 'folder_move_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.folder_move_48_filled, 'folder_move_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.folder_open_16_filled, 'folder_open_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.folder_open_20_filled, 'folder_open_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_open_24_filled, 'folder_open_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_open_vertical_20_filled, + 'folder_open_vertical_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_public_16_filled, 'folder_public_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.folder_public_20_filled, 'folder_public_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_public_24_filled, 'folder_public_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.folder_zip_16_filled, 'folder_zip_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.folder_zip_20_filled, 'folder_zip_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.folder_zip_24_filled, 'folder_zip_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.font_decrease_20_filled, 'font_decrease_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.font_decrease_24_filled, 'font_decrease_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.font_increase_20_filled, 'font_increase_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.font_increase_24_filled, 'font_increase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_16_filled, + 'font_space_tracking_in_16_filled', 16), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_20_filled, + 'font_space_tracking_in_20_filled', 20), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_24_filled, + 'font_space_tracking_in_24_filled', 24), + + FluentUISampleIcon(FluentIcons.font_space_tracking_in_28_filled, + 'font_space_tracking_in_28_filled', 28), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_16_filled, + 'font_space_tracking_out_16_filled', 16), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_20_filled, + 'font_space_tracking_out_20_filled', 20), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_24_filled, + 'font_space_tracking_out_24_filled', 24), + + FluentUISampleIcon(FluentIcons.font_space_tracking_out_28_filled, + 'font_space_tracking_out_28_filled', 28), + + FluentUISampleIcon(FluentIcons.food_20_filled, 'food_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_24_filled, 'food_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.food_cake_24_filled, 'food_cake_24_filled', 24), + + FluentUISampleIcon(FluentIcons.food_egg_24_filled, 'food_egg_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.food_toast_24_filled, 'food_toast_24_filled', 24), + + FluentUISampleIcon(FluentIcons.form_new_24_filled, 'form_new_24_filled', 24), + + FluentUISampleIcon(FluentIcons.form_new_28_filled, 'form_new_28_filled', 28), + + FluentUISampleIcon(FluentIcons.form_new_48_filled, 'form_new_48_filled', 48), + + FluentUISampleIcon(FluentIcons.forward_20_filled, 'forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.forward_24_filled, 'forward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fps_240_24_filled, 'fps_240_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fps_960_24_filled, 'fps_960_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.full_screen_zoom_24_filled, 'full_screen_zoom_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gallery_24_filled, 'gallery_24_filled', 24), + + FluentUISampleIcon(FluentIcons.games_24_filled, 'games_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gesture_24_filled, 'gesture_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gif_20_filled, 'gif_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gif_24_filled, 'gif_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gift_20_filled, 'gift_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gift_24_filled, 'gift_24_filled', 24), + + FluentUISampleIcon(FluentIcons.glance_24_filled, 'glance_24_filled', 24), + + FluentUISampleIcon(FluentIcons.glasses_24_filled, 'glasses_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.glasses_off_24_filled, 'glasses_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_20_filled, 'globe_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_24_filled, 'globe_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.globe_add_24_filled, 'globe_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.globe_clock_24_filled, 'globe_clock_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.globe_desktop_24_filled, 'globe_desktop_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.globe_location_24_filled, 'globe_location_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.globe_search_24_filled, 'globe_search_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.globe_video_24_filled, 'globe_video_24_filled', 24), + + FluentUISampleIcon(FluentIcons.grid_20_filled, 'grid_20_filled', 20), + + FluentUISampleIcon(FluentIcons.grid_24_filled, 'grid_24_filled', 24), + + FluentUISampleIcon(FluentIcons.grid_28_filled, 'grid_28_filled', 28), + + FluentUISampleIcon(FluentIcons.group_20_filled, 'group_20_filled', 20), + + FluentUISampleIcon(FluentIcons.group_24_filled, 'group_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.group_list_24_filled, 'group_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.guest_16_filled, 'guest_16_filled', 16), + + FluentUISampleIcon(FluentIcons.guest_20_filled, 'guest_20_filled', 20), + + FluentUISampleIcon(FluentIcons.guest_24_filled, 'guest_24_filled', 24), + + FluentUISampleIcon(FluentIcons.guest_28_filled, 'guest_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.guest_add_24_filled, 'guest_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.hand_raise_24_filled, 'hand_raise_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.handshake_16_filled, 'handshake_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.handshake_20_filled, 'handshake_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.handshake_24_filled, 'handshake_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hdr_24_filled, 'hdr_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.headphones_24_filled, 'headphones_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.headphones_28_filled, 'headphones_28_filled', 28), + + FluentUISampleIcon(FluentIcons.headset_24_filled, 'headset_24_filled', 24), + + FluentUISampleIcon(FluentIcons.headset_28_filled, 'headset_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.headset_vr_20_filled, 'headset_vr_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.headset_vr_24_filled, 'headset_vr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.heart_16_filled, 'heart_16_filled', 16), + + FluentUISampleIcon(FluentIcons.heart_20_filled, 'heart_20_filled', 20), + + FluentUISampleIcon(FluentIcons.heart_24_filled, 'heart_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.highlight_16_filled, 'highlight_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.highlight_20_filled, 'highlight_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.highlight_24_filled, 'highlight_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.highlight_accent_16_filled, 'highlight_accent_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.highlight_accent_20_filled, 'highlight_accent_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.highlight_accent_24_filled, 'highlight_accent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.history_20_filled, 'history_20_filled', 20), + + FluentUISampleIcon(FluentIcons.history_24_filled, 'history_24_filled', 24), + + FluentUISampleIcon(FluentIcons.home_20_filled, 'home_20_filled', 20), + + FluentUISampleIcon(FluentIcons.home_24_filled, 'home_24_filled', 24), + + FluentUISampleIcon(FluentIcons.home_28_filled, 'home_28_filled', 28), + + FluentUISampleIcon(FluentIcons.home_add_24_filled, 'home_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.home_checkmark_24_filled, 'home_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.icons_20_filled, 'icons_20_filled', 20), + + FluentUISampleIcon(FluentIcons.icons_24_filled, 'icons_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_16_filled, 'image_16_filled', 16), + + FluentUISampleIcon(FluentIcons.image_20_filled, 'image_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_24_filled, 'image_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_28_filled, 'image_28_filled', 28), + + FluentUISampleIcon(FluentIcons.image_48_filled, 'image_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.image_add_24_filled, 'image_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.image_alt_text_20_filled, 'image_alt_text_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.image_alt_text_24_filled, 'image_alt_text_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.image_copy_20_filled, 'image_copy_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.image_copy_24_filled, 'image_copy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.image_copy_28_filled, 'image_copy_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.image_edit_16_filled, 'image_edit_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.image_edit_20_filled, 'image_edit_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.image_edit_24_filled, 'image_edit_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.image_library_20_filled, 'image_library_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.image_library_24_filled, 'image_library_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.image_library_28_filled, 'image_library_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.image_off_24_filled, 'image_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.image_search_20_filled, 'image_search_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.image_search_24_filled, 'image_search_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.immersive_reader_20_filled, 'immersive_reader_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.immersive_reader_24_filled, 'immersive_reader_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.important_12_filled, 'important_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.important_16_filled, 'important_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.important_20_filled, 'important_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.important_24_filled, 'important_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.incognito_24_filled, 'incognito_24_filled', 24), + + FluentUISampleIcon(FluentIcons.info_16_filled, 'info_16_filled', 16), + + FluentUISampleIcon(FluentIcons.info_20_filled, 'info_20_filled', 20), + + FluentUISampleIcon(FluentIcons.info_24_filled, 'info_24_filled', 24), + + FluentUISampleIcon(FluentIcons.info_28_filled, 'info_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.inking_tool_16_filled, 'inking_tool_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.inking_tool_20_filled, 'inking_tool_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.inking_tool_24_filled, 'inking_tool_24_filled', 24), + + FluentUISampleIcon(FluentIcons.inking_tool_accent_16_filled, + 'inking_tool_accent_16_filled', 16), + + FluentUISampleIcon(FluentIcons.inking_tool_accent_20_filled, + 'inking_tool_accent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.inking_tool_accent_24_filled, + 'inking_tool_accent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.inprivate_account_16_filled, + 'inprivate_account_16_filled', 16), + + FluentUISampleIcon(FluentIcons.inprivate_account_20_filled, + 'inprivate_account_20_filled', 20), + + FluentUISampleIcon(FluentIcons.inprivate_account_24_filled, + 'inprivate_account_24_filled', 24), + + FluentUISampleIcon(FluentIcons.inprivate_account_28_filled, + 'inprivate_account_28_filled', 28), + + FluentUISampleIcon(FluentIcons.insert_20_filled, 'insert_20_filled', 20), + + FluentUISampleIcon(FluentIcons.inspect_20_filled, 'inspect_20_filled', 20), + + FluentUISampleIcon(FluentIcons.inspect_24_filled, 'inspect_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.ios_arrow_left_24_filled, 'ios_arrow_left_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.ios_chevron_24_filled, 'ios_chevron_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ios_chevron_right_20_filled, + 'ios_chevron_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.javascript_16_filled, 'javascript_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.javascript_20_filled, 'javascript_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.javascript_24_filled, 'javascript_24_filled', 24), + + FluentUISampleIcon(FluentIcons.key_20_filled, 'key_20_filled', 20), + + FluentUISampleIcon(FluentIcons.key_24_filled, 'key_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_20_filled, 'keyboard_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_24_filled, 'keyboard_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.keyboard_dock_24_filled, 'keyboard_dock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_float_24_filled, + 'keyboard_layout_float_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_24_filled, + 'keyboard_layout_one_handed_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_resize_24_filled, + 'keyboard_layout_resize_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_filled, + 'keyboard_layout_split_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_24_filled, 'keyboard_shift_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_24_filled, + 'keyboard_shift_uppercase_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.keyboard_tab_24_filled, 'keyboard_tab_24_filled', 24), + + FluentUISampleIcon(FluentIcons.laptop_16_filled, 'laptop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.laptop_20_filled, 'laptop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.laptop_24_filled, 'laptop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.laptop_28_filled, 'laptop_28_filled', 28), + + FluentUISampleIcon(FluentIcons.large_16_filled, 'large_16_filled', 16), + + FluentUISampleIcon(FluentIcons.large_20_filled, 'large_20_filled', 20), + + FluentUISampleIcon(FluentIcons.large_24_filled, 'large_24_filled', 24), + + FluentUISampleIcon(FluentIcons.lasso_24_filled, 'lasso_24_filled', 24), + + FluentUISampleIcon(FluentIcons.launcher_settings_24_filled, + 'launcher_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.layer_20_filled, 'layer_20_filled', 20), + + FluentUISampleIcon(FluentIcons.layer_24_filled, 'layer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.leaf_16_filled, 'leaf_16_filled', 16), + + FluentUISampleIcon(FluentIcons.leaf_20_filled, 'leaf_20_filled', 20), + + FluentUISampleIcon(FluentIcons.leaf_24_filled, 'leaf_24_filled', 24), + + FluentUISampleIcon(FluentIcons.leaf_two_16_filled, 'leaf_two_16_filled', 16), + + FluentUISampleIcon(FluentIcons.leaf_two_20_filled, 'leaf_two_20_filled', 20), + + FluentUISampleIcon(FluentIcons.leaf_two_24_filled, 'leaf_two_24_filled', 24), + + FluentUISampleIcon(FluentIcons.library_24_filled, 'library_24_filled', 24), + + FluentUISampleIcon(FluentIcons.library_28_filled, 'library_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.lightbulb_16_filled, 'lightbulb_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.lightbulb_20_filled, 'lightbulb_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.lightbulb_24_filled, 'lightbulb_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.lightbulb_circle_24_filled, 'lightbulb_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.lightbulb_filament_16_filled, + 'lightbulb_filament_16_filled', 16), + + FluentUISampleIcon(FluentIcons.lightbulb_filament_20_filled, + 'lightbulb_filament_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lightbulb_filament_24_filled, + 'lightbulb_filament_24_filled', 24), + + FluentUISampleIcon(FluentIcons.like_16_filled, 'like_16_filled', 16), + + FluentUISampleIcon(FluentIcons.likert_16_filled, 'likert_16_filled', 16), + + FluentUISampleIcon(FluentIcons.likert_20_filled, 'likert_20_filled', 20), + + FluentUISampleIcon(FluentIcons.likert_24_filled, 'likert_24_filled', 24), + + FluentUISampleIcon(FluentIcons.line_horizontal_1_20_filled, + 'line_horizontal_1_20_filled', 20), + + FluentUISampleIcon(FluentIcons.line_horizontal_3_20_filled, + 'line_horizontal_3_20_filled', 20), + + FluentUISampleIcon(FluentIcons.line_horizontal_5_20_filled, + 'line_horizontal_5_20_filled', 20), + + FluentUISampleIcon(FluentIcons.link_16_filled, 'link_16_filled', 16), + + FluentUISampleIcon(FluentIcons.link_20_filled, 'link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.link_24_filled, 'link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.link_28_filled, 'link_28_filled', 28), + + FluentUISampleIcon(FluentIcons.link_48_filled, 'link_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.link_edit_16_filled, 'link_edit_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.link_edit_20_filled, 'link_edit_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.link_edit_24_filled, 'link_edit_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.link_remove_20_filled, 'link_remove_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.link_square_24_filled, 'link_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.list_20_filled, 'list_20_filled', 20), + + FluentUISampleIcon(FluentIcons.list_24_filled, 'list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.list_28_filled, 'list_28_filled', 28), + + FluentUISampleIcon(FluentIcons.live_20_filled, 'live_20_filled', 20), + + FluentUISampleIcon(FluentIcons.live_24_filled, 'live_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.local_language_16_filled, 'local_language_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.local_language_20_filled, 'local_language_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.local_language_24_filled, 'local_language_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.local_language_28_filled, 'local_language_28_filled', 28), + + FluentUISampleIcon(FluentIcons.location_12_filled, 'location_12_filled', 12), + + FluentUISampleIcon(FluentIcons.location_16_filled, 'location_16_filled', 16), + + FluentUISampleIcon(FluentIcons.location_20_filled, 'location_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_24_filled, 'location_24_filled', 24), + + FluentUISampleIcon(FluentIcons.location_28_filled, 'location_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.location_live_20_filled, 'location_live_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.location_live_24_filled, 'location_live_24_filled', 24), + + FluentUISampleIcon(FluentIcons.location_not_found_24_filled, + 'location_not_found_24_filled', 24), + + FluentUISampleIcon(FluentIcons.lock_12_filled, 'lock_12_filled', 12), + + FluentUISampleIcon(FluentIcons.lock_16_filled, 'lock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.lock_20_filled, 'lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lock_24_filled, 'lock_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.lock_shield_20_filled, 'lock_shield_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.lock_shield_24_filled, 'lock_shield_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.lock_shield_48_filled, 'lock_shield_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.magic_wand_24_filled, 'magic_wand_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_20_filled, 'mail_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_24_filled, 'mail_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_28_filled, 'mail_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_48_filled, 'mail_48_filled', 48), + + FluentUISampleIcon(FluentIcons.mail_add_24_filled, 'mail_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_all_20_filled, 'mail_all_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_all_24_filled, 'mail_all_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_all_accounts_24_filled, + 'mail_all_accounts_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_all_read_20_filled, 'mail_all_read_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_all_unread_20_filled, 'mail_all_unread_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_clock_20_filled, 'mail_clock_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_copy_20_filled, 'mail_copy_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_copy_24_filled, 'mail_copy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_inbox_16_filled, 'mail_inbox_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.mail_inbox_20_filled, 'mail_inbox_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_inbox_24_filled, 'mail_inbox_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_inbox_28_filled, 'mail_inbox_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_16_filled, 'mail_inbox_add_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_20_filled, 'mail_inbox_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_24_filled, 'mail_inbox_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_inbox_add_28_filled, 'mail_inbox_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_16_filled, + 'mail_inbox_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_20_filled, + 'mail_inbox_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_24_filled, + 'mail_inbox_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_28_filled, + 'mail_inbox_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_move_to_focussed_24_filled, + 'mail_move_to_focussed_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_outbox_20_filled, 'mail_outbox_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_outbox_24_filled, 'mail_outbox_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_read_20_filled, 'mail_read_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_read_24_filled, 'mail_read_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_read_28_filled, 'mail_read_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.mail_read_48_filled, 'mail_read_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.mail_unread_16_filled, 'mail_unread_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.mail_unread_20_filled, 'mail_unread_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.mail_unread_24_filled, 'mail_unread_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mail_unread_28_filled, 'mail_unread_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.mail_unread_48_filled, 'mail_unread_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.mail_unsubscribe_24_filled, 'mail_unsubscribe_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.malware_detected_16_filled, 'malware_detected_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.malware_detected_24_filled, 'malware_detected_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.manufacturer_24_filled, 'manufacturer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.map_24_filled, 'map_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.map_drive_16_filled, 'map_drive_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.map_drive_20_filled, 'map_drive_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.map_drive_24_filled, 'map_drive_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.match_app_layout_24_filled, 'match_app_layout_24_filled', 24), + + FluentUISampleIcon(FluentIcons.maximize_16_filled, 'maximize_16_filled', 16), + + FluentUISampleIcon(FluentIcons.meet_now_20_filled, 'meet_now_20_filled', 20), + + FluentUISampleIcon(FluentIcons.meet_now_24_filled, 'meet_now_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.megaphone_16_filled, 'megaphone_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.megaphone_20_filled, 'megaphone_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.megaphone_24_filled, 'megaphone_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.megaphone_28_filled, 'megaphone_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.megaphone_off_24_filled, 'megaphone_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mention_16_filled, 'mention_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mention_20_filled, 'mention_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mention_24_filled, 'mention_24_filled', 24), + + FluentUISampleIcon(FluentIcons.merge_24_filled, 'merge_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_off_12_filled, 'mic_off_12_filled', 12), + + FluentUISampleIcon(FluentIcons.mic_off_16_filled, 'mic_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mic_off_24_filled, 'mic_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_off_28_filled, 'mic_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mic_on_16_filled, 'mic_on_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mic_on_20_filled, 'mic_on_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mic_on_24_filled, 'mic_on_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_on_28_filled, 'mic_on_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mic_on_48_filled, 'mic_on_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.mic_settings_24_filled, 'mic_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.midi_20_filled, 'midi_20_filled', 20), + + FluentUISampleIcon(FluentIcons.midi_24_filled, 'midi_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.missing_metadata_16_filled, 'missing_metadata_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.missing_metadata_24_filled, 'missing_metadata_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.mobile_optimized_24_filled, 'mobile_optimized_24_filled', 24), + + FluentUISampleIcon(FluentIcons.money_16_filled, 'money_16_filled', 16), + + FluentUISampleIcon(FluentIcons.money_20_filled, 'money_20_filled', 20), + + FluentUISampleIcon(FluentIcons.money_24_filled, 'money_24_filled', 24), + + FluentUISampleIcon(FluentIcons.more_16_filled, 'more_16_filled', 16), + + FluentUISampleIcon(FluentIcons.more_20_filled, 'more_20_filled', 20), + + FluentUISampleIcon(FluentIcons.more_24_filled, 'more_24_filled', 24), + + FluentUISampleIcon(FluentIcons.more_28_filled, 'more_28_filled', 28), + + FluentUISampleIcon(FluentIcons.more_48_filled, 'more_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.more_vertical_20_filled, 'more_vertical_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.more_vertical_24_filled, 'more_vertical_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.more_vertical_28_filled, 'more_vertical_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.more_vertical_48_filled, 'more_vertical_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_24_filled, 'movies_and_tv_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.multiselect_20_filled, 'multiselect_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.multiselect_24_filled, 'multiselect_24_filled', 24), + + FluentUISampleIcon(FluentIcons.music_20_filled, 'music_20_filled', 20), + + FluentUISampleIcon(FluentIcons.music_24_filled, 'music_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.my_location_24_filled, 'my_location_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.navigation_20_filled, 'navigation_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.navigation_24_filled, 'navigation_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.network_check_24_filled, 'network_check_24_filled', 24), + + FluentUISampleIcon(FluentIcons.new_16_filled, 'new_16_filled', 16), + + FluentUISampleIcon(FluentIcons.new_24_filled, 'new_24_filled', 24), + + FluentUISampleIcon(FluentIcons.news_20_filled, 'news_20_filled', 20), + + FluentUISampleIcon(FluentIcons.news_24_filled, 'news_24_filled', 24), + + FluentUISampleIcon(FluentIcons.news_28_filled, 'news_28_filled', 28), + + FluentUISampleIcon(FluentIcons.next_16_filled, 'next_16_filled', 16), + + FluentUISampleIcon(FluentIcons.next_20_filled, 'next_20_filled', 20), + + FluentUISampleIcon(FluentIcons.next_24_filled, 'next_24_filled', 24), + + FluentUISampleIcon(FluentIcons.note_20_filled, 'note_20_filled', 20), + + FluentUISampleIcon(FluentIcons.note_24_filled, 'note_24_filled', 24), + + FluentUISampleIcon(FluentIcons.note_add_16_filled, 'note_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.note_add_20_filled, 'note_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.note_add_24_filled, 'note_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_24_filled, 'notebook_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.notebook_error_24_filled, 'notebook_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_lightning_24_filled, + 'notebook_lightning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_question_mark_24_filled, + 'notebook_question_mark_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.notebook_section_24_filled, 'notebook_section_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.notebook_sync_24_filled, 'notebook_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notepad_20_filled, 'notepad_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notepad_24_filled, 'notepad_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notepad_28_filled, 'notepad_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.number_row_16_filled, 'number_row_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.number_row_20_filled, 'number_row_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.number_row_24_filled, 'number_row_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.number_symbol_16_filled, 'number_symbol_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.number_symbol_20_filled, 'number_symbol_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.number_symbol_24_filled, 'number_symbol_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.office_apps_24_filled, 'office_apps_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.office_apps_28_filled, 'office_apps_28_filled', 28), + + FluentUISampleIcon(FluentIcons.open_16_filled, 'open_16_filled', 16), + + FluentUISampleIcon(FluentIcons.open_20_filled, 'open_20_filled', 20), + + FluentUISampleIcon(FluentIcons.open_24_filled, 'open_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.open_folder_24_filled, 'open_folder_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.open_in_browser_24_filled, 'open_in_browser_24_filled', 24), + + FluentUISampleIcon(FluentIcons.options_16_filled, 'options_16_filled', 16), + + FluentUISampleIcon(FluentIcons.options_20_filled, 'options_20_filled', 20), + + FluentUISampleIcon(FluentIcons.options_24_filled, 'options_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.organization_20_filled, 'organization_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.organization_24_filled, 'organization_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.organization_28_filled, 'organization_28_filled', 28), + + FluentUISampleIcon(FluentIcons.owner_24_filled, 'owner_24_filled', 24), + + FluentUISampleIcon(FluentIcons.page_20_filled, 'page_20_filled', 20), + + FluentUISampleIcon(FluentIcons.page_fit_16_filled, 'page_fit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.page_fit_20_filled, 'page_fit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.page_fit_24_filled, 'page_fit_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.paint_brush_16_filled, 'paint_brush_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.paint_brush_20_filled, 'paint_brush_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.paint_brush_24_filled, 'paint_brush_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.paint_bucket_16_filled, 'paint_bucket_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.paint_bucket_20_filled, 'paint_bucket_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.paint_bucket_24_filled, 'paint_bucket_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pair_24_filled, 'pair_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.pane_close_16_filled, 'pane_close_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.pane_close_20_filled, 'pane_close_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.pane_close_24_filled, 'pane_close_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.pane_open_16_filled, 'pane_open_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.pane_open_20_filled, 'pane_open_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.pane_open_24_filled, 'pane_open_24_filled', 24), + + FluentUISampleIcon(FluentIcons.password_24_filled, 'password_24_filled', 24), + + FluentUISampleIcon(FluentIcons.patient_24_filled, 'patient_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pause_16_filled, 'pause_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pause_20_filled, 'pause_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pause_24_filled, 'pause_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pause_48_filled, 'pause_48_filled', 48), + + FluentUISampleIcon(FluentIcons.payment_20_filled, 'payment_20_filled', 20), + + FluentUISampleIcon(FluentIcons.payment_24_filled, 'payment_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.pen_settings_24_filled, 'pen_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_16_filled, 'people_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_20_filled, 'people_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_24_filled, 'people_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_28_filled, 'people_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.people_add_16_filled, 'people_add_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.people_add_20_filled, 'people_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.people_add_24_filled, 'people_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.people_audience_24_filled, 'people_audience_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.people_community_16_filled, 'people_community_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.people_community_20_filled, 'people_community_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.people_community_24_filled, 'people_community_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.people_community_28_filled, 'people_community_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_community_add_24_filled, + 'people_community_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_prohibited_20_filled, + 'people_prohibited_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.people_search_24_filled, 'people_search_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.people_settings_20_filled, 'people_settings_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.people_team_16_filled, 'people_team_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.people_team_20_filled, 'people_team_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.people_team_24_filled, 'people_team_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.people_team_28_filled, 'people_team_28_filled', 28), + + FluentUISampleIcon(FluentIcons.person_12_filled, 'person_12_filled', 12), + + FluentUISampleIcon(FluentIcons.person_16_filled, 'person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_20_filled, 'person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_24_filled, 'person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_28_filled, 'person_28_filled', 28), + + FluentUISampleIcon(FluentIcons.person_48_filled, 'person_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.person_accounts_24_filled, 'person_accounts_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_add_20_filled, 'person_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.person_add_24_filled, 'person_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_arrow_left_20_filled, + 'person_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_arrow_left_24_filled, + 'person_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_arrow_right_16_filled, + 'person_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_arrow_right_20_filled, + 'person_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_arrow_right_24_filled, + 'person_arrow_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_available_16_filled, 'person_available_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.person_available_24_filled, 'person_available_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_block_24_filled, 'person_block_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_board_16_filled, 'person_board_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.person_board_20_filled, 'person_board_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.person_board_24_filled, 'person_board_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_call_24_filled, 'person_call_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_delete_16_filled, 'person_delete_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.person_delete_24_filled, 'person_delete_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_feedback_20_filled, 'person_feedback_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.person_feedback_24_filled, 'person_feedback_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_prohibited_20_filled, + 'person_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_question_mark_16_filled, + 'person_question_mark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_question_mark_20_filled, + 'person_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_question_mark_24_filled, + 'person_question_mark_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_support_16_filled, 'person_support_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.person_support_20_filled, 'person_support_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.person_support_24_filled, 'person_support_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_swap_16_filled, 'person_swap_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.person_swap_20_filled, 'person_swap_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.person_swap_24_filled, 'person_swap_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.person_voice_20_filled, 'person_voice_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.person_voice_24_filled, 'person_voice_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_20_filled, 'phone_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_24_filled, 'phone_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_28_filled, 'phone_28_filled', 28), + + FluentUISampleIcon(FluentIcons.phone_add_new_app_24_filled, + 'phone_add_new_app_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_desktop_16_filled, 'phone_desktop_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.phone_desktop_20_filled, 'phone_desktop_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.phone_desktop_24_filled, 'phone_desktop_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_desktop_28_filled, 'phone_desktop_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.phone_error_24_filled, 'phone_error_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_home_lock_24_filled, 'phone_home_lock_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_laptop_20_filled, 'phone_laptop_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.phone_laptop_24_filled, 'phone_laptop_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_link_setup_24_filled, 'phone_link_setup_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_mobile_20_filled, 'phone_mobile_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.phone_mobile_24_filled, 'phone_mobile_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_page_header_24_filled, + 'phone_page_header_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_pagination_24_filled, 'phone_pagination_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_screen_time_24_filled, + 'phone_screen_time_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_shake_24_filled, 'phone_shake_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_status_bar_24_filled, 'phone_status_bar_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_tablet_20_filled, 'phone_tablet_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.phone_tablet_24_filled, 'phone_tablet_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_to_pc_20_filled, 'phone_to_pc_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.phone_to_pc_24_filled, 'phone_to_pc_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_update_24_filled, 'phone_update_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_vertical_scroll_24_filled, + 'phone_vertical_scroll_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.phone_vibrate_24_filled, 'phone_vibrate_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.photo_filter_24_filled, 'photo_filter_24_filled', 24), + + FluentUISampleIcon(FluentIcons.picture_in_picture_16_filled, + 'picture_in_picture_16_filled', 16), + + FluentUISampleIcon(FluentIcons.picture_in_picture_20_filled, + 'picture_in_picture_20_filled', 20), + + FluentUISampleIcon(FluentIcons.picture_in_picture_24_filled, + 'picture_in_picture_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pin_12_filled, 'pin_12_filled', 12), + + FluentUISampleIcon(FluentIcons.pin_16_filled, 'pin_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pin_20_filled, 'pin_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pin_24_filled, 'pin_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pin_off_20_filled, 'pin_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pin_off_24_filled, 'pin_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.play_20_filled, 'play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.play_24_filled, 'play_24_filled', 24), + + FluentUISampleIcon(FluentIcons.play_48_filled, 'play_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.play_circle_24_filled, 'play_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.plug_disconnected_20_filled, + 'plug_disconnected_20_filled', 20), + + FluentUISampleIcon(FluentIcons.plug_disconnected_24_filled, + 'plug_disconnected_24_filled', 24), + + FluentUISampleIcon(FluentIcons.plug_disconnected_28_filled, + 'plug_disconnected_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.point_scan_24_filled, 'point_scan_24_filled', 24), + + FluentUISampleIcon(FluentIcons.poll_24_filled, 'poll_24_filled', 24), + + FluentUISampleIcon(FluentIcons.power_20_filled, 'power_20_filled', 20), + + FluentUISampleIcon(FluentIcons.power_24_filled, 'power_24_filled', 24), + + FluentUISampleIcon(FluentIcons.power_28_filled, 'power_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.predictions_24_filled, 'predictions_24_filled', 24), + + FluentUISampleIcon(FluentIcons.premium_16_filled, 'premium_16_filled', 16), + + FluentUISampleIcon(FluentIcons.premium_20_filled, 'premium_20_filled', 20), + + FluentUISampleIcon(FluentIcons.premium_24_filled, 'premium_24_filled', 24), + + FluentUISampleIcon(FluentIcons.premium_28_filled, 'premium_28_filled', 28), + + FluentUISampleIcon(FluentIcons.presence_available_10_filled, + 'presence_available_10_filled', 10), + + FluentUISampleIcon(FluentIcons.presence_available_12_filled, + 'presence_available_12_filled', 12), + + FluentUISampleIcon(FluentIcons.presence_available_16_filled, + 'presence_available_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.presence_away_10_filled, 'presence_away_10_filled', 10), + + FluentUISampleIcon( + FluentIcons.presence_away_12_filled, 'presence_away_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.presence_away_16_filled, 'presence_away_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.presence_busy_10_filled, 'presence_busy_10_filled', 10), + + FluentUISampleIcon( + FluentIcons.presence_busy_12_filled, 'presence_busy_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.presence_busy_16_filled, 'presence_busy_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.presence_dnd_10_filled, 'presence_dnd_10_filled', 10), + + FluentUISampleIcon( + FluentIcons.presence_dnd_12_filled, 'presence_dnd_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.presence_dnd_16_filled, 'presence_dnd_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.presenter_24_filled, 'presenter_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.presenter_off_24_filled, 'presenter_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.preview_link_16_filled, 'preview_link_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.preview_link_20_filled, 'preview_link_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.preview_link_24_filled, 'preview_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.previous_16_filled, 'previous_16_filled', 16), + + FluentUISampleIcon(FluentIcons.previous_20_filled, 'previous_20_filled', 20), + + FluentUISampleIcon(FluentIcons.previous_24_filled, 'previous_24_filled', 24), + + FluentUISampleIcon(FluentIcons.print_20_filled, 'print_20_filled', 20), + + FluentUISampleIcon(FluentIcons.print_24_filled, 'print_24_filled', 24), + + FluentUISampleIcon(FluentIcons.print_48_filled, 'print_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.prohibited_20_filled, 'prohibited_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.prohibited_24_filled, 'prohibited_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.prohibited_28_filled, 'prohibited_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.prohibited_48_filled, 'prohibited_48_filled', 48), + + FluentUISampleIcon(FluentIcons.proofread_language_24_filled, + 'proofread_language_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.protocol_handler_16_filled, 'protocol_handler_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.protocol_handler_20_filled, 'protocol_handler_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.protocol_handler_24_filled, 'protocol_handler_24_filled', 24), + + FluentUISampleIcon(FluentIcons.qr_code_24_filled, 'qr_code_24_filled', 24), + + FluentUISampleIcon(FluentIcons.qr_code_28_filled, 'qr_code_28_filled', 28), + + FluentUISampleIcon(FluentIcons.question_16_filled, 'question_16_filled', 16), + + FluentUISampleIcon(FluentIcons.question_20_filled, 'question_20_filled', 20), + + FluentUISampleIcon(FluentIcons.question_24_filled, 'question_24_filled', 24), + + FluentUISampleIcon(FluentIcons.question_28_filled, 'question_28_filled', 28), + + FluentUISampleIcon(FluentIcons.question_48_filled, 'question_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.question_circle_16_filled, 'question_circle_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.question_circle_20_filled, 'question_circle_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.question_circle_24_filled, 'question_circle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.question_circle_28_filled, 'question_circle_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.question_circle_48_filled, 'question_circle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.quiz_new_24_filled, 'quiz_new_24_filled', 24), + + FluentUISampleIcon(FluentIcons.quiz_new_28_filled, 'quiz_new_28_filled', 28), + + FluentUISampleIcon(FluentIcons.quiz_new_48_filled, 'quiz_new_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.radio_button_20_filled, 'radio_button_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.radio_button_24_filled, 'radio_button_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.rating_mature_16_filled, 'rating_mature_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.rating_mature_20_filled, 'rating_mature_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.rating_mature_24_filled, 'rating_mature_24_filled', 24), + + FluentUISampleIcon(FluentIcons.re_order_16_filled, 're_order_16_filled', 16), + + FluentUISampleIcon(FluentIcons.re_order_24_filled, 're_order_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.re_order_dots_20_filled, 're_order_dots_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.re_order_dots_24_filled, 're_order_dots_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.read_aloud_20_filled, 'read_aloud_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.read_aloud_24_filled, 'read_aloud_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.read_only_16_filled, 'read_only_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.read_only_24_filled, 'read_only_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.reading_list_16_filled, 'reading_list_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.reading_list_20_filled, 'reading_list_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.reading_list_24_filled, 'reading_list_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.reading_list_28_filled, 'reading_list_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.reading_list_add_16_filled, 'reading_list_add_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.reading_list_add_20_filled, 'reading_list_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.reading_list_add_24_filled, 'reading_list_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.reading_list_add_28_filled, 'reading_list_add_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.reading_mode_20_filled, 'reading_mode_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.reading_mode_24_filled, 'reading_mode_24_filled', 24), + + FluentUISampleIcon(FluentIcons.reading_mode_mobile_20_filled, + 'reading_mode_mobile_20_filled', 20), + + FluentUISampleIcon(FluentIcons.reading_mode_mobile_24_filled, + 'reading_mode_mobile_24_filled', 24), + + FluentUISampleIcon(FluentIcons.reciept_20_filled, 'reciept_20_filled', 20), + + FluentUISampleIcon(FluentIcons.reciept_24_filled, 'reciept_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.recommended_24_filled, 'recommended_24_filled', 24), + + FluentUISampleIcon(FluentIcons.record_16_filled, 'record_16_filled', 16), + + FluentUISampleIcon(FluentIcons.record_20_filled, 'record_20_filled', 20), + + FluentUISampleIcon(FluentIcons.record_24_filled, 'record_24_filled', 24), + + FluentUISampleIcon(FluentIcons.remove_12_filled, 'remove_12_filled', 12), + + FluentUISampleIcon(FluentIcons.remove_16_filled, 'remove_16_filled', 16), + + FluentUISampleIcon(FluentIcons.remove_20_filled, 'remove_20_filled', 20), + + FluentUISampleIcon(FluentIcons.remove_24_filled, 'remove_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.remove_recent_24_filled, 'remove_recent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rename_16_filled, 'rename_16_filled', 16), + + FluentUISampleIcon(FluentIcons.rename_20_filled, 'rename_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rename_24_filled, 'rename_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rename_28_filled, 'rename_28_filled', 28), + + FluentUISampleIcon(FluentIcons.resize_20_filled, 'resize_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.resize_image_24_filled, 'resize_image_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.resize_table_24_filled, 'resize_table_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.resize_video_24_filled, 'resize_video_24_filled', 24), + + FluentUISampleIcon(FluentIcons.restore_16_filled, 'restore_16_filled', 16), + + FluentUISampleIcon(FluentIcons.reward_16_filled, 'reward_16_filled', 16), + + FluentUISampleIcon(FluentIcons.reward_20_filled, 'reward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.reward_24_filled, 'reward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rewind_20_filled, 'rewind_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rewind_24_filled, 'rewind_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rocket_16_filled, 'rocket_16_filled', 16), + + FluentUISampleIcon(FluentIcons.rocket_20_filled, 'rocket_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rocket_24_filled, 'rocket_24_filled', 24), + + FluentUISampleIcon(FluentIcons.router_24_filled, 'router_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.row_triple_24_filled, 'row_triple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ruler_16_filled, 'ruler_16_filled', 16), + + FluentUISampleIcon(FluentIcons.ruler_20_filled, 'ruler_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ruler_24_filled, 'ruler_24_filled', 24), + + FluentUISampleIcon(FluentIcons.run_24_filled, 'run_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_20_filled, 'save_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_24_filled, 'save_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_as_20_filled, 'save_as_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_as_24_filled, 'save_as_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.save_copy_24_filled, 'save_copy_24_filled', 24), + + FluentUISampleIcon(FluentIcons.savings_16_filled, 'savings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.savings_20_filled, 'savings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.savings_24_filled, 'savings_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.scale_fill_24_filled, 'scale_fill_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.scale_fit_16_filled, 'scale_fit_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.scale_fit_20_filled, 'scale_fit_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.scale_fit_24_filled, 'scale_fit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_24_filled, 'scan_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.scratchpad_24_filled, 'scratchpad_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.screenshot_20_filled, 'screenshot_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.screenshot_24_filled, 'screenshot_24_filled', 24), + + FluentUISampleIcon(FluentIcons.search_20_filled, 'search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.search_24_filled, 'search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.search_28_filled, 'search_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.search_info_24_filled, 'search_info_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.search_square_24_filled, 'search_square_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.select_all_24_filled, 'select_all_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.select_all_off_24_filled, 'select_all_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.select_object_20_filled, 'select_object_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.select_object_24_filled, 'select_object_24_filled', 24), + + FluentUISampleIcon(FluentIcons.send_20_filled, 'send_20_filled', 20), + + FluentUISampleIcon(FluentIcons.send_24_filled, 'send_24_filled', 24), + + FluentUISampleIcon(FluentIcons.send_28_filled, 'send_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.send_clock_20_filled, 'send_clock_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.send_copy_24_filled, 'send_copy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.send_logging_24_filled, 'send_logging_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.send_to_back_20_filled, 'send_to_back_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.send_to_back_24_filled, 'send_to_back_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.serial_port_16_filled, 'serial_port_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.serial_port_20_filled, 'serial_port_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.serial_port_24_filled, 'serial_port_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.service_bell_24_filled, 'service_bell_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.set_top_stack_16_filled, 'set_top_stack_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.set_top_stack_20_filled, 'set_top_stack_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.set_top_stack_24_filled, 'set_top_stack_24_filled', 24), + + FluentUISampleIcon(FluentIcons.settings_16_filled, 'settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.settings_20_filled, 'settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.settings_24_filled, 'settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.settings_28_filled, 'settings_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shapes_16_filled, 'shapes_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shapes_20_filled, 'shapes_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shapes_24_filled, 'shapes_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_20_filled, 'share_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_24_filled, 'share_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.share_android_20_filled, 'share_android_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.share_android_24_filled, 'share_android_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.share_close_tray_24_filled, 'share_close_tray_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.share_desktop_24_filled, 'share_desktop_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.share_ios_20_filled, 'share_ios_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.share_ios_24_filled, 'share_ios_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.share_ios_28_filled, 'share_ios_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.share_ios_48_filled, 'share_ios_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.share_screen_20_filled, 'share_screen_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.share_screen_24_filled, 'share_screen_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.share_screen_28_filled, 'share_screen_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.share_stop_24_filled, 'share_stop_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.share_stop_28_filled, 'share_stop_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shield_20_filled, 'shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_24_filled, 'shield_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shield_dismiss_20_filled, 'shield_dismiss_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.shield_dismiss_24_filled, 'shield_dismiss_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shield_error_20_filled, 'shield_error_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.shield_error_24_filled, 'shield_error_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shield_keyhole_16_filled, 'shield_keyhole_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.shield_keyhole_20_filled, 'shield_keyhole_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.shield_keyhole_24_filled, 'shield_keyhole_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_prohibited_20_filled, + 'shield_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_prohibited_24_filled, + 'shield_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_24_filled, 'shifts_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_24h_20_filled, 'shifts_24h_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.shifts_24h_24_filled, 'shifts_24h_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_28_filled, 'shifts_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shifts_30_minutes_24_filled, + 'shifts_30_minutes_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_activity_20_filled, 'shifts_activity_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.shifts_activity_24_filled, 'shifts_activity_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_add_24_filled, 'shifts_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_approve_24_filled, 'shifts_approve_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_availability_24_filled, + 'shifts_availability_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_deny_24_filled, 'shifts_deny_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_open_20_filled, 'shifts_open_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.shifts_open_24_filled, 'shifts_open_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_pending_24_filled, 'shifts_pending_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.shifts_team_24_filled, 'shifts_team_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ship_20_filled, 'ship_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ship_24_filled, 'ship_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sign_out_24_filled, 'sign_out_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.signature_16_filled, 'signature_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.signature_20_filled, 'signature_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.signature_24_filled, 'signature_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.signature_28_filled, 'signature_28_filled', 28), + + FluentUISampleIcon(FluentIcons.signed_16_filled, 'signed_16_filled', 16), + + FluentUISampleIcon(FluentIcons.signed_20_filled, 'signed_20_filled', 20), + + FluentUISampleIcon(FluentIcons.signed_24_filled, 'signed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sim_16_filled, 'sim_16_filled', 16), + + FluentUISampleIcon(FluentIcons.sim_20_filled, 'sim_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sim_24_filled, 'sim_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sleep_24_filled, 'sleep_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slide_add_24_filled, 'slide_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slide_design_24_filled, 'slide_design_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slide_hide_24_filled, 'slide_hide_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slide_layout_20_filled, 'slide_layout_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.slide_layout_24_filled, 'slide_layout_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slide_microphone_24_filled, 'slide_microphone_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slide_text_24_filled, 'slide_text_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slow_mode_16_filled, 'slow_mode_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.slow_mode_20_filled, 'slow_mode_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.slow_mode_24_filled, 'slow_mode_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.slow_mode_28_filled, 'slow_mode_28_filled', 28), + + FluentUISampleIcon(FluentIcons.small_16_filled, 'small_16_filled', 16), + + FluentUISampleIcon(FluentIcons.small_20_filled, 'small_20_filled', 20), + + FluentUISampleIcon(FluentIcons.small_24_filled, 'small_24_filled', 24), + + FluentUISampleIcon(FluentIcons.snooze_16_filled, 'snooze_16_filled', 16), + + FluentUISampleIcon(FluentIcons.snooze_24_filled, 'snooze_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.sound_source_24_filled, 'sound_source_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.sound_source_28_filled, 'sound_source_28_filled', 28), + + FluentUISampleIcon(FluentIcons.spacebar_24_filled, 'spacebar_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.speaker_0_24_filled, 'speaker_0_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_16_filled, 'speaker_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.speaker_1_24_filled, 'speaker_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_20_filled, 'speaker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.speaker_24_filled, 'speaker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_28_filled, 'speaker_28_filled', 28), + + FluentUISampleIcon(FluentIcons.speaker_bluetooth_24_filled, + 'speaker_bluetooth_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.speaker_edit_16_filled, 'speaker_edit_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.speaker_edit_20_filled, 'speaker_edit_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.speaker_edit_24_filled, 'speaker_edit_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.speaker_none_20_filled, 'speaker_none_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.speaker_none_24_filled, 'speaker_none_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.speaker_none_28_filled, 'speaker_none_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.speaker_off_24_filled, 'speaker_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.speaker_off_28_filled, 'speaker_off_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.speaker_settings_24_filled, 'speaker_settings_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.spinner_ios_20_filled, 'spinner_ios_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sports_16_filled, 'sports_16_filled', 16), + + FluentUISampleIcon(FluentIcons.sports_20_filled, 'sports_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sports_24_filled, 'sports_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_12_filled, 'star_12_filled', 12), + + FluentUISampleIcon(FluentIcons.star_16_filled, 'star_16_filled', 16), + + FluentUISampleIcon(FluentIcons.star_20_filled, 'star_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_24_filled, 'star_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_28_filled, 'star_28_filled', 28), + + FluentUISampleIcon(FluentIcons.star_add_16_filled, 'star_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.star_add_20_filled, 'star_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_add_24_filled, 'star_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_24_filled, 'star_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_arrow_right_start_24_filled, + 'star_arrow_right_start_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.star_emphasis_24_filled, 'star_emphasis_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.star_half_12_filled, 'star_half_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.star_half_16_filled, 'star_half_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.star_half_20_filled, 'star_half_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.star_half_24_filled, 'star_half_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.star_half_28_filled, 'star_half_28_filled', 28), + + FluentUISampleIcon(FluentIcons.star_off_12_filled, 'star_off_12_filled', 12), + + FluentUISampleIcon(FluentIcons.star_off_16_filled, 'star_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.star_off_20_filled, 'star_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_off_24_filled, 'star_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_off_28_filled, 'star_off_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_12_filled, 'star_one_quarter_12_filled', 12), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_16_filled, 'star_one_quarter_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_20_filled, 'star_one_quarter_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_24_filled, 'star_one_quarter_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_28_filled, 'star_one_quarter_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.star_prohibited_16_filled, 'star_prohibited_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.star_prohibited_20_filled, 'star_prohibited_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.star_prohibited_24_filled, 'star_prohibited_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.star_settings_24_filled, 'star_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_three_quarter_12_filled, + 'star_three_quarter_12_filled', 12), + + FluentUISampleIcon(FluentIcons.star_three_quarter_16_filled, + 'star_three_quarter_16_filled', 16), + + FluentUISampleIcon(FluentIcons.star_three_quarter_20_filled, + 'star_three_quarter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_three_quarter_24_filled, + 'star_three_quarter_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_three_quarter_28_filled, + 'star_three_quarter_28_filled', 28), + + FluentUISampleIcon(FluentIcons.status_16_filled, 'status_16_filled', 16), + + FluentUISampleIcon(FluentIcons.status_20_filled, 'status_20_filled', 20), + + FluentUISampleIcon(FluentIcons.status_24_filled, 'status_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.stethoscope_20_filled, 'stethoscope_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.stethoscope_24_filled, 'stethoscope_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sticker_20_filled, 'sticker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sticker_24_filled, 'sticker_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.sticker_add_24_filled, 'sticker_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.stop_16_filled, 'stop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.stop_20_filled, 'stop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stop_24_filled, 'stop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.storage_24_filled, 'storage_24_filled', 24), + + FluentUISampleIcon(FluentIcons.store_16_filled, 'store_16_filled', 16), + + FluentUISampleIcon(FluentIcons.store_20_filled, 'store_20_filled', 20), + + FluentUISampleIcon(FluentIcons.store_24_filled, 'store_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.store_microsoft_16_filled, 'store_microsoft_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.store_microsoft_20_filled, 'store_microsoft_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.store_microsoft_24_filled, 'store_microsoft_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.style_guide_24_filled, 'style_guide_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sub_grid_24_filled, 'sub_grid_24_filled', 24), + + FluentUISampleIcon(FluentIcons.subway_20_filled, 'subway_20_filled', 20), + + FluentUISampleIcon(FluentIcons.subway_24_filled, 'subway_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.suggestion_24_filled, 'suggestion_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.surface_earbuds_20_filled, 'surface_earbuds_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.surface_earbuds_24_filled, 'surface_earbuds_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.surface_hub_20_filled, 'surface_hub_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.surface_hub_24_filled, 'surface_hub_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.swipe_down_24_filled, 'swipe_down_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.swipe_right_24_filled, 'swipe_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.swipe_up_24_filled, 'swipe_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.symbols_24_filled, 'symbols_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sync_off_16_filled, 'sync_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.sync_off_20_filled, 'sync_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.system_24_filled, 'system_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_16_filled, 'tab_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tab_20_filled, 'tab_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_24_filled, 'tab_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_28_filled, 'tab_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.tab_desktop_20_filled, 'tab_desktop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_arrow_clockwise_16_filled, + 'tab_desktop_arrow_clockwise_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_arrow_clockwise_20_filled, + 'tab_desktop_arrow_clockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_arrow_clockwise_24_filled, + 'tab_desktop_arrow_clockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_desktop_clock_20_filled, + 'tab_desktop_clock_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.tab_desktop_copy_20_filled, 'tab_desktop_copy_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_image_16_filled, + 'tab_desktop_image_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_image_20_filled, + 'tab_desktop_image_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_image_24_filled, + 'tab_desktop_image_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_20_filled, + 'tab_desktop_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_new_page_20_filled, + 'tab_desktop_new_page_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.tab_in_private_16_filled, 'tab_in_private_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.tab_in_private_20_filled, 'tab_in_private_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.tab_in_private_24_filled, 'tab_in_private_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.tab_in_private_28_filled, 'tab_in_private_28_filled', 28), + + FluentUISampleIcon(FluentIcons.tab_inprivate_account_20_filled, + 'tab_inprivate_account_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_inprivate_account_24_filled, + 'tab_inprivate_account_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_new_20_filled, 'tab_new_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_new_24_filled, 'tab_new_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.tab_sweep_24_filled, 'tab_sweep_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_tracking_prevention_20_filled, + 'tab_tracking_prevention_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_tracking_prevention_24_filled, + 'tab_tracking_prevention_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_20_filled, 'table_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_24_filled, 'table_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_add_24_filled, 'table_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_cells_merge_20_filled, + 'table_cells_merge_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_cells_merge_24_filled, + 'table_cells_merge_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_cells_split_20_filled, + 'table_cells_split_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_cells_split_24_filled, + 'table_cells_split_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_column_delete_24_filled, + 'table_column_delete_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_column_insert_24_filled, + 'table_column_insert_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_column_resize_24_filled, + 'table_column_resize_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_delete_24_filled, 'table_delete_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_edit_24_filled, 'table_edit_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_freeze_24_filled, 'table_freeze_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_column_24_filled, + 'table_freeze_column_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_24_filled, 'table_freeze_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_insert_down_24_filled, + 'table_insert_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_insert_left_24_filled, + 'table_insert_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_insert_right_24_filled, + 'table_insert_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_insert_up_24_filled, 'table_insert_up_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_move_down_24_filled, 'table_move_down_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_move_left_24_filled, 'table_move_left_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_move_right_24_filled, 'table_move_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_move_up_24_filled, 'table_move_up_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_row_delete_24_filled, 'table_row_delete_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_row_insert_24_filled, 'table_row_insert_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_row_resize_24_filled, 'table_row_resize_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_settings_24_filled, 'table_settings_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.table_switch_24_filled, 'table_switch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tablet_20_filled, 'tablet_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tablet_24_filled, 'tablet_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tabs_24_filled, 'tabs_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_20_filled, 'tag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_24_filled, 'tag_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.tap_double_24_filled, 'tap_double_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.tap_single_24_filled, 'tap_single_24_filled', 24), + + FluentUISampleIcon(FluentIcons.target_16_filled, 'target_16_filled', 16), + + FluentUISampleIcon(FluentIcons.target_20_filled, 'target_20_filled', 20), + + FluentUISampleIcon(FluentIcons.target_24_filled, 'target_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.target_edit_16_filled, 'target_edit_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.target_edit_20_filled, 'target_edit_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.target_edit_24_filled, 'target_edit_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.task_list_20_filled, 'task_list_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.task_list_24_filled, 'task_list_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.task_list_add_20_filled, 'task_list_add_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.task_list_add_24_filled, 'task_list_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.tasks_app_24_filled, 'tasks_app_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.tasks_app_28_filled, 'tasks_app_28_filled', 28), + + FluentUISampleIcon(FluentIcons.team_add_24_filled, 'team_add_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.team_delete_24_filled, 'team_delete_24_filled', 24), + + FluentUISampleIcon(FluentIcons.teddy_24_filled, 'teddy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.temperature_20_filled, 'temperature_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.temperature_24_filled, 'temperature_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tent_24_filled, 'tent_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.test_call_24_filled, 'test_call_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_24_filled, 'text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_add_24_filled, 'text_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_add_space_after_20_filled, + 'text_add_space_after_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_add_space_after_24_filled, + 'text_add_space_after_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_add_space_before_20_filled, + 'text_add_space_before_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_add_space_before_24_filled, + 'text_add_space_before_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_center_20_filled, + 'text_align_center_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_align_center_24_filled, + 'text_align_center_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_distributed_20_filled, + 'text_align_distributed_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_align_distributed_24_filled, + 'text_align_distributed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_justify_20_filled, + 'text_align_justify_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_align_justify_24_filled, + 'text_align_justify_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_align_left_20_filled, 'text_align_left_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_align_left_24_filled, 'text_align_left_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_align_right_20_filled, 'text_align_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_align_right_24_filled, 'text_align_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_asterisk_20_filled, 'text_asterisk_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_bold_20_filled, 'text_bold_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_bold_24_filled, 'text_bold_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_20_filled, 'text_bullet_list_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_24_filled, 'text_bullet_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_add_24_filled, + 'text_bullet_list_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_24_filled, + 'text_bullet_list_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_warning_16_filled, + 'text_bullet_list_square_warning_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_warning_20_filled, + 'text_bullet_list_square_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_warning_24_filled, + 'text_bullet_list_square_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_tree_16_filled, + 'text_bullet_list_tree_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_tree_20_filled, + 'text_bullet_list_tree_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_tree_24_filled, + 'text_bullet_list_tree_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_change_accept_20_filled, + 'text_change_accept_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_change_accept_24_filled, + 'text_change_accept_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_change_case_20_filled, 'text_change_case_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_change_case_24_filled, 'text_change_case_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_change_next_20_filled, 'text_change_next_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_change_next_24_filled, 'text_change_next_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_change_previous_20_filled, + 'text_change_previous_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_change_previous_24_filled, + 'text_change_previous_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_change_reject_20_filled, + 'text_change_reject_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_change_reject_24_filled, + 'text_change_reject_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_change_settings_20_filled, + 'text_change_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_change_settings_24_filled, + 'text_change_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_clear_formatting_20_filled, + 'text_clear_formatting_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_clear_formatting_24_filled, + 'text_clear_formatting_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_collapse_24_filled, 'text_collapse_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_color_20_filled, 'text_color_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_color_24_filled, 'text_color_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_column_one_20_filled, 'text_column_one_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_column_one_24_filled, 'text_column_one_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_column_three_20_filled, + 'text_column_three_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_column_three_24_filled, + 'text_column_three_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_column_two_20_filled, 'text_column_two_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_column_two_24_filled, 'text_column_two_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_column_two_left_20_filled, + 'text_column_two_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_column_two_left_24_filled, + 'text_column_two_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_column_two_right_20_filled, + 'text_column_two_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_column_two_right_24_filled, + 'text_column_two_right_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_description_20_filled, 'text_description_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_description_24_filled, 'text_description_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_direction_20_filled, 'text_direction_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_direction_24_filled, 'text_direction_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_ltr_20_filled, + 'text_direction_horizontal_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_ltr_24_filled, + 'text_direction_horizontal_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_20_filled, + 'text_direction_rotate_270_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_24_filled, + 'text_direction_rotate_270_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ac_20_filled, + 'text_direction_rotate_270_ac_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ac_24_filled, + 'text_direction_rotate_270_ac_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_20_filled, + 'text_direction_rotate_90_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_24_filled, + 'text_direction_rotate_90_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_vertical_20_filled, + 'text_direction_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_vertical_24_filled, + 'text_direction_vertical_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_edit_style_20_filled, 'text_edit_style_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_edit_style_24_filled, 'text_edit_style_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_effects_20_filled, 'text_effects_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_effects_24_filled, 'text_effects_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_expand_24_filled, 'text_expand_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_field_16_filled, 'text_field_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.text_field_20_filled, 'text_field_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_field_24_filled, 'text_field_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_first_line_20_filled, 'text_first_line_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_first_line_24_filled, 'text_first_line_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_font_16_filled, 'text_font_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.text_font_20_filled, 'text_font_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_font_24_filled, 'text_font_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_font_size_20_filled, 'text_font_size_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_font_size_24_filled, 'text_font_size_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_footnote_20_filled, 'text_footnote_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_footnote_24_filled, 'text_footnote_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_options_16_filled, + 'text_grammar_options_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_grammar_options_20_filled, + 'text_grammar_options_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_options_24_filled, + 'text_grammar_options_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_hanging_20_filled, 'text_hanging_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_hanging_24_filled, 'text_hanging_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_header_1_20_filled, 'text_header_1_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_header_2_20_filled, 'text_header_2_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_header_3_20_filled, 'text_header_3_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_24_filled, + 'text_indent_decrease_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_24_filled, + 'text_indent_increase_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_italic_20_filled, 'text_italic_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_italic_24_filled, 'text_italic_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_line_spacing_20_filled, + 'text_line_spacing_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_line_spacing_24_filled, + 'text_line_spacing_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_number_format_20_filled, + 'text_number_format_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_number_format_24_filled, + 'text_number_format_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_number_list_ltr_20_filled, + 'text_number_list_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_number_list_ltr_24_filled, + 'text_number_list_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_number_list_rtl_24_filled, + 'text_number_list_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_settings_20_filled, + 'text_paragraph_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_settings_24_filled, + 'text_paragraph_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_proofing_tools_20_filled, + 'text_proofing_tools_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_proofing_tools_24_filled, + 'text_proofing_tools_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_quote_20_filled, 'text_quote_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_quote_24_filled, 'text_quote_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_sort_ascending_20_filled, + 'text_sort_ascending_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_sort_descending_20_filled, + 'text_sort_descending_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_strikethrough_20_filled, + 'text_strikethrough_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_strikethrough_24_filled, + 'text_strikethrough_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_subscript_20_filled, 'text_subscript_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_subscript_24_filled, 'text_subscript_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_superscript_20_filled, 'text_superscript_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_superscript_24_filled, 'text_superscript_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_underline_20_filled, 'text_underline_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_underline_24_filled, 'text_underline_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_word_count_20_filled, 'text_word_count_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.text_word_count_24_filled, 'text_word_count_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.text_wrap_24_filled, 'text_wrap_24_filled', 24), + + FluentUISampleIcon(FluentIcons.textbox_20_filled, 'textbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_24_filled, 'textbox_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.textbox_align_20_filled, 'textbox_align_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.textbox_align_24_filled, 'textbox_align_24_filled', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_bottom_20_filled, + 'textbox_align_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_bottom_24_filled, + 'textbox_align_bottom_24_filled', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_middle_20_filled, + 'textbox_align_middle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_middle_24_filled, + 'textbox_align_middle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_top_20_filled, + 'textbox_align_top_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_top_24_filled, + 'textbox_align_top_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.textbox_vertical_20_filled, 'textbox_vertical_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.textbox_vertical_24_filled, 'textbox_vertical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.thinking_20_filled, 'thinking_20_filled', 20), + + FluentUISampleIcon(FluentIcons.thinking_24_filled, 'thinking_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.thumb_dislike_20_filled, 'thumb_dislike_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.thumb_dislike_24_filled, 'thumb_dislike_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.thumb_like_20_filled, 'thumb_like_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.thumb_like_24_filled, 'thumb_like_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ticket_20_filled, 'ticket_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ticket_24_filled, 'ticket_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.time_and_weather_24_filled, 'time_and_weather_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.time_picker_24_filled, 'time_picker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timeline_24_filled, 'timeline_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_10_24_filled, 'timer_10_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_24_filled, 'timer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_2_24_filled, 'timer_2_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.timer_off_24_filled, 'timer_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.toggle_right_16_filled, 'toggle_right_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.toggle_right_20_filled, 'toggle_right_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.toggle_right_24_filled, 'toggle_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.toolbox_16_filled, 'toolbox_16_filled', 16), + + FluentUISampleIcon(FluentIcons.toolbox_20_filled, 'toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.toolbox_24_filled, 'toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.toolbox_28_filled, 'toolbox_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.top_speed_24_filled, 'top_speed_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.translate_20_filled, 'translate_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.translate_24_filled, 'translate_24_filled', 24), + + FluentUISampleIcon(FluentIcons.trophy_16_filled, 'trophy_16_filled', 16), + + FluentUISampleIcon(FluentIcons.trophy_20_filled, 'trophy_20_filled', 20), + + FluentUISampleIcon(FluentIcons.trophy_24_filled, 'trophy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.uninstall_app_24_filled, 'uninstall_app_24_filled', 24), + + FluentUISampleIcon(FluentIcons.unlock_20_filled, 'unlock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.unlock_24_filled, 'unlock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.unlock_28_filled, 'unlock_28_filled', 28), + + FluentUISampleIcon(FluentIcons.upload_24_filled, 'upload_24_filled', 24), + + FluentUISampleIcon(FluentIcons.usb_port_20_filled, 'usb_port_20_filled', 20), + + FluentUISampleIcon(FluentIcons.usb_port_24_filled, 'usb_port_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.usb_stick_20_filled, 'usb_stick_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.usb_stick_24_filled, 'usb_stick_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vault_16_filled, 'vault_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vault_20_filled, 'vault_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vault_24_filled, 'vault_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_bicycle_24_filled, 'vehicle_bicycle_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_24_filled, 'vehicle_bus_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_24_filled, 'vehicle_cab_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_car_16_filled, 'vehicle_car_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.vehicle_car_20_filled, 'vehicle_car_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.vehicle_car_24_filled, 'vehicle_car_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_24_filled, 'vehicle_truck_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_16_filled, 'video_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_20_filled, 'video_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_24_filled, 'video_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_28_filled, 'video_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_background_effect_24_filled, + 'video_background_effect_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.video_clip_24_filled, 'video_clip_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.video_off_20_filled, 'video_off_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.video_off_24_filled, 'video_off_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.video_off_28_filled, 'video_off_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.video_person_24_filled, 'video_person_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.video_person_off_24_filled, 'video_person_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_person_star_24_filled, + 'video_person_star_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.video_play_pause_24_filled, 'video_play_pause_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.video_security_20_filled, 'video_security_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.video_security_24_filled, 'video_security_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.video_switch_24_filled, 'video_switch_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.view_desktop_20_filled, 'view_desktop_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.view_desktop_24_filled, 'view_desktop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.view_desktop_mobile_20_filled, + 'view_desktop_mobile_20_filled', 20), + + FluentUISampleIcon(FluentIcons.view_desktop_mobile_24_filled, + 'view_desktop_mobile_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.visual_search_16_filled, 'visual_search_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.visual_search_20_filled, 'visual_search_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.visual_search_24_filled, 'visual_search_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.voicemail_16_filled, 'voicemail_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.voicemail_20_filled, 'voicemail_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.voicemail_24_filled, 'voicemail_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_24_filled, 'walkie_talkie_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_28_filled, 'walkie_talkie_28_filled', 28), + + FluentUISampleIcon( + FluentIcons.wallpaper_24_filled, 'wallpaper_24_filled', 24), + + FluentUISampleIcon(FluentIcons.warning_16_filled, 'warning_16_filled', 16), + + FluentUISampleIcon(FluentIcons.warning_20_filled, 'warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.warning_24_filled, 'warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_blowing_snow_20_filled, + 'weather_blowing_snow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_blowing_snow_24_filled, + 'weather_blowing_snow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_blowing_snow_48_filled, + 'weather_blowing_snow_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_cloudy_20_filled, 'weather_cloudy_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_cloudy_24_filled, 'weather_cloudy_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_cloudy_48_filled, 'weather_cloudy_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_duststorm_20_filled, + 'weather_duststorm_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_duststorm_24_filled, + 'weather_duststorm_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_duststorm_48_filled, + 'weather_duststorm_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_fog_20_filled, 'weather_fog_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_fog_24_filled, 'weather_fog_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_fog_48_filled, 'weather_fog_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_hail_day_20_filled, 'weather_hail_day_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_hail_day_24_filled, 'weather_hail_day_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_hail_day_48_filled, 'weather_hail_day_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_hail_night_20_filled, + 'weather_hail_night_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_hail_night_24_filled, + 'weather_hail_night_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_hail_night_48_filled, + 'weather_hail_night_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_moon_20_filled, 'weather_moon_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_moon_24_filled, 'weather_moon_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_moon_48_filled, 'weather_moon_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_20_filled, + 'weather_partly_cloudy_day_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_24_filled, + 'weather_partly_cloudy_day_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_48_filled, + 'weather_partly_cloudy_day_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_night_20_filled, + 'weather_partly_cloudy_night_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_night_24_filled, + 'weather_partly_cloudy_night_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_night_48_filled, + 'weather_partly_cloudy_night_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_rain_20_filled, 'weather_rain_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_rain_24_filled, 'weather_rain_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_rain_48_filled, 'weather_rain_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_day_20_filled, + 'weather_rain_showers_day_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_day_24_filled, + 'weather_rain_showers_day_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_day_48_filled, + 'weather_rain_showers_day_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_night_20_filled, + 'weather_rain_showers_night_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_night_24_filled, + 'weather_rain_showers_night_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_rain_showers_night_48_filled, + 'weather_rain_showers_night_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_rain_snow_20_filled, + 'weather_rain_snow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_rain_snow_24_filled, + 'weather_rain_snow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_rain_snow_48_filled, + 'weather_rain_snow_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_snow_20_filled, 'weather_snow_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_snow_24_filled, 'weather_snow_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_snow_48_filled, 'weather_snow_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_day_20_filled, + 'weather_snow_shower_day_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_day_24_filled, + 'weather_snow_shower_day_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_day_48_filled, + 'weather_snow_shower_day_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_night_20_filled, + 'weather_snow_shower_night_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_night_24_filled, + 'weather_snow_shower_night_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_snow_shower_night_48_filled, + 'weather_snow_shower_night_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_snowflake_20_filled, + 'weather_snowflake_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_snowflake_24_filled, + 'weather_snowflake_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_snowflake_48_filled, + 'weather_snowflake_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_squalls_20_filled, 'weather_squalls_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_squalls_24_filled, 'weather_squalls_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_squalls_48_filled, 'weather_squalls_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.weather_sunny_20_filled, 'weather_sunny_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.weather_sunny_24_filled, 'weather_sunny_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.weather_sunny_48_filled, 'weather_sunny_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_thunderstorm_20_filled, + 'weather_thunderstorm_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_thunderstorm_24_filled, + 'weather_thunderstorm_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_thunderstorm_48_filled, + 'weather_thunderstorm_48_filled', 48), + + FluentUISampleIcon( + FluentIcons.web_asset_24_filled, 'web_asset_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weekend_12_filled, 'weekend_12_filled', 12), + + FluentUISampleIcon(FluentIcons.weekend_24_filled, 'weekend_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.whiteboard_20_filled, 'whiteboard_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.whiteboard_24_filled, 'whiteboard_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wifi_1_20_filled, 'wifi_1_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wifi_1_24_filled, 'wifi_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wifi_2_20_filled, 'wifi_2_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wifi_2_24_filled, 'wifi_2_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wifi_3_20_filled, 'wifi_3_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wifi_3_24_filled, 'wifi_3_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wifi_4_20_filled, 'wifi_4_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wifi_4_24_filled, 'wifi_4_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.wifi_protected_24_filled, 'wifi_protected_24_filled', 24), + + FluentUISampleIcon(FluentIcons.window_20_filled, 'window_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.window_ad_20_filled, 'window_ad_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.window_dev_tools_16_filled, 'window_dev_tools_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.window_dev_tools_20_filled, 'window_dev_tools_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.window_dev_tools_24_filled, 'window_dev_tools_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.window_inprivate_20_filled, 'window_inprivate_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_inprivate_account_20_filled, + 'window_inprivate_account_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.window_multiple_20_filled, 'window_multiple_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.window_new_20_filled, 'window_new_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.window_shield_16_filled, 'window_shield_16_filled', 16), + + FluentUISampleIcon( + FluentIcons.window_shield_20_filled, 'window_shield_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.window_shield_24_filled, 'window_shield_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wrench_24_filled, 'wrench_24_filled', 24), + + FluentUISampleIcon( + FluentIcons.xbox_console_20_filled, 'xbox_console_20_filled', 20), + + FluentUISampleIcon( + FluentIcons.xbox_console_24_filled, 'xbox_console_24_filled', 24), + + FluentUISampleIcon(FluentIcons.zoom_in_20_filled, 'zoom_in_20_filled', 20), + + FluentUISampleIcon(FluentIcons.zoom_in_24_filled, 'zoom_in_24_filled', 24), + + FluentUISampleIcon(FluentIcons.zoom_out_20_filled, 'zoom_out_20_filled', 20), + + FluentUISampleIcon(FluentIcons.zoom_out_24_filled, 'zoom_out_24_filled', 24), + + // END GENERATED +]; diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml new file mode 100644 index 0000000000..357e380873 --- /dev/null +++ b/flutter/example/pubspec.yaml @@ -0,0 +1,78 @@ +name: flutter_sample_showcase +description: Demo app to showcase all Fluent UI System Icons. + +# The following line prevents the package from being accidentally published to +# pub.dev using `pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +version: 1.0.0+1 + +environment: + sdk: ">=2.6.0 <3.0.0" + +dependencies: + flutter: + sdk: flutter + cupertino_icons: any + fluentui_system_icons: + path: '..' + + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + +dev_dependencies: + flutter_test: + sdk: flutter + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware. + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/flutter/lib/fluentui_system_icons.dart b/flutter/lib/fluentui_system_icons.dart new file mode 100644 index 0000000000..a4c92ff8cc --- /dev/null +++ b/flutter/lib/fluentui_system_icons.dart @@ -0,0 +1,7 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +library fluentui_system_icons; + +// The path to the fluent_icons available +export 'src/fluent_icons.dart'; diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf new file mode 100644 index 0000000000..8147dd1c89 Binary files /dev/null and b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf new file mode 100644 index 0000000000..725971c794 Binary files /dev/null and b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/flutter/lib/src/fluent_icons.dart b/flutter/lib/src/fluent_icons.dart new file mode 100644 index 0000000000..2ebc8e900c --- /dev/null +++ b/flutter/lib/src/fluent_icons.dart @@ -0,0 +1,16285 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +import 'package:flutter/widgets.dart'; + +class FluentIcons { + // This class is not meant to be instantiated or extended; this constructor + // prevents instantiation and extension. + // ignore: unused_element + FluentIcons._(); + + // Generated code: do not hand-edit. + // See https://github.com/microsoft/fluentui-system-icons + // BEGIN GENERATED + + static const _kFontPkg = 'fluentui_system_icons'; + + // FluentSystemIcons-Regular + + /// fluent icon named "access_time" in size 24 and regular style. + static const IconData access_time_24_regular = IconData(0xf101, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 16 and regular style. + static const IconData accessibility_16_regular = IconData(0xf102, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 20 and regular style. + static const IconData accessibility_20_regular = IconData(0xf103, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 24 and regular style. + static const IconData accessibility_24_regular = IconData(0xf104, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 28 and regular style. + static const IconData accessibility_28_regular = IconData(0xf105, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "activity" in size 24 and regular style. + static const IconData activity_24_regular = IconData(0xf106, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 12 and regular style. + static const IconData add_12_regular = IconData(0xf107, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 16 and regular style. + static const IconData add_16_regular = IconData(0xf108, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 20 and regular style. + static const IconData add_20_regular = IconData(0xf109, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 24 and regular style. + static const IconData add_24_regular = IconData(0xf10a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 28 and regular style. + static const IconData add_28_regular = IconData(0xf10b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add_circle" in size 20 and regular style. + static const IconData add_circle_20_regular = IconData(0xf10c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add_circle" in size 24 and regular style. + static const IconData add_circle_24_regular = IconData(0xf10d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "add_circle" in size 28 and regular style. + static const IconData add_circle_28_regular = IconData(0xf10e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "airplane" in size 20 and regular style. + static const IconData airplane_20_regular = IconData(0xf10f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "airplane" in size 24 and regular style. + static const IconData airplane_24_regular = IconData(0xf110, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "airplane_take_off" in size 16 and regular style. + static const IconData airplane_take_off_16_regular = IconData(0xf111, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "airplane_take_off" in size 20 and regular style. + static const IconData airplane_take_off_20_regular = IconData(0xf112, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "airplane_take_off" in size 24 and regular style. + static const IconData airplane_take_off_24_regular = IconData(0xf113, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert" in size 20 and regular style. + static const IconData alert_20_regular = IconData(0xf114, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert" in size 24 and regular style. + static const IconData alert_24_regular = IconData(0xf115, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert" in size 28 and regular style. + static const IconData alert_28_regular = IconData(0xf116, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 16 and regular style. + static const IconData alert_off_16_regular = IconData(0xf117, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 20 and regular style. + static const IconData alert_off_20_regular = IconData(0xf118, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 24 and regular style. + static const IconData alert_off_24_regular = IconData(0xf119, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 28 and regular style. + static const IconData alert_off_28_regular = IconData(0xf11a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_on" in size 24 and regular style. + static const IconData alert_on_24_regular = IconData(0xf11b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_snooze" in size 20 and regular style. + static const IconData alert_snooze_20_regular = IconData(0xf11c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_snooze" in size 24 and regular style. + static const IconData alert_snooze_24_regular = IconData(0xf11d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_urgent" in size 20 and regular style. + static const IconData alert_urgent_20_regular = IconData(0xf11e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "alert_urgent" in size 24 and regular style. + static const IconData alert_urgent_24_regular = IconData(0xf11f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "animal_dog" in size 20 and regular style. + static const IconData animal_dog_20_regular = IconData(0xf120, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "animal_dog" in size 24 and regular style. + static const IconData animal_dog_24_regular = IconData(0xf121, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_folder" in size 20 and regular style. + static const IconData app_folder_20_regular = IconData(0xf122, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_folder" in size 24 and regular style. + static const IconData app_folder_24_regular = IconData(0xf123, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_generic" in size 24 and regular style. + static const IconData app_generic_24_regular = IconData(0xf124, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_recent" in size 24 and regular style. + static const IconData app_recent_24_regular = IconData(0xf125, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 16 and regular style. + static const IconData app_span_16_regular = IconData(0xf126, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 20 and regular style. + static const IconData app_span_20_regular = IconData(0xf127, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 24 and regular style. + static const IconData app_span_24_regular = IconData(0xf128, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 28 and regular style. + static const IconData app_span_28_regular = IconData(0xf129, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_store" in size 24 and regular style. + static const IconData app_store_24_regular = IconData(0xf12a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_title" in size 24 and regular style. + static const IconData app_title_24_regular = IconData(0xf12b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 16 and regular style. + static const IconData app_unspan_16_regular = IconData(0xf12c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 20 and regular style. + static const IconData app_unspan_20_regular = IconData(0xf12d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 24 and regular style. + static const IconData app_unspan_24_regular = IconData(0xf12e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 28 and regular style. + static const IconData app_unspan_28_regular = IconData(0xf12f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "approvals_app" in size 24 and regular style. + static const IconData approvals_app_24_regular = IconData(0xf130, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "approvals_app" in size 28 and regular style. + static const IconData approvals_app_28_regular = IconData(0xf131, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 16 and regular style. + static const IconData apps_16_regular = IconData(0xf132, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 20 and regular style. + static const IconData apps_20_regular = IconData(0xf133, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 24 and regular style. + static const IconData apps_24_regular = IconData(0xf134, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 28 and regular style. + static const IconData apps_28_regular = IconData(0xf135, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "apps_add_in" in size 20 and regular style. + static const IconData apps_add_in_20_regular = IconData(0xf136, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "apps_add_in" in size 24 and regular style. + static const IconData apps_add_in_24_regular = IconData(0xf137, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "apps_list" in size 24 and regular style. + static const IconData apps_list_24_regular = IconData(0xf138, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 20 and regular style. + static const IconData archive_20_regular = IconData(0xf139, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 24 and regular style. + static const IconData archive_24_regular = IconData(0xf13a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 28 and regular style. + static const IconData archive_28_regular = IconData(0xf13b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 48 and regular style. + static const IconData archive_48_regular = IconData(0xf13c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_clockwise" in size 20 and regular style. + static const IconData arrow_clockwise_20_regular = IconData(0xf13d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_clockwise" in size 24 and regular style. + static const IconData arrow_clockwise_24_regular = IconData(0xf13e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_counterclockwise" in size 20 and regular style. + static const IconData arrow_counterclockwise_20_regular = IconData(0xf13f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_counterclockwise" in size 24 and regular style. + static const IconData arrow_counterclockwise_24_regular = IconData(0xf140, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_down_left" in size 20 and regular style. + static const IconData arrow_curve_down_left_20_regular = IconData(0xf141, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_down_right" in size 20 and regular style. + static const IconData arrow_curve_down_right_20_regular = IconData(0xf142, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_right" in size 20 and regular style. + static const IconData arrow_curve_right_20_regular = IconData(0xf143, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_right" in size 24 and regular style. + static const IconData arrow_curve_right_24_regular = IconData(0xf144, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_curve_up_left" in size 20 and regular style. + static const IconData arrow_curve_up_left_20_regular = IconData(0xf145, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_up_right" in size 20 and regular style. + static const IconData arrow_curve_up_right_20_regular = IconData(0xf146, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 16 and regular style. + static const IconData arrow_down_16_regular = IconData(0xf147, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 20 and regular style. + static const IconData arrow_down_20_regular = IconData(0xf148, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 24 and regular style. + static const IconData arrow_down_24_regular = IconData(0xf149, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 28 and regular style. + static const IconData arrow_down_28_regular = IconData(0xf14a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down_left" in size 24 and regular style. + static const IconData arrow_down_left_24_regular = IconData(0xf14b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_down_right_circle" in size 16 and regular style. + static const IconData arrow_down_right_circle_16_regular = IconData(0xf14c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_down_right_circle" in size 24 and regular style. + static const IconData arrow_down_right_circle_24_regular = IconData(0xf14d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_down_square" in size 24 and regular style. + static const IconData arrow_down_square_24_regular = IconData(0xf14e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 16 and regular style. + static const IconData arrow_download_16_regular = IconData(0xf14f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 20 and regular style. + static const IconData arrow_download_20_regular = IconData(0xf150, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 24 and regular style. + static const IconData arrow_download_24_regular = IconData(0xf151, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 48 and regular style. + static const IconData arrow_download_48_regular = IconData(0xf152, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_enter" in size 24 and regular style. + static const IconData arrow_enter_24_regular = IconData(0xf153, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_expand" in size 24 and regular style. + static const IconData arrow_expand_24_regular = IconData(0xf154, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_export" in size 20 and regular style. + static const IconData arrow_export_20_regular = IconData(0xf155, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_forward" in size 16 and regular style. + static const IconData arrow_forward_16_regular = IconData(0xf156, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_forward" in size 20 and regular style. + static const IconData arrow_forward_20_regular = IconData(0xf157, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_forward" in size 24 and regular style. + static const IconData arrow_forward_24_regular = IconData(0xf158, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_import" in size 20 and regular style. + static const IconData arrow_import_20_regular = IconData(0xf159, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_import" in size 24 and regular style. + static const IconData arrow_import_24_regular = IconData(0xf15a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_left" in size 20 and regular style. + static const IconData arrow_left_20_regular = IconData(0xf15b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_left" in size 24 and regular style. + static const IconData arrow_left_24_regular = IconData(0xf15c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_left" in size 28 and regular style. + static const IconData arrow_left_28_regular = IconData(0xf15d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_maximize" in size 16 and regular style. + static const IconData arrow_maximize_16_regular = IconData(0xf15e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize" in size 20 and regular style. + static const IconData arrow_maximize_20_regular = IconData(0xf15f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize" in size 24 and regular style. + static const IconData arrow_maximize_24_regular = IconData(0xf160, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize" in size 28 and regular style. + static const IconData arrow_maximize_28_regular = IconData(0xf161, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize_vertical" in size 20 and regular style. + static const IconData arrow_maximize_vertical_20_regular = IconData(0xf162, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize_vertical" in size 24 and regular style. + static const IconData arrow_maximize_vertical_24_regular = IconData(0xf163, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 16 and regular style. + static const IconData arrow_minimize_16_regular = IconData(0xf164, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 20 and regular style. + static const IconData arrow_minimize_20_regular = IconData(0xf165, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 24 and regular style. + static const IconData arrow_minimize_24_regular = IconData(0xf166, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 28 and regular style. + static const IconData arrow_minimize_28_regular = IconData(0xf167, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize_vertical" in size 24 and regular style. + static const IconData arrow_minimize_vertical_24_regular = IconData(0xf168, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_move" in size 24 and regular style. + static const IconData arrow_move_24_regular = IconData(0xf169, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_next" in size 20 and regular style. + static const IconData arrow_next_20_regular = IconData(0xf16a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_next" in size 24 and regular style. + static const IconData arrow_next_24_regular = IconData(0xf16b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_previous" in size 20 and regular style. + static const IconData arrow_previous_20_regular = IconData(0xf16c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_previous" in size 24 and regular style. + static const IconData arrow_previous_24_regular = IconData(0xf16d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_redo" in size 20 and regular style. + static const IconData arrow_redo_20_regular = IconData(0xf16e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_redo" in size 24 and regular style. + static const IconData arrow_redo_24_regular = IconData(0xf16f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all" in size 16 and regular style. + static const IconData arrow_repeat_all_16_regular = IconData(0xf170, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all" in size 20 and regular style. + static const IconData arrow_repeat_all_20_regular = IconData(0xf171, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all" in size 24 and regular style. + static const IconData arrow_repeat_all_24_regular = IconData(0xf172, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all_off" in size 16 and regular style. + static const IconData arrow_repeat_all_off_16_regular = IconData(0xf173, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all_off" in size 20 and regular style. + static const IconData arrow_repeat_all_off_20_regular = IconData(0xf174, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all_off" in size 24 and regular style. + static const IconData arrow_repeat_all_off_24_regular = IconData(0xf175, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 16 and regular style. + static const IconData arrow_reply_16_regular = IconData(0xf176, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 20 and regular style. + static const IconData arrow_reply_20_regular = IconData(0xf177, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 24 and regular style. + static const IconData arrow_reply_24_regular = IconData(0xf178, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 48 and regular style. + static const IconData arrow_reply_48_regular = IconData(0xf179, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 16 and regular style. + static const IconData arrow_reply_all_16_regular = IconData(0xf17a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 20 and regular style. + static const IconData arrow_reply_all_20_regular = IconData(0xf17b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 24 and regular style. + static const IconData arrow_reply_all_24_regular = IconData(0xf17c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 48 and regular style. + static const IconData arrow_reply_all_48_regular = IconData(0xf17d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_down" in size 16 and regular style. + static const IconData arrow_reply_down_16_regular = IconData(0xf17e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_down" in size 20 and regular style. + static const IconData arrow_reply_down_20_regular = IconData(0xf17f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_down" in size 24 and regular style. + static const IconData arrow_reply_down_24_regular = IconData(0xf180, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_right" in size 20 and regular style. + static const IconData arrow_right_20_regular = IconData(0xf181, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_right" in size 24 and regular style. + static const IconData arrow_right_24_regular = IconData(0xf182, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_right" in size 28 and regular style. + static const IconData arrow_right_28_regular = IconData(0xf183, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_right_circle" in size 24 and regular style. + static const IconData arrow_right_circle_24_regular = IconData(0xf184, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_rotate_clockwise" in size 20 and regular style. + static const IconData arrow_rotate_clockwise_20_regular = IconData(0xf185, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_clockwise" in size 24 and regular style. + static const IconData arrow_rotate_clockwise_24_regular = IconData(0xf186, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_counterclockwise" in size 20 and regular style. + static const IconData arrow_rotate_counterclockwise_20_regular = IconData( + 0xf187, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_counterclockwise" in size 24 and regular style. + static const IconData arrow_rotate_counterclockwise_24_regular = IconData( + 0xf188, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_icon" in size 24 and regular style. + static const IconData arrow_rotate_icon_24_regular = IconData(0xf189, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort" in size 20 and regular style. + static const IconData arrow_sort_20_regular = IconData(0xf18a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort" in size 24 and regular style. + static const IconData arrow_sort_24_regular = IconData(0xf18b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort" in size 28 and regular style. + static const IconData arrow_sort_28_regular = IconData(0xf18c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_swap" in size 20 and regular style. + static const IconData arrow_swap_20_regular = IconData(0xf18d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_swap" in size 24 and regular style. + static const IconData arrow_swap_24_regular = IconData(0xf18e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync" in size 12 and regular style. + static const IconData arrow_sync_12_regular = IconData(0xf18f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync" in size 20 and regular style. + static const IconData arrow_sync_20_regular = IconData(0xf190, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync" in size 24 and regular style. + static const IconData arrow_sync_24_regular = IconData(0xf191, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_circle" in size 16 and regular style. + static const IconData arrow_sync_circle_16_regular = IconData(0xf192, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_circle" in size 20 and regular style. + static const IconData arrow_sync_circle_20_regular = IconData(0xf193, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_circle" in size 24 and regular style. + static const IconData arrow_sync_circle_24_regular = IconData(0xf194, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_off" in size 12 and regular style. + static const IconData arrow_sync_off_12_regular = IconData(0xf195, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_trending" in size 16 and regular style. + static const IconData arrow_trending_16_regular = IconData(0xf196, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_trending" in size 20 and regular style. + static const IconData arrow_trending_20_regular = IconData(0xf197, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_trending" in size 24 and regular style. + static const IconData arrow_trending_24_regular = IconData(0xf198, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_undo" in size 20 and regular style. + static const IconData arrow_undo_20_regular = IconData(0xf199, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_undo" in size 24 and regular style. + static const IconData arrow_undo_24_regular = IconData(0xf19a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up" in size 20 and regular style. + static const IconData arrow_up_20_regular = IconData(0xf19b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up" in size 24 and regular style. + static const IconData arrow_up_24_regular = IconData(0xf19c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up" in size 28 and regular style. + static const IconData arrow_up_28_regular = IconData(0xf19d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_circle" in size 16 and regular style. + static const IconData arrow_up_circle_16_regular = IconData(0xf19e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_circle" in size 20 and regular style. + static const IconData arrow_up_circle_20_regular = IconData(0xf19f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_circle" in size 24 and regular style. + static const IconData arrow_up_circle_24_regular = IconData(0xf1a0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_left" in size 24 and regular style. + static const IconData arrow_up_left_24_regular = IconData(0xf1a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_up_left_circle" in size 24 and regular style. + static const IconData arrow_up_left_circle_24_regular = IconData(0xf1a2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_right" in size 24 and regular style. + static const IconData arrow_up_right_24_regular = IconData(0xf1a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_upload" in size 20 and regular style. + static const IconData arrow_upload_20_regular = IconData(0xf1a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_upload" in size 24 and regular style. + static const IconData arrow_upload_24_regular = IconData(0xf1a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrows_bidirectional" in size 24 and regular style. + static const IconData arrows_bidirectional_24_regular = IconData(0xf1a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "assignments" in size 24 and regular style. + static const IconData assignments_24_regular = IconData(0xf1a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "attach" in size 16 and regular style. + static const IconData attach_16_regular = IconData(0xf1a8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "attach" in size 20 and regular style. + static const IconData attach_20_regular = IconData(0xf1a9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "attach" in size 24 and regular style. + static const IconData attach_24_regular = IconData(0xf1aa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "attach_forward" in size 20 and regular style. + static const IconData attach_forward_20_regular = IconData(0xf1ab, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "attach_forward" in size 24 and regular style. + static const IconData attach_forward_24_regular = IconData(0xf1ac, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "attach_with_text" in size 24 and regular style. + static const IconData attach_with_text_24_regular = IconData(0xf1ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "autocorrect" in size 24 and regular style. + static const IconData autocorrect_24_regular = IconData(0xf1ae, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "autosum" in size 20 and regular style. + static const IconData autosum_20_regular = IconData(0xf1af, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "autosum" in size 24 and regular style. + static const IconData autosum_24_regular = IconData(0xf1b0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "backspace" in size 20 and regular style. + static const IconData backspace_20_regular = IconData(0xf1b1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "backspace" in size 24 and regular style. + static const IconData backspace_24_regular = IconData(0xf1b2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "backward" in size 20 and regular style. + static const IconData backward_20_regular = IconData(0xf1b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "backward" in size 24 and regular style. + static const IconData backward_24_regular = IconData(0xf1b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "badge" in size 24 and regular style. + static const IconData badge_24_regular = IconData(0xf1b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "balloon" in size 20 and regular style. + static const IconData balloon_20_regular = IconData(0xf1b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "balloon" in size 24 and regular style. + static const IconData balloon_24_regular = IconData(0xf1b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bank" in size 16 and regular style. + static const IconData bank_16_regular = IconData(0xf1b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bank" in size 20 and regular style. + static const IconData bank_20_regular = IconData(0xf1b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bank" in size 24 and regular style. + static const IconData bank_24_regular = IconData(0xf1ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_0" in size 20 and regular style. + static const IconData battery_0_20_regular = IconData(0xf1bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_0" in size 24 and regular style. + static const IconData battery_0_24_regular = IconData(0xf1bc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_1" in size 20 and regular style. + static const IconData battery_1_20_regular = IconData(0xf1bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_1" in size 24 and regular style. + static const IconData battery_1_24_regular = IconData(0xf1be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_2" in size 20 and regular style. + static const IconData battery_2_20_regular = IconData(0xf1bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_2" in size 24 and regular style. + static const IconData battery_2_24_regular = IconData(0xf1c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_3" in size 20 and regular style. + static const IconData battery_3_20_regular = IconData(0xf1c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_3" in size 24 and regular style. + static const IconData battery_3_24_regular = IconData(0xf1c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_4" in size 20 and regular style. + static const IconData battery_4_20_regular = IconData(0xf1c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_4" in size 24 and regular style. + static const IconData battery_4_24_regular = IconData(0xf1c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_5" in size 20 and regular style. + static const IconData battery_5_20_regular = IconData(0xf1c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_5" in size 24 and regular style. + static const IconData battery_5_24_regular = IconData(0xf1c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_6" in size 20 and regular style. + static const IconData battery_6_20_regular = IconData(0xf1c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_6" in size 24 and regular style. + static const IconData battery_6_24_regular = IconData(0xf1c8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_7" in size 20 and regular style. + static const IconData battery_7_20_regular = IconData(0xf1c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_7" in size 24 and regular style. + static const IconData battery_7_24_regular = IconData(0xf1ca, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_8" in size 20 and regular style. + static const IconData battery_8_20_regular = IconData(0xf1cb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_8" in size 24 and regular style. + static const IconData battery_8_24_regular = IconData(0xf1cc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_9" in size 20 and regular style. + static const IconData battery_9_20_regular = IconData(0xf1cd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_9" in size 24 and regular style. + static const IconData battery_9_24_regular = IconData(0xf1ce, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_charge" in size 20 and regular style. + static const IconData battery_charge_20_regular = IconData(0xf1cf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_charge" in size 24 and regular style. + static const IconData battery_charge_24_regular = IconData(0xf1d0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_full" in size 20 and regular style. + static const IconData battery_full_20_regular = IconData(0xf1d1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_full" in size 24 and regular style. + static const IconData battery_full_24_regular = IconData(0xf1d2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_saver" in size 20 and regular style. + static const IconData battery_saver_20_regular = IconData(0xf1d3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_saver" in size 24 and regular style. + static const IconData battery_saver_24_regular = IconData(0xf1d4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "battery_warning" in size 24 and regular style. + static const IconData battery_warning_24_regular = IconData(0xf1d5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "beaker" in size 16 and regular style. + static const IconData beaker_16_regular = IconData(0xf1d6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "beaker" in size 20 and regular style. + static const IconData beaker_20_regular = IconData(0xf1d7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "beaker" in size 24 and regular style. + static const IconData beaker_24_regular = IconData(0xf1d8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bed" in size 20 and regular style. + static const IconData bed_20_regular = IconData(0xf1d9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bed" in size 24 and regular style. + static const IconData bed_24_regular = IconData(0xf1da, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "block" in size 16 and regular style. + static const IconData block_16_regular = IconData(0xf1db, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "block" in size 20 and regular style. + static const IconData block_20_regular = IconData(0xf1dc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "block" in size 24 and regular style. + static const IconData block_24_regular = IconData(0xf1dd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth" in size 20 and regular style. + static const IconData bluetooth_20_regular = IconData(0xf1de, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth" in size 24 and regular style. + static const IconData bluetooth_24_regular = IconData(0xf1df, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth_connected" in size 24 and regular style. + static const IconData bluetooth_connected_24_regular = IconData(0xf1e0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth_disabled" in size 24 and regular style. + static const IconData bluetooth_disabled_24_regular = IconData(0xf1e1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth_searching" in size 24 and regular style. + static const IconData bluetooth_searching_24_regular = IconData(0xf1e2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "board" in size 24 and regular style. + static const IconData board_24_regular = IconData(0xf1e3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_compatibility" in size 24 and regular style. + static const IconData book_formula_compatibility_24_regular = IconData(0xf1e4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_database" in size 24 and regular style. + static const IconData book_formula_database_24_regular = IconData(0xf1e5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_date" in size 24 and regular style. + static const IconData book_formula_date_24_regular = IconData(0xf1e6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_engineering" in size 24 and regular style. + static const IconData book_formula_engineering_24_regular = IconData(0xf1e7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_financial" in size 24 and regular style. + static const IconData book_formula_financial_24_regular = IconData(0xf1e8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_information" in size 24 and regular style. + static const IconData book_formula_information_24_regular = IconData(0xf1e9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_logical" in size 24 and regular style. + static const IconData book_formula_logical_24_regular = IconData(0xf1ea, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_lookup" in size 24 and regular style. + static const IconData book_formula_lookup_24_regular = IconData(0xf1eb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_math" in size 24 and regular style. + static const IconData book_formula_math_24_regular = IconData(0xf1ec, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_recent" in size 24 and regular style. + static const IconData book_formula_recent_24_regular = IconData(0xf1ed, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_statistics" in size 24 and regular style. + static const IconData book_formula_statistics_24_regular = IconData(0xf1ee, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_text" in size 24 and regular style. + static const IconData book_formula_text_24_regular = IconData(0xf1ef, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_globe" in size 24 and regular style. + static const IconData book_globe_24_regular = IconData(0xf1f0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_number" in size 16 and regular style. + static const IconData book_number_16_regular = IconData(0xf1f1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_number" in size 20 and regular style. + static const IconData book_number_20_regular = IconData(0xf1f2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "book_number" in size 24 and regular style. + static const IconData book_number_24_regular = IconData(0xf1f3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 16 and regular style. + static const IconData bookmark_16_regular = IconData(0xf1f4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 20 and regular style. + static const IconData bookmark_20_regular = IconData(0xf1f5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 24 and regular style. + static const IconData bookmark_24_regular = IconData(0xf1f6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 28 and regular style. + static const IconData bookmark_28_regular = IconData(0xf1f7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark_off" in size 24 and regular style. + static const IconData bookmark_off_24_regular = IconData(0xf1f8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bot" in size 24 and regular style. + static const IconData bot_24_regular = IconData(0xf1f9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bot_add" in size 24 and regular style. + static const IconData bot_add_24_regular = IconData(0xf1fa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "branch" in size 24 and regular style. + static const IconData branch_24_regular = IconData(0xf1fb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "briefcase" in size 20 and regular style. + static const IconData briefcase_20_regular = IconData(0xf1fc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "briefcase" in size 24 and regular style. + static const IconData briefcase_24_regular = IconData(0xf1fd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bring_to_front" in size 20 and regular style. + static const IconData bring_to_front_20_regular = IconData(0xf1fe, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bring_to_front" in size 24 and regular style. + static const IconData bring_to_front_24_regular = IconData(0xf1ff, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "broad_activity_feed" in size 24 and regular style. + static const IconData broad_activity_feed_24_regular = IconData(0xf200, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "broom" in size 20 and regular style. + static const IconData broom_20_regular = IconData(0xf201, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "broom" in size 24 and regular style. + static const IconData broom_24_regular = IconData(0xf202, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bug_report" in size 24 and regular style. + static const IconData bug_report_24_regular = IconData(0xf203, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "building_1" in size 24 and regular style. + static const IconData building_1_24_regular = IconData(0xf204, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "building" in size 24 and regular style. + static const IconData building_24_regular = IconData(0xf205, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "building_2" in size 16 and regular style. + static const IconData building_2_16_regular = IconData(0xf206, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "building_2" in size 20 and regular style. + static const IconData building_2_20_regular = IconData(0xf207, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "building_2" in size 24 and regular style. + static const IconData building_2_24_regular = IconData(0xf208, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "building_retail" in size 24 and regular style. + static const IconData building_retail_24_regular = IconData(0xf209, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calculator" in size 20 and regular style. + static const IconData calculator_20_regular = IconData(0xf20a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar" in size 20 and regular style. + static const IconData calendar_20_regular = IconData(0xf20b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar" in size 24 and regular style. + static const IconData calendar_24_regular = IconData(0xf20c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar" in size 28 and regular style. + static const IconData calendar_28_regular = IconData(0xf20d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_3_day" in size 20 and regular style. + static const IconData calendar_3_day_20_regular = IconData(0xf20e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_3_day" in size 24 and regular style. + static const IconData calendar_3_day_24_regular = IconData(0xf20f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_3_day" in size 28 and regular style. + static const IconData calendar_3_day_28_regular = IconData(0xf210, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_add" in size 20 and regular style. + static const IconData calendar_add_20_regular = IconData(0xf211, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_add" in size 24 and regular style. + static const IconData calendar_add_24_regular = IconData(0xf212, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_agenda" in size 20 and regular style. + static const IconData calendar_agenda_20_regular = IconData(0xf213, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_agenda" in size 24 and regular style. + static const IconData calendar_agenda_24_regular = IconData(0xf214, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_agenda" in size 28 and regular style. + static const IconData calendar_agenda_28_regular = IconData(0xf215, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_right" in size 20 and regular style. + static const IconData calendar_arrow_right_20_regular = IconData(0xf216, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_assistant" in size 20 and regular style. + static const IconData calendar_assistant_20_regular = IconData(0xf217, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_assistant" in size 24 and regular style. + static const IconData calendar_assistant_24_regular = IconData(0xf218, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_cancel" in size 20 and regular style. + static const IconData calendar_cancel_20_regular = IconData(0xf219, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_cancel" in size 24 and regular style. + static const IconData calendar_cancel_24_regular = IconData(0xf21a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_checkmark" in size 16 and regular style. + static const IconData calendar_checkmark_16_regular = IconData(0xf21b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_checkmark" in size 20 and regular style. + static const IconData calendar_checkmark_20_regular = IconData(0xf21c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_checkmark" in size 24 and regular style. + static const IconData calendar_checkmark_24_regular = IconData(0xf8c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_clock" in size 20 and regular style. + static const IconData calendar_clock_20_regular = IconData(0xf21d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_clock" in size 24 and regular style. + static const IconData calendar_clock_24_regular = IconData(0xf21e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_date" in size 20 and regular style. + static const IconData calendar_date_20_regular = IconData(0xf21f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_date" in size 24 and regular style. + static const IconData calendar_date_24_regular = IconData(0xf220, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_date" in size 28 and regular style. + static const IconData calendar_date_28_regular = IconData(0xf221, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_day" in size 20 and regular style. + static const IconData calendar_day_20_regular = IconData(0xf222, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_day" in size 24 and regular style. + static const IconData calendar_day_24_regular = IconData(0xf223, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_day" in size 28 and regular style. + static const IconData calendar_day_28_regular = IconData(0xf224, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 16 and regular style. + static const IconData calendar_empty_16_regular = IconData(0xf225, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 20 and regular style. + static const IconData calendar_empty_20_regular = IconData(0xf226, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 24 and regular style. + static const IconData calendar_empty_24_regular = IconData(0xf227, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 28 and regular style. + static const IconData calendar_empty_28_regular = IconData(0xf228, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_later" in size 24 and regular style. + static const IconData calendar_later_24_regular = IconData(0xf229, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_month" in size 20 and regular style. + static const IconData calendar_month_20_regular = IconData(0xf22a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_month" in size 24 and regular style. + static const IconData calendar_month_24_regular = IconData(0xf22b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_month" in size 28 and regular style. + static const IconData calendar_month_28_regular = IconData(0xf22c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_multiple" in size 20 and regular style. + static const IconData calendar_multiple_20_regular = IconData(0xf22d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_multiple" in size 24 and regular style. + static const IconData calendar_multiple_24_regular = IconData(0xf22e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_overdue" in size 24 and regular style. + static const IconData calendar_overdue_24_regular = IconData(0xf22f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_person" in size 20 and regular style. + static const IconData calendar_person_20_regular = IconData(0xf230, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 16 and regular style. + static const IconData calendar_reply_16_regular = IconData(0xf231, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 20 and regular style. + static const IconData calendar_reply_20_regular = IconData(0xf232, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 24 and regular style. + static const IconData calendar_reply_24_regular = IconData(0xf233, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 28 and regular style. + static const IconData calendar_reply_28_regular = IconData(0xf234, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_settings" in size 20 and regular style. + static const IconData calendar_settings_20_regular = IconData(0xf235, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_star" in size 20 and regular style. + static const IconData calendar_star_20_regular = IconData(0xf236, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_star" in size 24 and regular style. + static const IconData calendar_star_24_regular = IconData(0xf237, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sync" in size 16 and regular style. + static const IconData calendar_sync_16_regular = IconData(0xf238, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sync" in size 20 and regular style. + static const IconData calendar_sync_20_regular = IconData(0xf239, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sync" in size 24 and regular style. + static const IconData calendar_sync_24_regular = IconData(0xf23a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 16 and regular style. + static const IconData calendar_today_16_regular = IconData(0xf23b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 20 and regular style. + static const IconData calendar_today_20_regular = IconData(0xf23c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 24 and regular style. + static const IconData calendar_today_24_regular = IconData(0xf23d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 28 and regular style. + static const IconData calendar_today_28_regular = IconData(0xf23e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_numbers" in size 24 and regular style. + static const IconData calendar_week_numbers_24_regular = IconData(0xf23f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_start" in size 20 and regular style. + static const IconData calendar_week_start_20_regular = IconData(0xf240, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_start" in size 24 and regular style. + static const IconData calendar_week_start_24_regular = IconData(0xf241, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_start" in size 28 and regular style. + static const IconData calendar_week_start_28_regular = IconData(0xf242, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_work_week" in size 16 and regular style. + static const IconData calendar_work_week_16_regular = IconData(0xf243, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_work_week" in size 20 and regular style. + static const IconData calendar_work_week_20_regular = IconData(0xf244, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_work_week" in size 24 and regular style. + static const IconData calendar_work_week_24_regular = IconData(0xf245, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_add" in size 24 and regular style. + static const IconData call_add_24_regular = IconData(0xf246, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_end" in size 20 and regular style. + static const IconData call_end_20_regular = IconData(0xf247, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_end" in size 24 and regular style. + static const IconData call_end_24_regular = IconData(0xf248, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_end" in size 28 and regular style. + static const IconData call_end_28_regular = IconData(0xf249, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_forward" in size 24 and regular style. + static const IconData call_forward_24_regular = IconData(0xf24a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_inbound" in size 16 and regular style. + static const IconData call_inbound_16_regular = IconData(0xf24b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_inbound" in size 24 and regular style. + static const IconData call_inbound_24_regular = IconData(0xf24c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_missed" in size 16 and regular style. + static const IconData call_missed_16_regular = IconData(0xf24d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_missed" in size 24 and regular style. + static const IconData call_missed_24_regular = IconData(0xf24e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_outbound" in size 16 and regular style. + static const IconData call_outbound_16_regular = IconData(0xf24f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_outbound" in size 24 and regular style. + static const IconData call_outbound_24_regular = IconData(0xf250, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_park" in size 24 and regular style. + static const IconData call_park_24_regular = IconData(0xf251, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calligraphy_pen" in size 20 and regular style. + static const IconData calligraphy_pen_20_regular = IconData(0xf252, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calligraphy_pen" in size 24 and regular style. + static const IconData calligraphy_pen_24_regular = IconData(0xf253, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "camera" in size 20 and regular style. + static const IconData camera_20_regular = IconData(0xf254, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "camera" in size 24 and regular style. + static const IconData camera_24_regular = IconData(0xf255, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "camera" in size 28 and regular style. + static const IconData camera_28_regular = IconData(0xf256, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "camera_add" in size 20 and regular style. + static const IconData camera_add_20_regular = IconData(0xf257, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "camera_add" in size 24 and regular style. + static const IconData camera_add_24_regular = IconData(0xf258, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "camera_add" in size 48 and regular style. + static const IconData camera_add_48_regular = IconData(0xf259, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "camera_switch" in size 24 and regular style. + static const IconData camera_switch_24_regular = IconData(0xf25a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 12 and regular style. + static const IconData caret_12_regular = IconData(0xf25b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 16 and regular style. + static const IconData caret_16_regular = IconData(0xf25c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 20 and regular style. + static const IconData caret_20_regular = IconData(0xf25d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 24 and regular style. + static const IconData caret_24_regular = IconData(0xf25e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 12 and regular style. + static const IconData caret_down_12_regular = IconData(0xf25f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 16 and regular style. + static const IconData caret_down_16_regular = IconData(0xf260, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 20 and regular style. + static const IconData caret_down_20_regular = IconData(0xf261, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 24 and regular style. + static const IconData caret_down_24_regular = IconData(0xf262, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 12 and regular style. + static const IconData caret_left_12_regular = IconData(0xf263, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 16 and regular style. + static const IconData caret_left_16_regular = IconData(0xf264, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 20 and regular style. + static const IconData caret_left_20_regular = IconData(0xf265, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 24 and regular style. + static const IconData caret_left_24_regular = IconData(0xf266, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 12 and regular style. + static const IconData caret_right_12_regular = IconData(0xf267, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 16 and regular style. + static const IconData caret_right_16_regular = IconData(0xf268, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 20 and regular style. + static const IconData caret_right_20_regular = IconData(0xf269, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 24 and regular style. + static const IconData caret_right_24_regular = IconData(0xf26a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cart" in size 24 and regular style. + static const IconData cart_24_regular = IconData(0xf26b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cast" in size 20 and regular style. + static const IconData cast_20_regular = IconData(0xf26c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cast" in size 24 and regular style. + static const IconData cast_24_regular = IconData(0xf26d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cast" in size 28 and regular style. + static const IconData cast_28_regular = IconData(0xf26e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_3g" in size 24 and regular style. + static const IconData cellular_3g_24_regular = IconData(0xf26f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_4g" in size 24 and regular style. + static const IconData cellular_4g_24_regular = IconData(0xf270, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_1" in size 20 and regular style. + static const IconData cellular_data_1_20_regular = IconData(0xf271, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_1" in size 24 and regular style. + static const IconData cellular_data_1_24_regular = IconData(0xf272, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_2" in size 20 and regular style. + static const IconData cellular_data_2_20_regular = IconData(0xf273, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_2" in size 24 and regular style. + static const IconData cellular_data_2_24_regular = IconData(0xf274, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_3" in size 20 and regular style. + static const IconData cellular_data_3_20_regular = IconData(0xf275, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_3" in size 24 and regular style. + static const IconData cellular_data_3_24_regular = IconData(0xf276, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_4" in size 20 and regular style. + static const IconData cellular_data_4_20_regular = IconData(0xf277, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_4" in size 24 and regular style. + static const IconData cellular_data_4_24_regular = IconData(0xf278, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_5" in size 20 and regular style. + static const IconData cellular_data_5_20_regular = IconData(0xf279, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_5" in size 24 and regular style. + static const IconData cellular_data_5_24_regular = IconData(0xf27a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_off" in size 24 and regular style. + static const IconData cellular_data_off_24_regular = IconData(0xf27b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_off" in size 24 and regular style. + static const IconData cellular_off_24_regular = IconData(0xf27c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_unavailable" in size 24 and regular style. + static const IconData cellular_unavailable_24_regular = IconData(0xf27d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "certificate" in size 20 and regular style. + static const IconData certificate_20_regular = IconData(0xf27e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "certificate" in size 24 and regular style. + static const IconData certificate_24_regular = IconData(0xf27f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "channel" in size 16 and regular style. + static const IconData channel_16_regular = IconData(0xf280, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "channel" in size 20 and regular style. + static const IconData channel_20_regular = IconData(0xf281, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "channel" in size 24 and regular style. + static const IconData channel_24_regular = IconData(0xf282, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "channel_follow" in size 24 and regular style. + static const IconData channel_follow_24_regular = IconData(0xf283, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "channel_notifications" in size 24 and regular style. + static const IconData channel_notifications_24_regular = IconData(0xf284, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "channel_unfollow" in size 24 and regular style. + static const IconData channel_unfollow_24_regular = IconData(0xf285, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chat" in size 20 and regular style. + static const IconData chat_20_regular = IconData(0xf286, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chat" in size 24 and regular style. + static const IconData chat_24_regular = IconData(0xf287, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chat" in size 28 and regular style. + static const IconData chat_28_regular = IconData(0xf288, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chat_bubbles_question" in size 24 and regular style. + static const IconData chat_bubbles_question_24_regular = IconData(0xf289, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chat_help" in size 24 and regular style. + static const IconData chat_help_24_regular = IconData(0xf28a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chat_off" in size 24 and regular style. + static const IconData chat_off_24_regular = IconData(0xf28b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chat_warning" in size 24 and regular style. + static const IconData chat_warning_24_regular = IconData(0xf28c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_checked" in size 20 and regular style. + static const IconData checkbox_checked_20_regular = IconData(0xf28d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_checked" in size 24 and regular style. + static const IconData checkbox_checked_24_regular = IconData(0xf28e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 12 and regular style. + static const IconData checkbox_unchecked_12_regular = IconData(0xf28f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 16 and regular style. + static const IconData checkbox_unchecked_16_regular = IconData(0xf290, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 20 and regular style. + static const IconData checkbox_unchecked_20_regular = IconData(0xf291, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 24 and regular style. + static const IconData checkbox_unchecked_24_regular = IconData(0xf292, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 12 and regular style. + static const IconData checkmark_12_regular = IconData(0xf293, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 20 and regular style. + static const IconData checkmark_20_regular = IconData(0xf294, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 24 and regular style. + static const IconData checkmark_24_regular = IconData(0xf295, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 28 and regular style. + static const IconData checkmark_28_regular = IconData(0xf296, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 16 and regular style. + static const IconData checkmark_circle_16_regular = IconData(0xf297, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 20 and regular style. + static const IconData checkmark_circle_20_regular = IconData(0xf298, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 24 and regular style. + static const IconData checkmark_circle_24_regular = IconData(0xf299, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 48 and regular style. + static const IconData checkmark_circle_48_regular = IconData(0xf29a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_lock" in size 16 and regular style. + static const IconData checkmark_lock_16_regular = IconData(0xf29b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_lock" in size 20 and regular style. + static const IconData checkmark_lock_20_regular = IconData(0xf29c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_lock" in size 24 and regular style. + static const IconData checkmark_lock_24_regular = IconData(0xf29d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_square" in size 24 and regular style. + static const IconData checkmark_square_24_regular = IconData(0xf29e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_underline_circle" in size 16 and regular style. + static const IconData checkmark_underline_circle_16_regular = IconData(0xf29f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_underline_circle" in size 20 and regular style. + static const IconData checkmark_underline_circle_20_regular = IconData(0xf2a0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 12 and regular style. + static const IconData chevron_down_12_regular = IconData(0xf2a1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 16 and regular style. + static const IconData chevron_down_16_regular = IconData(0xf2a2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 20 and regular style. + static const IconData chevron_down_20_regular = IconData(0xf2a3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 24 and regular style. + static const IconData chevron_down_24_regular = IconData(0xf2a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 28 and regular style. + static const IconData chevron_down_28_regular = IconData(0xf2a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 48 and regular style. + static const IconData chevron_down_48_regular = IconData(0xf2a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down_circle" in size 24 and regular style. + static const IconData chevron_down_circle_24_regular = IconData(0xf2a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_left" in size 12 and regular style. + static const IconData chevron_left_12_regular = IconData(0xf2a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 16 and regular style. + static const IconData chevron_left_16_regular = IconData(0xf2a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 20 and regular style. + static const IconData chevron_left_20_regular = IconData(0xf2aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 24 and regular style. + static const IconData chevron_left_24_regular = IconData(0xf2ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 28 and regular style. + static const IconData chevron_left_28_regular = IconData(0xf2ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 48 and regular style. + static const IconData chevron_left_48_regular = IconData(0xf2ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_right" in size 12 and regular style. + static const IconData chevron_right_12_regular = IconData(0xf2ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 16 and regular style. + static const IconData chevron_right_16_regular = IconData(0xf2af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 20 and regular style. + static const IconData chevron_right_20_regular = IconData(0xf2b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 24 and regular style. + static const IconData chevron_right_24_regular = IconData(0xf2b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 28 and regular style. + static const IconData chevron_right_28_regular = IconData(0xf2b2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_right" in size 48 and regular style. + static const IconData chevron_right_48_regular = IconData(0xf2b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 12 and regular style. + static const IconData chevron_up_12_regular = IconData(0xf2b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 16 and regular style. + static const IconData chevron_up_16_regular = IconData(0xf2b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 20 and regular style. + static const IconData chevron_up_20_regular = IconData(0xf2b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 24 and regular style. + static const IconData chevron_up_24_regular = IconData(0xf2b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 28 and regular style. + static const IconData chevron_up_28_regular = IconData(0xf2b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 48 and regular style. + static const IconData chevron_up_48_regular = IconData(0xf2b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "circle" in size 16 and regular style. + static const IconData circle_16_regular = IconData(0xf2ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "circle" in size 20 and regular style. + static const IconData circle_20_regular = IconData(0xf2bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "circle" in size 24 and regular style. + static const IconData circle_24_regular = IconData(0xf2bc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "circle_half_fill" in size 20 and regular style. + static const IconData circle_half_fill_20_regular = IconData(0xf2bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "circle_half_fill" in size 24 and regular style. + static const IconData circle_half_fill_24_regular = IconData(0xf2be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "circle_line" in size 24 and regular style. + static const IconData circle_line_24_regular = IconData(0xf2bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "circle_small" in size 24 and regular style. + static const IconData circle_small_24_regular = IconData(0xf2c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "city" in size 16 and regular style. + static const IconData city_16_regular = IconData(0xf2c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "city" in size 20 and regular style. + static const IconData city_20_regular = IconData(0xf2c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "city" in size 24 and regular style. + static const IconData city_24_regular = IconData(0xf2c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "class" in size 24 and regular style. + static const IconData class_24_regular = IconData(0xf2c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "classification" in size 16 and regular style. + static const IconData classification_16_regular = IconData(0xf2c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "classification" in size 20 and regular style. + static const IconData classification_20_regular = IconData(0xf2c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "classification" in size 24 and regular style. + static const IconData classification_24_regular = IconData(0xf2c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clear_formatting" in size 24 and regular style. + static const IconData clear_formatting_24_regular = IconData(0xf2c8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard" in size 20 and regular style. + static const IconData clipboard_20_regular = IconData(0xf2c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard" in size 24 and regular style. + static const IconData clipboard_24_regular = IconData(0xf2ca, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_code" in size 16 and regular style. + static const IconData clipboard_code_16_regular = IconData(0xf2cb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_code" in size 20 and regular style. + static const IconData clipboard_code_20_regular = IconData(0xf2cc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_code" in size 24 and regular style. + static const IconData clipboard_code_24_regular = IconData(0xf2cd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_letter" in size 16 and regular style. + static const IconData clipboard_letter_16_regular = IconData(0xf2ce, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_letter" in size 20 and regular style. + static const IconData clipboard_letter_20_regular = IconData(0xf2cf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_letter" in size 24 and regular style. + static const IconData clipboard_letter_24_regular = IconData(0xf2d0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_link" in size 16 and regular style. + static const IconData clipboard_link_16_regular = IconData(0xf2d1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_link" in size 20 and regular style. + static const IconData clipboard_link_20_regular = IconData(0xf2d2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_link" in size 24 and regular style. + static const IconData clipboard_link_24_regular = IconData(0xf2d3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_more" in size 24 and regular style. + static const IconData clipboard_more_24_regular = IconData(0xf2d4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_paste" in size 20 and regular style. + static const IconData clipboard_paste_20_regular = IconData(0xf2d5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_paste" in size 24 and regular style. + static const IconData clipboard_paste_24_regular = IconData(0xf2d6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_search" in size 20 and regular style. + static const IconData clipboard_search_20_regular = IconData(0xf2d7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_search" in size 24 and regular style. + static const IconData clipboard_search_24_regular = IconData(0xf2d8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_text" in size 20 and regular style. + static const IconData clipboard_text_20_regular = IconData(0xf2d9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_text" in size 24 and regular style. + static const IconData clipboard_text_24_regular = IconData(0xf2da, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 12 and regular style. + static const IconData clock_12_regular = IconData(0xf2db, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 16 and regular style. + static const IconData clock_16_regular = IconData(0xf2dc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 20 and regular style. + static const IconData clock_20_regular = IconData(0xf2dd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 24 and regular style. + static const IconData clock_24_regular = IconData(0xf2de, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 28 and regular style. + static const IconData clock_28_regular = IconData(0xf2df, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 48 and regular style. + static const IconData clock_48_regular = IconData(0xf2e0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock_alarm" in size 20 and regular style. + static const IconData clock_alarm_20_regular = IconData(0xf2e1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock_alarm" in size 24 and regular style. + static const IconData clock_alarm_24_regular = IconData(0xf2e2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "closed_caption" in size 24 and regular style. + static const IconData closed_caption_24_regular = IconData(0xf2e3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud" in size 20 and regular style. + static const IconData cloud_20_regular = IconData(0xf2e4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud" in size 24 and regular style. + static const IconData cloud_24_regular = IconData(0xf2e5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud" in size 48 and regular style. + static const IconData cloud_48_regular = IconData(0xf2e6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_backup" in size 24 and regular style. + static const IconData cloud_backup_24_regular = IconData(0xf2e7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_backup" in size 48 and regular style. + static const IconData cloud_backup_48_regular = IconData(0xf2e8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_download" in size 24 and regular style. + static const IconData cloud_download_24_regular = IconData(0xf2e9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_off" in size 24 and regular style. + static const IconData cloud_off_24_regular = IconData(0xf2ea, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_off" in size 48 and regular style. + static const IconData cloud_off_48_regular = IconData(0xf2eb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_offline" in size 24 and regular style. + static const IconData cloud_offline_24_regular = IconData(0xf2ec, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_sync_complete" in size 24 and regular style. + static const IconData cloud_sync_complete_24_regular = IconData(0xf2ed, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_sync_complete" in size 48 and regular style. + static const IconData cloud_sync_complete_48_regular = IconData(0xf2ee, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code" in size 20 and regular style. + static const IconData code_20_regular = IconData(0xf2ef, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code" in size 24 and regular style. + static const IconData code_24_regular = IconData(0xf2f0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "collections" in size 20 and regular style. + static const IconData collections_20_regular = IconData(0xf2f1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "collections" in size 24 and regular style. + static const IconData collections_24_regular = IconData(0xf2f2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "collections_add" in size 20 and regular style. + static const IconData collections_add_20_regular = IconData(0xf2f3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "collections_add" in size 24 and regular style. + static const IconData collections_add_24_regular = IconData(0xf2f4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color" in size 20 and regular style. + static const IconData color_20_regular = IconData(0xf2f5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color" in size 24 and regular style. + static const IconData color_24_regular = IconData(0xf2f6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color_background" in size 20 and regular style. + static const IconData color_background_20_regular = IconData(0xf2f7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color_background" in size 24 and regular style. + static const IconData color_background_24_regular = IconData(0xf2f8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color_fill" in size 20 and regular style. + static const IconData color_fill_20_regular = IconData(0xf2f9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color_fill" in size 24 and regular style. + static const IconData color_fill_24_regular = IconData(0xf2fa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color_line" in size 20 and regular style. + static const IconData color_line_20_regular = IconData(0xf2fb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "color_line" in size 24 and regular style. + static const IconData color_line_24_regular = IconData(0xf2fc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "column_triple" in size 24 and regular style. + static const IconData column_triple_24_regular = IconData(0xf2fd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment" in size 16 and regular style. + static const IconData comment_16_regular = IconData(0xf2fe, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment" in size 20 and regular style. + static const IconData comment_20_regular = IconData(0xf2ff, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment" in size 24 and regular style. + static const IconData comment_24_regular = IconData(0xf300, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_add" in size 24 and regular style. + static const IconData comment_add_24_regular = IconData(0xf301, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_delete" in size 24 and regular style. + static const IconData comment_delete_24_regular = IconData(0xf302, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_mention" in size 16 and regular style. + static const IconData comment_mention_16_regular = IconData(0xf303, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_mention" in size 20 and regular style. + static const IconData comment_mention_20_regular = IconData(0xf304, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_mention" in size 24 and regular style. + static const IconData comment_mention_24_regular = IconData(0xf305, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_multiple" in size 16 and regular style. + static const IconData comment_multiple_16_regular = IconData(0xf306, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_multiple" in size 20 and regular style. + static const IconData comment_multiple_20_regular = IconData(0xf307, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_multiple" in size 24 and regular style. + static const IconData comment_multiple_24_regular = IconData(0xf308, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_next" in size 24 and regular style. + static const IconData comment_next_24_regular = IconData(0xf309, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_previous" in size 24 and regular style. + static const IconData comment_previous_24_regular = IconData(0xf30a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "comment_resolve" in size 24 and regular style. + static const IconData comment_resolve_24_regular = IconData(0xf30b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "communication" in size 16 and regular style. + static const IconData communication_16_regular = IconData(0xf30c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "communication" in size 20 and regular style. + static const IconData communication_20_regular = IconData(0xf30d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "communication" in size 24 and regular style. + static const IconData communication_24_regular = IconData(0xf30e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 16 and regular style. + static const IconData compass_northwest_16_regular = IconData(0xf30f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 20 and regular style. + static const IconData compass_northwest_20_regular = IconData(0xf310, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 24 and regular style. + static const IconData compass_northwest_24_regular = IconData(0xf311, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 28 and regular style. + static const IconData compass_northwest_28_regular = IconData(0xf312, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 16 and regular style. + static const IconData compose_16_regular = IconData(0xf313, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 20 and regular style. + static const IconData compose_20_regular = IconData(0xf314, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 24 and regular style. + static const IconData compose_24_regular = IconData(0xf315, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 28 and regular style. + static const IconData compose_28_regular = IconData(0xf316, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 16 and regular style. + static const IconData conference_room_16_regular = IconData(0xf317, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 20 and regular style. + static const IconData conference_room_20_regular = IconData(0xf318, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 24 and regular style. + static const IconData conference_room_24_regular = IconData(0xf319, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 28 and regular style. + static const IconData conference_room_28_regular = IconData(0xf31a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 48 and regular style. + static const IconData conference_room_48_regular = IconData(0xf31b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "connector" in size 16 and regular style. + static const IconData connector_16_regular = IconData(0xf31c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "connector" in size 20 and regular style. + static const IconData connector_20_regular = IconData(0xf31d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "connector" in size 24 and regular style. + static const IconData connector_24_regular = IconData(0xf31e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "contact_card" in size 20 and regular style. + static const IconData contact_card_20_regular = IconData(0xf31f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "contact_card" in size 24 and regular style. + static const IconData contact_card_24_regular = IconData(0xf320, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "contact_card_group" in size 24 and regular style. + static const IconData contact_card_group_24_regular = IconData(0xf321, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "contacts" in size 24 and regular style. + static const IconData contacts_24_regular = IconData(0xf322, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "content_settings" in size 16 and regular style. + static const IconData content_settings_16_regular = IconData(0xf323, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "content_settings" in size 20 and regular style. + static const IconData content_settings_20_regular = IconData(0xf324, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "content_settings" in size 24 and regular style. + static const IconData content_settings_24_regular = IconData(0xf325, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "convert_to_table" in size 24 and regular style. + static const IconData convert_to_table_24_regular = IconData(0xf326, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "convert_to_text" in size 24 and regular style. + static const IconData convert_to_text_24_regular = IconData(0xf327, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cookies" in size 20 and regular style. + static const IconData cookies_20_regular = IconData(0xf328, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cookies" in size 24 and regular style. + static const IconData cookies_24_regular = IconData(0xf329, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "copy" in size 16 and regular style. + static const IconData copy_16_regular = IconData(0xf32a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "copy" in size 20 and regular style. + static const IconData copy_20_regular = IconData(0xf32b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "copy" in size 24 and regular style. + static const IconData copy_24_regular = IconData(0xf32c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "copy_image" in size 24 and regular style. + static const IconData copy_image_24_regular = IconData(0xf32d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "copy_link" in size 24 and regular style. + static const IconData copy_link_24_regular = IconData(0xf32e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "copy_move" in size 16 and regular style. + static const IconData copy_move_16_regular = IconData(0xf32f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "copy_move" in size 24 and regular style. + static const IconData copy_move_24_regular = IconData(0xf330, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "crop" in size 24 and regular style. + static const IconData crop_24_regular = IconData(0xf331, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "crop_interim" in size 24 and regular style. + static const IconData crop_interim_24_regular = IconData(0xf332, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "crop_interim_off" in size 24 and regular style. + static const IconData crop_interim_off_24_regular = IconData(0xf333, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cube" in size 16 and regular style. + static const IconData cube_16_regular = IconData(0xf334, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cube" in size 20 and regular style. + static const IconData cube_20_regular = IconData(0xf335, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cube" in size 24 and regular style. + static const IconData cube_24_regular = IconData(0xf336, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "currency" in size 16 and regular style. + static const IconData currency_16_regular = IconData(0xf337, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "currency" in size 20 and regular style. + static const IconData currency_20_regular = IconData(0xf338, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "currency" in size 24 and regular style. + static const IconData currency_24_regular = IconData(0xf339, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cut" in size 20 and regular style. + static const IconData cut_20_regular = IconData(0xf33a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "cut" in size 24 and regular style. + static const IconData cut_24_regular = IconData(0xf33b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dark_theme" in size 24 and regular style. + static const IconData dark_theme_24_regular = IconData(0xf33c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_area" in size 24 and regular style. + static const IconData data_area_24_regular = IconData(0xf33d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_bar_horizontal" in size 24 and regular style. + static const IconData data_bar_horizontal_24_regular = IconData(0xf33e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_bar_vertical" in size 20 and regular style. + static const IconData data_bar_vertical_20_regular = IconData(0xf33f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_bar_vertical" in size 24 and regular style. + static const IconData data_bar_vertical_24_regular = IconData(0xf340, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_funnel" in size 24 and regular style. + static const IconData data_funnel_24_regular = IconData(0xf341, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_histogram" in size 24 and regular style. + static const IconData data_histogram_24_regular = IconData(0xf342, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_line" in size 24 and regular style. + static const IconData data_line_24_regular = IconData(0xf343, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_pie" in size 20 and regular style. + static const IconData data_pie_20_regular = IconData(0xf344, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_pie" in size 24 and regular style. + static const IconData data_pie_24_regular = IconData(0xf345, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_scatter" in size 24 and regular style. + static const IconData data_scatter_24_regular = IconData(0xf346, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_sunburst" in size 24 and regular style. + static const IconData data_sunburst_24_regular = IconData(0xf347, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_treemap" in size 24 and regular style. + static const IconData data_treemap_24_regular = IconData(0xf348, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_usage" in size 24 and regular style. + static const IconData data_usage_24_regular = IconData(0xf349, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_waterfall" in size 24 and regular style. + static const IconData data_waterfall_24_regular = IconData(0xf34a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "data_whisker" in size 24 and regular style. + static const IconData data_whisker_24_regular = IconData(0xf34b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 20 and regular style. + static const IconData delete_20_regular = IconData(0xf34c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 24 and regular style. + static const IconData delete_24_regular = IconData(0xf34d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 28 and regular style. + static const IconData delete_28_regular = IconData(0xf34e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 48 and regular style. + static const IconData delete_48_regular = IconData(0xf34f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete_forever" in size 24 and regular style. + static const IconData delete_forever_24_regular = IconData(0xf350, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete_forever" in size 28 and regular style. + static const IconData delete_forever_28_regular = IconData(0xf351, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete_off" in size 20 and regular style. + static const IconData delete_off_20_regular = IconData(0xf352, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "delete_off" in size 24 and regular style. + static const IconData delete_off_24_regular = IconData(0xf353, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dentist" in size 24 and regular style. + static const IconData dentist_24_regular = IconData(0xf354, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 16 and regular style. + static const IconData design_ideas_16_regular = IconData(0xf355, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 20 and regular style. + static const IconData design_ideas_20_regular = IconData(0xf356, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 24 and regular style. + static const IconData design_ideas_24_regular = IconData(0xf357, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 16 and regular style. + static const IconData desktop_16_regular = IconData(0xf358, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 20 and regular style. + static const IconData desktop_20_regular = IconData(0xf359, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 24 and regular style. + static const IconData desktop_24_regular = IconData(0xf35a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 28 and regular style. + static const IconData desktop_28_regular = IconData(0xf35b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "developer_board" in size 24 and regular style. + static const IconData developer_board_24_regular = IconData(0xf35c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "device_eq" in size 24 and regular style. + static const IconData device_eq_24_regular = IconData(0xf35d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dialpad" in size 20 and regular style. + static const IconData dialpad_20_regular = IconData(0xf35e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dialpad" in size 24 and regular style. + static const IconData dialpad_24_regular = IconData(0xf35f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dialpad_off" in size 24 and regular style. + static const IconData dialpad_off_24_regular = IconData(0xf360, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary" in size 20 and regular style. + static const IconData dictionary_20_regular = IconData(0xf361, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary" in size 24 and regular style. + static const IconData dictionary_24_regular = IconData(0xf362, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary_add" in size 20 and regular style. + static const IconData dictionary_add_20_regular = IconData(0xf363, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary_add" in size 24 and regular style. + static const IconData dictionary_add_24_regular = IconData(0xf364, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "directions" in size 20 and regular style. + static const IconData directions_20_regular = IconData(0xf365, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "directions" in size 24 and regular style. + static const IconData directions_24_regular = IconData(0xf366, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 12 and regular style. + static const IconData dismiss_12_regular = IconData(0xf367, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 16 and regular style. + static const IconData dismiss_16_regular = IconData(0xf368, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 20 and regular style. + static const IconData dismiss_20_regular = IconData(0xf369, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 24 and regular style. + static const IconData dismiss_24_regular = IconData(0xf36a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 28 and regular style. + static const IconData dismiss_28_regular = IconData(0xf36b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 16 and regular style. + static const IconData dismiss_circle_16_regular = IconData(0xf36c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 20 and regular style. + static const IconData dismiss_circle_20_regular = IconData(0xf36d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 24 and regular style. + static const IconData dismiss_circle_24_regular = IconData(0xf36e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 48 and regular style. + static const IconData dismiss_circle_48_regular = IconData(0xf36f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "divider_short" in size 24 and regular style. + static const IconData divider_short_24_regular = IconData(0xf370, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "divider_tall" in size 24 and regular style. + static const IconData divider_tall_24_regular = IconData(0xf371, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dock" in size 24 and regular style. + static const IconData dock_24_regular = IconData(0xf372, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dock_left" in size 16 and regular style. + static const IconData dock_left_16_regular = IconData(0xf373, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dock_left" in size 20 and regular style. + static const IconData dock_left_20_regular = IconData(0xf374, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dock_left" in size 24 and regular style. + static const IconData dock_left_24_regular = IconData(0xf375, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dock_row" in size 24 and regular style. + static const IconData dock_row_24_regular = IconData(0xf376, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "doctor" in size 24 and regular style. + static const IconData doctor_24_regular = IconData(0xf377, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document" in size 20 and regular style. + static const IconData document_20_regular = IconData(0xf378, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document" in size 24 and regular style. + static const IconData document_24_regular = IconData(0xf379, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document" in size 28 and regular style. + static const IconData document_28_regular = IconData(0xf37a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_autosave" in size 24 and regular style. + static const IconData document_autosave_24_regular = IconData(0xf37b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_briefcase" in size 20 and regular style. + static const IconData document_briefcase_20_regular = IconData(0xf37c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_briefcase" in size 24 and regular style. + static const IconData document_briefcase_24_regular = IconData(0xf37d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_catch_up" in size 24 and regular style. + static const IconData document_catch_up_24_regular = IconData(0xf37e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 16 and regular style. + static const IconData document_copy_16_regular = IconData(0xf37f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 20 and regular style. + static const IconData document_copy_20_regular = IconData(0xf380, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 24 and regular style. + static const IconData document_copy_24_regular = IconData(0xf381, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 48 and regular style. + static const IconData document_copy_48_regular = IconData(0xf382, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_dismiss" in size 20 and regular style. + static const IconData document_dismiss_20_regular = IconData(0xf383, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_dismiss" in size 24 and regular style. + static const IconData document_dismiss_24_regular = IconData(0xf384, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_edit" in size 16 and regular style. + static const IconData document_edit_16_regular = IconData(0xf385, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_edit" in size 20 and regular style. + static const IconData document_edit_20_regular = IconData(0xf386, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_edit" in size 24 and regular style. + static const IconData document_edit_24_regular = IconData(0xf387, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_endnote" in size 20 and regular style. + static const IconData document_endnote_20_regular = IconData(0xf388, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_endnote" in size 24 and regular style. + static const IconData document_endnote_24_regular = IconData(0xf389, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_error" in size 16 and regular style. + static const IconData document_error_16_regular = IconData(0xf38a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_error" in size 20 and regular style. + static const IconData document_error_20_regular = IconData(0xf38b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_error" in size 24 and regular style. + static const IconData document_error_24_regular = IconData(0xf38c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_footer" in size 24 and regular style. + static const IconData document_footer_24_regular = IconData(0xf38d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_footer_remove" in size 24 and regular style. + static const IconData document_footer_remove_24_regular = IconData(0xf38e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_header" in size 24 and regular style. + static const IconData document_header_24_regular = IconData(0xf38f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_header_footer" in size 20 and regular style. + static const IconData document_header_footer_20_regular = IconData(0xf390, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_header_footer" in size 24 and regular style. + static const IconData document_header_footer_24_regular = IconData(0xf391, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_header_remove" in size 24 and regular style. + static const IconData document_header_remove_24_regular = IconData(0xf392, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_landscape" in size 20 and regular style. + static const IconData document_landscape_20_regular = IconData(0xf393, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_landscape" in size 24 and regular style. + static const IconData document_landscape_24_regular = IconData(0xf394, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_margins" in size 20 and regular style. + static const IconData document_margins_20_regular = IconData(0xf395, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_margins" in size 24 and regular style. + static const IconData document_margins_24_regular = IconData(0xf396, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_none" in size 20 and regular style. + static const IconData document_none_20_regular = IconData(0xf397, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_none" in size 24 and regular style. + static const IconData document_none_24_regular = IconData(0xf398, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page" in size 20 and regular style. + static const IconData document_one_page_20_regular = IconData(0xf399, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page" in size 24 and regular style. + static const IconData document_one_page_24_regular = IconData(0xf39a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page" in size 24 and regular style. + static const IconData document_page_24_regular = IconData(0xf39b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_center" in size 20 and regular style. + static const IconData document_page_bottom_center_20_regular = IconData( + 0xf39c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_center" in size 24 and regular style. + static const IconData document_page_bottom_center_24_regular = IconData( + 0xf39d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_left" in size 20 and regular style. + static const IconData document_page_bottom_left_20_regular = IconData(0xf39e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_left" in size 24 and regular style. + static const IconData document_page_bottom_left_24_regular = IconData(0xf39f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_right" in size 20 and regular style. + static const IconData document_page_bottom_right_20_regular = IconData(0xf3a0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_right" in size 24 and regular style. + static const IconData document_page_bottom_right_24_regular = IconData(0xf3a1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_break" in size 24 and regular style. + static const IconData document_page_break_24_regular = IconData(0xf3a2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_number" in size 20 and regular style. + static const IconData document_page_number_20_regular = IconData(0xf3a3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_number" in size 24 and regular style. + static const IconData document_page_number_24_regular = IconData(0xf3a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_center" in size 20 and regular style. + static const IconData document_page_top_center_20_regular = IconData(0xf3a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_center" in size 24 and regular style. + static const IconData document_page_top_center_24_regular = IconData(0xf3a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_left" in size 20 and regular style. + static const IconData document_page_top_left_20_regular = IconData(0xf3a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_left" in size 24 and regular style. + static const IconData document_page_top_left_24_regular = IconData(0xf3a8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_right" in size 20 and regular style. + static const IconData document_page_top_right_20_regular = IconData(0xf3a9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_right" in size 24 and regular style. + static const IconData document_page_top_right_24_regular = IconData(0xf3aa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_pdf" in size 16 and regular style. + static const IconData document_pdf_16_regular = IconData(0xf3ab, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_pdf" in size 20 and regular style. + static const IconData document_pdf_20_regular = IconData(0xf3ac, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_pdf" in size 24 and regular style. + static const IconData document_pdf_24_regular = IconData(0xf3ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_search" in size 20 and regular style. + static const IconData document_search_20_regular = IconData(0xf3ae, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_search" in size 24 and regular style. + static const IconData document_search_24_regular = IconData(0xf3af, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_toolbox" in size 20 and regular style. + static const IconData document_toolbox_20_regular = IconData(0xf3b0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_toolbox" in size 24 and regular style. + static const IconData document_toolbox_24_regular = IconData(0xf3b1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_top_center" in size 20 and regular style. + static const IconData document_top_center_20_regular = IconData(0xf3b2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_top_left" in size 20 and regular style. + static const IconData document_top_left_20_regular = IconData(0xf3b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_top_right" in size 20 and regular style. + static const IconData document_top_right_20_regular = IconData(0xf3b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_unknown" in size 16 and regular style. + static const IconData document_unknown_16_regular = IconData(0xf3b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_unknown" in size 20 and regular style. + static const IconData document_unknown_20_regular = IconData(0xf3b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_unknown" in size 24 and regular style. + static const IconData document_unknown_24_regular = IconData(0xf3b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_width" in size 20 and regular style. + static const IconData document_width_20_regular = IconData(0xf3b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_width" in size 24 and regular style. + static const IconData document_width_24_regular = IconData(0xf3b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "double_swipe_down" in size 24 and regular style. + static const IconData double_swipe_down_24_regular = IconData(0xf3ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "double_swipe_up" in size 24 and regular style. + static const IconData double_swipe_up_24_regular = IconData(0xf3bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "double_tap_swipe_down" in size 24 and regular style. + static const IconData double_tap_swipe_down_24_regular = IconData(0xf3bc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "double_tap_swipe_up" in size 24 and regular style. + static const IconData double_tap_swipe_up_24_regular = IconData(0xf3bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drafts" in size 16 and regular style. + static const IconData drafts_16_regular = IconData(0xf3be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drafts" in size 20 and regular style. + static const IconData drafts_20_regular = IconData(0xf3bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drafts" in size 24 and regular style. + static const IconData drafts_24_regular = IconData(0xf3c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drag" in size 24 and regular style. + static const IconData drag_24_regular = IconData(0xf3c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drink" in size 24 and regular style. + static const IconData drink_24_regular = IconData(0xf3c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drink_beer" in size 24 and regular style. + static const IconData drink_beer_24_regular = IconData(0xf3c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drink_coffee" in size 20 and regular style. + static const IconData drink_coffee_20_regular = IconData(0xf3c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drink_coffee" in size 24 and regular style. + static const IconData drink_coffee_24_regular = IconData(0xf3c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drink_margarita" in size 24 and regular style. + static const IconData drink_margarita_24_regular = IconData(0xf3c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "drink_wine" in size 24 and regular style. + static const IconData drink_wine_24_regular = IconData(0xf3c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen" in size 24 and regular style. + static const IconData dual_screen_24_regular = IconData(0xf3c8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_add" in size 24 and regular style. + static const IconData dual_screen_add_24_regular = IconData(0xf3c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_arrow_right" in size 24 and regular style. + static const IconData dual_screen_arrow_right_24_regular = IconData(0xf3ca, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_clock" in size 24 and regular style. + static const IconData dual_screen_clock_24_regular = IconData(0xf3cb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_desktop" in size 24 and regular style. + static const IconData dual_screen_desktop_24_regular = IconData(0xf3cc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_error" in size 24 and regular style. + static const IconData dual_screen_error_24_regular = IconData(0xf3cd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_group" in size 24 and regular style. + static const IconData dual_screen_group_24_regular = IconData(0xf3ce, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_header" in size 24 and regular style. + static const IconData dual_screen_header_24_regular = IconData(0xf3cf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_lock" in size 24 and regular style. + static const IconData dual_screen_lock_24_regular = IconData(0xf3d0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_mirror" in size 24 and regular style. + static const IconData dual_screen_mirror_24_regular = IconData(0xf3d1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_pagination" in size 24 and regular style. + static const IconData dual_screen_pagination_24_regular = IconData(0xf3d2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_settings" in size 24 and regular style. + static const IconData dual_screen_settings_24_regular = IconData(0xf3d3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_status_bar" in size 24 and regular style. + static const IconData dual_screen_status_bar_24_regular = IconData(0xf3d4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_tablet" in size 24 and regular style. + static const IconData dual_screen_tablet_24_regular = IconData(0xf3d5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_update" in size 24 and regular style. + static const IconData dual_screen_update_24_regular = IconData(0xf3d6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_vertical_scroll" in size 24 and regular style. + static const IconData dual_screen_vertical_scroll_24_regular = IconData( + 0xf3d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_vibrate" in size 24 and regular style. + static const IconData dual_screen_vibrate_24_regular = IconData(0xf3d8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "earth" in size 16 and regular style. + static const IconData earth_16_regular = IconData(0xf3d9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "earth" in size 20 and regular style. + static const IconData earth_20_regular = IconData(0xf3da, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "earth" in size 24 and regular style. + static const IconData earth_24_regular = IconData(0xf3db, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "edit" in size 16 and regular style. + static const IconData edit_16_regular = IconData(0xf3dc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "edit" in size 20 and regular style. + static const IconData edit_20_regular = IconData(0xf3dd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "edit" in size 24 and regular style. + static const IconData edit_24_regular = IconData(0xf3de, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji" in size 16 and regular style. + static const IconData emoji_16_regular = IconData(0xf3df, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji" in size 20 and regular style. + static const IconData emoji_20_regular = IconData(0xf3e0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji" in size 24 and regular style. + static const IconData emoji_24_regular = IconData(0xf3e1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_add" in size 24 and regular style. + static const IconData emoji_add_24_regular = IconData(0xf3e2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_angry" in size 20 and regular style. + static const IconData emoji_angry_20_regular = IconData(0xf3e3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_angry" in size 24 and regular style. + static const IconData emoji_angry_24_regular = IconData(0xf3e4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_laugh" in size 20 and regular style. + static const IconData emoji_laugh_20_regular = IconData(0xf3e5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_laugh" in size 24 and regular style. + static const IconData emoji_laugh_24_regular = IconData(0xf3e6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meh" in size 20 and regular style. + static const IconData emoji_meh_20_regular = IconData(0xf3e7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meh" in size 24 and regular style. + static const IconData emoji_meh_24_regular = IconData(0xf3e8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_sad" in size 20 and regular style. + static const IconData emoji_sad_20_regular = IconData(0xf3e9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_sad" in size 24 and regular style. + static const IconData emoji_sad_24_regular = IconData(0xf3ea, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_surprise" in size 20 and regular style. + static const IconData emoji_surprise_20_regular = IconData(0xf3eb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_surprise" in size 24 and regular style. + static const IconData emoji_surprise_24_regular = IconData(0xf3ec, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "erase" in size 20 and regular style. + static const IconData erase_20_regular = IconData(0xf3ed, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "erase" in size 24 and regular style. + static const IconData erase_24_regular = IconData(0xf3ee, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "eraser_tool" in size 24 and regular style. + static const IconData eraser_tool_24_regular = IconData(0xf3ef, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "error_circle" in size 16 and regular style. + static const IconData error_circle_16_regular = IconData(0xf3f0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "error_circle" in size 20 and regular style. + static const IconData error_circle_20_regular = IconData(0xf3f1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "error_circle" in size 24 and regular style. + static const IconData error_circle_24_regular = IconData(0xf3f2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "export" in size 24 and regular style. + static const IconData export_24_regular = IconData(0xf3f3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "extended_dock" in size 24 and regular style. + static const IconData extended_dock_24_regular = IconData(0xf3f4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "extension" in size 20 and regular style. + static const IconData extension_20_regular = IconData(0xf3f5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "extension" in size 24 and regular style. + static const IconData extension_24_regular = IconData(0xf3f6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "eye_hide" in size 20 and regular style. + static const IconData eye_hide_20_regular = IconData(0xf3f7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "eye_hide" in size 24 and regular style. + static const IconData eye_hide_24_regular = IconData(0xf3f8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 12 and regular style. + static const IconData eye_show_12_regular = IconData(0xf3f9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 16 and regular style. + static const IconData eye_show_16_regular = IconData(0xf3fa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 20 and regular style. + static const IconData eye_show_20_regular = IconData(0xf3fb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 24 and regular style. + static const IconData eye_show_24_regular = IconData(0xf3fc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fast_acceleration" in size 24 and regular style. + static const IconData fast_acceleration_24_regular = IconData(0xf3fd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fast_forward" in size 20 and regular style. + static const IconData fast_forward_20_regular = IconData(0xf3fe, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fast_forward" in size 24 and regular style. + static const IconData fast_forward_24_regular = IconData(0xf3ff, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 16 and regular style. + static const IconData fast_mode_16_regular = IconData(0xf400, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 20 and regular style. + static const IconData fast_mode_20_regular = IconData(0xf401, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 24 and regular style. + static const IconData fast_mode_24_regular = IconData(0xf402, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 28 and regular style. + static const IconData fast_mode_28_regular = IconData(0xf403, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "favorites" in size 20 and regular style. + static const IconData favorites_20_regular = IconData(0xf404, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "favorites" in size 24 and regular style. + static const IconData favorites_24_regular = IconData(0xf405, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "filter" in size 20 and regular style. + static const IconData filter_20_regular = IconData(0xf406, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "filter" in size 24 and regular style. + static const IconData filter_24_regular = IconData(0xf407, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "filter" in size 28 and regular style. + static const IconData filter_28_regular = IconData(0xf408, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fingerprint" in size 24 and regular style. + static const IconData fingerprint_24_regular = IconData(0xf409, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 16 and regular style. + static const IconData flag_16_regular = IconData(0xf40a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 20 and regular style. + static const IconData flag_20_regular = IconData(0xf40b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 24 and regular style. + static const IconData flag_24_regular = IconData(0xf40c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 28 and regular style. + static const IconData flag_28_regular = IconData(0xf40d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 48 and regular style. + static const IconData flag_48_regular = IconData(0xf40e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag_off" in size 24 and regular style. + static const IconData flag_off_24_regular = IconData(0xf40f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag_off" in size 28 and regular style. + static const IconData flag_off_28_regular = IconData(0xf410, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flag_off" in size 48 and regular style. + static const IconData flag_off_48_regular = IconData(0xf411, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flash_auto" in size 24 and regular style. + static const IconData flash_auto_24_regular = IconData(0xf412, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flash_off" in size 24 and regular style. + static const IconData flash_off_24_regular = IconData(0xf413, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flash_on" in size 20 and regular style. + static const IconData flash_on_20_regular = IconData(0xf414, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flash_on" in size 24 and regular style. + static const IconData flash_on_24_regular = IconData(0xf415, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flashlight" in size 24 and regular style. + static const IconData flashlight_24_regular = IconData(0xf416, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "flashlight_off" in size 24 and regular style. + static const IconData flashlight_off_24_regular = IconData(0xf417, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 20 and regular style. + static const IconData folder_20_regular = IconData(0xf418, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 24 and regular style. + static const IconData folder_24_regular = IconData(0xf419, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 28 and regular style. + static const IconData folder_28_regular = IconData(0xf41a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 48 and regular style. + static const IconData folder_48_regular = IconData(0xf41b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 20 and regular style. + static const IconData folder_add_20_regular = IconData(0xf41c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 24 and regular style. + static const IconData folder_add_24_regular = IconData(0xf41d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 28 and regular style. + static const IconData folder_add_28_regular = IconData(0xf41e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 48 and regular style. + static const IconData folder_add_48_regular = IconData(0xf41f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_briefcase" in size 20 and regular style. + static const IconData folder_briefcase_20_regular = IconData(0xf420, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 20 and regular style. + static const IconData folder_junk_20_regular = IconData(0xf421, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 24 and regular style. + static const IconData folder_junk_24_regular = IconData(0xf422, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 28 and regular style. + static const IconData folder_junk_28_regular = IconData(0xf423, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 48 and regular style. + static const IconData folder_junk_48_regular = IconData(0xf424, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 20 and regular style. + static const IconData folder_link_20_regular = IconData(0xf425, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 24 and regular style. + static const IconData folder_link_24_regular = IconData(0xf426, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 28 and regular style. + static const IconData folder_link_28_regular = IconData(0xf427, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 48 and regular style. + static const IconData folder_link_48_regular = IconData(0xf428, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 20 and regular style. + static const IconData folder_move_20_regular = IconData(0xf429, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 24 and regular style. + static const IconData folder_move_24_regular = IconData(0xf42a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 28 and regular style. + static const IconData folder_move_28_regular = IconData(0xf42b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 48 and regular style. + static const IconData folder_move_48_regular = IconData(0xf42c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open" in size 16 and regular style. + static const IconData folder_open_16_regular = IconData(0xf42d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open" in size 20 and regular style. + static const IconData folder_open_20_regular = IconData(0xf42e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open" in size 24 and regular style. + static const IconData folder_open_24_regular = IconData(0xf42f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open_vertical" in size 20 and regular style. + static const IconData folder_open_vertical_20_regular = IconData(0xf430, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_public" in size 16 and regular style. + static const IconData folder_public_16_regular = IconData(0xf431, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_public" in size 20 and regular style. + static const IconData folder_public_20_regular = IconData(0xf432, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_public" in size 24 and regular style. + static const IconData folder_public_24_regular = IconData(0xf433, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_zip" in size 16 and regular style. + static const IconData folder_zip_16_regular = IconData(0xf434, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_zip" in size 20 and regular style. + static const IconData folder_zip_20_regular = IconData(0xf435, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "folder_zip" in size 24 and regular style. + static const IconData folder_zip_24_regular = IconData(0xf436, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_decrease" in size 20 and regular style. + static const IconData font_decrease_20_regular = IconData(0xf437, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_decrease" in size 24 and regular style. + static const IconData font_decrease_24_regular = IconData(0xf438, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_increase" in size 20 and regular style. + static const IconData font_increase_20_regular = IconData(0xf439, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_increase" in size 24 and regular style. + static const IconData font_increase_24_regular = IconData(0xf43a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 16 and regular style. + static const IconData font_space_tracking_in_16_regular = IconData(0xf43b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 20 and regular style. + static const IconData font_space_tracking_in_20_regular = IconData(0xf43c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 24 and regular style. + static const IconData font_space_tracking_in_24_regular = IconData(0xf43d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 28 and regular style. + static const IconData font_space_tracking_in_28_regular = IconData(0xf43e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 16 and regular style. + static const IconData font_space_tracking_out_16_regular = IconData(0xf43f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 20 and regular style. + static const IconData font_space_tracking_out_20_regular = IconData(0xf440, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 24 and regular style. + static const IconData font_space_tracking_out_24_regular = IconData(0xf441, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 28 and regular style. + static const IconData font_space_tracking_out_28_regular = IconData(0xf442, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "food" in size 20 and regular style. + static const IconData food_20_regular = IconData(0xf443, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "food" in size 24 and regular style. + static const IconData food_24_regular = IconData(0xf444, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "food_cake" in size 24 and regular style. + static const IconData food_cake_24_regular = IconData(0xf445, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "food_egg" in size 24 and regular style. + static const IconData food_egg_24_regular = IconData(0xf446, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "food_toast" in size 24 and regular style. + static const IconData food_toast_24_regular = IconData(0xf447, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "form_new" in size 24 and regular style. + static const IconData form_new_24_regular = IconData(0xf448, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "form_new" in size 28 and regular style. + static const IconData form_new_28_regular = IconData(0xf449, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "form_new" in size 48 and regular style. + static const IconData form_new_48_regular = IconData(0xf44a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "forward" in size 20 and regular style. + static const IconData forward_20_regular = IconData(0xf44b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "forward" in size 24 and regular style. + static const IconData forward_24_regular = IconData(0xf44c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fps_240" in size 24 and regular style. + static const IconData fps_240_24_regular = IconData(0xf44d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "fps_960" in size 24 and regular style. + static const IconData fps_960_24_regular = IconData(0xf44e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "full_screen_zoom" in size 24 and regular style. + static const IconData full_screen_zoom_24_regular = IconData(0xf44f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "gallery" in size 24 and regular style. + static const IconData gallery_24_regular = IconData(0xf450, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "games" in size 24 and regular style. + static const IconData games_24_regular = IconData(0xf451, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "gesture" in size 24 and regular style. + static const IconData gesture_24_regular = IconData(0xf452, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "gif" in size 20 and regular style. + static const IconData gif_20_regular = IconData(0xf453, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "gif" in size 24 and regular style. + static const IconData gif_24_regular = IconData(0xf454, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "gift" in size 20 and regular style. + static const IconData gift_20_regular = IconData(0xf455, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "gift" in size 24 and regular style. + static const IconData gift_24_regular = IconData(0xf456, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "glance" in size 24 and regular style. + static const IconData glance_24_regular = IconData(0xf457, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "glasses" in size 24 and regular style. + static const IconData glasses_24_regular = IconData(0xf458, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "glasses_off" in size 24 and regular style. + static const IconData glasses_off_24_regular = IconData(0xf459, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe" in size 20 and regular style. + static const IconData globe_20_regular = IconData(0xf45a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe" in size 24 and regular style. + static const IconData globe_24_regular = IconData(0xf45b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe_add" in size 24 and regular style. + static const IconData globe_add_24_regular = IconData(0xf45c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe_clock" in size 24 and regular style. + static const IconData globe_clock_24_regular = IconData(0xf45d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe_desktop" in size 24 and regular style. + static const IconData globe_desktop_24_regular = IconData(0xf45e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe_location" in size 24 and regular style. + static const IconData globe_location_24_regular = IconData(0xf45f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe_search" in size 24 and regular style. + static const IconData globe_search_24_regular = IconData(0xf460, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "globe_video" in size 24 and regular style. + static const IconData globe_video_24_regular = IconData(0xf461, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "grid" in size 20 and regular style. + static const IconData grid_20_regular = IconData(0xf462, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "grid" in size 24 and regular style. + static const IconData grid_24_regular = IconData(0xf463, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "grid" in size 28 and regular style. + static const IconData grid_28_regular = IconData(0xf464, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "group" in size 20 and regular style. + static const IconData group_20_regular = IconData(0xf465, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "group" in size 24 and regular style. + static const IconData group_24_regular = IconData(0xf466, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "group_list" in size 24 and regular style. + static const IconData group_list_24_regular = IconData(0xf467, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 16 and regular style. + static const IconData guest_16_regular = IconData(0xf468, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 20 and regular style. + static const IconData guest_20_regular = IconData(0xf469, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 24 and regular style. + static const IconData guest_24_regular = IconData(0xf46a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 28 and regular style. + static const IconData guest_28_regular = IconData(0xf46b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "guest_add" in size 24 and regular style. + static const IconData guest_add_24_regular = IconData(0xf46c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "hand_raise" in size 24 and regular style. + static const IconData hand_raise_24_regular = IconData(0xf46d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "handshake" in size 16 and regular style. + static const IconData handshake_16_regular = IconData(0xf46e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "handshake" in size 20 and regular style. + static const IconData handshake_20_regular = IconData(0xf46f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "handshake" in size 24 and regular style. + static const IconData handshake_24_regular = IconData(0xf470, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "hdr" in size 24 and regular style. + static const IconData hdr_24_regular = IconData(0xf471, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "headphones" in size 24 and regular style. + static const IconData headphones_24_regular = IconData(0xf472, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "headphones" in size 28 and regular style. + static const IconData headphones_28_regular = IconData(0xf473, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "headset" in size 24 and regular style. + static const IconData headset_24_regular = IconData(0xf474, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "headset" in size 28 and regular style. + static const IconData headset_28_regular = IconData(0xf475, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "headset_vr" in size 20 and regular style. + static const IconData headset_vr_20_regular = IconData(0xf476, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "headset_vr" in size 24 and regular style. + static const IconData headset_vr_24_regular = IconData(0xf477, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "heart" in size 16 and regular style. + static const IconData heart_16_regular = IconData(0xf478, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "heart" in size 20 and regular style. + static const IconData heart_20_regular = IconData(0xf479, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "heart" in size 24 and regular style. + static const IconData heart_24_regular = IconData(0xf47a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "highlight" in size 16 and regular style. + static const IconData highlight_16_regular = IconData(0xf47b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "highlight" in size 20 and regular style. + static const IconData highlight_20_regular = IconData(0xf47c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "highlight" in size 24 and regular style. + static const IconData highlight_24_regular = IconData(0xf47d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "history" in size 20 and regular style. + static const IconData history_20_regular = IconData(0xf47e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "history" in size 24 and regular style. + static const IconData history_24_regular = IconData(0xf47f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "home" in size 20 and regular style. + static const IconData home_20_regular = IconData(0xf480, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "home" in size 24 and regular style. + static const IconData home_24_regular = IconData(0xf481, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "home" in size 28 and regular style. + static const IconData home_28_regular = IconData(0xf482, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "home_add" in size 24 and regular style. + static const IconData home_add_24_regular = IconData(0xf483, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "home_checkmark" in size 24 and regular style. + static const IconData home_checkmark_24_regular = IconData(0xf484, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "icons" in size 20 and regular style. + static const IconData icons_20_regular = IconData(0xf485, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "icons" in size 24 and regular style. + static const IconData icons_24_regular = IconData(0xf486, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 16 and regular style. + static const IconData image_16_regular = IconData(0xf487, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 20 and regular style. + static const IconData image_20_regular = IconData(0xf488, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 24 and regular style. + static const IconData image_24_regular = IconData(0xf489, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 28 and regular style. + static const IconData image_28_regular = IconData(0xf48a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 48 and regular style. + static const IconData image_48_regular = IconData(0xf48b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_add" in size 24 and regular style. + static const IconData image_add_24_regular = IconData(0xf48c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_alt_text" in size 20 and regular style. + static const IconData image_alt_text_20_regular = IconData(0xf48d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_alt_text" in size 24 and regular style. + static const IconData image_alt_text_24_regular = IconData(0xf48e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_copy" in size 20 and regular style. + static const IconData image_copy_20_regular = IconData(0xf48f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_copy" in size 24 and regular style. + static const IconData image_copy_24_regular = IconData(0xf490, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_copy" in size 28 and regular style. + static const IconData image_copy_28_regular = IconData(0xf491, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_edit" in size 16 and regular style. + static const IconData image_edit_16_regular = IconData(0xf492, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_edit" in size 20 and regular style. + static const IconData image_edit_20_regular = IconData(0xf493, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_edit" in size 24 and regular style. + static const IconData image_edit_24_regular = IconData(0xf494, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_library" in size 20 and regular style. + static const IconData image_library_20_regular = IconData(0xf495, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_library" in size 24 and regular style. + static const IconData image_library_24_regular = IconData(0xf496, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_library" in size 28 and regular style. + static const IconData image_library_28_regular = IconData(0xf497, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_off" in size 24 and regular style. + static const IconData image_off_24_regular = IconData(0xf498, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_search" in size 20 and regular style. + static const IconData image_search_20_regular = IconData(0xf499, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "image_search" in size 24 and regular style. + static const IconData image_search_24_regular = IconData(0xf49a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "immersive_reader" in size 20 and regular style. + static const IconData immersive_reader_20_regular = IconData(0xf49b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "immersive_reader" in size 24 and regular style. + static const IconData immersive_reader_24_regular = IconData(0xf49c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 12 and regular style. + static const IconData important_12_regular = IconData(0xf49d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 16 and regular style. + static const IconData important_16_regular = IconData(0xf49e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 20 and regular style. + static const IconData important_20_regular = IconData(0xf49f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 24 and regular style. + static const IconData important_24_regular = IconData(0xf4a0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "incognito" in size 24 and regular style. + static const IconData incognito_24_regular = IconData(0xf4a1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 16 and regular style. + static const IconData info_16_regular = IconData(0xf4a2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 20 and regular style. + static const IconData info_20_regular = IconData(0xf4a3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 24 and regular style. + static const IconData info_24_regular = IconData(0xf4a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 28 and regular style. + static const IconData info_28_regular = IconData(0xf4a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool" in size 16 and regular style. + static const IconData inking_tool_16_regular = IconData(0xf4a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool" in size 20 and regular style. + static const IconData inking_tool_20_regular = IconData(0xf4a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool" in size 24 and regular style. + static const IconData inking_tool_24_regular = IconData(0xf4a8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 16 and regular style. + static const IconData inprivate_account_16_regular = IconData(0xf4a9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 20 and regular style. + static const IconData inprivate_account_20_regular = IconData(0xf4aa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 24 and regular style. + static const IconData inprivate_account_24_regular = IconData(0xf4ab, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 28 and regular style. + static const IconData inprivate_account_28_regular = IconData(0xf4ac, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "insert" in size 20 and regular style. + static const IconData insert_20_regular = IconData(0xf4ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inspect" in size 20 and regular style. + static const IconData inspect_20_regular = IconData(0xf4ae, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "inspect" in size 24 and regular style. + static const IconData inspect_24_regular = IconData(0xf4af, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ios_arrow_left" in size 24 and regular style. + static const IconData ios_arrow_left_24_regular = IconData(0xf4b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "ios_chevron" in size 24 and regular style. + static const IconData ios_chevron_24_regular = IconData(0xf4b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "ios_chevron_right" in size 20 and regular style. + static const IconData ios_chevron_right_20_regular = IconData(0xf4b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "javascript" in size 16 and regular style. + static const IconData javascript_16_regular = IconData(0xf4b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "javascript" in size 20 and regular style. + static const IconData javascript_20_regular = IconData(0xf4b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "javascript" in size 24 and regular style. + static const IconData javascript_24_regular = IconData(0xf4b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "key" in size 20 and regular style. + static const IconData key_20_regular = IconData(0xf4b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "key" in size 24 and regular style. + static const IconData key_24_regular = IconData(0xf4b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard" in size 20 and regular style. + static const IconData keyboard_20_regular = IconData(0xf4b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard" in size 24 and regular style. + static const IconData keyboard_24_regular = IconData(0xf4b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_dock" in size 24 and regular style. + static const IconData keyboard_dock_24_regular = IconData(0xf4ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_float" in size 24 and regular style. + static const IconData keyboard_layout_float_24_regular = IconData(0xf4bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_one_handed_left" in size 24 and regular style. + static const IconData keyboard_layout_one_handed_left_24_regular = IconData( + 0xf4bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_resize" in size 24 and regular style. + static const IconData keyboard_layout_resize_24_regular = IconData(0xf4bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_split" in size 24 and regular style. + static const IconData keyboard_layout_split_24_regular = IconData(0xf4be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_shift" in size 24 and regular style. + static const IconData keyboard_shift_24_regular = IconData(0xf4bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_shift_uppercase" in size 24 and regular style. + static const IconData keyboard_shift_uppercase_24_regular = IconData(0xf4c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_tab" in size 24 and regular style. + static const IconData keyboard_tab_24_regular = IconData(0xf4c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 16 and regular style. + static const IconData laptop_16_regular = IconData(0xf4c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 20 and regular style. + static const IconData laptop_20_regular = IconData(0xf4c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 24 and regular style. + static const IconData laptop_24_regular = IconData(0xf4c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 28 and regular style. + static const IconData laptop_28_regular = IconData(0xf4c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "large" in size 16 and regular style. + static const IconData large_16_regular = IconData(0xf4c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "large" in size 20 and regular style. + static const IconData large_20_regular = IconData(0xf4c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "large" in size 24 and regular style. + static const IconData large_24_regular = IconData(0xf4c8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lasso" in size 24 and regular style. + static const IconData lasso_24_regular = IconData(0xf4c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "launcher_settings" in size 24 and regular style. + static const IconData launcher_settings_24_regular = IconData(0xf4ca, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "layer" in size 20 and regular style. + static const IconData layer_20_regular = IconData(0xf4cb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "layer" in size 24 and regular style. + static const IconData layer_24_regular = IconData(0xf4cc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "leaf" in size 16 and regular style. + static const IconData leaf_16_regular = IconData(0xf4cd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "leaf" in size 20 and regular style. + static const IconData leaf_20_regular = IconData(0xf4ce, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "leaf" in size 24 and regular style. + static const IconData leaf_24_regular = IconData(0xf4cf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "leaf_two" in size 16 and regular style. + static const IconData leaf_two_16_regular = IconData(0xf4d0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "leaf_two" in size 20 and regular style. + static const IconData leaf_two_20_regular = IconData(0xf4d1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "leaf_two" in size 24 and regular style. + static const IconData leaf_two_24_regular = IconData(0xf4d2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "library" in size 24 and regular style. + static const IconData library_24_regular = IconData(0xf4d3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "library" in size 28 and regular style. + static const IconData library_28_regular = IconData(0xf4d4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb" in size 16 and regular style. + static const IconData lightbulb_16_regular = IconData(0xf4d5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb" in size 20 and regular style. + static const IconData lightbulb_20_regular = IconData(0xf4d6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb" in size 24 and regular style. + static const IconData lightbulb_24_regular = IconData(0xf4d7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_circle" in size 24 and regular style. + static const IconData lightbulb_circle_24_regular = IconData(0xf4d8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_filament" in size 16 and regular style. + static const IconData lightbulb_filament_16_regular = IconData(0xf4d9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_filament" in size 20 and regular style. + static const IconData lightbulb_filament_20_regular = IconData(0xf4da, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_filament" in size 24 and regular style. + static const IconData lightbulb_filament_24_regular = IconData(0xf4db, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "like" in size 16 and regular style. + static const IconData like_16_regular = IconData(0xf4dc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "likert" in size 16 and regular style. + static const IconData likert_16_regular = IconData(0xf4dd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "likert" in size 20 and regular style. + static const IconData likert_20_regular = IconData(0xf4de, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "likert" in size 24 and regular style. + static const IconData likert_24_regular = IconData(0xf4df, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "line_horizontal_1" in size 20 and regular style. + static const IconData line_horizontal_1_20_regular = IconData(0xf4e0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "line_horizontal_3" in size 20 and regular style. + static const IconData line_horizontal_3_20_regular = IconData(0xf4e1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "line_horizontal_5" in size 20 and regular style. + static const IconData line_horizontal_5_20_regular = IconData(0xf4e2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 16 and regular style. + static const IconData link_16_regular = IconData(0xf4e3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 20 and regular style. + static const IconData link_20_regular = IconData(0xf4e4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 24 and regular style. + static const IconData link_24_regular = IconData(0xf4e5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 28 and regular style. + static const IconData link_28_regular = IconData(0xf4e6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 48 and regular style. + static const IconData link_48_regular = IconData(0xf4e7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link_edit" in size 16 and regular style. + static const IconData link_edit_16_regular = IconData(0xf4e8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link_edit" in size 20 and regular style. + static const IconData link_edit_20_regular = IconData(0xf4e9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link_edit" in size 24 and regular style. + static const IconData link_edit_24_regular = IconData(0xf4ea, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link_remove" in size 20 and regular style. + static const IconData link_remove_20_regular = IconData(0xf4eb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "link_square" in size 24 and regular style. + static const IconData link_square_24_regular = IconData(0xf4ec, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "list" in size 20 and regular style. + static const IconData list_20_regular = IconData(0xf4ed, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "list" in size 24 and regular style. + static const IconData list_24_regular = IconData(0xf4ee, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "list" in size 28 and regular style. + static const IconData list_28_regular = IconData(0xf4ef, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "live" in size 20 and regular style. + static const IconData live_20_regular = IconData(0xf4f0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "live" in size 24 and regular style. + static const IconData live_24_regular = IconData(0xf4f1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 16 and regular style. + static const IconData local_language_16_regular = IconData(0xf4f2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 20 and regular style. + static const IconData local_language_20_regular = IconData(0xf4f3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 24 and regular style. + static const IconData local_language_24_regular = IconData(0xf4f4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 28 and regular style. + static const IconData local_language_28_regular = IconData(0xf4f5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 12 and regular style. + static const IconData location_12_regular = IconData(0xf4f6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 16 and regular style. + static const IconData location_16_regular = IconData(0xf4f7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 20 and regular style. + static const IconData location_20_regular = IconData(0xf4f8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 24 and regular style. + static const IconData location_24_regular = IconData(0xf4f9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 28 and regular style. + static const IconData location_28_regular = IconData(0xf4fa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location_live" in size 20 and regular style. + static const IconData location_live_20_regular = IconData(0xf4fb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location_live" in size 24 and regular style. + static const IconData location_live_24_regular = IconData(0xf4fc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location_not_found" in size 24 and regular style. + static const IconData location_not_found_24_regular = IconData(0xf4fd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 12 and regular style. + static const IconData lock_12_regular = IconData(0xf4fe, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 16 and regular style. + static const IconData lock_16_regular = IconData(0xf4ff, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 20 and regular style. + static const IconData lock_20_regular = IconData(0xf500, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 24 and regular style. + static const IconData lock_24_regular = IconData(0xf501, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lock_shield" in size 20 and regular style. + static const IconData lock_shield_20_regular = IconData(0xf502, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lock_shield" in size 24 and regular style. + static const IconData lock_shield_24_regular = IconData(0xf503, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "lock_shield" in size 48 and regular style. + static const IconData lock_shield_48_regular = IconData(0xf504, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "magic_wand" in size 24 and regular style. + static const IconData magic_wand_24_regular = IconData(0xf505, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 20 and regular style. + static const IconData mail_20_regular = IconData(0xf506, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 24 and regular style. + static const IconData mail_24_regular = IconData(0xf507, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 28 and regular style. + static const IconData mail_28_regular = IconData(0xf508, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 48 and regular style. + static const IconData mail_48_regular = IconData(0xf509, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_add" in size 24 and regular style. + static const IconData mail_add_24_regular = IconData(0xf50a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all" in size 20 and regular style. + static const IconData mail_all_20_regular = IconData(0xf50b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all" in size 24 and regular style. + static const IconData mail_all_24_regular = IconData(0xf50c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all_accounts" in size 24 and regular style. + static const IconData mail_all_accounts_24_regular = IconData(0xf50d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all_read" in size 20 and regular style. + static const IconData mail_all_read_20_regular = IconData(0xf50e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all_unread" in size 20 and regular style. + static const IconData mail_all_unread_20_regular = IconData(0xf50f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_clock" in size 20 and regular style. + static const IconData mail_clock_20_regular = IconData(0xf510, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_copy" in size 20 and regular style. + static const IconData mail_copy_20_regular = IconData(0xf511, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_copy" in size 24 and regular style. + static const IconData mail_copy_24_regular = IconData(0xf512, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 16 and regular style. + static const IconData mail_inbox_16_regular = IconData(0xf513, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 20 and regular style. + static const IconData mail_inbox_20_regular = IconData(0xf514, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 24 and regular style. + static const IconData mail_inbox_24_regular = IconData(0xf515, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 28 and regular style. + static const IconData mail_inbox_28_regular = IconData(0xf516, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 16 and regular style. + static const IconData mail_inbox_add_16_regular = IconData(0xf517, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 20 and regular style. + static const IconData mail_inbox_add_20_regular = IconData(0xf518, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 24 and regular style. + static const IconData mail_inbox_add_24_regular = IconData(0xf519, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 28 and regular style. + static const IconData mail_inbox_add_28_regular = IconData(0xf51a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 16 and regular style. + static const IconData mail_inbox_dismiss_16_regular = IconData(0xf51b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 20 and regular style. + static const IconData mail_inbox_dismiss_20_regular = IconData(0xf51c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 24 and regular style. + static const IconData mail_inbox_dismiss_24_regular = IconData(0xf51d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 28 and regular style. + static const IconData mail_inbox_dismiss_28_regular = IconData(0xf51e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_move_to_focussed" in size 24 and regular style. + static const IconData mail_move_to_focussed_24_regular = IconData(0xf51f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_outbox" in size 20 and regular style. + static const IconData mail_outbox_20_regular = IconData(0xf8c8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_outbox" in size 24 and regular style. + static const IconData mail_outbox_24_regular = IconData(0xf520, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 20 and regular style. + static const IconData mail_read_20_regular = IconData(0xf521, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 24 and regular style. + static const IconData mail_read_24_regular = IconData(0xf522, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 28 and regular style. + static const IconData mail_read_28_regular = IconData(0xf523, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 48 and regular style. + static const IconData mail_read_48_regular = IconData(0xf524, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 16 and regular style. + static const IconData mail_unread_16_regular = IconData(0xf525, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 20 and regular style. + static const IconData mail_unread_20_regular = IconData(0xf526, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 24 and regular style. + static const IconData mail_unread_24_regular = IconData(0xf527, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 28 and regular style. + static const IconData mail_unread_28_regular = IconData(0xf528, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 48 and regular style. + static const IconData mail_unread_48_regular = IconData(0xf529, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unsubscribe" in size 24 and regular style. + static const IconData mail_unsubscribe_24_regular = IconData(0xf52a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "malware_detected" in size 16 and regular style. + static const IconData malware_detected_16_regular = IconData(0xf52b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "malware_detected" in size 24 and regular style. + static const IconData malware_detected_24_regular = IconData(0xf52c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "manufacturer" in size 24 and regular style. + static const IconData manufacturer_24_regular = IconData(0xf52d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "map" in size 24 and regular style. + static const IconData map_24_regular = IconData(0xf52e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "map_drive" in size 16 and regular style. + static const IconData map_drive_16_regular = IconData(0xf52f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "map_drive" in size 20 and regular style. + static const IconData map_drive_20_regular = IconData(0xf530, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "map_drive" in size 24 and regular style. + static const IconData map_drive_24_regular = IconData(0xf531, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "match_app_layout" in size 24 and regular style. + static const IconData match_app_layout_24_regular = IconData(0xf532, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "maximize" in size 16 and regular style. + static const IconData maximize_16_regular = IconData(0xf533, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "meet_now" in size 20 and regular style. + static const IconData meet_now_20_regular = IconData(0xf534, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "meet_now" in size 24 and regular style. + static const IconData meet_now_24_regular = IconData(0xf535, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 16 and regular style. + static const IconData megaphone_16_regular = IconData(0xf536, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 20 and regular style. + static const IconData megaphone_20_regular = IconData(0xf537, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 24 and regular style. + static const IconData megaphone_24_regular = IconData(0xf538, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 28 and regular style. + static const IconData megaphone_28_regular = IconData(0xf539, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone_off" in size 24 and regular style. + static const IconData megaphone_off_24_regular = IconData(0xf53a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mention" in size 16 and regular style. + static const IconData mention_16_regular = IconData(0xf53b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mention" in size 20 and regular style. + static const IconData mention_20_regular = IconData(0xf53c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mention" in size 24 and regular style. + static const IconData mention_24_regular = IconData(0xf53d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "merge" in size 24 and regular style. + static const IconData merge_24_regular = IconData(0xf53e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 12 and regular style. + static const IconData mic_off_12_regular = IconData(0xf53f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 16 and regular style. + static const IconData mic_off_16_regular = IconData(0xf540, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 24 and regular style. + static const IconData mic_off_24_regular = IconData(0xf541, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 28 and regular style. + static const IconData mic_off_28_regular = IconData(0xf542, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 16 and regular style. + static const IconData mic_on_16_regular = IconData(0xf543, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 20 and regular style. + static const IconData mic_on_20_regular = IconData(0xf544, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 24 and regular style. + static const IconData mic_on_24_regular = IconData(0xf545, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 28 and regular style. + static const IconData mic_on_28_regular = IconData(0xf546, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 48 and regular style. + static const IconData mic_on_48_regular = IconData(0xf547, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mic_settings" in size 24 and regular style. + static const IconData mic_settings_24_regular = IconData(0xf548, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "midi" in size 20 and regular style. + static const IconData midi_20_regular = IconData(0xf549, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "midi" in size 24 and regular style. + static const IconData midi_24_regular = IconData(0xf54a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "missing_metadata" in size 16 and regular style. + static const IconData missing_metadata_16_regular = IconData(0xf54b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "missing_metadata" in size 24 and regular style. + static const IconData missing_metadata_24_regular = IconData(0xf54c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "mobile_optimized" in size 24 and regular style. + static const IconData mobile_optimized_24_regular = IconData(0xf54d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "money" in size 16 and regular style. + static const IconData money_16_regular = IconData(0xf54e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "money" in size 20 and regular style. + static const IconData money_20_regular = IconData(0xf54f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "money" in size 24 and regular style. + static const IconData money_24_regular = IconData(0xf550, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 16 and regular style. + static const IconData more_16_regular = IconData(0xf551, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 20 and regular style. + static const IconData more_20_regular = IconData(0xf552, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 24 and regular style. + static const IconData more_24_regular = IconData(0xf553, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 28 and regular style. + static const IconData more_28_regular = IconData(0xf554, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 48 and regular style. + static const IconData more_48_regular = IconData(0xf555, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 20 and regular style. + static const IconData more_vertical_20_regular = IconData(0xf556, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 24 and regular style. + static const IconData more_vertical_24_regular = IconData(0xf557, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 28 and regular style. + static const IconData more_vertical_28_regular = IconData(0xf558, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 48 and regular style. + static const IconData more_vertical_48_regular = IconData(0xf559, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "movies_and_tv" in size 24 and regular style. + static const IconData movies_and_tv_24_regular = IconData(0xf55a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "multiselect" in size 20 and regular style. + static const IconData multiselect_20_regular = IconData(0xf55b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "multiselect" in size 24 and regular style. + static const IconData multiselect_24_regular = IconData(0xf55c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "music" in size 20 and regular style. + static const IconData music_20_regular = IconData(0xf55d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "music" in size 24 and regular style. + static const IconData music_24_regular = IconData(0xf55e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "my_location" in size 24 and regular style. + static const IconData my_location_24_regular = IconData(0xf55f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "navigation" in size 20 and regular style. + static const IconData navigation_20_regular = IconData(0xf560, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "navigation" in size 24 and regular style. + static const IconData navigation_24_regular = IconData(0xf561, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "network_check" in size 24 and regular style. + static const IconData network_check_24_regular = IconData(0xf562, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "new" in size 16 and regular style. + static const IconData new_16_regular = IconData(0xf563, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "new" in size 24 and regular style. + static const IconData new_24_regular = IconData(0xf564, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "news" in size 20 and regular style. + static const IconData news_20_regular = IconData(0xf565, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "news" in size 24 and regular style. + static const IconData news_24_regular = IconData(0xf566, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "news" in size 28 and regular style. + static const IconData news_28_regular = IconData(0xf567, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "next" in size 16 and regular style. + static const IconData next_16_regular = IconData(0xf568, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "next" in size 20 and regular style. + static const IconData next_20_regular = IconData(0xf569, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "next" in size 24 and regular style. + static const IconData next_24_regular = IconData(0xf56a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "note" in size 20 and regular style. + static const IconData note_20_regular = IconData(0xf56b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "note" in size 24 and regular style. + static const IconData note_24_regular = IconData(0xf56c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "note_add" in size 16 and regular style. + static const IconData note_add_16_regular = IconData(0xf56d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "note_add" in size 20 and regular style. + static const IconData note_add_20_regular = IconData(0xf56e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "note_add" in size 24 and regular style. + static const IconData note_add_24_regular = IconData(0xf56f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notebook" in size 24 and regular style. + static const IconData notebook_24_regular = IconData(0xf570, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_error" in size 24 and regular style. + static const IconData notebook_error_24_regular = IconData(0xf571, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_lightning" in size 24 and regular style. + static const IconData notebook_lightning_24_regular = IconData(0xf572, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_question_mark" in size 24 and regular style. + static const IconData notebook_question_mark_24_regular = IconData(0xf573, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_section" in size 24 and regular style. + static const IconData notebook_section_24_regular = IconData(0xf574, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_sync" in size 24 and regular style. + static const IconData notebook_sync_24_regular = IconData(0xf575, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notepad" in size 20 and regular style. + static const IconData notepad_20_regular = IconData(0xf576, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notepad" in size 24 and regular style. + static const IconData notepad_24_regular = IconData(0xf577, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "notepad" in size 28 and regular style. + static const IconData notepad_28_regular = IconData(0xf578, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "number_row" in size 16 and regular style. + static const IconData number_row_16_regular = IconData(0xf579, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "number_row" in size 20 and regular style. + static const IconData number_row_20_regular = IconData(0xf57a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "number_row" in size 24 and regular style. + static const IconData number_row_24_regular = IconData(0xf57b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "number_symbol" in size 16 and regular style. + static const IconData number_symbol_16_regular = IconData(0xf57c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "number_symbol" in size 20 and regular style. + static const IconData number_symbol_20_regular = IconData(0xf57d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "number_symbol" in size 24 and regular style. + static const IconData number_symbol_24_regular = IconData(0xf57e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "office_apps" in size 24 and regular style. + static const IconData office_apps_24_regular = IconData(0xf57f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "office_apps" in size 28 and regular style. + static const IconData office_apps_28_regular = IconData(0xf580, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "open" in size 16 and regular style. + static const IconData open_16_regular = IconData(0xf581, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "open" in size 20 and regular style. + static const IconData open_20_regular = IconData(0xf582, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "open" in size 24 and regular style. + static const IconData open_24_regular = IconData(0xf583, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "open_folder" in size 24 and regular style. + static const IconData open_folder_24_regular = IconData(0xf584, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "open_in_browser" in size 24 and regular style. + static const IconData open_in_browser_24_regular = IconData(0xf585, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 16 and regular style. + static const IconData options_16_regular = IconData(0xf586, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 20 and regular style. + static const IconData options_20_regular = IconData(0xf587, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 24 and regular style. + static const IconData options_24_regular = IconData(0xf588, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "organization" in size 20 and regular style. + static const IconData organization_20_regular = IconData(0xf589, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "organization" in size 24 and regular style. + static const IconData organization_24_regular = IconData(0xf58a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "organization" in size 28 and regular style. + static const IconData organization_28_regular = IconData(0xf58b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "owner" in size 24 and regular style. + static const IconData owner_24_regular = IconData(0xf58c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "page" in size 20 and regular style. + static const IconData page_20_regular = IconData(0xf58d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "page_fit" in size 16 and regular style. + static const IconData page_fit_16_regular = IconData(0xf58e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "page_fit" in size 20 and regular style. + static const IconData page_fit_20_regular = IconData(0xf58f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "page_fit" in size 24 and regular style. + static const IconData page_fit_24_regular = IconData(0xf590, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "paint_brush" in size 16 and regular style. + static const IconData paint_brush_16_regular = IconData(0xf591, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "paint_brush" in size 20 and regular style. + static const IconData paint_brush_20_regular = IconData(0xf592, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "paint_brush" in size 24 and regular style. + static const IconData paint_brush_24_regular = IconData(0xf593, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "paint_bucket" in size 16 and regular style. + static const IconData paint_bucket_16_regular = IconData(0xf594, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "paint_bucket" in size 20 and regular style. + static const IconData paint_bucket_20_regular = IconData(0xf595, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "paint_bucket" in size 24 and regular style. + static const IconData paint_bucket_24_regular = IconData(0xf596, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pair" in size 24 and regular style. + static const IconData pair_24_regular = IconData(0xf597, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pane_close" in size 16 and regular style. + static const IconData pane_close_16_regular = IconData(0xf598, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pane_close" in size 20 and regular style. + static const IconData pane_close_20_regular = IconData(0xf599, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pane_close" in size 24 and regular style. + static const IconData pane_close_24_regular = IconData(0xf59a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pane_open" in size 16 and regular style. + static const IconData pane_open_16_regular = IconData(0xf59b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pane_open" in size 20 and regular style. + static const IconData pane_open_20_regular = IconData(0xf59c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pane_open" in size 24 and regular style. + static const IconData pane_open_24_regular = IconData(0xf59d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "password" in size 24 and regular style. + static const IconData password_24_regular = IconData(0xf59e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "patient" in size 24 and regular style. + static const IconData patient_24_regular = IconData(0xf59f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 16 and regular style. + static const IconData pause_16_regular = IconData(0xf5a0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 20 and regular style. + static const IconData pause_20_regular = IconData(0xf5a1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 24 and regular style. + static const IconData pause_24_regular = IconData(0xf5a2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 48 and regular style. + static const IconData pause_48_regular = IconData(0xf5a3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "payment" in size 20 and regular style. + static const IconData payment_20_regular = IconData(0xf5a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "payment" in size 24 and regular style. + static const IconData payment_24_regular = IconData(0xf5a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pen_settings" in size 24 and regular style. + static const IconData pen_settings_24_regular = IconData(0xf5a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 16 and regular style. + static const IconData people_16_regular = IconData(0xf5a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 20 and regular style. + static const IconData people_20_regular = IconData(0xf5a8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 24 and regular style. + static const IconData people_24_regular = IconData(0xf5a9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 28 and regular style. + static const IconData people_28_regular = IconData(0xf5aa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_add" in size 16 and regular style. + static const IconData people_add_16_regular = IconData(0xf5ab, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_add" in size 20 and regular style. + static const IconData people_add_20_regular = IconData(0xf5ac, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_add" in size 24 and regular style. + static const IconData people_add_24_regular = IconData(0xf5ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_audience" in size 24 and regular style. + static const IconData people_audience_24_regular = IconData(0xf5ae, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 16 and regular style. + static const IconData people_community_16_regular = IconData(0xf5af, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 20 and regular style. + static const IconData people_community_20_regular = IconData(0xf5b0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 24 and regular style. + static const IconData people_community_24_regular = IconData(0xf5b1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 28 and regular style. + static const IconData people_community_28_regular = IconData(0xf5b2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_community_add" in size 24 and regular style. + static const IconData people_community_add_24_regular = IconData(0xf5b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_prohibited" in size 20 and regular style. + static const IconData people_prohibited_20_regular = IconData(0xf5b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_search" in size 24 and regular style. + static const IconData people_search_24_regular = IconData(0xf5b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_settings" in size 20 and regular style. + static const IconData people_settings_20_regular = IconData(0xf5b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 16 and regular style. + static const IconData people_team_16_regular = IconData(0xf5b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 20 and regular style. + static const IconData people_team_20_regular = IconData(0xf5b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 24 and regular style. + static const IconData people_team_24_regular = IconData(0xf5b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 28 and regular style. + static const IconData people_team_28_regular = IconData(0xf5ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 12 and regular style. + static const IconData person_12_regular = IconData(0xf5bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 16 and regular style. + static const IconData person_16_regular = IconData(0xf5bc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 20 and regular style. + static const IconData person_20_regular = IconData(0xf5bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 24 and regular style. + static const IconData person_24_regular = IconData(0xf5be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 28 and regular style. + static const IconData person_28_regular = IconData(0xf5bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 48 and regular style. + static const IconData person_48_regular = IconData(0xf5c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_accounts" in size 24 and regular style. + static const IconData person_accounts_24_regular = IconData(0xf5c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_add" in size 20 and regular style. + static const IconData person_add_20_regular = IconData(0xf5c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_add" in size 24 and regular style. + static const IconData person_add_24_regular = IconData(0xf5c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_left" in size 20 and regular style. + static const IconData person_arrow_left_20_regular = IconData(0xf5c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_left" in size 24 and regular style. + static const IconData person_arrow_left_24_regular = IconData(0xf5c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_right" in size 16 and regular style. + static const IconData person_arrow_right_16_regular = IconData(0xf5c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_right" in size 20 and regular style. + static const IconData person_arrow_right_20_regular = IconData(0xf5c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_right" in size 24 and regular style. + static const IconData person_arrow_right_24_regular = IconData(0xf5c8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_available" in size 16 and regular style. + static const IconData person_available_16_regular = IconData(0xf5c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_available" in size 24 and regular style. + static const IconData person_available_24_regular = IconData(0xf5ca, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_block" in size 24 and regular style. + static const IconData person_block_24_regular = IconData(0xf5cb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_board" in size 16 and regular style. + static const IconData person_board_16_regular = IconData(0xf5cc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_board" in size 20 and regular style. + static const IconData person_board_20_regular = IconData(0xf5cd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_board" in size 24 and regular style. + static const IconData person_board_24_regular = IconData(0xf5ce, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_call" in size 24 and regular style. + static const IconData person_call_24_regular = IconData(0xf5cf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_delete" in size 16 and regular style. + static const IconData person_delete_16_regular = IconData(0xf5d0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_delete" in size 24 and regular style. + static const IconData person_delete_24_regular = IconData(0xf5d1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_feedback" in size 20 and regular style. + static const IconData person_feedback_20_regular = IconData(0xf5d2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_feedback" in size 24 and regular style. + static const IconData person_feedback_24_regular = IconData(0xf5d3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_prohibited" in size 20 and regular style. + static const IconData person_prohibited_20_regular = IconData(0xf5d4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_question_mark" in size 16 and regular style. + static const IconData person_question_mark_16_regular = IconData(0xf5d5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_question_mark" in size 20 and regular style. + static const IconData person_question_mark_20_regular = IconData(0xf5d6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_question_mark" in size 24 and regular style. + static const IconData person_question_mark_24_regular = IconData(0xf5d7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_support" in size 16 and regular style. + static const IconData person_support_16_regular = IconData(0xf5d8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_support" in size 20 and regular style. + static const IconData person_support_20_regular = IconData(0xf5d9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_support" in size 24 and regular style. + static const IconData person_support_24_regular = IconData(0xf5da, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_swap" in size 16 and regular style. + static const IconData person_swap_16_regular = IconData(0xf5db, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_swap" in size 20 and regular style. + static const IconData person_swap_20_regular = IconData(0xf5dc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_swap" in size 24 and regular style. + static const IconData person_swap_24_regular = IconData(0xf5dd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_voice" in size 20 and regular style. + static const IconData person_voice_20_regular = IconData(0xf5de, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_voice" in size 24 and regular style. + static const IconData person_voice_24_regular = IconData(0xf5df, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone" in size 20 and regular style. + static const IconData phone_20_regular = IconData(0xf5e0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone" in size 24 and regular style. + static const IconData phone_24_regular = IconData(0xf5e1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone" in size 28 and regular style. + static const IconData phone_28_regular = IconData(0xf5e2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_add_new_app" in size 24 and regular style. + static const IconData phone_add_new_app_24_regular = IconData(0xf5e3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 16 and regular style. + static const IconData phone_desktop_16_regular = IconData(0xf5e4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 20 and regular style. + static const IconData phone_desktop_20_regular = IconData(0xf5e5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 24 and regular style. + static const IconData phone_desktop_24_regular = IconData(0xf5e6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 28 and regular style. + static const IconData phone_desktop_28_regular = IconData(0xf5e7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_error" in size 24 and regular style. + static const IconData phone_error_24_regular = IconData(0xf5e8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_home_lock" in size 24 and regular style. + static const IconData phone_home_lock_24_regular = IconData(0xf5e9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_laptop" in size 20 and regular style. + static const IconData phone_laptop_20_regular = IconData(0xf5ea, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_laptop" in size 24 and regular style. + static const IconData phone_laptop_24_regular = IconData(0xf5eb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_link_setup" in size 24 and regular style. + static const IconData phone_link_setup_24_regular = IconData(0xf5ec, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_mobile" in size 20 and regular style. + static const IconData phone_mobile_20_regular = IconData(0xf5ed, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_mobile" in size 24 and regular style. + static const IconData phone_mobile_24_regular = IconData(0xf5ee, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_page_header" in size 24 and regular style. + static const IconData phone_page_header_24_regular = IconData(0xf5ef, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_pagination" in size 24 and regular style. + static const IconData phone_pagination_24_regular = IconData(0xf5f0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_screen_time" in size 24 and regular style. + static const IconData phone_screen_time_24_regular = IconData(0xf5f1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_shake" in size 24 and regular style. + static const IconData phone_shake_24_regular = IconData(0xf5f2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_status_bar" in size 24 and regular style. + static const IconData phone_status_bar_24_regular = IconData(0xf5f3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_tablet" in size 20 and regular style. + static const IconData phone_tablet_20_regular = IconData(0xf5f4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_tablet" in size 24 and regular style. + static const IconData phone_tablet_24_regular = IconData(0xf5f5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_to_pc" in size 20 and regular style. + static const IconData phone_to_pc_20_regular = IconData(0xf5f6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_to_pc" in size 24 and regular style. + static const IconData phone_to_pc_24_regular = IconData(0xf5f7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_update" in size 24 and regular style. + static const IconData phone_update_24_regular = IconData(0xf5f8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_vertical_scroll" in size 24 and regular style. + static const IconData phone_vertical_scroll_24_regular = IconData(0xf5f9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "phone_vibrate" in size 24 and regular style. + static const IconData phone_vibrate_24_regular = IconData(0xf5fa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "photo_filter" in size 24 and regular style. + static const IconData photo_filter_24_regular = IconData(0xf5fb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "picture_in_picture" in size 16 and regular style. + static const IconData picture_in_picture_16_regular = IconData(0xf5fc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "picture_in_picture" in size 20 and regular style. + static const IconData picture_in_picture_20_regular = IconData(0xf5fd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "picture_in_picture" in size 24 and regular style. + static const IconData picture_in_picture_24_regular = IconData(0xf5fe, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 12 and regular style. + static const IconData pin_12_regular = IconData(0xf5ff, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 16 and regular style. + static const IconData pin_16_regular = IconData(0xf600, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 20 and regular style. + static const IconData pin_20_regular = IconData(0xf601, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 24 and regular style. + static const IconData pin_24_regular = IconData(0xf602, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pin_off" in size 20 and regular style. + static const IconData pin_off_20_regular = IconData(0xf603, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "pin_off" in size 24 and regular style. + static const IconData pin_off_24_regular = IconData(0xf604, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "play" in size 20 and regular style. + static const IconData play_20_regular = IconData(0xf605, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "play" in size 24 and regular style. + static const IconData play_24_regular = IconData(0xf606, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "play" in size 48 and regular style. + static const IconData play_48_regular = IconData(0xf607, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "play_circle" in size 24 and regular style. + static const IconData play_circle_24_regular = IconData(0xf608, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "plug_disconnected" in size 20 and regular style. + static const IconData plug_disconnected_20_regular = IconData(0xf609, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "plug_disconnected" in size 24 and regular style. + static const IconData plug_disconnected_24_regular = IconData(0xf60a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "plug_disconnected" in size 28 and regular style. + static const IconData plug_disconnected_28_regular = IconData(0xf60b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "point_scan" in size 24 and regular style. + static const IconData point_scan_24_regular = IconData(0xf60c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "poll" in size 24 and regular style. + static const IconData poll_24_regular = IconData(0xf60d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "power" in size 20 and regular style. + static const IconData power_20_regular = IconData(0xf60e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "power" in size 24 and regular style. + static const IconData power_24_regular = IconData(0xf60f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "power" in size 28 and regular style. + static const IconData power_28_regular = IconData(0xf610, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "predictions" in size 24 and regular style. + static const IconData predictions_24_regular = IconData(0xf611, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 16 and regular style. + static const IconData premium_16_regular = IconData(0xf612, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 20 and regular style. + static const IconData premium_20_regular = IconData(0xf613, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 24 and regular style. + static const IconData premium_24_regular = IconData(0xf614, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 28 and regular style. + static const IconData premium_28_regular = IconData(0xf615, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_blocked" in size 10 and regular style. + static const IconData presence_blocked_10_regular = IconData(0xf616, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_blocked" in size 12 and regular style. + static const IconData presence_blocked_12_regular = IconData(0xf617, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_blocked" in size 16 and regular style. + static const IconData presence_blocked_16_regular = IconData(0xf618, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_offline" in size 10 and regular style. + static const IconData presence_offline_10_regular = IconData(0xf619, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_offline" in size 12 and regular style. + static const IconData presence_offline_12_regular = IconData(0xf61a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_offline" in size 16 and regular style. + static const IconData presence_offline_16_regular = IconData(0xf61b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_oof" in size 10 and regular style. + static const IconData presence_oof_10_regular = IconData(0xf61c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_oof" in size 12 and regular style. + static const IconData presence_oof_12_regular = IconData(0xf61d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_oof" in size 16 and regular style. + static const IconData presence_oof_16_regular = IconData(0xf61e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_unknown" in size 10 and regular style. + static const IconData presence_unknown_10_regular = IconData(0xf61f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_unknown" in size 12 and regular style. + static const IconData presence_unknown_12_regular = IconData(0xf620, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presence_unknown" in size 16 and regular style. + static const IconData presence_unknown_16_regular = IconData(0xf621, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presenter" in size 24 and regular style. + static const IconData presenter_24_regular = IconData(0xf622, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "presenter_off" in size 24 and regular style. + static const IconData presenter_off_24_regular = IconData(0xf623, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "preview_link" in size 16 and regular style. + static const IconData preview_link_16_regular = IconData(0xf624, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "preview_link" in size 20 and regular style. + static const IconData preview_link_20_regular = IconData(0xf625, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "preview_link" in size 24 and regular style. + static const IconData preview_link_24_regular = IconData(0xf626, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "previous" in size 16 and regular style. + static const IconData previous_16_regular = IconData(0xf627, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "previous" in size 20 and regular style. + static const IconData previous_20_regular = IconData(0xf628, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "previous" in size 24 and regular style. + static const IconData previous_24_regular = IconData(0xf629, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "print" in size 20 and regular style. + static const IconData print_20_regular = IconData(0xf62a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "print" in size 24 and regular style. + static const IconData print_24_regular = IconData(0xf62b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "print" in size 48 and regular style. + static const IconData print_48_regular = IconData(0xf62c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 20 and regular style. + static const IconData prohibited_20_regular = IconData(0xf62d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 24 and regular style. + static const IconData prohibited_24_regular = IconData(0xf62e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 28 and regular style. + static const IconData prohibited_28_regular = IconData(0xf62f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 48 and regular style. + static const IconData prohibited_48_regular = IconData(0xf630, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "proofread_language" in size 24 and regular style. + static const IconData proofread_language_24_regular = IconData(0xf631, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "protocol_handler" in size 16 and regular style. + static const IconData protocol_handler_16_regular = IconData(0xf632, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "protocol_handler" in size 20 and regular style. + static const IconData protocol_handler_20_regular = IconData(0xf633, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "protocol_handler" in size 24 and regular style. + static const IconData protocol_handler_24_regular = IconData(0xf634, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "qr_code" in size 24 and regular style. + static const IconData qr_code_24_regular = IconData(0xf635, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "qr_code" in size 28 and regular style. + static const IconData qr_code_28_regular = IconData(0xf636, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 16 and regular style. + static const IconData question_16_regular = IconData(0xf637, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 20 and regular style. + static const IconData question_20_regular = IconData(0xf638, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 24 and regular style. + static const IconData question_24_regular = IconData(0xf639, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 28 and regular style. + static const IconData question_28_regular = IconData(0xf63a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 48 and regular style. + static const IconData question_48_regular = IconData(0xf63b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 16 and regular style. + static const IconData question_circle_16_regular = IconData(0xf63c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 20 and regular style. + static const IconData question_circle_20_regular = IconData(0xf63d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 24 and regular style. + static const IconData question_circle_24_regular = IconData(0xf63e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 28 and regular style. + static const IconData question_circle_28_regular = IconData(0xf63f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 48 and regular style. + static const IconData question_circle_48_regular = IconData(0xf640, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "quiz_new" in size 24 and regular style. + static const IconData quiz_new_24_regular = IconData(0xf641, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "quiz_new" in size 28 and regular style. + static const IconData quiz_new_28_regular = IconData(0xf642, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "quiz_new" in size 48 and regular style. + static const IconData quiz_new_48_regular = IconData(0xf643, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "radio_button" in size 20 and regular style. + static const IconData radio_button_20_regular = IconData(0xf644, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "radio_button" in size 24 and regular style. + static const IconData radio_button_24_regular = IconData(0xf645, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rating_mature" in size 16 and regular style. + static const IconData rating_mature_16_regular = IconData(0xf646, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rating_mature" in size 20 and regular style. + static const IconData rating_mature_20_regular = IconData(0xf647, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rating_mature" in size 24 and regular style. + static const IconData rating_mature_24_regular = IconData(0xf648, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "re_order" in size 16 and regular style. + static const IconData re_order_16_regular = IconData(0xf649, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "re_order" in size 24 and regular style. + static const IconData re_order_24_regular = IconData(0xf64a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "re_order_dots" in size 20 and regular style. + static const IconData re_order_dots_20_regular = IconData(0xf64b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "re_order_dots" in size 24 and regular style. + static const IconData re_order_dots_24_regular = IconData(0xf64c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "read_aloud" in size 20 and regular style. + static const IconData read_aloud_20_regular = IconData(0xf64d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "read_aloud" in size 24 and regular style. + static const IconData read_aloud_24_regular = IconData(0xf64e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "read_only" in size 16 and regular style. + static const IconData read_only_16_regular = IconData(0xf64f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "read_only" in size 24 and regular style. + static const IconData read_only_24_regular = IconData(0xf650, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 16 and regular style. + static const IconData reading_list_16_regular = IconData(0xf651, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 20 and regular style. + static const IconData reading_list_20_regular = IconData(0xf652, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 24 and regular style. + static const IconData reading_list_24_regular = IconData(0xf653, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 28 and regular style. + static const IconData reading_list_28_regular = IconData(0xf654, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 16 and regular style. + static const IconData reading_list_add_16_regular = IconData(0xf655, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 20 and regular style. + static const IconData reading_list_add_20_regular = IconData(0xf656, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 24 and regular style. + static const IconData reading_list_add_24_regular = IconData(0xf657, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 28 and regular style. + static const IconData reading_list_add_28_regular = IconData(0xf658, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode" in size 20 and regular style. + static const IconData reading_mode_20_regular = IconData(0xf659, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode" in size 24 and regular style. + static const IconData reading_mode_24_regular = IconData(0xf65a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode_mobile" in size 20 and regular style. + static const IconData reading_mode_mobile_20_regular = IconData(0xf65b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode_mobile" in size 24 and regular style. + static const IconData reading_mode_mobile_24_regular = IconData(0xf65c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reciept" in size 20 and regular style. + static const IconData reciept_20_regular = IconData(0xf65d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reciept" in size 24 and regular style. + static const IconData reciept_24_regular = IconData(0xf65e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "recommended" in size 24 and regular style. + static const IconData recommended_24_regular = IconData(0xf65f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "record" in size 16 and regular style. + static const IconData record_16_regular = IconData(0xf660, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "record" in size 20 and regular style. + static const IconData record_20_regular = IconData(0xf661, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "record" in size 24 and regular style. + static const IconData record_24_regular = IconData(0xf662, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 12 and regular style. + static const IconData remove_12_regular = IconData(0xf663, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 16 and regular style. + static const IconData remove_16_regular = IconData(0xf664, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 20 and regular style. + static const IconData remove_20_regular = IconData(0xf665, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 24 and regular style. + static const IconData remove_24_regular = IconData(0xf666, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "remove_recent" in size 24 and regular style. + static const IconData remove_recent_24_regular = IconData(0xf667, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 16 and regular style. + static const IconData rename_16_regular = IconData(0xf668, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 20 and regular style. + static const IconData rename_20_regular = IconData(0xf669, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 24 and regular style. + static const IconData rename_24_regular = IconData(0xf66a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 28 and regular style. + static const IconData rename_28_regular = IconData(0xf66b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "resize" in size 20 and regular style. + static const IconData resize_20_regular = IconData(0xf66c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "resize_image" in size 24 and regular style. + static const IconData resize_image_24_regular = IconData(0xf66d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "resize_table" in size 24 and regular style. + static const IconData resize_table_24_regular = IconData(0xf66e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "resize_video" in size 24 and regular style. + static const IconData resize_video_24_regular = IconData(0xf66f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "restore" in size 16 and regular style. + static const IconData restore_16_regular = IconData(0xf670, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reward" in size 16 and regular style. + static const IconData reward_16_regular = IconData(0xf671, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reward" in size 20 and regular style. + static const IconData reward_20_regular = IconData(0xf672, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "reward" in size 24 and regular style. + static const IconData reward_24_regular = IconData(0xf673, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rewind" in size 20 and regular style. + static const IconData rewind_20_regular = IconData(0xf674, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rewind" in size 24 and regular style. + static const IconData rewind_24_regular = IconData(0xf675, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rocket" in size 16 and regular style. + static const IconData rocket_16_regular = IconData(0xf676, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rocket" in size 20 and regular style. + static const IconData rocket_20_regular = IconData(0xf677, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "rocket" in size 24 and regular style. + static const IconData rocket_24_regular = IconData(0xf678, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "router" in size 24 and regular style. + static const IconData router_24_regular = IconData(0xf679, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "row_triple" in size 24 and regular style. + static const IconData row_triple_24_regular = IconData(0xf67a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ruler" in size 16 and regular style. + static const IconData ruler_16_regular = IconData(0xf67b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ruler" in size 20 and regular style. + static const IconData ruler_20_regular = IconData(0xf67c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ruler" in size 24 and regular style. + static const IconData ruler_24_regular = IconData(0xf67d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "run" in size 24 and regular style. + static const IconData run_24_regular = IconData(0xf67e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "save" in size 20 and regular style. + static const IconData save_20_regular = IconData(0xf67f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "save" in size 24 and regular style. + static const IconData save_24_regular = IconData(0xf680, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "save_as" in size 20 and regular style. + static const IconData save_as_20_regular = IconData(0xf681, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "save_as" in size 24 and regular style. + static const IconData save_as_24_regular = IconData(0xf682, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "save_copy" in size 24 and regular style. + static const IconData save_copy_24_regular = IconData(0xf683, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "savings" in size 16 and regular style. + static const IconData savings_16_regular = IconData(0xf684, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "savings" in size 20 and regular style. + static const IconData savings_20_regular = IconData(0xf685, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "savings" in size 24 and regular style. + static const IconData savings_24_regular = IconData(0xf686, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fill" in size 24 and regular style. + static const IconData scale_fill_24_regular = IconData(0xf687, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fit" in size 16 and regular style. + static const IconData scale_fit_16_regular = IconData(0xf688, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fit" in size 20 and regular style. + static const IconData scale_fit_20_regular = IconData(0xf689, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fit" in size 24 and regular style. + static const IconData scale_fit_24_regular = IconData(0xf68a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "scan" in size 24 and regular style. + static const IconData scan_24_regular = IconData(0xf68b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "scratchpad" in size 24 and regular style. + static const IconData scratchpad_24_regular = IconData(0xf68c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "screenshot" in size 20 and regular style. + static const IconData screenshot_20_regular = IconData(0xf68d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "screenshot" in size 24 and regular style. + static const IconData screenshot_24_regular = IconData(0xf68e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "search" in size 20 and regular style. + static const IconData search_20_regular = IconData(0xf68f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "search" in size 24 and regular style. + static const IconData search_24_regular = IconData(0xf690, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "search" in size 28 and regular style. + static const IconData search_28_regular = IconData(0xf691, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "search_info" in size 20 and regular style. + static const IconData search_info_20_regular = IconData(0xf692, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "search_info" in size 24 and regular style. + static const IconData search_info_24_regular = IconData(0xf693, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "search_square" in size 24 and regular style. + static const IconData search_square_24_regular = IconData(0xf694, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "select_all" in size 24 and regular style. + static const IconData select_all_24_regular = IconData(0xf695, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "select_all_off" in size 24 and regular style. + static const IconData select_all_off_24_regular = IconData(0xf696, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "select_object" in size 20 and regular style. + static const IconData select_object_20_regular = IconData(0xf697, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "select_object" in size 24 and regular style. + static const IconData select_object_24_regular = IconData(0xf698, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send" in size 20 and regular style. + static const IconData send_20_regular = IconData(0xf699, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send" in size 24 and regular style. + static const IconData send_24_regular = IconData(0xf69a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send" in size 28 and regular style. + static const IconData send_28_regular = IconData(0xf69b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send_clock" in size 20 and regular style. + static const IconData send_clock_20_regular = IconData(0xf69c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send_copy" in size 24 and regular style. + static const IconData send_copy_24_regular = IconData(0xf69d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send_logging" in size 24 and regular style. + static const IconData send_logging_24_regular = IconData(0xf69e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send_to_back" in size 20 and regular style. + static const IconData send_to_back_20_regular = IconData(0xf69f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "send_to_back" in size 24 and regular style. + static const IconData send_to_back_24_regular = IconData(0xf6a0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "serial_port" in size 16 and regular style. + static const IconData serial_port_16_regular = IconData(0xf6a1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "serial_port" in size 20 and regular style. + static const IconData serial_port_20_regular = IconData(0xf6a2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "serial_port" in size 24 and regular style. + static const IconData serial_port_24_regular = IconData(0xf6a3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "service_bell" in size 24 and regular style. + static const IconData service_bell_24_regular = IconData(0xf6a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "set_top_stack" in size 16 and regular style. + static const IconData set_top_stack_16_regular = IconData(0xf6a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "set_top_stack" in size 20 and regular style. + static const IconData set_top_stack_20_regular = IconData(0xf6a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "set_top_stack" in size 24 and regular style. + static const IconData set_top_stack_24_regular = IconData(0xf6a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 16 and regular style. + static const IconData settings_16_regular = IconData(0xf6a8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 20 and regular style. + static const IconData settings_20_regular = IconData(0xf6a9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 24 and regular style. + static const IconData settings_24_regular = IconData(0xf6aa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 28 and regular style. + static const IconData settings_28_regular = IconData(0xf6ab, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shapes" in size 16 and regular style. + static const IconData shapes_16_regular = IconData(0xf6ac, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shapes" in size 20 and regular style. + static const IconData shapes_20_regular = IconData(0xf6ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shapes" in size 24 and regular style. + static const IconData shapes_24_regular = IconData(0xf6ae, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share" in size 20 and regular style. + static const IconData share_20_regular = IconData(0xf6af, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share" in size 24 and regular style. + static const IconData share_24_regular = IconData(0xf6b0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_android" in size 20 and regular style. + static const IconData share_android_20_regular = IconData(0xf6b1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_android" in size 24 and regular style. + static const IconData share_android_24_regular = IconData(0xf6b2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_close_tray" in size 24 and regular style. + static const IconData share_close_tray_24_regular = IconData(0xf6b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_desktop" in size 24 and regular style. + static const IconData share_desktop_24_regular = IconData(0xf6b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 20 and regular style. + static const IconData share_ios_20_regular = IconData(0xf6b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 24 and regular style. + static const IconData share_ios_24_regular = IconData(0xf6b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 28 and regular style. + static const IconData share_ios_28_regular = IconData(0xf6b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 48 and regular style. + static const IconData share_ios_48_regular = IconData(0xf6b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_screen" in size 20 and regular style. + static const IconData share_screen_20_regular = IconData(0xf6b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_screen" in size 24 and regular style. + static const IconData share_screen_24_regular = IconData(0xf6ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_screen" in size 28 and regular style. + static const IconData share_screen_28_regular = IconData(0xf6bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_stop" in size 24 and regular style. + static const IconData share_stop_24_regular = IconData(0xf6bc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "share_stop" in size 28 and regular style. + static const IconData share_stop_28_regular = IconData(0xf6bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield" in size 20 and regular style. + static const IconData shield_20_regular = IconData(0xf6be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield" in size 24 and regular style. + static const IconData shield_24_regular = IconData(0xf6bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_dismiss" in size 20 and regular style. + static const IconData shield_dismiss_20_regular = IconData(0xf6c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_dismiss" in size 24 and regular style. + static const IconData shield_dismiss_24_regular = IconData(0xf6c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_error" in size 20 and regular style. + static const IconData shield_error_20_regular = IconData(0xf6c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_error" in size 24 and regular style. + static const IconData shield_error_24_regular = IconData(0xf6c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_keyhole" in size 16 and regular style. + static const IconData shield_keyhole_16_regular = IconData(0xf6c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_keyhole" in size 20 and regular style. + static const IconData shield_keyhole_20_regular = IconData(0xf6c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_keyhole" in size 24 and regular style. + static const IconData shield_keyhole_24_regular = IconData(0xf6c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_prohibited" in size 20 and regular style. + static const IconData shield_prohibited_20_regular = IconData(0xf6c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shield_prohibited" in size 24 and regular style. + static const IconData shield_prohibited_24_regular = IconData(0xf6c8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts" in size 24 and regular style. + static const IconData shifts_24_regular = IconData(0xf6c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_24h" in size 20 and regular style. + static const IconData shifts_24h_20_regular = IconData(0xf6ca, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_24h" in size 24 and regular style. + static const IconData shifts_24h_24_regular = IconData(0xf6cb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts" in size 28 and regular style. + static const IconData shifts_28_regular = IconData(0xf6cc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_30_minutes" in size 24 and regular style. + static const IconData shifts_30_minutes_24_regular = IconData(0xf6cd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_activity" in size 20 and regular style. + static const IconData shifts_activity_20_regular = IconData(0xf6ce, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_activity" in size 24 and regular style. + static const IconData shifts_activity_24_regular = IconData(0xf6cf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_add" in size 24 and regular style. + static const IconData shifts_add_24_regular = IconData(0xf6d0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_approve" in size 24 and regular style. + static const IconData shifts_approve_24_regular = IconData(0xf6d1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_availability" in size 24 and regular style. + static const IconData shifts_availability_24_regular = IconData(0xf6d2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_deny" in size 24 and regular style. + static const IconData shifts_deny_24_regular = IconData(0xf6d3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_open" in size 20 and regular style. + static const IconData shifts_open_20_regular = IconData(0xf6d4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_open" in size 24 and regular style. + static const IconData shifts_open_24_regular = IconData(0xf6d5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_pending" in size 24 and regular style. + static const IconData shifts_pending_24_regular = IconData(0xf6d6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_team" in size 24 and regular style. + static const IconData shifts_team_24_regular = IconData(0xf6d7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ship" in size 20 and regular style. + static const IconData ship_20_regular = IconData(0xf6d8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ship" in size 24 and regular style. + static const IconData ship_24_regular = IconData(0xf6d9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sign_out" in size 24 and regular style. + static const IconData sign_out_24_regular = IconData(0xf6da, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 16 and regular style. + static const IconData signature_16_regular = IconData(0xf6db, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 20 and regular style. + static const IconData signature_20_regular = IconData(0xf6dc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 24 and regular style. + static const IconData signature_24_regular = IconData(0xf6dd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 28 and regular style. + static const IconData signature_28_regular = IconData(0xf6de, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "signed" in size 16 and regular style. + static const IconData signed_16_regular = IconData(0xf6df, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "signed" in size 20 and regular style. + static const IconData signed_20_regular = IconData(0xf6e0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "signed" in size 24 and regular style. + static const IconData signed_24_regular = IconData(0xf6e1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sim" in size 16 and regular style. + static const IconData sim_16_regular = IconData(0xf6e2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sim" in size 20 and regular style. + static const IconData sim_20_regular = IconData(0xf6e3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sim" in size 24 and regular style. + static const IconData sim_24_regular = IconData(0xf6e4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sleep" in size 24 and regular style. + static const IconData sleep_24_regular = IconData(0xf6e5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_add" in size 24 and regular style. + static const IconData slide_add_24_regular = IconData(0xf6e6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_design" in size 24 and regular style. + static const IconData slide_design_24_regular = IconData(0xf6e7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_hide" in size 24 and regular style. + static const IconData slide_hide_24_regular = IconData(0xf6e8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_layout" in size 20 and regular style. + static const IconData slide_layout_20_regular = IconData(0xf6e9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_layout" in size 24 and regular style. + static const IconData slide_layout_24_regular = IconData(0xf6ea, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_microphone" in size 24 and regular style. + static const IconData slide_microphone_24_regular = IconData(0xf6eb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text" in size 24 and regular style. + static const IconData slide_text_24_regular = IconData(0xf6ec, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 16 and regular style. + static const IconData slow_mode_16_regular = IconData(0xf6ed, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 20 and regular style. + static const IconData slow_mode_20_regular = IconData(0xf6ee, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 24 and regular style. + static const IconData slow_mode_24_regular = IconData(0xf6ef, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 28 and regular style. + static const IconData slow_mode_28_regular = IconData(0xf6f0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "small" in size 16 and regular style. + static const IconData small_16_regular = IconData(0xf6f1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "small" in size 20 and regular style. + static const IconData small_20_regular = IconData(0xf6f2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "small" in size 24 and regular style. + static const IconData small_24_regular = IconData(0xf6f3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "snooze" in size 16 and regular style. + static const IconData snooze_16_regular = IconData(0xf6f4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "snooze" in size 24 and regular style. + static const IconData snooze_24_regular = IconData(0xf6f5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sound_source" in size 24 and regular style. + static const IconData sound_source_24_regular = IconData(0xf6f6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sound_source" in size 28 and regular style. + static const IconData sound_source_28_regular = IconData(0xf6f7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "spacebar" in size 24 and regular style. + static const IconData spacebar_24_regular = IconData(0xf6f8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_0" in size 24 and regular style. + static const IconData speaker_0_24_regular = IconData(0xf6f9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 16 and regular style. + static const IconData speaker_16_regular = IconData(0xf6fa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_1" in size 24 and regular style. + static const IconData speaker_1_24_regular = IconData(0xf6fb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 20 and regular style. + static const IconData speaker_20_regular = IconData(0xf6fc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 24 and regular style. + static const IconData speaker_24_regular = IconData(0xf6fd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 28 and regular style. + static const IconData speaker_28_regular = IconData(0xf6fe, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_bluetooth" in size 24 and regular style. + static const IconData speaker_bluetooth_24_regular = IconData(0xf6ff, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_edit" in size 16 and regular style. + static const IconData speaker_edit_16_regular = IconData(0xf700, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_edit" in size 20 and regular style. + static const IconData speaker_edit_20_regular = IconData(0xf701, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_edit" in size 24 and regular style. + static const IconData speaker_edit_24_regular = IconData(0xf702, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_none" in size 20 and regular style. + static const IconData speaker_none_20_regular = IconData(0xf703, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_none" in size 24 and regular style. + static const IconData speaker_none_24_regular = IconData(0xf704, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_none" in size 28 and regular style. + static const IconData speaker_none_28_regular = IconData(0xf705, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_off" in size 24 and regular style. + static const IconData speaker_off_24_regular = IconData(0xf706, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_off" in size 28 and regular style. + static const IconData speaker_off_28_regular = IconData(0xf707, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_settings" in size 24 and regular style. + static const IconData speaker_settings_24_regular = IconData(0xf708, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "spinner_ios" in size 20 and regular style. + static const IconData spinner_ios_20_regular = IconData(0xf709, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sports" in size 16 and regular style. + static const IconData sports_16_regular = IconData(0xf70a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sports" in size 20 and regular style. + static const IconData sports_20_regular = IconData(0xf70b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sports" in size 24 and regular style. + static const IconData sports_24_regular = IconData(0xf70c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 12 and regular style. + static const IconData star_12_regular = IconData(0xf70d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 16 and regular style. + static const IconData star_16_regular = IconData(0xf70e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 20 and regular style. + static const IconData star_20_regular = IconData(0xf70f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 24 and regular style. + static const IconData star_24_regular = IconData(0xf710, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 28 and regular style. + static const IconData star_28_regular = IconData(0xf711, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_add" in size 16 and regular style. + static const IconData star_add_16_regular = IconData(0xf712, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_add" in size 20 and regular style. + static const IconData star_add_20_regular = IconData(0xf713, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_add" in size 24 and regular style. + static const IconData star_add_24_regular = IconData(0xf714, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_arrow_right" in size 24 and regular style. + static const IconData star_arrow_right_24_regular = IconData(0xf715, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_arrow_right_start" in size 24 and regular style. + static const IconData star_arrow_right_start_24_regular = IconData(0xf716, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_emphasis" in size 24 and regular style. + static const IconData star_emphasis_24_regular = IconData(0xf717, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 12 and regular style. + static const IconData star_off_12_regular = IconData(0xf718, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 16 and regular style. + static const IconData star_off_16_regular = IconData(0xf719, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 20 and regular style. + static const IconData star_off_20_regular = IconData(0xf71a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 24 and regular style. + static const IconData star_off_24_regular = IconData(0xf71b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 28 and regular style. + static const IconData star_off_28_regular = IconData(0xf71c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_prohibited" in size 16 and regular style. + static const IconData star_prohibited_16_regular = IconData(0xf71d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_prohibited" in size 20 and regular style. + static const IconData star_prohibited_20_regular = IconData(0xf71e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_prohibited" in size 24 and regular style. + static const IconData star_prohibited_24_regular = IconData(0xf71f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "star_settings" in size 24 and regular style. + static const IconData star_settings_24_regular = IconData(0xf720, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 16 and regular style. + static const IconData status_16_regular = IconData(0xf721, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 20 and regular style. + static const IconData status_20_regular = IconData(0xf722, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 24 and regular style. + static const IconData status_24_regular = IconData(0xf723, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "stethoscope" in size 20 and regular style. + static const IconData stethoscope_20_regular = IconData(0xf724, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "stethoscope" in size 24 and regular style. + static const IconData stethoscope_24_regular = IconData(0xf725, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sticker" in size 20 and regular style. + static const IconData sticker_20_regular = IconData(0xf726, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sticker" in size 24 and regular style. + static const IconData sticker_24_regular = IconData(0xf727, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sticker_add" in size 24 and regular style. + static const IconData sticker_add_24_regular = IconData(0xf728, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "stop" in size 16 and regular style. + static const IconData stop_16_regular = IconData(0xf729, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "stop" in size 20 and regular style. + static const IconData stop_20_regular = IconData(0xf72a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "stop" in size 24 and regular style. + static const IconData stop_24_regular = IconData(0xf72b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "storage" in size 24 and regular style. + static const IconData storage_24_regular = IconData(0xf72c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "store" in size 16 and regular style. + static const IconData store_16_regular = IconData(0xf72d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "store" in size 20 and regular style. + static const IconData store_20_regular = IconData(0xf72e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "store" in size 24 and regular style. + static const IconData store_24_regular = IconData(0xf72f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "store_microsoft" in size 16 and regular style. + static const IconData store_microsoft_16_regular = IconData(0xf730, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "store_microsoft" in size 20 and regular style. + static const IconData store_microsoft_20_regular = IconData(0xf731, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "store_microsoft" in size 24 and regular style. + static const IconData store_microsoft_24_regular = IconData(0xf732, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "style_guide" in size 24 and regular style. + static const IconData style_guide_24_regular = IconData(0xf733, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sub_grid" in size 24 and regular style. + static const IconData sub_grid_24_regular = IconData(0xf734, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "subway" in size 20 and regular style. + static const IconData subway_20_regular = IconData(0xf735, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "subway" in size 24 and regular style. + static const IconData subway_24_regular = IconData(0xf736, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "suggestion" in size 24 and regular style. + static const IconData suggestion_24_regular = IconData(0xf737, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "surface_earbuds" in size 20 and regular style. + static const IconData surface_earbuds_20_regular = IconData(0xf738, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "surface_earbuds" in size 24 and regular style. + static const IconData surface_earbuds_24_regular = IconData(0xf739, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "surface_hub" in size 20 and regular style. + static const IconData surface_hub_20_regular = IconData(0xf73a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "surface_hub" in size 24 and regular style. + static const IconData surface_hub_24_regular = IconData(0xf73b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "swipe_down" in size 24 and regular style. + static const IconData swipe_down_24_regular = IconData(0xf73c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "swipe_right" in size 24 and regular style. + static const IconData swipe_right_24_regular = IconData(0xf73d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "swipe_up" in size 24 and regular style. + static const IconData swipe_up_24_regular = IconData(0xf73e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "symbols" in size 24 and regular style. + static const IconData symbols_24_regular = IconData(0xf73f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sync_off" in size 16 and regular style. + static const IconData sync_off_16_regular = IconData(0xf740, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "sync_off" in size 20 and regular style. + static const IconData sync_off_20_regular = IconData(0xf741, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "system" in size 24 and regular style. + static const IconData system_24_regular = IconData(0xf742, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 16 and regular style. + static const IconData tab_16_regular = IconData(0xf743, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 20 and regular style. + static const IconData tab_20_regular = IconData(0xf744, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 24 and regular style. + static const IconData tab_24_regular = IconData(0xf745, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 28 and regular style. + static const IconData tab_28_regular = IconData(0xf746, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop" in size 20 and regular style. + static const IconData tab_desktop_20_regular = IconData(0xf747, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_arrow_clockwise" in size 16 and regular style. + static const IconData tab_desktop_arrow_clockwise_16_regular = IconData( + 0xf748, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_arrow_clockwise" in size 20 and regular style. + static const IconData tab_desktop_arrow_clockwise_20_regular = IconData( + 0xf749, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_arrow_clockwise" in size 24 and regular style. + static const IconData tab_desktop_arrow_clockwise_24_regular = IconData( + 0xf74a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_clock" in size 20 and regular style. + static const IconData tab_desktop_clock_20_regular = IconData(0xf74b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_copy" in size 20 and regular style. + static const IconData tab_desktop_copy_20_regular = IconData(0xf74c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_image" in size 16 and regular style. + static const IconData tab_desktop_image_16_regular = IconData(0xf74d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_image" in size 20 and regular style. + static const IconData tab_desktop_image_20_regular = IconData(0xf74e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_image" in size 24 and regular style. + static const IconData tab_desktop_image_24_regular = IconData(0xf74f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_multiple" in size 20 and regular style. + static const IconData tab_desktop_multiple_20_regular = IconData(0xf750, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_new_page" in size 20 and regular style. + static const IconData tab_desktop_new_page_20_regular = IconData(0xf751, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 16 and regular style. + static const IconData tab_in_private_16_regular = IconData(0xf752, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 20 and regular style. + static const IconData tab_in_private_20_regular = IconData(0xf753, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 24 and regular style. + static const IconData tab_in_private_24_regular = IconData(0xf754, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 28 and regular style. + static const IconData tab_in_private_28_regular = IconData(0xf755, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_inprivate_account" in size 20 and regular style. + static const IconData tab_inprivate_account_20_regular = IconData(0xf756, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_inprivate_account" in size 24 and regular style. + static const IconData tab_inprivate_account_24_regular = IconData(0xf757, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_new" in size 20 and regular style. + static const IconData tab_new_20_regular = IconData(0xf758, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_new" in size 24 and regular style. + static const IconData tab_new_24_regular = IconData(0xf759, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_sweep" in size 24 and regular style. + static const IconData tab_sweep_24_regular = IconData(0xf75a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_tracking_prevention" in size 20 and regular style. + static const IconData tab_tracking_prevention_20_regular = IconData(0xf75b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_tracking_prevention" in size 24 and regular style. + static const IconData tab_tracking_prevention_24_regular = IconData(0xf75c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table" in size 20 and regular style. + static const IconData table_20_regular = IconData(0xf75d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table" in size 24 and regular style. + static const IconData table_24_regular = IconData(0xf75e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_add" in size 24 and regular style. + static const IconData table_add_24_regular = IconData(0xf75f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_merge" in size 20 and regular style. + static const IconData table_cells_merge_20_regular = IconData(0xf760, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_merge" in size 24 and regular style. + static const IconData table_cells_merge_24_regular = IconData(0xf761, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_split" in size 20 and regular style. + static const IconData table_cells_split_20_regular = IconData(0xf762, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_split" in size 24 and regular style. + static const IconData table_cells_split_24_regular = IconData(0xf763, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_column_delete" in size 24 and regular style. + static const IconData table_column_delete_24_regular = IconData(0xf764, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_column_insert" in size 24 and regular style. + static const IconData table_column_insert_24_regular = IconData(0xf765, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_column_resize" in size 24 and regular style. + static const IconData table_column_resize_24_regular = IconData(0xf766, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_delete" in size 24 and regular style. + static const IconData table_delete_24_regular = IconData(0xf767, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_edit" in size 24 and regular style. + static const IconData table_edit_24_regular = IconData(0xf768, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_freeze" in size 24 and regular style. + static const IconData table_freeze_24_regular = IconData(0xf769, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_freeze_column" in size 24 and regular style. + static const IconData table_freeze_column_24_regular = IconData(0xf76a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_freeze_row" in size 24 and regular style. + static const IconData table_freeze_row_24_regular = IconData(0xf76b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_down" in size 24 and regular style. + static const IconData table_insert_down_24_regular = IconData(0xf76c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_left" in size 24 and regular style. + static const IconData table_insert_left_24_regular = IconData(0xf76d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_right" in size 24 and regular style. + static const IconData table_insert_right_24_regular = IconData(0xf76e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_up" in size 24 and regular style. + static const IconData table_insert_up_24_regular = IconData(0xf76f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_down" in size 24 and regular style. + static const IconData table_move_down_24_regular = IconData(0xf770, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_left" in size 24 and regular style. + static const IconData table_move_left_24_regular = IconData(0xf771, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_right" in size 24 and regular style. + static const IconData table_move_right_24_regular = IconData(0xf772, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_up" in size 24 and regular style. + static const IconData table_move_up_24_regular = IconData(0xf773, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_row_delete" in size 24 and regular style. + static const IconData table_row_delete_24_regular = IconData(0xf774, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_row_insert" in size 24 and regular style. + static const IconData table_row_insert_24_regular = IconData(0xf775, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_row_resize" in size 24 and regular style. + static const IconData table_row_resize_24_regular = IconData(0xf776, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_settings" in size 24 and regular style. + static const IconData table_settings_24_regular = IconData(0xf777, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_switch" in size 24 and regular style. + static const IconData table_switch_24_regular = IconData(0xf778, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tablet" in size 20 and regular style. + static const IconData tablet_20_regular = IconData(0xf779, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tablet" in size 24 and regular style. + static const IconData tablet_24_regular = IconData(0xf77a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tabs" in size 24 and regular style. + static const IconData tabs_24_regular = IconData(0xf77b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tag" in size 20 and regular style. + static const IconData tag_20_regular = IconData(0xf77c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tag" in size 24 and regular style. + static const IconData tag_24_regular = IconData(0xf77d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tap_double" in size 24 and regular style. + static const IconData tap_double_24_regular = IconData(0xf77e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tap_single" in size 24 and regular style. + static const IconData tap_single_24_regular = IconData(0xf77f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "target" in size 16 and regular style. + static const IconData target_16_regular = IconData(0xf780, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "target" in size 20 and regular style. + static const IconData target_20_regular = IconData(0xf781, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "target" in size 24 and regular style. + static const IconData target_24_regular = IconData(0xf782, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "target_edit" in size 16 and regular style. + static const IconData target_edit_16_regular = IconData(0xf783, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "target_edit" in size 20 and regular style. + static const IconData target_edit_20_regular = IconData(0xf784, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "target_edit" in size 24 and regular style. + static const IconData target_edit_24_regular = IconData(0xf785, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "task_list" in size 20 and regular style. + static const IconData task_list_20_regular = IconData(0xf786, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "task_list" in size 24 and regular style. + static const IconData task_list_24_regular = IconData(0xf787, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "task_list_add" in size 20 and regular style. + static const IconData task_list_add_20_regular = IconData(0xf788, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "task_list_add" in size 24 and regular style. + static const IconData task_list_add_24_regular = IconData(0xf789, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tasks_app" in size 24 and regular style. + static const IconData tasks_app_24_regular = IconData(0xf78a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tasks_app" in size 28 and regular style. + static const IconData tasks_app_28_regular = IconData(0xf78b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "team_add" in size 24 and regular style. + static const IconData team_add_24_regular = IconData(0xf78c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "team_delete" in size 24 and regular style. + static const IconData team_delete_24_regular = IconData(0xf78d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "teddy" in size 24 and regular style. + static const IconData teddy_24_regular = IconData(0xf78e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "temperature" in size 20 and regular style. + static const IconData temperature_20_regular = IconData(0xf78f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "temperature" in size 24 and regular style. + static const IconData temperature_24_regular = IconData(0xf790, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tent" in size 24 and regular style. + static const IconData tent_24_regular = IconData(0xf791, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "test_call" in size 24 and regular style. + static const IconData test_call_24_regular = IconData(0xf792, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text" in size 24 and regular style. + static const IconData text_24_regular = IconData(0xf793, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_add" in size 24 and regular style. + static const IconData text_add_24_regular = IconData(0xf794, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_after" in size 20 and regular style. + static const IconData text_add_space_after_20_regular = IconData(0xf795, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_after" in size 24 and regular style. + static const IconData text_add_space_after_24_regular = IconData(0xf796, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_before" in size 20 and regular style. + static const IconData text_add_space_before_20_regular = IconData(0xf797, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_before" in size 24 and regular style. + static const IconData text_add_space_before_24_regular = IconData(0xf798, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_center" in size 20 and regular style. + static const IconData text_align_center_20_regular = IconData(0xf799, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_center" in size 24 and regular style. + static const IconData text_align_center_24_regular = IconData(0xf79a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_distributed" in size 20 and regular style. + static const IconData text_align_distributed_20_regular = IconData(0xf79b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_distributed" in size 24 and regular style. + static const IconData text_align_distributed_24_regular = IconData(0xf79c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_justify" in size 20 and regular style. + static const IconData text_align_justify_20_regular = IconData(0xf79d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_justify" in size 24 and regular style. + static const IconData text_align_justify_24_regular = IconData(0xf79e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_left" in size 20 and regular style. + static const IconData text_align_left_20_regular = IconData(0xf79f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_align_left" in size 24 and regular style. + static const IconData text_align_left_24_regular = IconData(0xf7a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_align_right" in size 20 and regular style. + static const IconData text_align_right_20_regular = IconData(0xf7a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_align_right" in size 24 and regular style. + static const IconData text_align_right_24_regular = IconData(0xf7a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_asterisk" in size 20 and regular style. + static const IconData text_asterisk_20_regular = IconData(0xf7a3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bold" in size 20 and regular style. + static const IconData text_bold_20_regular = IconData(0xf7a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bold" in size 24 and regular style. + static const IconData text_bold_24_regular = IconData(0xf7a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list" in size 20 and regular style. + static const IconData text_bullet_list_20_regular = IconData(0xf7a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list" in size 24 and regular style. + static const IconData text_bullet_list_24_regular = IconData(0xf7a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_add" in size 24 and regular style. + static const IconData text_bullet_list_add_24_regular = IconData(0xf7a8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square" in size 24 and regular style. + static const IconData text_bullet_list_square_24_regular = IconData(0xf7a9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square_warning" in size 16 and regular style. + static const IconData text_bullet_list_square_warning_16_regular = IconData( + 0xf7aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square_warning" in size 20 and regular style. + static const IconData text_bullet_list_square_warning_20_regular = IconData( + 0xf7ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square_warning" in size 24 and regular style. + static const IconData text_bullet_list_square_warning_24_regular = IconData( + 0xf7ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_tree" in size 16 and regular style. + static const IconData text_bullet_list_tree_16_regular = IconData(0xf7ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_tree" in size 20 and regular style. + static const IconData text_bullet_list_tree_20_regular = IconData(0xf7ae, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_tree" in size 24 and regular style. + static const IconData text_bullet_list_tree_24_regular = IconData(0xf7af, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_accept" in size 20 and regular style. + static const IconData text_change_accept_20_regular = IconData(0xf7b0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_accept" in size 24 and regular style. + static const IconData text_change_accept_24_regular = IconData(0xf7b1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_case" in size 20 and regular style. + static const IconData text_change_case_20_regular = IconData(0xf7b2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_case" in size 24 and regular style. + static const IconData text_change_case_24_regular = IconData(0xf7b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_next" in size 20 and regular style. + static const IconData text_change_next_20_regular = IconData(0xf7b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_next" in size 24 and regular style. + static const IconData text_change_next_24_regular = IconData(0xf7b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_previous" in size 20 and regular style. + static const IconData text_change_previous_20_regular = IconData(0xf7b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_previous" in size 24 and regular style. + static const IconData text_change_previous_24_regular = IconData(0xf7b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_reject" in size 20 and regular style. + static const IconData text_change_reject_20_regular = IconData(0xf7b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_reject" in size 24 and regular style. + static const IconData text_change_reject_24_regular = IconData(0xf7b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_settings" in size 20 and regular style. + static const IconData text_change_settings_20_regular = IconData(0xf7ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_settings" in size 24 and regular style. + static const IconData text_change_settings_24_regular = IconData(0xf7bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_clear_formatting" in size 20 and regular style. + static const IconData text_clear_formatting_20_regular = IconData(0xf7bc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_clear_formatting" in size 24 and regular style. + static const IconData text_clear_formatting_24_regular = IconData(0xf7bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_collapse" in size 24 and regular style. + static const IconData text_collapse_24_regular = IconData(0xf7be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_color" in size 20 and regular style. + static const IconData text_color_20_regular = IconData(0xf7bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_color" in size 24 and regular style. + static const IconData text_color_24_regular = IconData(0xf7c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_one" in size 20 and regular style. + static const IconData text_column_one_20_regular = IconData(0xf7c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_one" in size 24 and regular style. + static const IconData text_column_one_24_regular = IconData(0xf7c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_three" in size 20 and regular style. + static const IconData text_column_three_20_regular = IconData(0xf7c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_three" in size 24 and regular style. + static const IconData text_column_three_24_regular = IconData(0xf7c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two" in size 20 and regular style. + static const IconData text_column_two_20_regular = IconData(0xf7c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two" in size 24 and regular style. + static const IconData text_column_two_24_regular = IconData(0xf7c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two_left" in size 20 and regular style. + static const IconData text_column_two_left_20_regular = IconData(0xf7c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two_left" in size 24 and regular style. + static const IconData text_column_two_left_24_regular = IconData(0xf7c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_column_two_right" in size 20 and regular style. + static const IconData text_column_two_right_20_regular = IconData(0xf7c9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two_right" in size 24 and regular style. + static const IconData text_column_two_right_24_regular = IconData(0xf7ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_description" in size 20 and regular style. + static const IconData text_description_20_regular = IconData(0xf7cb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_description" in size 24 and regular style. + static const IconData text_description_24_regular = IconData(0xf7cc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction" in size 20 and regular style. + static const IconData text_direction_20_regular = IconData(0xf7cd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction" in size 24 and regular style. + static const IconData text_direction_24_regular = IconData(0xf7ce, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_horizontal_ltr" in size 20 and regular style. + static const IconData text_direction_horizontal_ltr_20_regular = IconData( + 0xf7cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_horizontal_ltr" in size 24 and regular style. + static const IconData text_direction_horizontal_ltr_24_regular = IconData( + 0xf7d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270" in size 20 and regular style. + static const IconData text_direction_rotate_270_20_regular = IconData(0xf7d1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270" in size 24 and regular style. + static const IconData text_direction_rotate_270_24_regular = IconData(0xf7d2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270_ac" in size 20 and regular style. + static const IconData text_direction_rotate_270_ac_20_regular = IconData( + 0xf7d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270_ac" in size 24 and regular style. + static const IconData text_direction_rotate_270_ac_24_regular = IconData( + 0xf7d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_90" in size 20 and regular style. + static const IconData text_direction_rotate_90_20_regular = IconData(0xf7d5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_90" in size 24 and regular style. + static const IconData text_direction_rotate_90_24_regular = IconData(0xf7d6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_vertical" in size 20 and regular style. + static const IconData text_direction_vertical_20_regular = IconData(0xf7d7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_vertical" in size 24 and regular style. + static const IconData text_direction_vertical_24_regular = IconData(0xf7d8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_edit_style" in size 20 and regular style. + static const IconData text_edit_style_20_regular = IconData(0xf7d9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_edit_style" in size 24 and regular style. + static const IconData text_edit_style_24_regular = IconData(0xf7da, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_effects" in size 20 and regular style. + static const IconData text_effects_20_regular = IconData(0xf7db, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_effects" in size 24 and regular style. + static const IconData text_effects_24_regular = IconData(0xf7dc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_expand" in size 24 and regular style. + static const IconData text_expand_24_regular = IconData(0xf7dd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_field" in size 16 and regular style. + static const IconData text_field_16_regular = IconData(0xf7de, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_field" in size 20 and regular style. + static const IconData text_field_20_regular = IconData(0xf7df, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_field" in size 24 and regular style. + static const IconData text_field_24_regular = IconData(0xf7e0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_first_line" in size 20 and regular style. + static const IconData text_first_line_20_regular = IconData(0xf7e1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_first_line" in size 24 and regular style. + static const IconData text_first_line_24_regular = IconData(0xf7e2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_font" in size 16 and regular style. + static const IconData text_font_16_regular = IconData(0xf7e3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_font" in size 20 and regular style. + static const IconData text_font_20_regular = IconData(0xf7e4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_font" in size 24 and regular style. + static const IconData text_font_24_regular = IconData(0xf7e5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_font_size" in size 20 and regular style. + static const IconData text_font_size_20_regular = IconData(0xf7e6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_font_size" in size 24 and regular style. + static const IconData text_font_size_24_regular = IconData(0xf7e7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_footnote" in size 20 and regular style. + static const IconData text_footnote_20_regular = IconData(0xf7e8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_footnote" in size 24 and regular style. + static const IconData text_footnote_24_regular = IconData(0xf7e9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_grammar_options" in size 16 and regular style. + static const IconData text_grammar_options_16_regular = IconData(0xf7ea, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_grammar_options" in size 20 and regular style. + static const IconData text_grammar_options_20_regular = IconData(0xf7eb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_grammar_options" in size 24 and regular style. + static const IconData text_grammar_options_24_regular = IconData(0xf7ec, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_hanging" in size 20 and regular style. + static const IconData text_hanging_20_regular = IconData(0xf7ed, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_hanging" in size 24 and regular style. + static const IconData text_hanging_24_regular = IconData(0xf7ee, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_header_1" in size 20 and regular style. + static const IconData text_header_1_20_regular = IconData(0xf7ef, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_header_2" in size 20 and regular style. + static const IconData text_header_2_20_regular = IconData(0xf7f0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_header_3" in size 20 and regular style. + static const IconData text_header_3_20_regular = IconData(0xf7f1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_indent_decrease" in size 24 and regular style. + static const IconData text_indent_decrease_24_regular = IconData(0xf7f2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_indent_increase" in size 24 and regular style. + static const IconData text_indent_increase_24_regular = IconData(0xf7f3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_italic" in size 20 and regular style. + static const IconData text_italic_20_regular = IconData(0xf7f4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_italic" in size 24 and regular style. + static const IconData text_italic_24_regular = IconData(0xf7f5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_line_spacing" in size 20 and regular style. + static const IconData text_line_spacing_20_regular = IconData(0xf7f6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_line_spacing" in size 24 and regular style. + static const IconData text_line_spacing_24_regular = IconData(0xf7f7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_format" in size 24 and regular style. + static const IconData text_number_format_24_regular = IconData(0xf7f8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_list_ltr" in size 20 and regular style. + static const IconData text_number_list_ltr_20_regular = IconData(0xf7f9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_list_ltr" in size 24 and regular style. + static const IconData text_number_list_ltr_24_regular = IconData(0xf7fa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_list_rtl" in size 24 and regular style. + static const IconData text_number_list_rtl_24_regular = IconData(0xf7fb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_paragraph_settings" in size 20 and regular style. + static const IconData text_paragraph_settings_20_regular = IconData(0xf7fc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_paragraph_settings" in size 24 and regular style. + static const IconData text_paragraph_settings_24_regular = IconData(0xf7fd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_proofing_tools" in size 20 and regular style. + static const IconData text_proofing_tools_20_regular = IconData(0xf7fe, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_proofing_tools" in size 24 and regular style. + static const IconData text_proofing_tools_24_regular = IconData(0xf7ff, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_quote" in size 20 and regular style. + static const IconData text_quote_20_regular = IconData(0xf800, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_quote" in size 24 and regular style. + static const IconData text_quote_24_regular = IconData(0xf801, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_sort_ascending" in size 20 and regular style. + static const IconData text_sort_ascending_20_regular = IconData(0xf802, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_sort_descending" in size 20 and regular style. + static const IconData text_sort_descending_20_regular = IconData(0xf803, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_strikethrough" in size 20 and regular style. + static const IconData text_strikethrough_20_regular = IconData(0xf804, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_strikethrough" in size 24 and regular style. + static const IconData text_strikethrough_24_regular = IconData(0xf805, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_subscript" in size 20 and regular style. + static const IconData text_subscript_20_regular = IconData(0xf806, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_subscript" in size 24 and regular style. + static const IconData text_subscript_24_regular = IconData(0xf807, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_superscript" in size 20 and regular style. + static const IconData text_superscript_20_regular = IconData(0xf808, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_superscript" in size 24 and regular style. + static const IconData text_superscript_24_regular = IconData(0xf809, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_underline" in size 20 and regular style. + static const IconData text_underline_20_regular = IconData(0xf80a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_underline" in size 24 and regular style. + static const IconData text_underline_24_regular = IconData(0xf80b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_word_count" in size 20 and regular style. + static const IconData text_word_count_20_regular = IconData(0xf80c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_word_count" in size 24 and regular style. + static const IconData text_word_count_24_regular = IconData(0xf80d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "text_wrap" in size 24 and regular style. + static const IconData text_wrap_24_regular = IconData(0xf80e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox" in size 20 and regular style. + static const IconData textbox_20_regular = IconData(0xf80f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox" in size 24 and regular style. + static const IconData textbox_24_regular = IconData(0xf810, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align" in size 20 and regular style. + static const IconData textbox_align_20_regular = IconData(0xf811, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align" in size 24 and regular style. + static const IconData textbox_align_24_regular = IconData(0xf812, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_bottom" in size 20 and regular style. + static const IconData textbox_align_bottom_20_regular = IconData(0xf813, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_bottom" in size 24 and regular style. + static const IconData textbox_align_bottom_24_regular = IconData(0xf814, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_middle" in size 20 and regular style. + static const IconData textbox_align_middle_20_regular = IconData(0xf815, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_middle" in size 24 and regular style. + static const IconData textbox_align_middle_24_regular = IconData(0xf816, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_top" in size 20 and regular style. + static const IconData textbox_align_top_20_regular = IconData(0xf817, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_top" in size 24 and regular style. + static const IconData textbox_align_top_24_regular = IconData(0xf818, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_vertical" in size 20 and regular style. + static const IconData textbox_vertical_20_regular = IconData(0xf819, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_vertical" in size 24 and regular style. + static const IconData textbox_vertical_24_regular = IconData(0xf81a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "thinking" in size 20 and regular style. + static const IconData thinking_20_regular = IconData(0xf81b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "thinking" in size 24 and regular style. + static const IconData thinking_24_regular = IconData(0xf81c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_dislike" in size 20 and regular style. + static const IconData thumb_dislike_20_regular = IconData(0xf81d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_dislike" in size 24 and regular style. + static const IconData thumb_dislike_24_regular = IconData(0xf81e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_like" in size 20 and regular style. + static const IconData thumb_like_20_regular = IconData(0xf81f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_like" in size 24 and regular style. + static const IconData thumb_like_24_regular = IconData(0xf820, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ticket" in size 20 and regular style. + static const IconData ticket_20_regular = IconData(0xf821, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ticket" in size 24 and regular style. + static const IconData ticket_24_regular = IconData(0xf822, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "time_and_weather" in size 24 and regular style. + static const IconData time_and_weather_24_regular = IconData(0xf823, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "time_picker" in size 24 and regular style. + static const IconData time_picker_24_regular = IconData(0xf824, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "timeline" in size 24 and regular style. + static const IconData timeline_24_regular = IconData(0xf825, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "timer_10" in size 24 and regular style. + static const IconData timer_10_24_regular = IconData(0xf826, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "timer" in size 24 and regular style. + static const IconData timer_24_regular = IconData(0xf827, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "timer_2" in size 24 and regular style. + static const IconData timer_2_24_regular = IconData(0xf828, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "timer_off" in size 24 and regular style. + static const IconData timer_off_24_regular = IconData(0xf829, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "toggle_right" in size 16 and regular style. + static const IconData toggle_right_16_regular = IconData(0xf82a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "toggle_right" in size 20 and regular style. + static const IconData toggle_right_20_regular = IconData(0xf82b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "toggle_right" in size 24 and regular style. + static const IconData toggle_right_24_regular = IconData(0xf82c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 16 and regular style. + static const IconData toolbox_16_regular = IconData(0xf82d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 20 and regular style. + static const IconData toolbox_20_regular = IconData(0xf82e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 24 and regular style. + static const IconData toolbox_24_regular = IconData(0xf82f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 28 and regular style. + static const IconData toolbox_28_regular = IconData(0xf830, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "top_speed" in size 24 and regular style. + static const IconData top_speed_24_regular = IconData(0xf831, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "translate" in size 16 and regular style. + static const IconData translate_16_regular = IconData(0xf832, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "translate" in size 20 and regular style. + static const IconData translate_20_regular = IconData(0xf833, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "translate" in size 24 and regular style. + static const IconData translate_24_regular = IconData(0xf834, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "trophy" in size 16 and regular style. + static const IconData trophy_16_regular = IconData(0xf835, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "trophy" in size 20 and regular style. + static const IconData trophy_20_regular = IconData(0xf836, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "trophy" in size 24 and regular style. + static const IconData trophy_24_regular = IconData(0xf837, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "uninstall_app" in size 24 and regular style. + static const IconData uninstall_app_24_regular = IconData(0xf838, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "unlock" in size 20 and regular style. + static const IconData unlock_20_regular = IconData(0xf839, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "unlock" in size 24 and regular style. + static const IconData unlock_24_regular = IconData(0xf83a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "unlock" in size 28 and regular style. + static const IconData unlock_28_regular = IconData(0xf83b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "upload" in size 24 and regular style. + static const IconData upload_24_regular = IconData(0xf83c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "usb_port" in size 20 and regular style. + static const IconData usb_port_20_regular = IconData(0xf83d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "usb_port" in size 24 and regular style. + static const IconData usb_port_24_regular = IconData(0xf83e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "usb_stick" in size 20 and regular style. + static const IconData usb_stick_20_regular = IconData(0xf83f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "usb_stick" in size 24 and regular style. + static const IconData usb_stick_24_regular = IconData(0xf840, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vault" in size 16 and regular style. + static const IconData vault_16_regular = IconData(0xf841, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vault" in size 20 and regular style. + static const IconData vault_20_regular = IconData(0xf842, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vault" in size 24 and regular style. + static const IconData vault_24_regular = IconData(0xf843, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_bicycle" in size 24 and regular style. + static const IconData vehicle_bicycle_24_regular = IconData(0xf844, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_bus" in size 24 and regular style. + static const IconData vehicle_bus_24_regular = IconData(0xf845, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_cab" in size 24 and regular style. + static const IconData vehicle_cab_24_regular = IconData(0xf846, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_car" in size 16 and regular style. + static const IconData vehicle_car_16_regular = IconData(0xf847, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_car" in size 20 and regular style. + static const IconData vehicle_car_20_regular = IconData(0xf848, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_car" in size 24 and regular style. + static const IconData vehicle_car_24_regular = IconData(0xf849, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_truck" in size 24 and regular style. + static const IconData vehicle_truck_24_regular = IconData(0xf84a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 16 and regular style. + static const IconData video_16_regular = IconData(0xf84b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 20 and regular style. + static const IconData video_20_regular = IconData(0xf84c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 24 and regular style. + static const IconData video_24_regular = IconData(0xf84d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 28 and regular style. + static const IconData video_28_regular = IconData(0xf84e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_background_effect" in size 24 and regular style. + static const IconData video_background_effect_24_regular = IconData(0xf84f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_clip" in size 24 and regular style. + static const IconData video_clip_24_regular = IconData(0xf850, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_off" in size 20 and regular style. + static const IconData video_off_20_regular = IconData(0xf851, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_off" in size 24 and regular style. + static const IconData video_off_24_regular = IconData(0xf852, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_off" in size 28 and regular style. + static const IconData video_off_28_regular = IconData(0xf853, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person" in size 24 and regular style. + static const IconData video_person_24_regular = IconData(0xf854, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_off" in size 24 and regular style. + static const IconData video_person_off_24_regular = IconData(0xf855, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_star" in size 24 and regular style. + static const IconData video_person_star_24_regular = IconData(0xf856, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_play_pause" in size 24 and regular style. + static const IconData video_play_pause_24_regular = IconData(0xf857, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_security" in size 20 and regular style. + static const IconData video_security_20_regular = IconData(0xf858, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_security" in size 24 and regular style. + static const IconData video_security_24_regular = IconData(0xf859, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_switch" in size 24 and regular style. + static const IconData video_switch_24_regular = IconData(0xf85a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop" in size 20 and regular style. + static const IconData view_desktop_20_regular = IconData(0xf85b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop" in size 24 and regular style. + static const IconData view_desktop_24_regular = IconData(0xf85c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop_mobile" in size 20 and regular style. + static const IconData view_desktop_mobile_20_regular = IconData(0xf85d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop_mobile" in size 24 and regular style. + static const IconData view_desktop_mobile_24_regular = IconData(0xf85e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "visual_search" in size 16 and regular style. + static const IconData visual_search_16_regular = IconData(0xf85f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "visual_search" in size 20 and regular style. + static const IconData visual_search_20_regular = IconData(0xf860, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "visual_search" in size 24 and regular style. + static const IconData visual_search_24_regular = IconData(0xf861, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "voicemail" in size 16 and regular style. + static const IconData voicemail_16_regular = IconData(0xf862, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "voicemail" in size 20 and regular style. + static const IconData voicemail_20_regular = IconData(0xf863, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "voicemail" in size 24 and regular style. + static const IconData voicemail_24_regular = IconData(0xf864, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "walkie_talkie" in size 24 and regular style. + static const IconData walkie_talkie_24_regular = IconData(0xf865, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "walkie_talkie" in size 28 and regular style. + static const IconData walkie_talkie_28_regular = IconData(0xf866, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wallpaper" in size 24 and regular style. + static const IconData wallpaper_24_regular = IconData(0xf867, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "warning" in size 16 and regular style. + static const IconData warning_16_regular = IconData(0xf868, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "warning" in size 20 and regular style. + static const IconData warning_20_regular = IconData(0xf869, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "warning" in size 24 and regular style. + static const IconData warning_24_regular = IconData(0xf86a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_blowing_snow" in size 20 and regular style. + static const IconData weather_blowing_snow_20_regular = IconData(0xf86b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_blowing_snow" in size 24 and regular style. + static const IconData weather_blowing_snow_24_regular = IconData(0xf86c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_blowing_snow" in size 48 and regular style. + static const IconData weather_blowing_snow_48_regular = IconData(0xf86d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_cloudy" in size 20 and regular style. + static const IconData weather_cloudy_20_regular = IconData(0xf86e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_cloudy" in size 24 and regular style. + static const IconData weather_cloudy_24_regular = IconData(0xf86f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_cloudy" in size 48 and regular style. + static const IconData weather_cloudy_48_regular = IconData(0xf870, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_duststorm" in size 20 and regular style. + static const IconData weather_duststorm_20_regular = IconData(0xf871, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_duststorm" in size 24 and regular style. + static const IconData weather_duststorm_24_regular = IconData(0xf872, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_duststorm" in size 48 and regular style. + static const IconData weather_duststorm_48_regular = IconData(0xf873, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_fog" in size 20 and regular style. + static const IconData weather_fog_20_regular = IconData(0xf874, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_fog" in size 24 and regular style. + static const IconData weather_fog_24_regular = IconData(0xf875, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_fog" in size 48 and regular style. + static const IconData weather_fog_48_regular = IconData(0xf876, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_day" in size 20 and regular style. + static const IconData weather_hail_day_20_regular = IconData(0xf877, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_day" in size 24 and regular style. + static const IconData weather_hail_day_24_regular = IconData(0xf878, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_day" in size 48 and regular style. + static const IconData weather_hail_day_48_regular = IconData(0xf879, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_night" in size 20 and regular style. + static const IconData weather_hail_night_20_regular = IconData(0xf87a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_night" in size 24 and regular style. + static const IconData weather_hail_night_24_regular = IconData(0xf87b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_night" in size 48 and regular style. + static const IconData weather_hail_night_48_regular = IconData(0xf87c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_moon" in size 20 and regular style. + static const IconData weather_moon_20_regular = IconData(0xf87d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_moon" in size 24 and regular style. + static const IconData weather_moon_24_regular = IconData(0xf87e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_moon" in size 48 and regular style. + static const IconData weather_moon_48_regular = IconData(0xf87f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_day" in size 20 and regular style. + static const IconData weather_partly_cloudy_day_20_regular = IconData(0xf880, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_day" in size 24 and regular style. + static const IconData weather_partly_cloudy_day_24_regular = IconData(0xf881, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_day" in size 48 and regular style. + static const IconData weather_partly_cloudy_day_48_regular = IconData(0xf882, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_night" in size 20 and regular style. + static const IconData weather_partly_cloudy_night_20_regular = IconData( + 0xf883, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_night" in size 24 and regular style. + static const IconData weather_partly_cloudy_night_24_regular = IconData( + 0xf884, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_night" in size 48 and regular style. + static const IconData weather_partly_cloudy_night_48_regular = IconData( + 0xf885, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain" in size 20 and regular style. + static const IconData weather_rain_20_regular = IconData(0xf886, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain" in size 24 and regular style. + static const IconData weather_rain_24_regular = IconData(0xf887, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain" in size 48 and regular style. + static const IconData weather_rain_48_regular = IconData(0xf888, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_day" in size 20 and regular style. + static const IconData weather_rain_showers_day_20_regular = IconData(0xf889, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_day" in size 24 and regular style. + static const IconData weather_rain_showers_day_24_regular = IconData(0xf88a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_day" in size 48 and regular style. + static const IconData weather_rain_showers_day_48_regular = IconData(0xf88b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_night" in size 20 and regular style. + static const IconData weather_rain_showers_night_20_regular = IconData(0xf88c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_night" in size 24 and regular style. + static const IconData weather_rain_showers_night_24_regular = IconData(0xf88d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_night" in size 48 and regular style. + static const IconData weather_rain_showers_night_48_regular = IconData(0xf88e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_snow" in size 20 and regular style. + static const IconData weather_rain_snow_20_regular = IconData(0xf88f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_snow" in size 24 and regular style. + static const IconData weather_rain_snow_24_regular = IconData(0xf890, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_snow" in size 48 and regular style. + static const IconData weather_rain_snow_48_regular = IconData(0xf891, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow" in size 20 and regular style. + static const IconData weather_snow_20_regular = IconData(0xf892, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow" in size 24 and regular style. + static const IconData weather_snow_24_regular = IconData(0xf893, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow" in size 48 and regular style. + static const IconData weather_snow_48_regular = IconData(0xf894, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_day" in size 20 and regular style. + static const IconData weather_snow_shower_day_20_regular = IconData(0xf895, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_day" in size 24 and regular style. + static const IconData weather_snow_shower_day_24_regular = IconData(0xf896, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_day" in size 48 and regular style. + static const IconData weather_snow_shower_day_48_regular = IconData(0xf897, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_night" in size 20 and regular style. + static const IconData weather_snow_shower_night_20_regular = IconData(0xf898, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_night" in size 24 and regular style. + static const IconData weather_snow_shower_night_24_regular = IconData(0xf899, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_night" in size 48 and regular style. + static const IconData weather_snow_shower_night_48_regular = IconData(0xf89a, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snowflake" in size 20 and regular style. + static const IconData weather_snowflake_20_regular = IconData(0xf89b, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snowflake" in size 24 and regular style. + static const IconData weather_snowflake_24_regular = IconData(0xf89c, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snowflake" in size 48 and regular style. + static const IconData weather_snowflake_48_regular = IconData(0xf89d, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_squalls" in size 20 and regular style. + static const IconData weather_squalls_20_regular = IconData(0xf89e, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_squalls" in size 24 and regular style. + static const IconData weather_squalls_24_regular = IconData(0xf89f, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_squalls" in size 48 and regular style. + static const IconData weather_squalls_48_regular = IconData(0xf8a0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_sunny" in size 20 and regular style. + static const IconData weather_sunny_20_regular = IconData(0xf8a1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_sunny" in size 24 and regular style. + static const IconData weather_sunny_24_regular = IconData(0xf8a2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_sunny" in size 48 and regular style. + static const IconData weather_sunny_48_regular = IconData(0xf8a3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_thunderstorm" in size 20 and regular style. + static const IconData weather_thunderstorm_20_regular = IconData(0xf8a4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_thunderstorm" in size 24 and regular style. + static const IconData weather_thunderstorm_24_regular = IconData(0xf8a5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weather_thunderstorm" in size 48 and regular style. + static const IconData weather_thunderstorm_48_regular = IconData(0xf8a6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "web_asset" in size 24 and regular style. + static const IconData web_asset_24_regular = IconData(0xf8a7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weekend" in size 12 and regular style. + static const IconData weekend_12_regular = IconData(0xf8a8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "weekend" in size 24 and regular style. + static const IconData weekend_24_regular = IconData(0xf8a9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "whiteboard" in size 20 and regular style. + static const IconData whiteboard_20_regular = IconData(0xf8aa, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "whiteboard" in size 24 and regular style. + static const IconData whiteboard_24_regular = IconData(0xf8ab, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_1" in size 20 and regular style. + static const IconData wifi_1_20_regular = IconData(0xf8ac, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_1" in size 24 and regular style. + static const IconData wifi_1_24_regular = IconData(0xf8ad, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_2" in size 20 and regular style. + static const IconData wifi_2_20_regular = IconData(0xf8ae, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_2" in size 24 and regular style. + static const IconData wifi_2_24_regular = IconData(0xf8af, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_3" in size 20 and regular style. + static const IconData wifi_3_20_regular = IconData(0xf8b0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_3" in size 24 and regular style. + static const IconData wifi_3_24_regular = IconData(0xf8b1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_4" in size 20 and regular style. + static const IconData wifi_4_20_regular = IconData(0xf8b2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_4" in size 24 and regular style. + static const IconData wifi_4_24_regular = IconData(0xf8b3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_protected" in size 24 and regular style. + static const IconData wifi_protected_24_regular = IconData(0xf8b4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window" in size 20 and regular style. + static const IconData window_20_regular = IconData(0xf8b5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_ad" in size 20 and regular style. + static const IconData window_ad_20_regular = IconData(0xf8b6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_dev_tools" in size 16 and regular style. + static const IconData window_dev_tools_16_regular = IconData(0xf8b7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_dev_tools" in size 20 and regular style. + static const IconData window_dev_tools_20_regular = IconData(0xf8b8, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_dev_tools" in size 24 and regular style. + static const IconData window_dev_tools_24_regular = IconData(0xf8b9, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_inprivate" in size 20 and regular style. + static const IconData window_inprivate_20_regular = IconData(0xf8ba, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_inprivate_account" in size 20 and regular style. + static const IconData window_inprivate_account_20_regular = IconData(0xf8bb, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_multiple" in size 20 and regular style. + static const IconData window_multiple_20_regular = IconData(0xf8bc, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_new" in size 20 and regular style. + static const IconData window_new_20_regular = IconData(0xf8bd, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_shield" in size 16 and regular style. + static const IconData window_shield_16_regular = IconData(0xf8be, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_shield" in size 20 and regular style. + static const IconData window_shield_20_regular = IconData(0xf8bf, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "window_shield" in size 24 and regular style. + static const IconData window_shield_24_regular = IconData(0xf8c0, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "wrench" in size 24 and regular style. + static const IconData wrench_24_regular = IconData(0xf8c1, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "xbox_console" in size 20 and regular style. + static const IconData xbox_console_20_regular = IconData(0xf8c2, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "xbox_console" in size 24 and regular style. + static const IconData xbox_console_24_regular = IconData(0xf8c3, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_in" in size 20 and regular style. + static const IconData zoom_in_20_regular = IconData(0xf8c4, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_in" in size 24 and regular style. + static const IconData zoom_in_24_regular = IconData(0xf8c5, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_out" in size 20 and regular style. + static const IconData zoom_out_20_regular = IconData(0xf8c6, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_out" in size 24 and regular style. + static const IconData zoom_out_24_regular = IconData(0xf8c7, + fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + // FluentSystemIcons-Filled + + /// fluent icon named "access_time" in size 24 and filled style. + static const IconData access_time_24_filled = IconData(0xf101, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 16 and filled style. + static const IconData accessibility_16_filled = IconData(0xf102, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 20 and filled style. + static const IconData accessibility_20_filled = IconData(0xf103, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 24 and filled style. + static const IconData accessibility_24_filled = IconData(0xf104, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility" in size 28 and filled style. + static const IconData accessibility_28_filled = IconData(0xf105, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "activity" in size 24 and filled style. + static const IconData activity_24_filled = IconData(0xf106, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 12 and filled style. + static const IconData add_12_filled = IconData(0xf107, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 16 and filled style. + static const IconData add_16_filled = IconData(0xf108, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 20 and filled style. + static const IconData add_20_filled = IconData(0xf109, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 24 and filled style. + static const IconData add_24_filled = IconData(0xf10a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add" in size 28 and filled style. + static const IconData add_28_filled = IconData(0xf10b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add_circle" in size 20 and filled style. + static const IconData add_circle_20_filled = IconData(0xf10c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add_circle" in size 24 and filled style. + static const IconData add_circle_24_filled = IconData(0xf10d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "add_circle" in size 28 and filled style. + static const IconData add_circle_28_filled = IconData(0xf10e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "airplane" in size 20 and filled style. + static const IconData airplane_20_filled = IconData(0xf10f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "airplane" in size 24 and filled style. + static const IconData airplane_24_filled = IconData(0xf110, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "airplane_take_off" in size 16 and filled style. + static const IconData airplane_take_off_16_filled = IconData(0xf111, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "airplane_take_off" in size 20 and filled style. + static const IconData airplane_take_off_20_filled = IconData(0xf112, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "airplane_take_off" in size 24 and filled style. + static const IconData airplane_take_off_24_filled = IconData(0xf113, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert" in size 20 and filled style. + static const IconData alert_20_filled = IconData(0xf114, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert" in size 24 and filled style. + static const IconData alert_24_filled = IconData(0xf115, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert" in size 28 and filled style. + static const IconData alert_28_filled = IconData(0xf116, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 16 and filled style. + static const IconData alert_off_16_filled = IconData(0xf117, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 20 and filled style. + static const IconData alert_off_20_filled = IconData(0xf118, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 24 and filled style. + static const IconData alert_off_24_filled = IconData(0xf119, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_off" in size 28 and filled style. + static const IconData alert_off_28_filled = IconData(0xf11a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_on" in size 24 and filled style. + static const IconData alert_on_24_filled = IconData(0xf11b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_snooze" in size 20 and filled style. + static const IconData alert_snooze_20_filled = IconData(0xf11c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_snooze" in size 24 and filled style. + static const IconData alert_snooze_24_filled = IconData(0xf11d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_urgent" in size 20 and filled style. + static const IconData alert_urgent_20_filled = IconData(0xf11e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "alert_urgent" in size 24 and filled style. + static const IconData alert_urgent_24_filled = IconData(0xf11f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "animal_dog" in size 20 and filled style. + static const IconData animal_dog_20_filled = IconData(0xf120, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "animal_dog" in size 24 and filled style. + static const IconData animal_dog_24_filled = IconData(0xf121, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_folder" in size 20 and filled style. + static const IconData app_folder_20_filled = IconData(0xf122, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_folder" in size 24 and filled style. + static const IconData app_folder_24_filled = IconData(0xf123, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_generic" in size 24 and filled style. + static const IconData app_generic_24_filled = IconData(0xf124, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_recent" in size 24 and filled style. + static const IconData app_recent_24_filled = IconData(0xf125, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 16 and filled style. + static const IconData app_span_16_filled = IconData(0xf126, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 20 and filled style. + static const IconData app_span_20_filled = IconData(0xf127, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 24 and filled style. + static const IconData app_span_24_filled = IconData(0xf128, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_span" in size 28 and filled style. + static const IconData app_span_28_filled = IconData(0xf129, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_store" in size 24 and filled style. + static const IconData app_store_24_filled = IconData(0xf12a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_title" in size 24 and filled style. + static const IconData app_title_24_filled = IconData(0xf12b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 16 and filled style. + static const IconData app_unspan_16_filled = IconData(0xf12c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 20 and filled style. + static const IconData app_unspan_20_filled = IconData(0xf12d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 24 and filled style. + static const IconData app_unspan_24_filled = IconData(0xf12e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "app_unspan" in size 28 and filled style. + static const IconData app_unspan_28_filled = IconData(0xf12f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "approvals_app" in size 24 and filled style. + static const IconData approvals_app_24_filled = IconData(0xf130, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "approvals_app" in size 28 and filled style. + static const IconData approvals_app_28_filled = IconData(0xf131, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 16 and filled style. + static const IconData apps_16_filled = IconData(0xf132, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 20 and filled style. + static const IconData apps_20_filled = IconData(0xf133, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 24 and filled style. + static const IconData apps_24_filled = IconData(0xf134, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "apps" in size 28 and filled style. + static const IconData apps_28_filled = IconData(0xf135, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "apps_add_in" in size 20 and filled style. + static const IconData apps_add_in_20_filled = IconData(0xf136, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "apps_add_in" in size 24 and filled style. + static const IconData apps_add_in_24_filled = IconData(0xf137, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "apps_list" in size 24 and filled style. + static const IconData apps_list_24_filled = IconData(0xf138, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 20 and filled style. + static const IconData archive_20_filled = IconData(0xf139, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 24 and filled style. + static const IconData archive_24_filled = IconData(0xf13a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 28 and filled style. + static const IconData archive_28_filled = IconData(0xf13b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "archive" in size 48 and filled style. + static const IconData archive_48_filled = IconData(0xf13c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_clockwise" in size 20 and filled style. + static const IconData arrow_clockwise_20_filled = IconData(0xf13d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_clockwise" in size 24 and filled style. + static const IconData arrow_clockwise_24_filled = IconData(0xf13e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_counterclockwise" in size 20 and filled style. + static const IconData arrow_counterclockwise_20_filled = IconData(0xf13f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_counterclockwise" in size 24 and filled style. + static const IconData arrow_counterclockwise_24_filled = IconData(0xf140, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_down_left" in size 20 and filled style. + static const IconData arrow_curve_down_left_20_filled = IconData(0xf141, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_down_right" in size 20 and filled style. + static const IconData arrow_curve_down_right_20_filled = IconData(0xf142, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_right" in size 20 and filled style. + static const IconData arrow_curve_right_20_filled = IconData(0xf143, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_right" in size 24 and filled style. + static const IconData arrow_curve_right_24_filled = IconData(0xf144, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_curve_up_left" in size 20 and filled style. + static const IconData arrow_curve_up_left_20_filled = IconData(0xf145, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_curve_up_right" in size 20 and filled style. + static const IconData arrow_curve_up_right_20_filled = IconData(0xf146, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 16 and filled style. + static const IconData arrow_down_16_filled = IconData(0xf147, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 20 and filled style. + static const IconData arrow_down_20_filled = IconData(0xf148, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 24 and filled style. + static const IconData arrow_down_24_filled = IconData(0xf149, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down" in size 28 and filled style. + static const IconData arrow_down_28_filled = IconData(0xf14a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_down_left" in size 24 and filled style. + static const IconData arrow_down_left_24_filled = IconData(0xf14b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_down_right_circle" in size 16 and filled style. + static const IconData arrow_down_right_circle_16_filled = IconData(0xf14c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_down_right_circle" in size 24 and filled style. + static const IconData arrow_down_right_circle_24_filled = IconData(0xf14d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_down_square" in size 24 and filled style. + static const IconData arrow_down_square_24_filled = IconData(0xf14e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 16 and filled style. + static const IconData arrow_download_16_filled = IconData(0xf14f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 20 and filled style. + static const IconData arrow_download_20_filled = IconData(0xf150, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 24 and filled style. + static const IconData arrow_download_24_filled = IconData(0xf151, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_download" in size 48 and filled style. + static const IconData arrow_download_48_filled = IconData(0xf152, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_enter" in size 24 and filled style. + static const IconData arrow_enter_24_filled = IconData(0xf153, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_expand" in size 24 and filled style. + static const IconData arrow_expand_24_filled = IconData(0xf154, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_export" in size 20 and filled style. + static const IconData arrow_export_20_filled = IconData(0xf155, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_forward" in size 16 and filled style. + static const IconData arrow_forward_16_filled = IconData(0xf156, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_forward" in size 20 and filled style. + static const IconData arrow_forward_20_filled = IconData(0xf157, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_forward" in size 24 and filled style. + static const IconData arrow_forward_24_filled = IconData(0xf158, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_import" in size 20 and filled style. + static const IconData arrow_import_20_filled = IconData(0xf159, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_import" in size 24 and filled style. + static const IconData arrow_import_24_filled = IconData(0xf15a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_left" in size 20 and filled style. + static const IconData arrow_left_20_filled = IconData(0xf15b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_left" in size 24 and filled style. + static const IconData arrow_left_24_filled = IconData(0xf15c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_left" in size 28 and filled style. + static const IconData arrow_left_28_filled = IconData(0xf15d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_maximize" in size 16 and filled style. + static const IconData arrow_maximize_16_filled = IconData(0xf15e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize" in size 20 and filled style. + static const IconData arrow_maximize_20_filled = IconData(0xf15f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize" in size 24 and filled style. + static const IconData arrow_maximize_24_filled = IconData(0xf160, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize" in size 28 and filled style. + static const IconData arrow_maximize_28_filled = IconData(0xf161, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize_vertical" in size 20 and filled style. + static const IconData arrow_maximize_vertical_20_filled = IconData(0xf162, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_maximize_vertical" in size 24 and filled style. + static const IconData arrow_maximize_vertical_24_filled = IconData(0xf163, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 16 and filled style. + static const IconData arrow_minimize_16_filled = IconData(0xf164, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 20 and filled style. + static const IconData arrow_minimize_20_filled = IconData(0xf165, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 24 and filled style. + static const IconData arrow_minimize_24_filled = IconData(0xf166, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize" in size 28 and filled style. + static const IconData arrow_minimize_28_filled = IconData(0xf167, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_minimize_vertical" in size 24 and filled style. + static const IconData arrow_minimize_vertical_24_filled = IconData(0xf168, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_move" in size 24 and filled style. + static const IconData arrow_move_24_filled = IconData(0xf169, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_next" in size 20 and filled style. + static const IconData arrow_next_20_filled = IconData(0xf16a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_next" in size 24 and filled style. + static const IconData arrow_next_24_filled = IconData(0xf16b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_previous" in size 20 and filled style. + static const IconData arrow_previous_20_filled = IconData(0xf16c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_previous" in size 24 and filled style. + static const IconData arrow_previous_24_filled = IconData(0xf16d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_redo" in size 20 and filled style. + static const IconData arrow_redo_20_filled = IconData(0xf16e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_redo" in size 24 and filled style. + static const IconData arrow_redo_24_filled = IconData(0xf16f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all" in size 16 and filled style. + static const IconData arrow_repeat_all_16_filled = IconData(0xf170, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all" in size 20 and filled style. + static const IconData arrow_repeat_all_20_filled = IconData(0xf171, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all" in size 24 and filled style. + static const IconData arrow_repeat_all_24_filled = IconData(0xf172, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all_off" in size 16 and filled style. + static const IconData arrow_repeat_all_off_16_filled = IconData(0xf173, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all_off" in size 20 and filled style. + static const IconData arrow_repeat_all_off_20_filled = IconData(0xf174, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_repeat_all_off" in size 24 and filled style. + static const IconData arrow_repeat_all_off_24_filled = IconData(0xf175, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 16 and filled style. + static const IconData arrow_reply_16_filled = IconData(0xf176, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 20 and filled style. + static const IconData arrow_reply_20_filled = IconData(0xf177, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 24 and filled style. + static const IconData arrow_reply_24_filled = IconData(0xf178, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply" in size 48 and filled style. + static const IconData arrow_reply_48_filled = IconData(0xf179, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 16 and filled style. + static const IconData arrow_reply_all_16_filled = IconData(0xf17a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 20 and filled style. + static const IconData arrow_reply_all_20_filled = IconData(0xf17b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 24 and filled style. + static const IconData arrow_reply_all_24_filled = IconData(0xf17c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_all" in size 48 and filled style. + static const IconData arrow_reply_all_48_filled = IconData(0xf17d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_down" in size 16 and filled style. + static const IconData arrow_reply_down_16_filled = IconData(0xf17e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_down" in size 20 and filled style. + static const IconData arrow_reply_down_20_filled = IconData(0xf17f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_reply_down" in size 24 and filled style. + static const IconData arrow_reply_down_24_filled = IconData(0xf180, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_right" in size 20 and filled style. + static const IconData arrow_right_20_filled = IconData(0xf181, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_right" in size 24 and filled style. + static const IconData arrow_right_24_filled = IconData(0xf182, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_right" in size 28 and filled style. + static const IconData arrow_right_28_filled = IconData(0xf183, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_right_circle" in size 24 and filled style. + static const IconData arrow_right_circle_24_filled = IconData(0xf184, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_rotate_clockwise" in size 20 and filled style. + static const IconData arrow_rotate_clockwise_20_filled = IconData(0xf185, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_clockwise" in size 24 and filled style. + static const IconData arrow_rotate_clockwise_24_filled = IconData(0xf186, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_counterclockwise" in size 20 and filled style. + static const IconData arrow_rotate_counterclockwise_20_filled = IconData( + 0xf187, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_counterclockwise" in size 24 and filled style. + static const IconData arrow_rotate_counterclockwise_24_filled = IconData( + 0xf188, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "arrow_rotate_icon" in size 24 and filled style. + static const IconData arrow_rotate_icon_24_filled = IconData(0xf189, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort" in size 20 and filled style. + static const IconData arrow_sort_20_filled = IconData(0xf18a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort" in size 24 and filled style. + static const IconData arrow_sort_24_filled = IconData(0xf18b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort" in size 28 and filled style. + static const IconData arrow_sort_28_filled = IconData(0xf18c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_swap" in size 20 and filled style. + static const IconData arrow_swap_20_filled = IconData(0xf18d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_swap" in size 24 and filled style. + static const IconData arrow_swap_24_filled = IconData(0xf18e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync" in size 12 and filled style. + static const IconData arrow_sync_12_filled = IconData(0xf18f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync" in size 20 and filled style. + static const IconData arrow_sync_20_filled = IconData(0xf190, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync" in size 24 and filled style. + static const IconData arrow_sync_24_filled = IconData(0xf191, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_circle" in size 16 and filled style. + static const IconData arrow_sync_circle_16_filled = IconData(0xf192, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_circle" in size 20 and filled style. + static const IconData arrow_sync_circle_20_filled = IconData(0xf193, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_circle" in size 24 and filled style. + static const IconData arrow_sync_circle_24_filled = IconData(0xf194, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sync_off" in size 12 and filled style. + static const IconData arrow_sync_off_12_filled = IconData(0xf195, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_trending" in size 16 and filled style. + static const IconData arrow_trending_16_filled = IconData(0xf196, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_trending" in size 20 and filled style. + static const IconData arrow_trending_20_filled = IconData(0xf197, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_trending" in size 24 and filled style. + static const IconData arrow_trending_24_filled = IconData(0xf198, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_undo" in size 20 and filled style. + static const IconData arrow_undo_20_filled = IconData(0xf199, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_undo" in size 24 and filled style. + static const IconData arrow_undo_24_filled = IconData(0xf19a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up" in size 20 and filled style. + static const IconData arrow_up_20_filled = IconData(0xf19b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up" in size 24 and filled style. + static const IconData arrow_up_24_filled = IconData(0xf19c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up" in size 28 and filled style. + static const IconData arrow_up_28_filled = IconData(0xf19d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_circle" in size 16 and filled style. + static const IconData arrow_up_circle_16_filled = IconData(0xf19e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_circle" in size 20 and filled style. + static const IconData arrow_up_circle_20_filled = IconData(0xf19f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_circle" in size 24 and filled style. + static const IconData arrow_up_circle_24_filled = IconData(0xf1a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_left" in size 24 and filled style. + static const IconData arrow_up_left_24_filled = IconData(0xf1a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_up_left_circle" in size 24 and filled style. + static const IconData arrow_up_left_circle_24_filled = IconData(0xf1a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_right" in size 24 and filled style. + static const IconData arrow_up_right_24_filled = IconData(0xf1a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "arrow_upload" in size 20 and filled style. + static const IconData arrow_upload_20_filled = IconData(0xf1a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_upload" in size 24 and filled style. + static const IconData arrow_upload_24_filled = IconData(0xf1a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrows_bidirectional" in size 24 and filled style. + static const IconData arrows_bidirectional_24_filled = IconData(0xf1a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "assignments" in size 24 and filled style. + static const IconData assignments_24_filled = IconData(0xf1a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "attach" in size 16 and filled style. + static const IconData attach_16_filled = IconData(0xf1a8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "attach" in size 20 and filled style. + static const IconData attach_20_filled = IconData(0xf1a9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "attach" in size 24 and filled style. + static const IconData attach_24_filled = IconData(0xf1aa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "attach_forward" in size 20 and filled style. + static const IconData attach_forward_20_filled = IconData(0xf1ab, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "attach_forward" in size 24 and filled style. + static const IconData attach_forward_24_filled = IconData(0xf1ac, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "attach_with_text" in size 24 and filled style. + static const IconData attach_with_text_24_filled = IconData(0xf1ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "autocorrect" in size 24 and filled style. + static const IconData autocorrect_24_filled = IconData(0xf1ae, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "autosum" in size 20 and filled style. + static const IconData autosum_20_filled = IconData(0xf1af, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "autosum" in size 24 and filled style. + static const IconData autosum_24_filled = IconData(0xf1b0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "backspace" in size 20 and filled style. + static const IconData backspace_20_filled = IconData(0xf1b1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "backspace" in size 24 and filled style. + static const IconData backspace_24_filled = IconData(0xf1b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "backward" in size 20 and filled style. + static const IconData backward_20_filled = IconData(0xf1b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "backward" in size 24 and filled style. + static const IconData backward_24_filled = IconData(0xf1b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "badge" in size 24 and filled style. + static const IconData badge_24_filled = IconData(0xf1b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "balloon" in size 20 and filled style. + static const IconData balloon_20_filled = IconData(0xf1b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "balloon" in size 24 and filled style. + static const IconData balloon_24_filled = IconData(0xf1b7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bank" in size 16 and filled style. + static const IconData bank_16_filled = IconData(0xf1b8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bank" in size 20 and filled style. + static const IconData bank_20_filled = IconData(0xf1b9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bank" in size 24 and filled style. + static const IconData bank_24_filled = IconData(0xf1ba, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_0" in size 20 and filled style. + static const IconData battery_0_20_filled = IconData(0xf1bb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_0" in size 24 and filled style. + static const IconData battery_0_24_filled = IconData(0xf1bc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_1" in size 20 and filled style. + static const IconData battery_1_20_filled = IconData(0xf1bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_1" in size 24 and filled style. + static const IconData battery_1_24_filled = IconData(0xf1be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_2" in size 20 and filled style. + static const IconData battery_2_20_filled = IconData(0xf1bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_2" in size 24 and filled style. + static const IconData battery_2_24_filled = IconData(0xf1c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_3" in size 20 and filled style. + static const IconData battery_3_20_filled = IconData(0xf1c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_3" in size 24 and filled style. + static const IconData battery_3_24_filled = IconData(0xf1c2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_4" in size 20 and filled style. + static const IconData battery_4_20_filled = IconData(0xf1c3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_4" in size 24 and filled style. + static const IconData battery_4_24_filled = IconData(0xf1c4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_5" in size 20 and filled style. + static const IconData battery_5_20_filled = IconData(0xf1c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_5" in size 24 and filled style. + static const IconData battery_5_24_filled = IconData(0xf1c6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_6" in size 20 and filled style. + static const IconData battery_6_20_filled = IconData(0xf1c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_6" in size 24 and filled style. + static const IconData battery_6_24_filled = IconData(0xf1c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_7" in size 20 and filled style. + static const IconData battery_7_20_filled = IconData(0xf1c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_7" in size 24 and filled style. + static const IconData battery_7_24_filled = IconData(0xf1ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_8" in size 20 and filled style. + static const IconData battery_8_20_filled = IconData(0xf1cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_8" in size 24 and filled style. + static const IconData battery_8_24_filled = IconData(0xf1cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_9" in size 20 and filled style. + static const IconData battery_9_20_filled = IconData(0xf1cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_9" in size 24 and filled style. + static const IconData battery_9_24_filled = IconData(0xf1ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_charge" in size 20 and filled style. + static const IconData battery_charge_20_filled = IconData(0xf1cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_charge" in size 24 and filled style. + static const IconData battery_charge_24_filled = IconData(0xf1d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_full" in size 20 and filled style. + static const IconData battery_full_20_filled = IconData(0xf1d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_full" in size 24 and filled style. + static const IconData battery_full_24_filled = IconData(0xf1d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_saver" in size 20 and filled style. + static const IconData battery_saver_20_filled = IconData(0xf1d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_saver" in size 24 and filled style. + static const IconData battery_saver_24_filled = IconData(0xf1d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "battery_warning" in size 24 and filled style. + static const IconData battery_warning_24_filled = IconData(0xf1d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "beaker" in size 16 and filled style. + static const IconData beaker_16_filled = IconData(0xf1d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "beaker" in size 20 and filled style. + static const IconData beaker_20_filled = IconData(0xf1d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "beaker" in size 24 and filled style. + static const IconData beaker_24_filled = IconData(0xf1d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bed" in size 20 and filled style. + static const IconData bed_20_filled = IconData(0xf1d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bed" in size 24 and filled style. + static const IconData bed_24_filled = IconData(0xf1da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "block" in size 16 and filled style. + static const IconData block_16_filled = IconData(0xf1db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "block" in size 20 and filled style. + static const IconData block_20_filled = IconData(0xf1dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "block" in size 24 and filled style. + static const IconData block_24_filled = IconData(0xf1dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth" in size 20 and filled style. + static const IconData bluetooth_20_filled = IconData(0xf1de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth" in size 24 and filled style. + static const IconData bluetooth_24_filled = IconData(0xf1df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth_connected" in size 24 and filled style. + static const IconData bluetooth_connected_24_filled = IconData(0xf1e0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth_disabled" in size 24 and filled style. + static const IconData bluetooth_disabled_24_filled = IconData(0xf1e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bluetooth_searching" in size 24 and filled style. + static const IconData bluetooth_searching_24_filled = IconData(0xf1e2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "board" in size 24 and filled style. + static const IconData board_24_filled = IconData(0xf1e3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_compatibility" in size 24 and filled style. + static const IconData book_formula_compatibility_24_filled = IconData(0xf1e4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_database" in size 24 and filled style. + static const IconData book_formula_database_24_filled = IconData(0xf1e5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_date" in size 24 and filled style. + static const IconData book_formula_date_24_filled = IconData(0xf1e6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_engineering" in size 24 and filled style. + static const IconData book_formula_engineering_24_filled = IconData(0xf1e7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_financial" in size 24 and filled style. + static const IconData book_formula_financial_24_filled = IconData(0xf1e8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_information" in size 24 and filled style. + static const IconData book_formula_information_24_filled = IconData(0xf1e9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_logical" in size 24 and filled style. + static const IconData book_formula_logical_24_filled = IconData(0xf1ea, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_lookup" in size 24 and filled style. + static const IconData book_formula_lookup_24_filled = IconData(0xf1eb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_math" in size 24 and filled style. + static const IconData book_formula_math_24_filled = IconData(0xf1ec, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_recent" in size 24 and filled style. + static const IconData book_formula_recent_24_filled = IconData(0xf1ed, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_statistics" in size 24 and filled style. + static const IconData book_formula_statistics_24_filled = IconData(0xf1ee, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_formula_text" in size 24 and filled style. + static const IconData book_formula_text_24_filled = IconData(0xf1ef, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_globe" in size 24 and filled style. + static const IconData book_globe_24_filled = IconData(0xf1f0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_number" in size 16 and filled style. + static const IconData book_number_16_filled = IconData(0xf1f1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_number" in size 20 and filled style. + static const IconData book_number_20_filled = IconData(0xf1f2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "book_number" in size 24 and filled style. + static const IconData book_number_24_filled = IconData(0xf1f3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 16 and filled style. + static const IconData bookmark_16_filled = IconData(0xf1f4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 20 and filled style. + static const IconData bookmark_20_filled = IconData(0xf1f5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 24 and filled style. + static const IconData bookmark_24_filled = IconData(0xf1f6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark" in size 28 and filled style. + static const IconData bookmark_28_filled = IconData(0xf1f7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bookmark_off" in size 24 and filled style. + static const IconData bookmark_off_24_filled = IconData(0xf1f8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bot" in size 24 and filled style. + static const IconData bot_24_filled = IconData(0xf1f9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bot_add" in size 24 and filled style. + static const IconData bot_add_24_filled = IconData(0xf1fa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "branch" in size 24 and filled style. + static const IconData branch_24_filled = IconData(0xf1fb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "briefcase" in size 20 and filled style. + static const IconData briefcase_20_filled = IconData(0xf1fc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "briefcase" in size 24 and filled style. + static const IconData briefcase_24_filled = IconData(0xf1fd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bring_to_front" in size 20 and filled style. + static const IconData bring_to_front_20_filled = IconData(0xf1fe, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bring_to_front" in size 24 and filled style. + static const IconData bring_to_front_24_filled = IconData(0xf1ff, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "broad_activity_feed" in size 24 and filled style. + static const IconData broad_activity_feed_24_filled = IconData(0xf200, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "broom" in size 20 and filled style. + static const IconData broom_20_filled = IconData(0xf201, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "broom" in size 24 and filled style. + static const IconData broom_24_filled = IconData(0xf202, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bug_report" in size 24 and filled style. + static const IconData bug_report_24_filled = IconData(0xf203, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "building_1" in size 24 and filled style. + static const IconData building_1_24_filled = IconData(0xf204, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "building" in size 24 and filled style. + static const IconData building_24_filled = IconData(0xf205, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "building_2" in size 16 and filled style. + static const IconData building_2_16_filled = IconData(0xf206, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "building_2" in size 20 and filled style. + static const IconData building_2_20_filled = IconData(0xf207, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "building_2" in size 24 and filled style. + static const IconData building_2_24_filled = IconData(0xf208, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "building_retail" in size 24 and filled style. + static const IconData building_retail_24_filled = IconData(0xf209, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calculator" in size 20 and filled style. + static const IconData calculator_20_filled = IconData(0xf20a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar" in size 20 and filled style. + static const IconData calendar_20_filled = IconData(0xf20b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar" in size 24 and filled style. + static const IconData calendar_24_filled = IconData(0xf20c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar" in size 28 and filled style. + static const IconData calendar_28_filled = IconData(0xf20d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_3_day" in size 20 and filled style. + static const IconData calendar_3_day_20_filled = IconData(0xf20e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_3_day" in size 24 and filled style. + static const IconData calendar_3_day_24_filled = IconData(0xf20f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_3_day" in size 28 and filled style. + static const IconData calendar_3_day_28_filled = IconData(0xf210, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_add" in size 20 and filled style. + static const IconData calendar_add_20_filled = IconData(0xf211, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_add" in size 24 and filled style. + static const IconData calendar_add_24_filled = IconData(0xf212, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_agenda" in size 20 and filled style. + static const IconData calendar_agenda_20_filled = IconData(0xf213, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_agenda" in size 24 and filled style. + static const IconData calendar_agenda_24_filled = IconData(0xf214, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_agenda" in size 28 and filled style. + static const IconData calendar_agenda_28_filled = IconData(0xf215, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_right" in size 20 and filled style. + static const IconData calendar_arrow_right_20_filled = IconData(0xf216, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_assistant" in size 20 and filled style. + static const IconData calendar_assistant_20_filled = IconData(0xf217, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_assistant" in size 24 and filled style. + static const IconData calendar_assistant_24_filled = IconData(0xf218, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_cancel" in size 20 and filled style. + static const IconData calendar_cancel_20_filled = IconData(0xf219, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_cancel" in size 24 and filled style. + static const IconData calendar_cancel_24_filled = IconData(0xf21a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_checkmark" in size 16 and filled style. + static const IconData calendar_checkmark_16_filled = IconData(0xf21b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_checkmark" in size 20 and filled style. + static const IconData calendar_checkmark_20_filled = IconData(0xf21c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_checkmark" in size 24 and filled style. + static const IconData calendar_checkmark_24_filled = IconData(0xf8e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_clock" in size 20 and filled style. + static const IconData calendar_clock_20_filled = IconData(0xf21d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_clock" in size 24 and filled style. + static const IconData calendar_clock_24_filled = IconData(0xf21e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_date" in size 20 and filled style. + static const IconData calendar_date_20_filled = IconData(0xf21f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_date" in size 24 and filled style. + static const IconData calendar_date_24_filled = IconData(0xf220, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_date" in size 28 and filled style. + static const IconData calendar_date_28_filled = IconData(0xf221, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_day" in size 20 and filled style. + static const IconData calendar_day_20_filled = IconData(0xf222, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_day" in size 24 and filled style. + static const IconData calendar_day_24_filled = IconData(0xf223, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_day" in size 28 and filled style. + static const IconData calendar_day_28_filled = IconData(0xf224, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 16 and filled style. + static const IconData calendar_empty_16_filled = IconData(0xf225, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 20 and filled style. + static const IconData calendar_empty_20_filled = IconData(0xf226, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 24 and filled style. + static const IconData calendar_empty_24_filled = IconData(0xf227, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_empty" in size 28 and filled style. + static const IconData calendar_empty_28_filled = IconData(0xf228, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_later" in size 24 and filled style. + static const IconData calendar_later_24_filled = IconData(0xf229, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_month" in size 20 and filled style. + static const IconData calendar_month_20_filled = IconData(0xf22a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_month" in size 24 and filled style. + static const IconData calendar_month_24_filled = IconData(0xf22b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_month" in size 28 and filled style. + static const IconData calendar_month_28_filled = IconData(0xf22c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_multiple" in size 20 and filled style. + static const IconData calendar_multiple_20_filled = IconData(0xf22d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_multiple" in size 24 and filled style. + static const IconData calendar_multiple_24_filled = IconData(0xf22e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_overdue" in size 24 and filled style. + static const IconData calendar_overdue_24_filled = IconData(0xf22f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_person" in size 20 and filled style. + static const IconData calendar_person_20_filled = IconData(0xf230, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 16 and filled style. + static const IconData calendar_reply_16_filled = IconData(0xf231, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 20 and filled style. + static const IconData calendar_reply_20_filled = IconData(0xf232, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 24 and filled style. + static const IconData calendar_reply_24_filled = IconData(0xf233, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_reply" in size 28 and filled style. + static const IconData calendar_reply_28_filled = IconData(0xf234, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_settings" in size 20 and filled style. + static const IconData calendar_settings_20_filled = IconData(0xf235, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_star" in size 20 and filled style. + static const IconData calendar_star_20_filled = IconData(0xf236, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_star" in size 24 and filled style. + static const IconData calendar_star_24_filled = IconData(0xf237, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sync" in size 16 and filled style. + static const IconData calendar_sync_16_filled = IconData(0xf238, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sync" in size 20 and filled style. + static const IconData calendar_sync_20_filled = IconData(0xf239, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sync" in size 24 and filled style. + static const IconData calendar_sync_24_filled = IconData(0xf23a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 16 and filled style. + static const IconData calendar_today_16_filled = IconData(0xf23b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 20 and filled style. + static const IconData calendar_today_20_filled = IconData(0xf23c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 24 and filled style. + static const IconData calendar_today_24_filled = IconData(0xf23d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_today" in size 28 and filled style. + static const IconData calendar_today_28_filled = IconData(0xf23e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_numbers" in size 24 and filled style. + static const IconData calendar_week_numbers_24_filled = IconData(0xf23f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_start" in size 20 and filled style. + static const IconData calendar_week_start_20_filled = IconData(0xf240, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_start" in size 24 and filled style. + static const IconData calendar_week_start_24_filled = IconData(0xf241, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_week_start" in size 28 and filled style. + static const IconData calendar_week_start_28_filled = IconData(0xf242, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_work_week" in size 16 and filled style. + static const IconData calendar_work_week_16_filled = IconData(0xf243, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_work_week" in size 20 and filled style. + static const IconData calendar_work_week_20_filled = IconData(0xf244, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_work_week" in size 24 and filled style. + static const IconData calendar_work_week_24_filled = IconData(0xf245, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_add" in size 24 and filled style. + static const IconData call_add_24_filled = IconData(0xf246, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_end" in size 20 and filled style. + static const IconData call_end_20_filled = IconData(0xf247, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_end" in size 24 and filled style. + static const IconData call_end_24_filled = IconData(0xf248, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_end" in size 28 and filled style. + static const IconData call_end_28_filled = IconData(0xf249, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_forward" in size 24 and filled style. + static const IconData call_forward_24_filled = IconData(0xf24a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_inbound" in size 16 and filled style. + static const IconData call_inbound_16_filled = IconData(0xf24b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_inbound" in size 24 and filled style. + static const IconData call_inbound_24_filled = IconData(0xf24c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_missed" in size 16 and filled style. + static const IconData call_missed_16_filled = IconData(0xf24d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_missed" in size 24 and filled style. + static const IconData call_missed_24_filled = IconData(0xf24e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_outbound" in size 16 and filled style. + static const IconData call_outbound_16_filled = IconData(0xf24f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_outbound" in size 24 and filled style. + static const IconData call_outbound_24_filled = IconData(0xf250, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_park" in size 24 and filled style. + static const IconData call_park_24_filled = IconData(0xf251, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calligraphy_pen" in size 20 and filled style. + static const IconData calligraphy_pen_20_filled = IconData(0xf252, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calligraphy_pen" in size 24 and filled style. + static const IconData calligraphy_pen_24_filled = IconData(0xf253, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "camera" in size 20 and filled style. + static const IconData camera_20_filled = IconData(0xf254, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "camera" in size 24 and filled style. + static const IconData camera_24_filled = IconData(0xf255, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "camera" in size 28 and filled style. + static const IconData camera_28_filled = IconData(0xf256, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "camera_add" in size 20 and filled style. + static const IconData camera_add_20_filled = IconData(0xf257, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "camera_add" in size 24 and filled style. + static const IconData camera_add_24_filled = IconData(0xf258, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "camera_add" in size 48 and filled style. + static const IconData camera_add_48_filled = IconData(0xf259, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "camera_switch" in size 24 and filled style. + static const IconData camera_switch_24_filled = IconData(0xf25a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 12 and filled style. + static const IconData caret_12_filled = IconData(0xf25b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 16 and filled style. + static const IconData caret_16_filled = IconData(0xf25c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 20 and filled style. + static const IconData caret_20_filled = IconData(0xf25d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret" in size 24 and filled style. + static const IconData caret_24_filled = IconData(0xf25e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 12 and filled style. + static const IconData caret_down_12_filled = IconData(0xf25f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 16 and filled style. + static const IconData caret_down_16_filled = IconData(0xf260, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 20 and filled style. + static const IconData caret_down_20_filled = IconData(0xf261, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_down" in size 24 and filled style. + static const IconData caret_down_24_filled = IconData(0xf262, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 12 and filled style. + static const IconData caret_left_12_filled = IconData(0xf263, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 16 and filled style. + static const IconData caret_left_16_filled = IconData(0xf264, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 20 and filled style. + static const IconData caret_left_20_filled = IconData(0xf265, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_left" in size 24 and filled style. + static const IconData caret_left_24_filled = IconData(0xf266, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 12 and filled style. + static const IconData caret_right_12_filled = IconData(0xf267, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 16 and filled style. + static const IconData caret_right_16_filled = IconData(0xf268, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 20 and filled style. + static const IconData caret_right_20_filled = IconData(0xf269, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "caret_right" in size 24 and filled style. + static const IconData caret_right_24_filled = IconData(0xf26a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cart" in size 24 and filled style. + static const IconData cart_24_filled = IconData(0xf26b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cast" in size 20 and filled style. + static const IconData cast_20_filled = IconData(0xf26c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cast" in size 24 and filled style. + static const IconData cast_24_filled = IconData(0xf26d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cast" in size 28 and filled style. + static const IconData cast_28_filled = IconData(0xf26e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_3g" in size 24 and filled style. + static const IconData cellular_3g_24_filled = IconData(0xf26f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_4g" in size 24 and filled style. + static const IconData cellular_4g_24_filled = IconData(0xf270, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_1" in size 20 and filled style. + static const IconData cellular_data_1_20_filled = IconData(0xf271, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_1" in size 24 and filled style. + static const IconData cellular_data_1_24_filled = IconData(0xf272, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_2" in size 20 and filled style. + static const IconData cellular_data_2_20_filled = IconData(0xf273, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_2" in size 24 and filled style. + static const IconData cellular_data_2_24_filled = IconData(0xf274, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_3" in size 20 and filled style. + static const IconData cellular_data_3_20_filled = IconData(0xf275, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_3" in size 24 and filled style. + static const IconData cellular_data_3_24_filled = IconData(0xf276, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_4" in size 20 and filled style. + static const IconData cellular_data_4_20_filled = IconData(0xf277, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_4" in size 24 and filled style. + static const IconData cellular_data_4_24_filled = IconData(0xf278, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_5" in size 20 and filled style. + static const IconData cellular_data_5_20_filled = IconData(0xf279, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_5" in size 24 and filled style. + static const IconData cellular_data_5_24_filled = IconData(0xf27a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_data_off" in size 24 and filled style. + static const IconData cellular_data_off_24_filled = IconData(0xf27b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_off" in size 24 and filled style. + static const IconData cellular_off_24_filled = IconData(0xf27c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cellular_unavailable" in size 24 and filled style. + static const IconData cellular_unavailable_24_filled = IconData(0xf27d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "certificate" in size 20 and filled style. + static const IconData certificate_20_filled = IconData(0xf27e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "certificate" in size 24 and filled style. + static const IconData certificate_24_filled = IconData(0xf27f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "channel" in size 16 and filled style. + static const IconData channel_16_filled = IconData(0xf280, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "channel" in size 20 and filled style. + static const IconData channel_20_filled = IconData(0xf281, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "channel" in size 24 and filled style. + static const IconData channel_24_filled = IconData(0xf282, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "channel_follow" in size 24 and filled style. + static const IconData channel_follow_24_filled = IconData(0xf283, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "channel_notifications" in size 24 and filled style. + static const IconData channel_notifications_24_filled = IconData(0xf284, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "channel_unfollow" in size 24 and filled style. + static const IconData channel_unfollow_24_filled = IconData(0xf285, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chat" in size 20 and filled style. + static const IconData chat_20_filled = IconData(0xf286, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chat" in size 24 and filled style. + static const IconData chat_24_filled = IconData(0xf287, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chat" in size 28 and filled style. + static const IconData chat_28_filled = IconData(0xf288, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chat_bubbles_question" in size 24 and filled style. + static const IconData chat_bubbles_question_24_filled = IconData(0xf289, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chat_help" in size 24 and filled style. + static const IconData chat_help_24_filled = IconData(0xf28a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chat_off" in size 24 and filled style. + static const IconData chat_off_24_filled = IconData(0xf28b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chat_warning" in size 24 and filled style. + static const IconData chat_warning_24_filled = IconData(0xf28c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_checked" in size 20 and filled style. + static const IconData checkbox_checked_20_filled = IconData(0xf28d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_checked" in size 24 and filled style. + static const IconData checkbox_checked_24_filled = IconData(0xf28e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 12 and filled style. + static const IconData checkbox_unchecked_12_filled = IconData(0xf28f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 16 and filled style. + static const IconData checkbox_unchecked_16_filled = IconData(0xf290, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 20 and filled style. + static const IconData checkbox_unchecked_20_filled = IconData(0xf291, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkbox_unchecked" in size 24 and filled style. + static const IconData checkbox_unchecked_24_filled = IconData(0xf292, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 12 and filled style. + static const IconData checkmark_12_filled = IconData(0xf293, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 20 and filled style. + static const IconData checkmark_20_filled = IconData(0xf294, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 24 and filled style. + static const IconData checkmark_24_filled = IconData(0xf295, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark" in size 28 and filled style. + static const IconData checkmark_28_filled = IconData(0xf296, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 16 and filled style. + static const IconData checkmark_circle_16_filled = IconData(0xf297, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 20 and filled style. + static const IconData checkmark_circle_20_filled = IconData(0xf298, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 24 and filled style. + static const IconData checkmark_circle_24_filled = IconData(0xf299, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_circle" in size 48 and filled style. + static const IconData checkmark_circle_48_filled = IconData(0xf29a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_lock" in size 16 and filled style. + static const IconData checkmark_lock_16_filled = IconData(0xf29b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_lock" in size 20 and filled style. + static const IconData checkmark_lock_20_filled = IconData(0xf29c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_lock" in size 24 and filled style. + static const IconData checkmark_lock_24_filled = IconData(0xf29d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_square" in size 24 and filled style. + static const IconData checkmark_square_24_filled = IconData(0xf29e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_underline_circle" in size 16 and filled style. + static const IconData checkmark_underline_circle_16_filled = IconData(0xf29f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "checkmark_underline_circle" in size 20 and filled style. + static const IconData checkmark_underline_circle_20_filled = IconData(0xf2a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 12 and filled style. + static const IconData chevron_down_12_filled = IconData(0xf2a1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 16 and filled style. + static const IconData chevron_down_16_filled = IconData(0xf2a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 20 and filled style. + static const IconData chevron_down_20_filled = IconData(0xf2a3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 24 and filled style. + static const IconData chevron_down_24_filled = IconData(0xf2a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 28 and filled style. + static const IconData chevron_down_28_filled = IconData(0xf2a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down" in size 48 and filled style. + static const IconData chevron_down_48_filled = IconData(0xf2a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_down_circle" in size 24 and filled style. + static const IconData chevron_down_circle_24_filled = IconData(0xf2a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_left" in size 12 and filled style. + static const IconData chevron_left_12_filled = IconData(0xf2a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 16 and filled style. + static const IconData chevron_left_16_filled = IconData(0xf2a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 20 and filled style. + static const IconData chevron_left_20_filled = IconData(0xf2aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 24 and filled style. + static const IconData chevron_left_24_filled = IconData(0xf2ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 28 and filled style. + static const IconData chevron_left_28_filled = IconData(0xf2ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_left" in size 48 and filled style. + static const IconData chevron_left_48_filled = IconData(0xf2ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_right" in size 12 and filled style. + static const IconData chevron_right_12_filled = IconData(0xf2ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 16 and filled style. + static const IconData chevron_right_16_filled = IconData(0xf2af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 20 and filled style. + static const IconData chevron_right_20_filled = IconData(0xf2b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 24 and filled style. + static const IconData chevron_right_24_filled = IconData(0xf2b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "chevron_right" in size 28 and filled style. + static const IconData chevron_right_28_filled = IconData(0xf2b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_right" in size 48 and filled style. + static const IconData chevron_right_48_filled = IconData(0xf2b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 12 and filled style. + static const IconData chevron_up_12_filled = IconData(0xf2b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 16 and filled style. + static const IconData chevron_up_16_filled = IconData(0xf2b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 20 and filled style. + static const IconData chevron_up_20_filled = IconData(0xf2b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 24 and filled style. + static const IconData chevron_up_24_filled = IconData(0xf2b7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 28 and filled style. + static const IconData chevron_up_28_filled = IconData(0xf2b8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "chevron_up" in size 48 and filled style. + static const IconData chevron_up_48_filled = IconData(0xf2b9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "circle" in size 16 and filled style. + static const IconData circle_16_filled = IconData(0xf2ba, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "circle" in size 20 and filled style. + static const IconData circle_20_filled = IconData(0xf2bb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "circle" in size 24 and filled style. + static const IconData circle_24_filled = IconData(0xf2bc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "circle_half_fill" in size 20 and filled style. + static const IconData circle_half_fill_20_filled = IconData(0xf2bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "circle_half_fill" in size 24 and filled style. + static const IconData circle_half_fill_24_filled = IconData(0xf2be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "circle_line" in size 24 and filled style. + static const IconData circle_line_24_filled = IconData(0xf2bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "circle_small" in size 24 and filled style. + static const IconData circle_small_24_filled = IconData(0xf2c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "city" in size 16 and filled style. + static const IconData city_16_filled = IconData(0xf2c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "city" in size 20 and filled style. + static const IconData city_20_filled = IconData(0xf2c2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "city" in size 24 and filled style. + static const IconData city_24_filled = IconData(0xf2c3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "class" in size 24 and filled style. + static const IconData class_24_filled = IconData(0xf2c4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "classification" in size 16 and filled style. + static const IconData classification_16_filled = IconData(0xf2c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "classification" in size 20 and filled style. + static const IconData classification_20_filled = IconData(0xf2c6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "classification" in size 24 and filled style. + static const IconData classification_24_filled = IconData(0xf2c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clear_formatting" in size 24 and filled style. + static const IconData clear_formatting_24_filled = IconData(0xf2c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard" in size 20 and filled style. + static const IconData clipboard_20_filled = IconData(0xf2c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard" in size 24 and filled style. + static const IconData clipboard_24_filled = IconData(0xf2ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_code" in size 16 and filled style. + static const IconData clipboard_code_16_filled = IconData(0xf2cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_code" in size 20 and filled style. + static const IconData clipboard_code_20_filled = IconData(0xf2cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_code" in size 24 and filled style. + static const IconData clipboard_code_24_filled = IconData(0xf2cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_letter" in size 16 and filled style. + static const IconData clipboard_letter_16_filled = IconData(0xf2ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_letter" in size 20 and filled style. + static const IconData clipboard_letter_20_filled = IconData(0xf2cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_letter" in size 24 and filled style. + static const IconData clipboard_letter_24_filled = IconData(0xf2d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_link" in size 16 and filled style. + static const IconData clipboard_link_16_filled = IconData(0xf2d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_link" in size 20 and filled style. + static const IconData clipboard_link_20_filled = IconData(0xf2d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_link" in size 24 and filled style. + static const IconData clipboard_link_24_filled = IconData(0xf2d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_more" in size 24 and filled style. + static const IconData clipboard_more_24_filled = IconData(0xf2d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_paste" in size 20 and filled style. + static const IconData clipboard_paste_20_filled = IconData(0xf2d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_paste" in size 24 and filled style. + static const IconData clipboard_paste_24_filled = IconData(0xf2d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_search" in size 20 and filled style. + static const IconData clipboard_search_20_filled = IconData(0xf2d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_search" in size 24 and filled style. + static const IconData clipboard_search_24_filled = IconData(0xf2d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_text" in size 20 and filled style. + static const IconData clipboard_text_20_filled = IconData(0xf2d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_text" in size 24 and filled style. + static const IconData clipboard_text_24_filled = IconData(0xf2da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 12 and filled style. + static const IconData clock_12_filled = IconData(0xf2db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 16 and filled style. + static const IconData clock_16_filled = IconData(0xf2dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 20 and filled style. + static const IconData clock_20_filled = IconData(0xf2dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 24 and filled style. + static const IconData clock_24_filled = IconData(0xf2de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 28 and filled style. + static const IconData clock_28_filled = IconData(0xf2df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock" in size 48 and filled style. + static const IconData clock_48_filled = IconData(0xf2e0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock_alarm" in size 20 and filled style. + static const IconData clock_alarm_20_filled = IconData(0xf2e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock_alarm" in size 24 and filled style. + static const IconData clock_alarm_24_filled = IconData(0xf2e2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "closed_caption" in size 24 and filled style. + static const IconData closed_caption_24_filled = IconData(0xf2e3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud" in size 20 and filled style. + static const IconData cloud_20_filled = IconData(0xf2e4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud" in size 24 and filled style. + static const IconData cloud_24_filled = IconData(0xf2e5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud" in size 48 and filled style. + static const IconData cloud_48_filled = IconData(0xf2e6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_backup" in size 24 and filled style. + static const IconData cloud_backup_24_filled = IconData(0xf2e7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_backup" in size 48 and filled style. + static const IconData cloud_backup_48_filled = IconData(0xf2e8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_download" in size 24 and filled style. + static const IconData cloud_download_24_filled = IconData(0xf2e9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_off" in size 24 and filled style. + static const IconData cloud_off_24_filled = IconData(0xf2ea, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_off" in size 48 and filled style. + static const IconData cloud_off_48_filled = IconData(0xf2eb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_offline" in size 24 and filled style. + static const IconData cloud_offline_24_filled = IconData(0xf2ec, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_sync_complete" in size 24 and filled style. + static const IconData cloud_sync_complete_24_filled = IconData(0xf2ed, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cloud_sync_complete" in size 48 and filled style. + static const IconData cloud_sync_complete_48_filled = IconData(0xf2ee, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code" in size 20 and filled style. + static const IconData code_20_filled = IconData(0xf2ef, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code" in size 24 and filled style. + static const IconData code_24_filled = IconData(0xf2f0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "collections" in size 20 and filled style. + static const IconData collections_20_filled = IconData(0xf2f1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "collections" in size 24 and filled style. + static const IconData collections_24_filled = IconData(0xf2f2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "collections_add" in size 20 and filled style. + static const IconData collections_add_20_filled = IconData(0xf2f3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "collections_add" in size 24 and filled style. + static const IconData collections_add_24_filled = IconData(0xf2f4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color" in size 20 and filled style. + static const IconData color_20_filled = IconData(0xf2f5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color" in size 24 and filled style. + static const IconData color_24_filled = IconData(0xf2f6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color_background" in size 20 and filled style. + static const IconData color_background_20_filled = IconData(0xf2f7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color_background" in size 24 and filled style. + static const IconData color_background_24_filled = IconData(0xf2f8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color_fill" in size 20 and filled style. + static const IconData color_fill_20_filled = IconData(0xf2f9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color_fill" in size 24 and filled style. + static const IconData color_fill_24_filled = IconData(0xf2fa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color_line" in size 20 and filled style. + static const IconData color_line_20_filled = IconData(0xf2fb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "color_line" in size 24 and filled style. + static const IconData color_line_24_filled = IconData(0xf2fc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "column_triple" in size 24 and filled style. + static const IconData column_triple_24_filled = IconData(0xf2fd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment" in size 16 and filled style. + static const IconData comment_16_filled = IconData(0xf2fe, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment" in size 20 and filled style. + static const IconData comment_20_filled = IconData(0xf2ff, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment" in size 24 and filled style. + static const IconData comment_24_filled = IconData(0xf300, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_add" in size 24 and filled style. + static const IconData comment_add_24_filled = IconData(0xf301, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_delete" in size 24 and filled style. + static const IconData comment_delete_24_filled = IconData(0xf302, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_mention" in size 16 and filled style. + static const IconData comment_mention_16_filled = IconData(0xf303, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_mention" in size 20 and filled style. + static const IconData comment_mention_20_filled = IconData(0xf304, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_mention" in size 24 and filled style. + static const IconData comment_mention_24_filled = IconData(0xf305, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_multiple" in size 16 and filled style. + static const IconData comment_multiple_16_filled = IconData(0xf306, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_multiple" in size 20 and filled style. + static const IconData comment_multiple_20_filled = IconData(0xf307, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_multiple" in size 24 and filled style. + static const IconData comment_multiple_24_filled = IconData(0xf308, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_next" in size 24 and filled style. + static const IconData comment_next_24_filled = IconData(0xf309, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_previous" in size 24 and filled style. + static const IconData comment_previous_24_filled = IconData(0xf30a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "comment_resolve" in size 24 and filled style. + static const IconData comment_resolve_24_filled = IconData(0xf30b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "communication" in size 16 and filled style. + static const IconData communication_16_filled = IconData(0xf30c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "communication" in size 20 and filled style. + static const IconData communication_20_filled = IconData(0xf30d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "communication" in size 24 and filled style. + static const IconData communication_24_filled = IconData(0xf30e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 16 and filled style. + static const IconData compass_northwest_16_filled = IconData(0xf30f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 20 and filled style. + static const IconData compass_northwest_20_filled = IconData(0xf310, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 24 and filled style. + static const IconData compass_northwest_24_filled = IconData(0xf311, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compass_northwest" in size 28 and filled style. + static const IconData compass_northwest_28_filled = IconData(0xf312, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 16 and filled style. + static const IconData compose_16_filled = IconData(0xf313, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 20 and filled style. + static const IconData compose_20_filled = IconData(0xf314, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 24 and filled style. + static const IconData compose_24_filled = IconData(0xf315, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 28 and filled style. + static const IconData compose_28_filled = IconData(0xf316, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 16 and filled style. + static const IconData conference_room_16_filled = IconData(0xf317, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 20 and filled style. + static const IconData conference_room_20_filled = IconData(0xf318, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 24 and filled style. + static const IconData conference_room_24_filled = IconData(0xf319, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 28 and filled style. + static const IconData conference_room_28_filled = IconData(0xf31a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "conference_room" in size 48 and filled style. + static const IconData conference_room_48_filled = IconData(0xf31b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "connector" in size 16 and filled style. + static const IconData connector_16_filled = IconData(0xf31c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "connector" in size 20 and filled style. + static const IconData connector_20_filled = IconData(0xf31d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "connector" in size 24 and filled style. + static const IconData connector_24_filled = IconData(0xf31e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "contact_card" in size 20 and filled style. + static const IconData contact_card_20_filled = IconData(0xf31f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "contact_card" in size 24 and filled style. + static const IconData contact_card_24_filled = IconData(0xf320, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "contact_card_group" in size 24 and filled style. + static const IconData contact_card_group_24_filled = IconData(0xf321, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "contacts" in size 24 and filled style. + static const IconData contacts_24_filled = IconData(0xf322, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "content_settings" in size 16 and filled style. + static const IconData content_settings_16_filled = IconData(0xf323, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "content_settings" in size 20 and filled style. + static const IconData content_settings_20_filled = IconData(0xf324, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "content_settings" in size 24 and filled style. + static const IconData content_settings_24_filled = IconData(0xf325, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "convert_to_table" in size 24 and filled style. + static const IconData convert_to_table_24_filled = IconData(0xf326, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "convert_to_text" in size 24 and filled style. + static const IconData convert_to_text_24_filled = IconData(0xf327, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cookies" in size 20 and filled style. + static const IconData cookies_20_filled = IconData(0xf328, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cookies" in size 24 and filled style. + static const IconData cookies_24_filled = IconData(0xf329, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "copy" in size 16 and filled style. + static const IconData copy_16_filled = IconData(0xf32a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "copy" in size 20 and filled style. + static const IconData copy_20_filled = IconData(0xf32b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "copy" in size 24 and filled style. + static const IconData copy_24_filled = IconData(0xf32c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "copy_image" in size 24 and filled style. + static const IconData copy_image_24_filled = IconData(0xf32d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "copy_link" in size 24 and filled style. + static const IconData copy_link_24_filled = IconData(0xf32e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "copy_move" in size 16 and filled style. + static const IconData copy_move_16_filled = IconData(0xf32f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "copy_move" in size 24 and filled style. + static const IconData copy_move_24_filled = IconData(0xf330, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "crop" in size 24 and filled style. + static const IconData crop_24_filled = IconData(0xf331, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "crop_interim" in size 24 and filled style. + static const IconData crop_interim_24_filled = IconData(0xf332, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "crop_interim_off" in size 24 and filled style. + static const IconData crop_interim_off_24_filled = IconData(0xf333, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cube" in size 16 and filled style. + static const IconData cube_16_filled = IconData(0xf334, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cube" in size 20 and filled style. + static const IconData cube_20_filled = IconData(0xf335, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cube" in size 24 and filled style. + static const IconData cube_24_filled = IconData(0xf336, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "currency" in size 16 and filled style. + static const IconData currency_16_filled = IconData(0xf337, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "currency" in size 20 and filled style. + static const IconData currency_20_filled = IconData(0xf338, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "currency" in size 24 and filled style. + static const IconData currency_24_filled = IconData(0xf339, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cut" in size 20 and filled style. + static const IconData cut_20_filled = IconData(0xf33a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "cut" in size 24 and filled style. + static const IconData cut_24_filled = IconData(0xf33b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dark_theme" in size 24 and filled style. + static const IconData dark_theme_24_filled = IconData(0xf33c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_area" in size 24 and filled style. + static const IconData data_area_24_filled = IconData(0xf33d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_bar_horizontal" in size 24 and filled style. + static const IconData data_bar_horizontal_24_filled = IconData(0xf33e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_bar_vertical" in size 20 and filled style. + static const IconData data_bar_vertical_20_filled = IconData(0xf33f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_bar_vertical" in size 24 and filled style. + static const IconData data_bar_vertical_24_filled = IconData(0xf340, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_funnel" in size 24 and filled style. + static const IconData data_funnel_24_filled = IconData(0xf341, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_histogram" in size 24 and filled style. + static const IconData data_histogram_24_filled = IconData(0xf342, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_line" in size 24 and filled style. + static const IconData data_line_24_filled = IconData(0xf343, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_pie" in size 20 and filled style. + static const IconData data_pie_20_filled = IconData(0xf344, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_pie" in size 24 and filled style. + static const IconData data_pie_24_filled = IconData(0xf345, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_scatter" in size 24 and filled style. + static const IconData data_scatter_24_filled = IconData(0xf346, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_sunburst" in size 24 and filled style. + static const IconData data_sunburst_24_filled = IconData(0xf347, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_treemap" in size 24 and filled style. + static const IconData data_treemap_24_filled = IconData(0xf348, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_usage" in size 24 and filled style. + static const IconData data_usage_24_filled = IconData(0xf349, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_waterfall" in size 24 and filled style. + static const IconData data_waterfall_24_filled = IconData(0xf34a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "data_whisker" in size 24 and filled style. + static const IconData data_whisker_24_filled = IconData(0xf34b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 20 and filled style. + static const IconData delete_20_filled = IconData(0xf34c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 24 and filled style. + static const IconData delete_24_filled = IconData(0xf34d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 28 and filled style. + static const IconData delete_28_filled = IconData(0xf34e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete" in size 48 and filled style. + static const IconData delete_48_filled = IconData(0xf34f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete_forever" in size 24 and filled style. + static const IconData delete_forever_24_filled = IconData(0xf350, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete_forever" in size 28 and filled style. + static const IconData delete_forever_28_filled = IconData(0xf351, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete_off" in size 20 and filled style. + static const IconData delete_off_20_filled = IconData(0xf352, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "delete_off" in size 24 and filled style. + static const IconData delete_off_24_filled = IconData(0xf353, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dentist" in size 24 and filled style. + static const IconData dentist_24_filled = IconData(0xf354, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 16 and filled style. + static const IconData design_ideas_16_filled = IconData(0xf355, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 20 and filled style. + static const IconData design_ideas_20_filled = IconData(0xf356, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 24 and filled style. + static const IconData design_ideas_24_filled = IconData(0xf357, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 16 and filled style. + static const IconData desktop_16_filled = IconData(0xf358, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 20 and filled style. + static const IconData desktop_20_filled = IconData(0xf359, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 24 and filled style. + static const IconData desktop_24_filled = IconData(0xf35a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "desktop" in size 28 and filled style. + static const IconData desktop_28_filled = IconData(0xf35b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "developer_board" in size 24 and filled style. + static const IconData developer_board_24_filled = IconData(0xf35c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "device_eq" in size 24 and filled style. + static const IconData device_eq_24_filled = IconData(0xf35d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dialpad" in size 20 and filled style. + static const IconData dialpad_20_filled = IconData(0xf35e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dialpad" in size 24 and filled style. + static const IconData dialpad_24_filled = IconData(0xf35f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dialpad_off" in size 24 and filled style. + static const IconData dialpad_off_24_filled = IconData(0xf360, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary" in size 20 and filled style. + static const IconData dictionary_20_filled = IconData(0xf361, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary" in size 24 and filled style. + static const IconData dictionary_24_filled = IconData(0xf362, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary_add" in size 20 and filled style. + static const IconData dictionary_add_20_filled = IconData(0xf363, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dictionary_add" in size 24 and filled style. + static const IconData dictionary_add_24_filled = IconData(0xf364, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "directions" in size 20 and filled style. + static const IconData directions_20_filled = IconData(0xf365, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "directions" in size 24 and filled style. + static const IconData directions_24_filled = IconData(0xf366, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 12 and filled style. + static const IconData dismiss_12_filled = IconData(0xf367, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 16 and filled style. + static const IconData dismiss_16_filled = IconData(0xf368, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 20 and filled style. + static const IconData dismiss_20_filled = IconData(0xf369, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 24 and filled style. + static const IconData dismiss_24_filled = IconData(0xf36a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss" in size 28 and filled style. + static const IconData dismiss_28_filled = IconData(0xf36b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 16 and filled style. + static const IconData dismiss_circle_16_filled = IconData(0xf36c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 20 and filled style. + static const IconData dismiss_circle_20_filled = IconData(0xf36d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 24 and filled style. + static const IconData dismiss_circle_24_filled = IconData(0xf36e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dismiss_circle" in size 48 and filled style. + static const IconData dismiss_circle_48_filled = IconData(0xf36f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "divider_short" in size 24 and filled style. + static const IconData divider_short_24_filled = IconData(0xf370, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "divider_tall" in size 24 and filled style. + static const IconData divider_tall_24_filled = IconData(0xf371, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dock" in size 24 and filled style. + static const IconData dock_24_filled = IconData(0xf372, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dock_left" in size 16 and filled style. + static const IconData dock_left_16_filled = IconData(0xf373, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dock_left" in size 20 and filled style. + static const IconData dock_left_20_filled = IconData(0xf374, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dock_left" in size 24 and filled style. + static const IconData dock_left_24_filled = IconData(0xf375, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dock_row" in size 24 and filled style. + static const IconData dock_row_24_filled = IconData(0xf376, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "doctor" in size 24 and filled style. + static const IconData doctor_24_filled = IconData(0xf377, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document" in size 20 and filled style. + static const IconData document_20_filled = IconData(0xf378, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document" in size 24 and filled style. + static const IconData document_24_filled = IconData(0xf379, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document" in size 28 and filled style. + static const IconData document_28_filled = IconData(0xf37a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_autosave" in size 24 and filled style. + static const IconData document_autosave_24_filled = IconData(0xf37b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_briefcase" in size 20 and filled style. + static const IconData document_briefcase_20_filled = IconData(0xf37c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_briefcase" in size 24 and filled style. + static const IconData document_briefcase_24_filled = IconData(0xf37d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_catch_up" in size 24 and filled style. + static const IconData document_catch_up_24_filled = IconData(0xf37e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 16 and filled style. + static const IconData document_copy_16_filled = IconData(0xf37f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 20 and filled style. + static const IconData document_copy_20_filled = IconData(0xf380, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 24 and filled style. + static const IconData document_copy_24_filled = IconData(0xf381, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_copy" in size 48 and filled style. + static const IconData document_copy_48_filled = IconData(0xf382, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_dismiss" in size 20 and filled style. + static const IconData document_dismiss_20_filled = IconData(0xf383, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_dismiss" in size 24 and filled style. + static const IconData document_dismiss_24_filled = IconData(0xf384, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_edit" in size 16 and filled style. + static const IconData document_edit_16_filled = IconData(0xf385, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_edit" in size 20 and filled style. + static const IconData document_edit_20_filled = IconData(0xf386, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_edit" in size 24 and filled style. + static const IconData document_edit_24_filled = IconData(0xf387, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_endnote" in size 20 and filled style. + static const IconData document_endnote_20_filled = IconData(0xf388, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_endnote" in size 24 and filled style. + static const IconData document_endnote_24_filled = IconData(0xf389, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_error" in size 16 and filled style. + static const IconData document_error_16_filled = IconData(0xf38a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_error" in size 20 and filled style. + static const IconData document_error_20_filled = IconData(0xf38b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_error" in size 24 and filled style. + static const IconData document_error_24_filled = IconData(0xf38c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_footer" in size 24 and filled style. + static const IconData document_footer_24_filled = IconData(0xf38d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_footer_remove" in size 24 and filled style. + static const IconData document_footer_remove_24_filled = IconData(0xf38e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_header" in size 24 and filled style. + static const IconData document_header_24_filled = IconData(0xf38f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_header_footer" in size 20 and filled style. + static const IconData document_header_footer_20_filled = IconData(0xf390, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_header_footer" in size 24 and filled style. + static const IconData document_header_footer_24_filled = IconData(0xf391, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_header_remove" in size 24 and filled style. + static const IconData document_header_remove_24_filled = IconData(0xf392, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_landscape" in size 20 and filled style. + static const IconData document_landscape_20_filled = IconData(0xf393, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_landscape" in size 24 and filled style. + static const IconData document_landscape_24_filled = IconData(0xf394, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_margins" in size 20 and filled style. + static const IconData document_margins_20_filled = IconData(0xf395, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_margins" in size 24 and filled style. + static const IconData document_margins_24_filled = IconData(0xf396, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_none" in size 20 and filled style. + static const IconData document_none_20_filled = IconData(0xf397, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_none" in size 24 and filled style. + static const IconData document_none_24_filled = IconData(0xf398, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page" in size 20 and filled style. + static const IconData document_one_page_20_filled = IconData(0xf399, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page" in size 24 and filled style. + static const IconData document_one_page_24_filled = IconData(0xf39a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page" in size 24 and filled style. + static const IconData document_page_24_filled = IconData(0xf39b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_center" in size 20 and filled style. + static const IconData document_page_bottom_center_20_filled = IconData(0xf39c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_center" in size 24 and filled style. + static const IconData document_page_bottom_center_24_filled = IconData(0xf39d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_left" in size 20 and filled style. + static const IconData document_page_bottom_left_20_filled = IconData(0xf39e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_left" in size 24 and filled style. + static const IconData document_page_bottom_left_24_filled = IconData(0xf39f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_right" in size 20 and filled style. + static const IconData document_page_bottom_right_20_filled = IconData(0xf3a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_bottom_right" in size 24 and filled style. + static const IconData document_page_bottom_right_24_filled = IconData(0xf3a1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_break" in size 24 and filled style. + static const IconData document_page_break_24_filled = IconData(0xf3a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_number" in size 20 and filled style. + static const IconData document_page_number_20_filled = IconData(0xf3a3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_number" in size 24 and filled style. + static const IconData document_page_number_24_filled = IconData(0xf3a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_center" in size 20 and filled style. + static const IconData document_page_top_center_20_filled = IconData(0xf3a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_center" in size 24 and filled style. + static const IconData document_page_top_center_24_filled = IconData(0xf3a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_left" in size 20 and filled style. + static const IconData document_page_top_left_20_filled = IconData(0xf3a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_left" in size 24 and filled style. + static const IconData document_page_top_left_24_filled = IconData(0xf3a8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_right" in size 20 and filled style. + static const IconData document_page_top_right_20_filled = IconData(0xf3a9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_page_top_right" in size 24 and filled style. + static const IconData document_page_top_right_24_filled = IconData(0xf3aa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_pdf" in size 16 and filled style. + static const IconData document_pdf_16_filled = IconData(0xf3ab, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_pdf" in size 20 and filled style. + static const IconData document_pdf_20_filled = IconData(0xf3ac, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_pdf" in size 24 and filled style. + static const IconData document_pdf_24_filled = IconData(0xf3ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_search" in size 20 and filled style. + static const IconData document_search_20_filled = IconData(0xf3ae, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_search" in size 24 and filled style. + static const IconData document_search_24_filled = IconData(0xf3af, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_toolbox" in size 20 and filled style. + static const IconData document_toolbox_20_filled = IconData(0xf3b0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_toolbox" in size 24 and filled style. + static const IconData document_toolbox_24_filled = IconData(0xf3b1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_top_center" in size 20 and filled style. + static const IconData document_top_center_20_filled = IconData(0xf3b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_top_left" in size 20 and filled style. + static const IconData document_top_left_20_filled = IconData(0xf3b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_top_right" in size 20 and filled style. + static const IconData document_top_right_20_filled = IconData(0xf3b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_unknown" in size 16 and filled style. + static const IconData document_unknown_16_filled = IconData(0xf3b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_unknown" in size 20 and filled style. + static const IconData document_unknown_20_filled = IconData(0xf3b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_unknown" in size 24 and filled style. + static const IconData document_unknown_24_filled = IconData(0xf3b7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_width" in size 20 and filled style. + static const IconData document_width_20_filled = IconData(0xf3b8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_width" in size 24 and filled style. + static const IconData document_width_24_filled = IconData(0xf3b9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "double_swipe_down" in size 24 and filled style. + static const IconData double_swipe_down_24_filled = IconData(0xf3ba, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "double_swipe_up" in size 24 and filled style. + static const IconData double_swipe_up_24_filled = IconData(0xf3bb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "double_tap_swipe_down" in size 24 and filled style. + static const IconData double_tap_swipe_down_24_filled = IconData(0xf3bc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "double_tap_swipe_up" in size 24 and filled style. + static const IconData double_tap_swipe_up_24_filled = IconData(0xf3bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drafts" in size 16 and filled style. + static const IconData drafts_16_filled = IconData(0xf3be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drafts" in size 20 and filled style. + static const IconData drafts_20_filled = IconData(0xf3bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drafts" in size 24 and filled style. + static const IconData drafts_24_filled = IconData(0xf3c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drag" in size 24 and filled style. + static const IconData drag_24_filled = IconData(0xf3c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drink" in size 24 and filled style. + static const IconData drink_24_filled = IconData(0xf3c2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drink_beer" in size 24 and filled style. + static const IconData drink_beer_24_filled = IconData(0xf3c3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drink_coffee" in size 20 and filled style. + static const IconData drink_coffee_20_filled = IconData(0xf3c4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drink_coffee" in size 24 and filled style. + static const IconData drink_coffee_24_filled = IconData(0xf3c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drink_margarita" in size 24 and filled style. + static const IconData drink_margarita_24_filled = IconData(0xf3c6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "drink_wine" in size 24 and filled style. + static const IconData drink_wine_24_filled = IconData(0xf3c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen" in size 24 and filled style. + static const IconData dual_screen_24_filled = IconData(0xf3c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_add" in size 24 and filled style. + static const IconData dual_screen_add_24_filled = IconData(0xf3c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_arrow_right" in size 24 and filled style. + static const IconData dual_screen_arrow_right_24_filled = IconData(0xf3ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_clock" in size 24 and filled style. + static const IconData dual_screen_clock_24_filled = IconData(0xf3cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_desktop" in size 24 and filled style. + static const IconData dual_screen_desktop_24_filled = IconData(0xf3cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_error" in size 24 and filled style. + static const IconData dual_screen_error_24_filled = IconData(0xf3cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_group" in size 24 and filled style. + static const IconData dual_screen_group_24_filled = IconData(0xf3ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_lock" in size 24 and filled style. + static const IconData dual_screen_lock_24_filled = IconData(0xf3cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_mirror" in size 24 and filled style. + static const IconData dual_screen_mirror_24_filled = IconData(0xf3d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_pagination" in size 24 and filled style. + static const IconData dual_screen_pagination_24_filled = IconData(0xf3d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_settings" in size 24 and filled style. + static const IconData dual_screen_settings_24_filled = IconData(0xf3d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_status_bar" in size 24 and filled style. + static const IconData dual_screen_status_bar_24_filled = IconData(0xf3d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_tablet" in size 24 and filled style. + static const IconData dual_screen_tablet_24_filled = IconData(0xf3d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_update" in size 24 and filled style. + static const IconData dual_screen_update_24_filled = IconData(0xf3d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_vertical_scroll" in size 24 and filled style. + static const IconData dual_screen_vertical_scroll_24_filled = IconData(0xf3d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "dual_screen_vibrate" in size 24 and filled style. + static const IconData dual_screen_vibrate_24_filled = IconData(0xf3d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "earth" in size 16 and filled style. + static const IconData earth_16_filled = IconData(0xf3d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "earth" in size 20 and filled style. + static const IconData earth_20_filled = IconData(0xf3d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "earth" in size 24 and filled style. + static const IconData earth_24_filled = IconData(0xf3da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "edit" in size 16 and filled style. + static const IconData edit_16_filled = IconData(0xf3db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "edit" in size 20 and filled style. + static const IconData edit_20_filled = IconData(0xf3dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "edit" in size 24 and filled style. + static const IconData edit_24_filled = IconData(0xf3dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji" in size 16 and filled style. + static const IconData emoji_16_filled = IconData(0xf3de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji" in size 20 and filled style. + static const IconData emoji_20_filled = IconData(0xf3df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji" in size 24 and filled style. + static const IconData emoji_24_filled = IconData(0xf3e0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_add" in size 24 and filled style. + static const IconData emoji_add_24_filled = IconData(0xf3e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_angry" in size 20 and filled style. + static const IconData emoji_angry_20_filled = IconData(0xf3e2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_angry" in size 24 and filled style. + static const IconData emoji_angry_24_filled = IconData(0xf3e3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_laugh" in size 20 and filled style. + static const IconData emoji_laugh_20_filled = IconData(0xf3e4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_laugh" in size 24 and filled style. + static const IconData emoji_laugh_24_filled = IconData(0xf3e5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meh" in size 20 and filled style. + static const IconData emoji_meh_20_filled = IconData(0xf3e6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meh" in size 24 and filled style. + static const IconData emoji_meh_24_filled = IconData(0xf3e7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_sad" in size 20 and filled style. + static const IconData emoji_sad_20_filled = IconData(0xf3e8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_sad" in size 24 and filled style. + static const IconData emoji_sad_24_filled = IconData(0xf3e9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_surprise" in size 20 and filled style. + static const IconData emoji_surprise_20_filled = IconData(0xf3ea, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_surprise" in size 24 and filled style. + static const IconData emoji_surprise_24_filled = IconData(0xf3eb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "erase" in size 20 and filled style. + static const IconData erase_20_filled = IconData(0xf3ec, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "erase" in size 24 and filled style. + static const IconData erase_24_filled = IconData(0xf3ed, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "eraser_tool" in size 24 and filled style. + static const IconData eraser_tool_24_filled = IconData(0xf3ee, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "error_circle" in size 16 and filled style. + static const IconData error_circle_16_filled = IconData(0xf3ef, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "error_circle" in size 20 and filled style. + static const IconData error_circle_20_filled = IconData(0xf3f0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "error_circle" in size 24 and filled style. + static const IconData error_circle_24_filled = IconData(0xf3f1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "export" in size 24 and filled style. + static const IconData export_24_filled = IconData(0xf3f2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "extended_dock" in size 24 and filled style. + static const IconData extended_dock_24_filled = IconData(0xf3f3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "extension" in size 20 and filled style. + static const IconData extension_20_filled = IconData(0xf3f4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "extension" in size 24 and filled style. + static const IconData extension_24_filled = IconData(0xf3f5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "eye_hide" in size 20 and filled style. + static const IconData eye_hide_20_filled = IconData(0xf3f6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "eye_hide" in size 24 and filled style. + static const IconData eye_hide_24_filled = IconData(0xf3f7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 12 and filled style. + static const IconData eye_show_12_filled = IconData(0xf3f8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 16 and filled style. + static const IconData eye_show_16_filled = IconData(0xf3f9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 20 and filled style. + static const IconData eye_show_20_filled = IconData(0xf3fa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "eye_show" in size 24 and filled style. + static const IconData eye_show_24_filled = IconData(0xf3fb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fast_acceleration" in size 24 and filled style. + static const IconData fast_acceleration_24_filled = IconData(0xf3fc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fast_forward" in size 20 and filled style. + static const IconData fast_forward_20_filled = IconData(0xf3fd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fast_forward" in size 24 and filled style. + static const IconData fast_forward_24_filled = IconData(0xf3fe, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 16 and filled style. + static const IconData fast_mode_16_filled = IconData(0xf3ff, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 20 and filled style. + static const IconData fast_mode_20_filled = IconData(0xf400, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 24 and filled style. + static const IconData fast_mode_24_filled = IconData(0xf401, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fast_mode" in size 28 and filled style. + static const IconData fast_mode_28_filled = IconData(0xf402, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "favorites" in size 20 and filled style. + static const IconData favorites_20_filled = IconData(0xf403, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "favorites" in size 24 and filled style. + static const IconData favorites_24_filled = IconData(0xf404, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "filter" in size 20 and filled style. + static const IconData filter_20_filled = IconData(0xf405, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "filter" in size 24 and filled style. + static const IconData filter_24_filled = IconData(0xf406, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "filter" in size 28 and filled style. + static const IconData filter_28_filled = IconData(0xf407, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fingerprint" in size 24 and filled style. + static const IconData fingerprint_24_filled = IconData(0xf408, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 16 and filled style. + static const IconData flag_16_filled = IconData(0xf409, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 20 and filled style. + static const IconData flag_20_filled = IconData(0xf40a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 24 and filled style. + static const IconData flag_24_filled = IconData(0xf40b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 28 and filled style. + static const IconData flag_28_filled = IconData(0xf40c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag" in size 48 and filled style. + static const IconData flag_48_filled = IconData(0xf40d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_off" in size 24 and filled style. + static const IconData flag_off_24_filled = IconData(0xf40e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_off" in size 28 and filled style. + static const IconData flag_off_28_filled = IconData(0xf40f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_off" in size 48 and filled style. + static const IconData flag_off_48_filled = IconData(0xf410, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_pride" in size 16 and filled style. + static const IconData flag_pride_16_filled = IconData(0xf411, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_pride" in size 20 and filled style. + static const IconData flag_pride_20_filled = IconData(0xf412, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_pride" in size 24 and filled style. + static const IconData flag_pride_24_filled = IconData(0xf413, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_pride" in size 28 and filled style. + static const IconData flag_pride_28_filled = IconData(0xf414, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flag_pride" in size 48 and filled style. + static const IconData flag_pride_48_filled = IconData(0xf415, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flash_auto" in size 24 and filled style. + static const IconData flash_auto_24_filled = IconData(0xf416, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flash_off" in size 24 and filled style. + static const IconData flash_off_24_filled = IconData(0xf417, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flash_on" in size 20 and filled style. + static const IconData flash_on_20_filled = IconData(0xf418, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flash_on" in size 24 and filled style. + static const IconData flash_on_24_filled = IconData(0xf419, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flashlight" in size 24 and filled style. + static const IconData flashlight_24_filled = IconData(0xf41a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "flashlight_off" in size 24 and filled style. + static const IconData flashlight_off_24_filled = IconData(0xf41b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 20 and filled style. + static const IconData folder_20_filled = IconData(0xf41c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 24 and filled style. + static const IconData folder_24_filled = IconData(0xf41d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 28 and filled style. + static const IconData folder_28_filled = IconData(0xf41e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder" in size 48 and filled style. + static const IconData folder_48_filled = IconData(0xf41f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 20 and filled style. + static const IconData folder_add_20_filled = IconData(0xf420, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 24 and filled style. + static const IconData folder_add_24_filled = IconData(0xf421, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 28 and filled style. + static const IconData folder_add_28_filled = IconData(0xf422, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_add" in size 48 and filled style. + static const IconData folder_add_48_filled = IconData(0xf423, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_briefcase" in size 20 and filled style. + static const IconData folder_briefcase_20_filled = IconData(0xf424, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 20 and filled style. + static const IconData folder_junk_20_filled = IconData(0xf425, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 24 and filled style. + static const IconData folder_junk_24_filled = IconData(0xf426, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 28 and filled style. + static const IconData folder_junk_28_filled = IconData(0xf427, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_junk" in size 48 and filled style. + static const IconData folder_junk_48_filled = IconData(0xf428, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 20 and filled style. + static const IconData folder_link_20_filled = IconData(0xf429, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 24 and filled style. + static const IconData folder_link_24_filled = IconData(0xf42a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 28 and filled style. + static const IconData folder_link_28_filled = IconData(0xf42b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_link" in size 48 and filled style. + static const IconData folder_link_48_filled = IconData(0xf42c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 20 and filled style. + static const IconData folder_move_20_filled = IconData(0xf42d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 24 and filled style. + static const IconData folder_move_24_filled = IconData(0xf42e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 28 and filled style. + static const IconData folder_move_28_filled = IconData(0xf42f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_move" in size 48 and filled style. + static const IconData folder_move_48_filled = IconData(0xf430, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open" in size 16 and filled style. + static const IconData folder_open_16_filled = IconData(0xf431, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open" in size 20 and filled style. + static const IconData folder_open_20_filled = IconData(0xf432, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open" in size 24 and filled style. + static const IconData folder_open_24_filled = IconData(0xf433, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_open_vertical" in size 20 and filled style. + static const IconData folder_open_vertical_20_filled = IconData(0xf434, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_public" in size 16 and filled style. + static const IconData folder_public_16_filled = IconData(0xf435, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_public" in size 20 and filled style. + static const IconData folder_public_20_filled = IconData(0xf436, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_public" in size 24 and filled style. + static const IconData folder_public_24_filled = IconData(0xf437, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_zip" in size 16 and filled style. + static const IconData folder_zip_16_filled = IconData(0xf438, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_zip" in size 20 and filled style. + static const IconData folder_zip_20_filled = IconData(0xf439, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "folder_zip" in size 24 and filled style. + static const IconData folder_zip_24_filled = IconData(0xf43a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_decrease" in size 20 and filled style. + static const IconData font_decrease_20_filled = IconData(0xf43b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_decrease" in size 24 and filled style. + static const IconData font_decrease_24_filled = IconData(0xf43c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_increase" in size 20 and filled style. + static const IconData font_increase_20_filled = IconData(0xf43d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_increase" in size 24 and filled style. + static const IconData font_increase_24_filled = IconData(0xf43e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 16 and filled style. + static const IconData font_space_tracking_in_16_filled = IconData(0xf43f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 20 and filled style. + static const IconData font_space_tracking_in_20_filled = IconData(0xf440, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 24 and filled style. + static const IconData font_space_tracking_in_24_filled = IconData(0xf441, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_in" in size 28 and filled style. + static const IconData font_space_tracking_in_28_filled = IconData(0xf442, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 16 and filled style. + static const IconData font_space_tracking_out_16_filled = IconData(0xf443, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 20 and filled style. + static const IconData font_space_tracking_out_20_filled = IconData(0xf444, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 24 and filled style. + static const IconData font_space_tracking_out_24_filled = IconData(0xf445, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "font_space_tracking_out" in size 28 and filled style. + static const IconData font_space_tracking_out_28_filled = IconData(0xf446, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "food" in size 20 and filled style. + static const IconData food_20_filled = IconData(0xf447, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "food" in size 24 and filled style. + static const IconData food_24_filled = IconData(0xf448, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "food_cake" in size 24 and filled style. + static const IconData food_cake_24_filled = IconData(0xf449, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "food_egg" in size 24 and filled style. + static const IconData food_egg_24_filled = IconData(0xf44a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "food_toast" in size 24 and filled style. + static const IconData food_toast_24_filled = IconData(0xf44b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "form_new" in size 24 and filled style. + static const IconData form_new_24_filled = IconData(0xf44c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "form_new" in size 28 and filled style. + static const IconData form_new_28_filled = IconData(0xf44d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "form_new" in size 48 and filled style. + static const IconData form_new_48_filled = IconData(0xf44e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "forward" in size 20 and filled style. + static const IconData forward_20_filled = IconData(0xf44f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "forward" in size 24 and filled style. + static const IconData forward_24_filled = IconData(0xf450, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fps_240" in size 24 and filled style. + static const IconData fps_240_24_filled = IconData(0xf451, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "fps_960" in size 24 and filled style. + static const IconData fps_960_24_filled = IconData(0xf452, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "full_screen_zoom" in size 24 and filled style. + static const IconData full_screen_zoom_24_filled = IconData(0xf453, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "gallery" in size 24 and filled style. + static const IconData gallery_24_filled = IconData(0xf454, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "games" in size 24 and filled style. + static const IconData games_24_filled = IconData(0xf455, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "gesture" in size 24 and filled style. + static const IconData gesture_24_filled = IconData(0xf456, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "gif" in size 20 and filled style. + static const IconData gif_20_filled = IconData(0xf457, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "gif" in size 24 and filled style. + static const IconData gif_24_filled = IconData(0xf458, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "gift" in size 20 and filled style. + static const IconData gift_20_filled = IconData(0xf459, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "gift" in size 24 and filled style. + static const IconData gift_24_filled = IconData(0xf45a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "glance" in size 24 and filled style. + static const IconData glance_24_filled = IconData(0xf45b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "glasses" in size 24 and filled style. + static const IconData glasses_24_filled = IconData(0xf45c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "glasses_off" in size 24 and filled style. + static const IconData glasses_off_24_filled = IconData(0xf45d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe" in size 20 and filled style. + static const IconData globe_20_filled = IconData(0xf45e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe" in size 24 and filled style. + static const IconData globe_24_filled = IconData(0xf45f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe_add" in size 24 and filled style. + static const IconData globe_add_24_filled = IconData(0xf460, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe_clock" in size 24 and filled style. + static const IconData globe_clock_24_filled = IconData(0xf461, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe_desktop" in size 24 and filled style. + static const IconData globe_desktop_24_filled = IconData(0xf462, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe_location" in size 24 and filled style. + static const IconData globe_location_24_filled = IconData(0xf463, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe_search" in size 24 and filled style. + static const IconData globe_search_24_filled = IconData(0xf464, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "globe_video" in size 24 and filled style. + static const IconData globe_video_24_filled = IconData(0xf465, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "grid" in size 20 and filled style. + static const IconData grid_20_filled = IconData(0xf466, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "grid" in size 24 and filled style. + static const IconData grid_24_filled = IconData(0xf467, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "grid" in size 28 and filled style. + static const IconData grid_28_filled = IconData(0xf468, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "group" in size 20 and filled style. + static const IconData group_20_filled = IconData(0xf469, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "group" in size 24 and filled style. + static const IconData group_24_filled = IconData(0xf46a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "group_list" in size 24 and filled style. + static const IconData group_list_24_filled = IconData(0xf46b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 16 and filled style. + static const IconData guest_16_filled = IconData(0xf46c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 20 and filled style. + static const IconData guest_20_filled = IconData(0xf46d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 24 and filled style. + static const IconData guest_24_filled = IconData(0xf46e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 28 and filled style. + static const IconData guest_28_filled = IconData(0xf46f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "guest_add" in size 24 and filled style. + static const IconData guest_add_24_filled = IconData(0xf470, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "hand_raise" in size 24 and filled style. + static const IconData hand_raise_24_filled = IconData(0xf471, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "handshake" in size 16 and filled style. + static const IconData handshake_16_filled = IconData(0xf472, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "handshake" in size 20 and filled style. + static const IconData handshake_20_filled = IconData(0xf473, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "handshake" in size 24 and filled style. + static const IconData handshake_24_filled = IconData(0xf474, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "hdr" in size 24 and filled style. + static const IconData hdr_24_filled = IconData(0xf475, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "headphones" in size 24 and filled style. + static const IconData headphones_24_filled = IconData(0xf476, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "headphones" in size 28 and filled style. + static const IconData headphones_28_filled = IconData(0xf477, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "headset" in size 24 and filled style. + static const IconData headset_24_filled = IconData(0xf478, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "headset" in size 28 and filled style. + static const IconData headset_28_filled = IconData(0xf479, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "headset_vr" in size 20 and filled style. + static const IconData headset_vr_20_filled = IconData(0xf47a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "headset_vr" in size 24 and filled style. + static const IconData headset_vr_24_filled = IconData(0xf47b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "heart" in size 16 and filled style. + static const IconData heart_16_filled = IconData(0xf47c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "heart" in size 20 and filled style. + static const IconData heart_20_filled = IconData(0xf47d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "heart" in size 24 and filled style. + static const IconData heart_24_filled = IconData(0xf47e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "highlight" in size 16 and filled style. + static const IconData highlight_16_filled = IconData(0xf47f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "highlight" in size 20 and filled style. + static const IconData highlight_20_filled = IconData(0xf480, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "highlight" in size 24 and filled style. + static const IconData highlight_24_filled = IconData(0xf481, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "highlight_accent" in size 16 and filled style. + static const IconData highlight_accent_16_filled = IconData(0xf482, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "highlight_accent" in size 20 and filled style. + static const IconData highlight_accent_20_filled = IconData(0xf483, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "highlight_accent" in size 24 and filled style. + static const IconData highlight_accent_24_filled = IconData(0xf484, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "history" in size 20 and filled style. + static const IconData history_20_filled = IconData(0xf485, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "history" in size 24 and filled style. + static const IconData history_24_filled = IconData(0xf486, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "home" in size 20 and filled style. + static const IconData home_20_filled = IconData(0xf487, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "home" in size 24 and filled style. + static const IconData home_24_filled = IconData(0xf488, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "home" in size 28 and filled style. + static const IconData home_28_filled = IconData(0xf489, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "home_add" in size 24 and filled style. + static const IconData home_add_24_filled = IconData(0xf48a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "home_checkmark" in size 24 and filled style. + static const IconData home_checkmark_24_filled = IconData(0xf48b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "icons" in size 20 and filled style. + static const IconData icons_20_filled = IconData(0xf48c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "icons" in size 24 and filled style. + static const IconData icons_24_filled = IconData(0xf48d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 16 and filled style. + static const IconData image_16_filled = IconData(0xf48e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 20 and filled style. + static const IconData image_20_filled = IconData(0xf48f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 24 and filled style. + static const IconData image_24_filled = IconData(0xf490, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 28 and filled style. + static const IconData image_28_filled = IconData(0xf491, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image" in size 48 and filled style. + static const IconData image_48_filled = IconData(0xf492, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_add" in size 24 and filled style. + static const IconData image_add_24_filled = IconData(0xf493, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_alt_text" in size 20 and filled style. + static const IconData image_alt_text_20_filled = IconData(0xf494, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_alt_text" in size 24 and filled style. + static const IconData image_alt_text_24_filled = IconData(0xf495, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_copy" in size 20 and filled style. + static const IconData image_copy_20_filled = IconData(0xf496, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_copy" in size 24 and filled style. + static const IconData image_copy_24_filled = IconData(0xf497, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_copy" in size 28 and filled style. + static const IconData image_copy_28_filled = IconData(0xf498, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_edit" in size 16 and filled style. + static const IconData image_edit_16_filled = IconData(0xf499, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_edit" in size 20 and filled style. + static const IconData image_edit_20_filled = IconData(0xf49a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_edit" in size 24 and filled style. + static const IconData image_edit_24_filled = IconData(0xf49b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_library" in size 20 and filled style. + static const IconData image_library_20_filled = IconData(0xf49c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_library" in size 24 and filled style. + static const IconData image_library_24_filled = IconData(0xf49d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_library" in size 28 and filled style. + static const IconData image_library_28_filled = IconData(0xf49e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_off" in size 24 and filled style. + static const IconData image_off_24_filled = IconData(0xf49f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_search" in size 20 and filled style. + static const IconData image_search_20_filled = IconData(0xf4a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "image_search" in size 24 and filled style. + static const IconData image_search_24_filled = IconData(0xf4a1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "immersive_reader" in size 20 and filled style. + static const IconData immersive_reader_20_filled = IconData(0xf4a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "immersive_reader" in size 24 and filled style. + static const IconData immersive_reader_24_filled = IconData(0xf4a3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 12 and filled style. + static const IconData important_12_filled = IconData(0xf4a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 16 and filled style. + static const IconData important_16_filled = IconData(0xf4a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 20 and filled style. + static const IconData important_20_filled = IconData(0xf4a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "important" in size 24 and filled style. + static const IconData important_24_filled = IconData(0xf4a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "incognito" in size 24 and filled style. + static const IconData incognito_24_filled = IconData(0xf4a8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 16 and filled style. + static const IconData info_16_filled = IconData(0xf4a9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 20 and filled style. + static const IconData info_20_filled = IconData(0xf4aa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 24 and filled style. + static const IconData info_24_filled = IconData(0xf4ab, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "info" in size 28 and filled style. + static const IconData info_28_filled = IconData(0xf4ac, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool" in size 16 and filled style. + static const IconData inking_tool_16_filled = IconData(0xf4ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool" in size 20 and filled style. + static const IconData inking_tool_20_filled = IconData(0xf4ae, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool" in size 24 and filled style. + static const IconData inking_tool_24_filled = IconData(0xf4af, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool_accent" in size 16 and filled style. + static const IconData inking_tool_accent_16_filled = IconData(0xf4b0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool_accent" in size 20 and filled style. + static const IconData inking_tool_accent_20_filled = IconData(0xf4b1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inking_tool_accent" in size 24 and filled style. + static const IconData inking_tool_accent_24_filled = IconData(0xf4b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 16 and filled style. + static const IconData inprivate_account_16_filled = IconData(0xf4b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 20 and filled style. + static const IconData inprivate_account_20_filled = IconData(0xf4b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 24 and filled style. + static const IconData inprivate_account_24_filled = IconData(0xf4b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inprivate_account" in size 28 and filled style. + static const IconData inprivate_account_28_filled = IconData(0xf4b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "insert" in size 20 and filled style. + static const IconData insert_20_filled = IconData(0xf4b7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inspect" in size 20 and filled style. + static const IconData inspect_20_filled = IconData(0xf4b8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "inspect" in size 24 and filled style. + static const IconData inspect_24_filled = IconData(0xf4b9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ios_arrow_left" in size 24 and filled style. + static const IconData ios_arrow_left_24_filled = IconData(0xf4ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "ios_chevron" in size 24 and filled style. + static const IconData ios_chevron_24_filled = IconData(0xf4bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "ios_chevron_right" in size 20 and filled style. + static const IconData ios_chevron_right_20_filled = IconData(0xf4bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "javascript" in size 16 and filled style. + static const IconData javascript_16_filled = IconData(0xf4bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "javascript" in size 20 and filled style. + static const IconData javascript_20_filled = IconData(0xf4be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "javascript" in size 24 and filled style. + static const IconData javascript_24_filled = IconData(0xf4bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "key" in size 20 and filled style. + static const IconData key_20_filled = IconData(0xf4c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "key" in size 24 and filled style. + static const IconData key_24_filled = IconData(0xf4c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard" in size 20 and filled style. + static const IconData keyboard_20_filled = IconData(0xf4c2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard" in size 24 and filled style. + static const IconData keyboard_24_filled = IconData(0xf4c3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_dock" in size 24 and filled style. + static const IconData keyboard_dock_24_filled = IconData(0xf4c4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_float" in size 24 and filled style. + static const IconData keyboard_layout_float_24_filled = IconData(0xf4c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_one_handed_left" in size 24 and filled style. + static const IconData keyboard_layout_one_handed_left_24_filled = IconData( + 0xf4c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_resize" in size 24 and filled style. + static const IconData keyboard_layout_resize_24_filled = IconData(0xf4c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_layout_split" in size 24 and filled style. + static const IconData keyboard_layout_split_24_filled = IconData(0xf4c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_shift" in size 24 and filled style. + static const IconData keyboard_shift_24_filled = IconData(0xf4c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_shift_uppercase" in size 24 and filled style. + static const IconData keyboard_shift_uppercase_24_filled = IconData(0xf4ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "keyboard_tab" in size 24 and filled style. + static const IconData keyboard_tab_24_filled = IconData(0xf4cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 16 and filled style. + static const IconData laptop_16_filled = IconData(0xf4cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 20 and filled style. + static const IconData laptop_20_filled = IconData(0xf4cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 24 and filled style. + static const IconData laptop_24_filled = IconData(0xf4ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop" in size 28 and filled style. + static const IconData laptop_28_filled = IconData(0xf4cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "large" in size 16 and filled style. + static const IconData large_16_filled = IconData(0xf4d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "large" in size 20 and filled style. + static const IconData large_20_filled = IconData(0xf4d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "large" in size 24 and filled style. + static const IconData large_24_filled = IconData(0xf4d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lasso" in size 24 and filled style. + static const IconData lasso_24_filled = IconData(0xf4d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "launcher_settings" in size 24 and filled style. + static const IconData launcher_settings_24_filled = IconData(0xf4d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "layer" in size 20 and filled style. + static const IconData layer_20_filled = IconData(0xf4d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "layer" in size 24 and filled style. + static const IconData layer_24_filled = IconData(0xf4d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "leaf" in size 16 and filled style. + static const IconData leaf_16_filled = IconData(0xf4d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "leaf" in size 20 and filled style. + static const IconData leaf_20_filled = IconData(0xf4d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "leaf" in size 24 and filled style. + static const IconData leaf_24_filled = IconData(0xf4d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "leaf_two" in size 16 and filled style. + static const IconData leaf_two_16_filled = IconData(0xf4da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "leaf_two" in size 20 and filled style. + static const IconData leaf_two_20_filled = IconData(0xf4db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "leaf_two" in size 24 and filled style. + static const IconData leaf_two_24_filled = IconData(0xf4dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "library" in size 24 and filled style. + static const IconData library_24_filled = IconData(0xf4dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "library" in size 28 and filled style. + static const IconData library_28_filled = IconData(0xf4de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb" in size 16 and filled style. + static const IconData lightbulb_16_filled = IconData(0xf4df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb" in size 20 and filled style. + static const IconData lightbulb_20_filled = IconData(0xf4e0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb" in size 24 and filled style. + static const IconData lightbulb_24_filled = IconData(0xf4e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_circle" in size 24 and filled style. + static const IconData lightbulb_circle_24_filled = IconData(0xf4e2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_filament" in size 16 and filled style. + static const IconData lightbulb_filament_16_filled = IconData(0xf4e3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_filament" in size 20 and filled style. + static const IconData lightbulb_filament_20_filled = IconData(0xf4e4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lightbulb_filament" in size 24 and filled style. + static const IconData lightbulb_filament_24_filled = IconData(0xf4e5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "like" in size 16 and filled style. + static const IconData like_16_filled = IconData(0xf4e6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "likert" in size 16 and filled style. + static const IconData likert_16_filled = IconData(0xf4e7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "likert" in size 20 and filled style. + static const IconData likert_20_filled = IconData(0xf4e8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "likert" in size 24 and filled style. + static const IconData likert_24_filled = IconData(0xf4e9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "line_horizontal_1" in size 20 and filled style. + static const IconData line_horizontal_1_20_filled = IconData(0xf4ea, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "line_horizontal_3" in size 20 and filled style. + static const IconData line_horizontal_3_20_filled = IconData(0xf4eb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "line_horizontal_5" in size 20 and filled style. + static const IconData line_horizontal_5_20_filled = IconData(0xf4ec, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 16 and filled style. + static const IconData link_16_filled = IconData(0xf4ed, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 20 and filled style. + static const IconData link_20_filled = IconData(0xf4ee, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 24 and filled style. + static const IconData link_24_filled = IconData(0xf4ef, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 28 and filled style. + static const IconData link_28_filled = IconData(0xf4f0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link" in size 48 and filled style. + static const IconData link_48_filled = IconData(0xf4f1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link_edit" in size 16 and filled style. + static const IconData link_edit_16_filled = IconData(0xf4f2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link_edit" in size 20 and filled style. + static const IconData link_edit_20_filled = IconData(0xf4f3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link_edit" in size 24 and filled style. + static const IconData link_edit_24_filled = IconData(0xf4f4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link_remove" in size 20 and filled style. + static const IconData link_remove_20_filled = IconData(0xf4f5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "link_square" in size 24 and filled style. + static const IconData link_square_24_filled = IconData(0xf4f6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "list" in size 20 and filled style. + static const IconData list_20_filled = IconData(0xf4f7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "list" in size 24 and filled style. + static const IconData list_24_filled = IconData(0xf4f8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "list" in size 28 and filled style. + static const IconData list_28_filled = IconData(0xf4f9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "live" in size 20 and filled style. + static const IconData live_20_filled = IconData(0xf4fa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "live" in size 24 and filled style. + static const IconData live_24_filled = IconData(0xf4fb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 16 and filled style. + static const IconData local_language_16_filled = IconData(0xf4fc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 20 and filled style. + static const IconData local_language_20_filled = IconData(0xf4fd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 24 and filled style. + static const IconData local_language_24_filled = IconData(0xf4fe, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "local_language" in size 28 and filled style. + static const IconData local_language_28_filled = IconData(0xf4ff, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 12 and filled style. + static const IconData location_12_filled = IconData(0xf500, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 16 and filled style. + static const IconData location_16_filled = IconData(0xf501, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 20 and filled style. + static const IconData location_20_filled = IconData(0xf502, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 24 and filled style. + static const IconData location_24_filled = IconData(0xf503, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location" in size 28 and filled style. + static const IconData location_28_filled = IconData(0xf504, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location_live" in size 20 and filled style. + static const IconData location_live_20_filled = IconData(0xf505, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location_live" in size 24 and filled style. + static const IconData location_live_24_filled = IconData(0xf506, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location_not_found" in size 24 and filled style. + static const IconData location_not_found_24_filled = IconData(0xf507, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 12 and filled style. + static const IconData lock_12_filled = IconData(0xf508, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 16 and filled style. + static const IconData lock_16_filled = IconData(0xf509, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 20 and filled style. + static const IconData lock_20_filled = IconData(0xf50a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lock" in size 24 and filled style. + static const IconData lock_24_filled = IconData(0xf50b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lock_shield" in size 20 and filled style. + static const IconData lock_shield_20_filled = IconData(0xf50c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lock_shield" in size 24 and filled style. + static const IconData lock_shield_24_filled = IconData(0xf50d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "lock_shield" in size 48 and filled style. + static const IconData lock_shield_48_filled = IconData(0xf50e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "magic_wand" in size 24 and filled style. + static const IconData magic_wand_24_filled = IconData(0xf50f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 20 and filled style. + static const IconData mail_20_filled = IconData(0xf510, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 24 and filled style. + static const IconData mail_24_filled = IconData(0xf511, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 28 and filled style. + static const IconData mail_28_filled = IconData(0xf512, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail" in size 48 and filled style. + static const IconData mail_48_filled = IconData(0xf513, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_add" in size 24 and filled style. + static const IconData mail_add_24_filled = IconData(0xf514, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all" in size 20 and filled style. + static const IconData mail_all_20_filled = IconData(0xf515, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all" in size 24 and filled style. + static const IconData mail_all_24_filled = IconData(0xf516, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all_accounts" in size 24 and filled style. + static const IconData mail_all_accounts_24_filled = IconData(0xf517, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all_read" in size 20 and filled style. + static const IconData mail_all_read_20_filled = IconData(0xf518, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_all_unread" in size 20 and filled style. + static const IconData mail_all_unread_20_filled = IconData(0xf519, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_clock" in size 20 and filled style. + static const IconData mail_clock_20_filled = IconData(0xf51a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_copy" in size 20 and filled style. + static const IconData mail_copy_20_filled = IconData(0xf51b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_copy" in size 24 and filled style. + static const IconData mail_copy_24_filled = IconData(0xf51c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 16 and filled style. + static const IconData mail_inbox_16_filled = IconData(0xf51d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 20 and filled style. + static const IconData mail_inbox_20_filled = IconData(0xf51e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 24 and filled style. + static const IconData mail_inbox_24_filled = IconData(0xf51f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox" in size 28 and filled style. + static const IconData mail_inbox_28_filled = IconData(0xf520, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 16 and filled style. + static const IconData mail_inbox_add_16_filled = IconData(0xf521, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 20 and filled style. + static const IconData mail_inbox_add_20_filled = IconData(0xf522, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 24 and filled style. + static const IconData mail_inbox_add_24_filled = IconData(0xf523, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_add" in size 28 and filled style. + static const IconData mail_inbox_add_28_filled = IconData(0xf524, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 16 and filled style. + static const IconData mail_inbox_dismiss_16_filled = IconData(0xf525, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 20 and filled style. + static const IconData mail_inbox_dismiss_20_filled = IconData(0xf526, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 24 and filled style. + static const IconData mail_inbox_dismiss_24_filled = IconData(0xf527, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_inbox_dismiss" in size 28 and filled style. + static const IconData mail_inbox_dismiss_28_filled = IconData(0xf528, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_move_to_focussed" in size 24 and filled style. + static const IconData mail_move_to_focussed_24_filled = IconData(0xf529, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_outbox" in size 20 and filled style. + static const IconData mail_outbox_20_filled = IconData(0xf8e0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_outbox" in size 24 and filled style. + static const IconData mail_outbox_24_filled = IconData(0xf52a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 20 and filled style. + static const IconData mail_read_20_filled = IconData(0xf52b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 24 and filled style. + static const IconData mail_read_24_filled = IconData(0xf52c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 28 and filled style. + static const IconData mail_read_28_filled = IconData(0xf52d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_read" in size 48 and filled style. + static const IconData mail_read_48_filled = IconData(0xf52e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 16 and filled style. + static const IconData mail_unread_16_filled = IconData(0xf52f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 20 and filled style. + static const IconData mail_unread_20_filled = IconData(0xf530, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 24 and filled style. + static const IconData mail_unread_24_filled = IconData(0xf531, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 28 and filled style. + static const IconData mail_unread_28_filled = IconData(0xf532, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unread" in size 48 and filled style. + static const IconData mail_unread_48_filled = IconData(0xf533, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mail_unsubscribe" in size 24 and filled style. + static const IconData mail_unsubscribe_24_filled = IconData(0xf534, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "malware_detected" in size 16 and filled style. + static const IconData malware_detected_16_filled = IconData(0xf535, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "malware_detected" in size 24 and filled style. + static const IconData malware_detected_24_filled = IconData(0xf536, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "manufacturer" in size 24 and filled style. + static const IconData manufacturer_24_filled = IconData(0xf537, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "map" in size 24 and filled style. + static const IconData map_24_filled = IconData(0xf538, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "map_drive" in size 16 and filled style. + static const IconData map_drive_16_filled = IconData(0xf539, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "map_drive" in size 20 and filled style. + static const IconData map_drive_20_filled = IconData(0xf53a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "map_drive" in size 24 and filled style. + static const IconData map_drive_24_filled = IconData(0xf53b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "match_app_layout" in size 24 and filled style. + static const IconData match_app_layout_24_filled = IconData(0xf53c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "maximize" in size 16 and filled style. + static const IconData maximize_16_filled = IconData(0xf53d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "meet_now" in size 20 and filled style. + static const IconData meet_now_20_filled = IconData(0xf53e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "meet_now" in size 24 and filled style. + static const IconData meet_now_24_filled = IconData(0xf53f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 16 and filled style. + static const IconData megaphone_16_filled = IconData(0xf540, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 20 and filled style. + static const IconData megaphone_20_filled = IconData(0xf541, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 24 and filled style. + static const IconData megaphone_24_filled = IconData(0xf542, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone" in size 28 and filled style. + static const IconData megaphone_28_filled = IconData(0xf543, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "megaphone_off" in size 24 and filled style. + static const IconData megaphone_off_24_filled = IconData(0xf544, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mention" in size 16 and filled style. + static const IconData mention_16_filled = IconData(0xf545, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mention" in size 20 and filled style. + static const IconData mention_20_filled = IconData(0xf546, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mention" in size 24 and filled style. + static const IconData mention_24_filled = IconData(0xf547, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "merge" in size 24 and filled style. + static const IconData merge_24_filled = IconData(0xf548, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 12 and filled style. + static const IconData mic_off_12_filled = IconData(0xf549, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 16 and filled style. + static const IconData mic_off_16_filled = IconData(0xf54a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 24 and filled style. + static const IconData mic_off_24_filled = IconData(0xf54b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_off" in size 28 and filled style. + static const IconData mic_off_28_filled = IconData(0xf54c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 16 and filled style. + static const IconData mic_on_16_filled = IconData(0xf54d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 20 and filled style. + static const IconData mic_on_20_filled = IconData(0xf54e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 24 and filled style. + static const IconData mic_on_24_filled = IconData(0xf54f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 28 and filled style. + static const IconData mic_on_28_filled = IconData(0xf550, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_on" in size 48 and filled style. + static const IconData mic_on_48_filled = IconData(0xf551, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mic_settings" in size 24 and filled style. + static const IconData mic_settings_24_filled = IconData(0xf552, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "midi" in size 20 and filled style. + static const IconData midi_20_filled = IconData(0xf553, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "midi" in size 24 and filled style. + static const IconData midi_24_filled = IconData(0xf554, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "missing_metadata" in size 16 and filled style. + static const IconData missing_metadata_16_filled = IconData(0xf555, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "missing_metadata" in size 24 and filled style. + static const IconData missing_metadata_24_filled = IconData(0xf556, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "mobile_optimized" in size 24 and filled style. + static const IconData mobile_optimized_24_filled = IconData(0xf557, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "money" in size 16 and filled style. + static const IconData money_16_filled = IconData(0xf558, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "money" in size 20 and filled style. + static const IconData money_20_filled = IconData(0xf559, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "money" in size 24 and filled style. + static const IconData money_24_filled = IconData(0xf55a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 16 and filled style. + static const IconData more_16_filled = IconData(0xf55b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 20 and filled style. + static const IconData more_20_filled = IconData(0xf55c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 24 and filled style. + static const IconData more_24_filled = IconData(0xf55d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 28 and filled style. + static const IconData more_28_filled = IconData(0xf55e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more" in size 48 and filled style. + static const IconData more_48_filled = IconData(0xf55f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 20 and filled style. + static const IconData more_vertical_20_filled = IconData(0xf560, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 24 and filled style. + static const IconData more_vertical_24_filled = IconData(0xf561, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 28 and filled style. + static const IconData more_vertical_28_filled = IconData(0xf562, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more_vertical" in size 48 and filled style. + static const IconData more_vertical_48_filled = IconData(0xf563, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "movies_and_tv" in size 24 and filled style. + static const IconData movies_and_tv_24_filled = IconData(0xf564, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "multiselect" in size 20 and filled style. + static const IconData multiselect_20_filled = IconData(0xf565, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "multiselect" in size 24 and filled style. + static const IconData multiselect_24_filled = IconData(0xf566, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "music" in size 20 and filled style. + static const IconData music_20_filled = IconData(0xf567, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "music" in size 24 and filled style. + static const IconData music_24_filled = IconData(0xf568, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "my_location" in size 24 and filled style. + static const IconData my_location_24_filled = IconData(0xf569, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "navigation" in size 20 and filled style. + static const IconData navigation_20_filled = IconData(0xf56a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "navigation" in size 24 and filled style. + static const IconData navigation_24_filled = IconData(0xf56b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "network_check" in size 24 and filled style. + static const IconData network_check_24_filled = IconData(0xf56c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "new" in size 16 and filled style. + static const IconData new_16_filled = IconData(0xf56d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "new" in size 24 and filled style. + static const IconData new_24_filled = IconData(0xf56e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "news" in size 20 and filled style. + static const IconData news_20_filled = IconData(0xf56f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "news" in size 24 and filled style. + static const IconData news_24_filled = IconData(0xf570, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "news" in size 28 and filled style. + static const IconData news_28_filled = IconData(0xf571, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "next" in size 16 and filled style. + static const IconData next_16_filled = IconData(0xf572, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "next" in size 20 and filled style. + static const IconData next_20_filled = IconData(0xf573, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "next" in size 24 and filled style. + static const IconData next_24_filled = IconData(0xf574, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "note" in size 20 and filled style. + static const IconData note_20_filled = IconData(0xf575, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "note" in size 24 and filled style. + static const IconData note_24_filled = IconData(0xf576, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "note_add" in size 16 and filled style. + static const IconData note_add_16_filled = IconData(0xf577, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "note_add" in size 20 and filled style. + static const IconData note_add_20_filled = IconData(0xf578, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "note_add" in size 24 and filled style. + static const IconData note_add_24_filled = IconData(0xf579, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notebook" in size 24 and filled style. + static const IconData notebook_24_filled = IconData(0xf57a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_error" in size 24 and filled style. + static const IconData notebook_error_24_filled = IconData(0xf57b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_lightning" in size 24 and filled style. + static const IconData notebook_lightning_24_filled = IconData(0xf57c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_question_mark" in size 24 and filled style. + static const IconData notebook_question_mark_24_filled = IconData(0xf57d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_section" in size 24 and filled style. + static const IconData notebook_section_24_filled = IconData(0xf57e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notebook_sync" in size 24 and filled style. + static const IconData notebook_sync_24_filled = IconData(0xf57f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notepad" in size 20 and filled style. + static const IconData notepad_20_filled = IconData(0xf580, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notepad" in size 24 and filled style. + static const IconData notepad_24_filled = IconData(0xf581, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "notepad" in size 28 and filled style. + static const IconData notepad_28_filled = IconData(0xf582, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "number_row" in size 16 and filled style. + static const IconData number_row_16_filled = IconData(0xf583, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "number_row" in size 20 and filled style. + static const IconData number_row_20_filled = IconData(0xf584, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "number_row" in size 24 and filled style. + static const IconData number_row_24_filled = IconData(0xf585, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "number_symbol" in size 16 and filled style. + static const IconData number_symbol_16_filled = IconData(0xf586, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "number_symbol" in size 20 and filled style. + static const IconData number_symbol_20_filled = IconData(0xf587, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "number_symbol" in size 24 and filled style. + static const IconData number_symbol_24_filled = IconData(0xf588, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "office_apps" in size 24 and filled style. + static const IconData office_apps_24_filled = IconData(0xf589, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "office_apps" in size 28 and filled style. + static const IconData office_apps_28_filled = IconData(0xf58a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "open" in size 16 and filled style. + static const IconData open_16_filled = IconData(0xf58b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "open" in size 20 and filled style. + static const IconData open_20_filled = IconData(0xf58c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "open" in size 24 and filled style. + static const IconData open_24_filled = IconData(0xf58d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "open_folder" in size 24 and filled style. + static const IconData open_folder_24_filled = IconData(0xf58e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "open_in_browser" in size 24 and filled style. + static const IconData open_in_browser_24_filled = IconData(0xf58f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 16 and filled style. + static const IconData options_16_filled = IconData(0xf590, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 20 and filled style. + static const IconData options_20_filled = IconData(0xf591, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 24 and filled style. + static const IconData options_24_filled = IconData(0xf592, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "organization" in size 20 and filled style. + static const IconData organization_20_filled = IconData(0xf593, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "organization" in size 24 and filled style. + static const IconData organization_24_filled = IconData(0xf594, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "organization" in size 28 and filled style. + static const IconData organization_28_filled = IconData(0xf595, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "owner" in size 24 and filled style. + static const IconData owner_24_filled = IconData(0xf596, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "page" in size 20 and filled style. + static const IconData page_20_filled = IconData(0xf597, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "page_fit" in size 16 and filled style. + static const IconData page_fit_16_filled = IconData(0xf598, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "page_fit" in size 20 and filled style. + static const IconData page_fit_20_filled = IconData(0xf599, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "page_fit" in size 24 and filled style. + static const IconData page_fit_24_filled = IconData(0xf59a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "paint_brush" in size 16 and filled style. + static const IconData paint_brush_16_filled = IconData(0xf59b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "paint_brush" in size 20 and filled style. + static const IconData paint_brush_20_filled = IconData(0xf59c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "paint_brush" in size 24 and filled style. + static const IconData paint_brush_24_filled = IconData(0xf59d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "paint_bucket" in size 16 and filled style. + static const IconData paint_bucket_16_filled = IconData(0xf59e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "paint_bucket" in size 20 and filled style. + static const IconData paint_bucket_20_filled = IconData(0xf59f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "paint_bucket" in size 24 and filled style. + static const IconData paint_bucket_24_filled = IconData(0xf5a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pair" in size 24 and filled style. + static const IconData pair_24_filled = IconData(0xf5a1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pane_close" in size 16 and filled style. + static const IconData pane_close_16_filled = IconData(0xf5a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pane_close" in size 20 and filled style. + static const IconData pane_close_20_filled = IconData(0xf5a3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pane_close" in size 24 and filled style. + static const IconData pane_close_24_filled = IconData(0xf5a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pane_open" in size 16 and filled style. + static const IconData pane_open_16_filled = IconData(0xf5a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pane_open" in size 20 and filled style. + static const IconData pane_open_20_filled = IconData(0xf5a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pane_open" in size 24 and filled style. + static const IconData pane_open_24_filled = IconData(0xf5a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "password" in size 24 and filled style. + static const IconData password_24_filled = IconData(0xf5a8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "patient" in size 24 and filled style. + static const IconData patient_24_filled = IconData(0xf5a9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 16 and filled style. + static const IconData pause_16_filled = IconData(0xf5aa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 20 and filled style. + static const IconData pause_20_filled = IconData(0xf5ab, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 24 and filled style. + static const IconData pause_24_filled = IconData(0xf5ac, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pause" in size 48 and filled style. + static const IconData pause_48_filled = IconData(0xf5ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "payment" in size 20 and filled style. + static const IconData payment_20_filled = IconData(0xf5ae, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "payment" in size 24 and filled style. + static const IconData payment_24_filled = IconData(0xf5af, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pen_settings" in size 24 and filled style. + static const IconData pen_settings_24_filled = IconData(0xf5b0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 16 and filled style. + static const IconData people_16_filled = IconData(0xf5b1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 20 and filled style. + static const IconData people_20_filled = IconData(0xf5b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 24 and filled style. + static const IconData people_24_filled = IconData(0xf5b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people" in size 28 and filled style. + static const IconData people_28_filled = IconData(0xf5b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_add" in size 16 and filled style. + static const IconData people_add_16_filled = IconData(0xf5b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_add" in size 20 and filled style. + static const IconData people_add_20_filled = IconData(0xf5b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_add" in size 24 and filled style. + static const IconData people_add_24_filled = IconData(0xf5b7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_audience" in size 24 and filled style. + static const IconData people_audience_24_filled = IconData(0xf5b8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 16 and filled style. + static const IconData people_community_16_filled = IconData(0xf5b9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 20 and filled style. + static const IconData people_community_20_filled = IconData(0xf5ba, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 24 and filled style. + static const IconData people_community_24_filled = IconData(0xf5bb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_community" in size 28 and filled style. + static const IconData people_community_28_filled = IconData(0xf5bc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_community_add" in size 24 and filled style. + static const IconData people_community_add_24_filled = IconData(0xf5bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_prohibited" in size 20 and filled style. + static const IconData people_prohibited_20_filled = IconData(0xf5be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_search" in size 24 and filled style. + static const IconData people_search_24_filled = IconData(0xf5bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_settings" in size 20 and filled style. + static const IconData people_settings_20_filled = IconData(0xf5c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 16 and filled style. + static const IconData people_team_16_filled = IconData(0xf5c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 20 and filled style. + static const IconData people_team_20_filled = IconData(0xf5c2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 24 and filled style. + static const IconData people_team_24_filled = IconData(0xf5c3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_team" in size 28 and filled style. + static const IconData people_team_28_filled = IconData(0xf5c4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 12 and filled style. + static const IconData person_12_filled = IconData(0xf5c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 16 and filled style. + static const IconData person_16_filled = IconData(0xf5c6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 20 and filled style. + static const IconData person_20_filled = IconData(0xf5c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 24 and filled style. + static const IconData person_24_filled = IconData(0xf5c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 28 and filled style. + static const IconData person_28_filled = IconData(0xf5c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person" in size 48 and filled style. + static const IconData person_48_filled = IconData(0xf5ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_accounts" in size 24 and filled style. + static const IconData person_accounts_24_filled = IconData(0xf5cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_add" in size 20 and filled style. + static const IconData person_add_20_filled = IconData(0xf5cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_add" in size 24 and filled style. + static const IconData person_add_24_filled = IconData(0xf5cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_left" in size 20 and filled style. + static const IconData person_arrow_left_20_filled = IconData(0xf5ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_left" in size 24 and filled style. + static const IconData person_arrow_left_24_filled = IconData(0xf5cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_right" in size 16 and filled style. + static const IconData person_arrow_right_16_filled = IconData(0xf5d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_right" in size 20 and filled style. + static const IconData person_arrow_right_20_filled = IconData(0xf5d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_arrow_right" in size 24 and filled style. + static const IconData person_arrow_right_24_filled = IconData(0xf5d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_available" in size 16 and filled style. + static const IconData person_available_16_filled = IconData(0xf5d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_available" in size 24 and filled style. + static const IconData person_available_24_filled = IconData(0xf5d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_block" in size 24 and filled style. + static const IconData person_block_24_filled = IconData(0xf5d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_board" in size 16 and filled style. + static const IconData person_board_16_filled = IconData(0xf5d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_board" in size 20 and filled style. + static const IconData person_board_20_filled = IconData(0xf5d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_board" in size 24 and filled style. + static const IconData person_board_24_filled = IconData(0xf5d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_call" in size 24 and filled style. + static const IconData person_call_24_filled = IconData(0xf5d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_delete" in size 16 and filled style. + static const IconData person_delete_16_filled = IconData(0xf5da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_delete" in size 24 and filled style. + static const IconData person_delete_24_filled = IconData(0xf5db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_feedback" in size 20 and filled style. + static const IconData person_feedback_20_filled = IconData(0xf5dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_feedback" in size 24 and filled style. + static const IconData person_feedback_24_filled = IconData(0xf5dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_prohibited" in size 20 and filled style. + static const IconData person_prohibited_20_filled = IconData(0xf5de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_question_mark" in size 16 and filled style. + static const IconData person_question_mark_16_filled = IconData(0xf5df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_question_mark" in size 20 and filled style. + static const IconData person_question_mark_20_filled = IconData(0xf5e0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_question_mark" in size 24 and filled style. + static const IconData person_question_mark_24_filled = IconData(0xf5e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_support" in size 16 and filled style. + static const IconData person_support_16_filled = IconData(0xf5e2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_support" in size 20 and filled style. + static const IconData person_support_20_filled = IconData(0xf5e3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_support" in size 24 and filled style. + static const IconData person_support_24_filled = IconData(0xf5e4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_swap" in size 16 and filled style. + static const IconData person_swap_16_filled = IconData(0xf5e5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_swap" in size 20 and filled style. + static const IconData person_swap_20_filled = IconData(0xf5e6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_swap" in size 24 and filled style. + static const IconData person_swap_24_filled = IconData(0xf5e7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_voice" in size 20 and filled style. + static const IconData person_voice_20_filled = IconData(0xf5e8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_voice" in size 24 and filled style. + static const IconData person_voice_24_filled = IconData(0xf5e9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone" in size 20 and filled style. + static const IconData phone_20_filled = IconData(0xf5ea, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone" in size 24 and filled style. + static const IconData phone_24_filled = IconData(0xf5eb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone" in size 28 and filled style. + static const IconData phone_28_filled = IconData(0xf5ec, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_add_new_app" in size 24 and filled style. + static const IconData phone_add_new_app_24_filled = IconData(0xf5ed, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 16 and filled style. + static const IconData phone_desktop_16_filled = IconData(0xf5ee, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 20 and filled style. + static const IconData phone_desktop_20_filled = IconData(0xf5ef, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 24 and filled style. + static const IconData phone_desktop_24_filled = IconData(0xf5f0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_desktop" in size 28 and filled style. + static const IconData phone_desktop_28_filled = IconData(0xf5f1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_error" in size 24 and filled style. + static const IconData phone_error_24_filled = IconData(0xf5f2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_home_lock" in size 24 and filled style. + static const IconData phone_home_lock_24_filled = IconData(0xf5f3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_laptop" in size 20 and filled style. + static const IconData phone_laptop_20_filled = IconData(0xf5f4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_laptop" in size 24 and filled style. + static const IconData phone_laptop_24_filled = IconData(0xf5f5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_link_setup" in size 24 and filled style. + static const IconData phone_link_setup_24_filled = IconData(0xf5f6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_mobile" in size 20 and filled style. + static const IconData phone_mobile_20_filled = IconData(0xf5f7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_mobile" in size 24 and filled style. + static const IconData phone_mobile_24_filled = IconData(0xf5f8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_page_header" in size 24 and filled style. + static const IconData phone_page_header_24_filled = IconData(0xf5f9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_pagination" in size 24 and filled style. + static const IconData phone_pagination_24_filled = IconData(0xf5fa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_screen_time" in size 24 and filled style. + static const IconData phone_screen_time_24_filled = IconData(0xf5fb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_shake" in size 24 and filled style. + static const IconData phone_shake_24_filled = IconData(0xf5fc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_status_bar" in size 24 and filled style. + static const IconData phone_status_bar_24_filled = IconData(0xf5fd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_tablet" in size 20 and filled style. + static const IconData phone_tablet_20_filled = IconData(0xf5fe, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_tablet" in size 24 and filled style. + static const IconData phone_tablet_24_filled = IconData(0xf5ff, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_to_pc" in size 20 and filled style. + static const IconData phone_to_pc_20_filled = IconData(0xf600, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_to_pc" in size 24 and filled style. + static const IconData phone_to_pc_24_filled = IconData(0xf601, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_update" in size 24 and filled style. + static const IconData phone_update_24_filled = IconData(0xf602, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_vertical_scroll" in size 24 and filled style. + static const IconData phone_vertical_scroll_24_filled = IconData(0xf603, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "phone_vibrate" in size 24 and filled style. + static const IconData phone_vibrate_24_filled = IconData(0xf604, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "photo_filter" in size 24 and filled style. + static const IconData photo_filter_24_filled = IconData(0xf605, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "picture_in_picture" in size 16 and filled style. + static const IconData picture_in_picture_16_filled = IconData(0xf606, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "picture_in_picture" in size 20 and filled style. + static const IconData picture_in_picture_20_filled = IconData(0xf607, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "picture_in_picture" in size 24 and filled style. + static const IconData picture_in_picture_24_filled = IconData(0xf608, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 12 and filled style. + static const IconData pin_12_filled = IconData(0xf609, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 16 and filled style. + static const IconData pin_16_filled = IconData(0xf60a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 20 and filled style. + static const IconData pin_20_filled = IconData(0xf60b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pin" in size 24 and filled style. + static const IconData pin_24_filled = IconData(0xf60c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pin_off" in size 20 and filled style. + static const IconData pin_off_20_filled = IconData(0xf60d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "pin_off" in size 24 and filled style. + static const IconData pin_off_24_filled = IconData(0xf60e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "play" in size 20 and filled style. + static const IconData play_20_filled = IconData(0xf60f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "play" in size 24 and filled style. + static const IconData play_24_filled = IconData(0xf610, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "play" in size 48 and filled style. + static const IconData play_48_filled = IconData(0xf611, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "play_circle" in size 24 and filled style. + static const IconData play_circle_24_filled = IconData(0xf612, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "plug_disconnected" in size 20 and filled style. + static const IconData plug_disconnected_20_filled = IconData(0xf613, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "plug_disconnected" in size 24 and filled style. + static const IconData plug_disconnected_24_filled = IconData(0xf614, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "plug_disconnected" in size 28 and filled style. + static const IconData plug_disconnected_28_filled = IconData(0xf615, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "point_scan" in size 24 and filled style. + static const IconData point_scan_24_filled = IconData(0xf616, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "poll" in size 24 and filled style. + static const IconData poll_24_filled = IconData(0xf617, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "power" in size 20 and filled style. + static const IconData power_20_filled = IconData(0xf618, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "power" in size 24 and filled style. + static const IconData power_24_filled = IconData(0xf619, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "power" in size 28 and filled style. + static const IconData power_28_filled = IconData(0xf61a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "predictions" in size 24 and filled style. + static const IconData predictions_24_filled = IconData(0xf61b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 16 and filled style. + static const IconData premium_16_filled = IconData(0xf61c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 20 and filled style. + static const IconData premium_20_filled = IconData(0xf61d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 24 and filled style. + static const IconData premium_24_filled = IconData(0xf61e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "premium" in size 28 and filled style. + static const IconData premium_28_filled = IconData(0xf61f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_available" in size 10 and filled style. + static const IconData presence_available_10_filled = IconData(0xf620, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_available" in size 12 and filled style. + static const IconData presence_available_12_filled = IconData(0xf621, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_available" in size 16 and filled style. + static const IconData presence_available_16_filled = IconData(0xf622, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_away" in size 10 and filled style. + static const IconData presence_away_10_filled = IconData(0xf623, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_away" in size 12 and filled style. + static const IconData presence_away_12_filled = IconData(0xf624, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_away" in size 16 and filled style. + static const IconData presence_away_16_filled = IconData(0xf625, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_busy" in size 10 and filled style. + static const IconData presence_busy_10_filled = IconData(0xf626, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_busy" in size 12 and filled style. + static const IconData presence_busy_12_filled = IconData(0xf627, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_busy" in size 16 and filled style. + static const IconData presence_busy_16_filled = IconData(0xf628, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_dnd" in size 10 and filled style. + static const IconData presence_dnd_10_filled = IconData(0xf629, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_dnd" in size 12 and filled style. + static const IconData presence_dnd_12_filled = IconData(0xf62a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presence_dnd" in size 16 and filled style. + static const IconData presence_dnd_16_filled = IconData(0xf62b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presenter" in size 24 and filled style. + static const IconData presenter_24_filled = IconData(0xf62c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "presenter_off" in size 24 and filled style. + static const IconData presenter_off_24_filled = IconData(0xf62d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "preview_link" in size 16 and filled style. + static const IconData preview_link_16_filled = IconData(0xf62e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "preview_link" in size 20 and filled style. + static const IconData preview_link_20_filled = IconData(0xf62f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "preview_link" in size 24 and filled style. + static const IconData preview_link_24_filled = IconData(0xf630, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "previous" in size 16 and filled style. + static const IconData previous_16_filled = IconData(0xf631, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "previous" in size 20 and filled style. + static const IconData previous_20_filled = IconData(0xf632, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "previous" in size 24 and filled style. + static const IconData previous_24_filled = IconData(0xf633, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "print" in size 20 and filled style. + static const IconData print_20_filled = IconData(0xf634, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "print" in size 24 and filled style. + static const IconData print_24_filled = IconData(0xf635, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "print" in size 48 and filled style. + static const IconData print_48_filled = IconData(0xf636, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 20 and filled style. + static const IconData prohibited_20_filled = IconData(0xf637, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 24 and filled style. + static const IconData prohibited_24_filled = IconData(0xf638, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 28 and filled style. + static const IconData prohibited_28_filled = IconData(0xf639, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "prohibited" in size 48 and filled style. + static const IconData prohibited_48_filled = IconData(0xf63a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "proofread_language" in size 24 and filled style. + static const IconData proofread_language_24_filled = IconData(0xf63b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "protocol_handler" in size 16 and filled style. + static const IconData protocol_handler_16_filled = IconData(0xf63c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "protocol_handler" in size 20 and filled style. + static const IconData protocol_handler_20_filled = IconData(0xf63d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "protocol_handler" in size 24 and filled style. + static const IconData protocol_handler_24_filled = IconData(0xf63e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "qr_code" in size 24 and filled style. + static const IconData qr_code_24_filled = IconData(0xf63f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "qr_code" in size 28 and filled style. + static const IconData qr_code_28_filled = IconData(0xf640, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 16 and filled style. + static const IconData question_16_filled = IconData(0xf641, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 20 and filled style. + static const IconData question_20_filled = IconData(0xf642, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 24 and filled style. + static const IconData question_24_filled = IconData(0xf643, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 28 and filled style. + static const IconData question_28_filled = IconData(0xf644, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question" in size 48 and filled style. + static const IconData question_48_filled = IconData(0xf645, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 16 and filled style. + static const IconData question_circle_16_filled = IconData(0xf646, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 20 and filled style. + static const IconData question_circle_20_filled = IconData(0xf647, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 24 and filled style. + static const IconData question_circle_24_filled = IconData(0xf648, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 28 and filled style. + static const IconData question_circle_28_filled = IconData(0xf649, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "question_circle" in size 48 and filled style. + static const IconData question_circle_48_filled = IconData(0xf64a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "quiz_new" in size 24 and filled style. + static const IconData quiz_new_24_filled = IconData(0xf64b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "quiz_new" in size 28 and filled style. + static const IconData quiz_new_28_filled = IconData(0xf64c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "quiz_new" in size 48 and filled style. + static const IconData quiz_new_48_filled = IconData(0xf64d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "radio_button" in size 20 and filled style. + static const IconData radio_button_20_filled = IconData(0xf64e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "radio_button" in size 24 and filled style. + static const IconData radio_button_24_filled = IconData(0xf64f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rating_mature" in size 16 and filled style. + static const IconData rating_mature_16_filled = IconData(0xf650, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rating_mature" in size 20 and filled style. + static const IconData rating_mature_20_filled = IconData(0xf651, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rating_mature" in size 24 and filled style. + static const IconData rating_mature_24_filled = IconData(0xf652, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "re_order" in size 16 and filled style. + static const IconData re_order_16_filled = IconData(0xf653, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "re_order" in size 24 and filled style. + static const IconData re_order_24_filled = IconData(0xf654, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "re_order_dots" in size 20 and filled style. + static const IconData re_order_dots_20_filled = IconData(0xf655, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "re_order_dots" in size 24 and filled style. + static const IconData re_order_dots_24_filled = IconData(0xf656, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "read_aloud" in size 20 and filled style. + static const IconData read_aloud_20_filled = IconData(0xf657, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "read_aloud" in size 24 and filled style. + static const IconData read_aloud_24_filled = IconData(0xf658, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "read_only" in size 16 and filled style. + static const IconData read_only_16_filled = IconData(0xf659, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "read_only" in size 24 and filled style. + static const IconData read_only_24_filled = IconData(0xf65a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 16 and filled style. + static const IconData reading_list_16_filled = IconData(0xf65b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 20 and filled style. + static const IconData reading_list_20_filled = IconData(0xf65c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 24 and filled style. + static const IconData reading_list_24_filled = IconData(0xf65d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list" in size 28 and filled style. + static const IconData reading_list_28_filled = IconData(0xf65e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 16 and filled style. + static const IconData reading_list_add_16_filled = IconData(0xf65f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 20 and filled style. + static const IconData reading_list_add_20_filled = IconData(0xf660, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 24 and filled style. + static const IconData reading_list_add_24_filled = IconData(0xf661, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_list_add" in size 28 and filled style. + static const IconData reading_list_add_28_filled = IconData(0xf662, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode" in size 20 and filled style. + static const IconData reading_mode_20_filled = IconData(0xf663, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode" in size 24 and filled style. + static const IconData reading_mode_24_filled = IconData(0xf664, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode_mobile" in size 20 and filled style. + static const IconData reading_mode_mobile_20_filled = IconData(0xf665, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reading_mode_mobile" in size 24 and filled style. + static const IconData reading_mode_mobile_24_filled = IconData(0xf666, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reciept" in size 20 and filled style. + static const IconData reciept_20_filled = IconData(0xf667, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reciept" in size 24 and filled style. + static const IconData reciept_24_filled = IconData(0xf668, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "recommended" in size 24 and filled style. + static const IconData recommended_24_filled = IconData(0xf669, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "record" in size 16 and filled style. + static const IconData record_16_filled = IconData(0xf66a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "record" in size 20 and filled style. + static const IconData record_20_filled = IconData(0xf66b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "record" in size 24 and filled style. + static const IconData record_24_filled = IconData(0xf66c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 12 and filled style. + static const IconData remove_12_filled = IconData(0xf66d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 16 and filled style. + static const IconData remove_16_filled = IconData(0xf66e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 20 and filled style. + static const IconData remove_20_filled = IconData(0xf66f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "remove" in size 24 and filled style. + static const IconData remove_24_filled = IconData(0xf670, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "remove_recent" in size 24 and filled style. + static const IconData remove_recent_24_filled = IconData(0xf671, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 16 and filled style. + static const IconData rename_16_filled = IconData(0xf672, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 20 and filled style. + static const IconData rename_20_filled = IconData(0xf673, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 24 and filled style. + static const IconData rename_24_filled = IconData(0xf674, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rename" in size 28 and filled style. + static const IconData rename_28_filled = IconData(0xf675, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "resize" in size 20 and filled style. + static const IconData resize_20_filled = IconData(0xf676, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "resize_image" in size 24 and filled style. + static const IconData resize_image_24_filled = IconData(0xf677, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "resize_table" in size 24 and filled style. + static const IconData resize_table_24_filled = IconData(0xf678, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "resize_video" in size 24 and filled style. + static const IconData resize_video_24_filled = IconData(0xf679, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "restore" in size 16 and filled style. + static const IconData restore_16_filled = IconData(0xf67a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reward" in size 16 and filled style. + static const IconData reward_16_filled = IconData(0xf67b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reward" in size 20 and filled style. + static const IconData reward_20_filled = IconData(0xf67c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "reward" in size 24 and filled style. + static const IconData reward_24_filled = IconData(0xf67d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rewind" in size 20 and filled style. + static const IconData rewind_20_filled = IconData(0xf67e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rewind" in size 24 and filled style. + static const IconData rewind_24_filled = IconData(0xf67f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rocket" in size 16 and filled style. + static const IconData rocket_16_filled = IconData(0xf680, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rocket" in size 20 and filled style. + static const IconData rocket_20_filled = IconData(0xf681, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "rocket" in size 24 and filled style. + static const IconData rocket_24_filled = IconData(0xf682, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "router" in size 24 and filled style. + static const IconData router_24_filled = IconData(0xf683, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "row_triple" in size 24 and filled style. + static const IconData row_triple_24_filled = IconData(0xf684, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ruler" in size 16 and filled style. + static const IconData ruler_16_filled = IconData(0xf685, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ruler" in size 20 and filled style. + static const IconData ruler_20_filled = IconData(0xf686, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ruler" in size 24 and filled style. + static const IconData ruler_24_filled = IconData(0xf687, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "run" in size 24 and filled style. + static const IconData run_24_filled = IconData(0xf688, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "save" in size 20 and filled style. + static const IconData save_20_filled = IconData(0xf689, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "save" in size 24 and filled style. + static const IconData save_24_filled = IconData(0xf68a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "save_as" in size 20 and filled style. + static const IconData save_as_20_filled = IconData(0xf68b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "save_as" in size 24 and filled style. + static const IconData save_as_24_filled = IconData(0xf68c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "save_copy" in size 24 and filled style. + static const IconData save_copy_24_filled = IconData(0xf68d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "savings" in size 16 and filled style. + static const IconData savings_16_filled = IconData(0xf68e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "savings" in size 20 and filled style. + static const IconData savings_20_filled = IconData(0xf68f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "savings" in size 24 and filled style. + static const IconData savings_24_filled = IconData(0xf690, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fill" in size 24 and filled style. + static const IconData scale_fill_24_filled = IconData(0xf691, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fit" in size 16 and filled style. + static const IconData scale_fit_16_filled = IconData(0xf692, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fit" in size 20 and filled style. + static const IconData scale_fit_20_filled = IconData(0xf693, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "scale_fit" in size 24 and filled style. + static const IconData scale_fit_24_filled = IconData(0xf694, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "scan" in size 24 and filled style. + static const IconData scan_24_filled = IconData(0xf695, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "scratchpad" in size 24 and filled style. + static const IconData scratchpad_24_filled = IconData(0xf696, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "screenshot" in size 20 and filled style. + static const IconData screenshot_20_filled = IconData(0xf697, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "screenshot" in size 24 and filled style. + static const IconData screenshot_24_filled = IconData(0xf698, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "search" in size 20 and filled style. + static const IconData search_20_filled = IconData(0xf699, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "search" in size 24 and filled style. + static const IconData search_24_filled = IconData(0xf69a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "search" in size 28 and filled style. + static const IconData search_28_filled = IconData(0xf69b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "search_info" in size 24 and filled style. + static const IconData search_info_24_filled = IconData(0xf69c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "search_square" in size 24 and filled style. + static const IconData search_square_24_filled = IconData(0xf69d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "select_all" in size 24 and filled style. + static const IconData select_all_24_filled = IconData(0xf69e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "select_all_off" in size 24 and filled style. + static const IconData select_all_off_24_filled = IconData(0xf69f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "select_object" in size 20 and filled style. + static const IconData select_object_20_filled = IconData(0xf6a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "select_object" in size 24 and filled style. + static const IconData select_object_24_filled = IconData(0xf6a1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send" in size 20 and filled style. + static const IconData send_20_filled = IconData(0xf6a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send" in size 24 and filled style. + static const IconData send_24_filled = IconData(0xf6a3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send" in size 28 and filled style. + static const IconData send_28_filled = IconData(0xf6a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send_clock" in size 20 and filled style. + static const IconData send_clock_20_filled = IconData(0xf6a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send_copy" in size 24 and filled style. + static const IconData send_copy_24_filled = IconData(0xf6a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send_logging" in size 24 and filled style. + static const IconData send_logging_24_filled = IconData(0xf6a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send_to_back" in size 20 and filled style. + static const IconData send_to_back_20_filled = IconData(0xf6a8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "send_to_back" in size 24 and filled style. + static const IconData send_to_back_24_filled = IconData(0xf6a9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "serial_port" in size 16 and filled style. + static const IconData serial_port_16_filled = IconData(0xf6aa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "serial_port" in size 20 and filled style. + static const IconData serial_port_20_filled = IconData(0xf6ab, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "serial_port" in size 24 and filled style. + static const IconData serial_port_24_filled = IconData(0xf6ac, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "service_bell" in size 24 and filled style. + static const IconData service_bell_24_filled = IconData(0xf6ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "set_top_stack" in size 16 and filled style. + static const IconData set_top_stack_16_filled = IconData(0xf6ae, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "set_top_stack" in size 20 and filled style. + static const IconData set_top_stack_20_filled = IconData(0xf6af, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "set_top_stack" in size 24 and filled style. + static const IconData set_top_stack_24_filled = IconData(0xf6b0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 16 and filled style. + static const IconData settings_16_filled = IconData(0xf6b1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 20 and filled style. + static const IconData settings_20_filled = IconData(0xf6b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 24 and filled style. + static const IconData settings_24_filled = IconData(0xf6b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "settings" in size 28 and filled style. + static const IconData settings_28_filled = IconData(0xf6b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shapes" in size 16 and filled style. + static const IconData shapes_16_filled = IconData(0xf6b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shapes" in size 20 and filled style. + static const IconData shapes_20_filled = IconData(0xf6b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shapes" in size 24 and filled style. + static const IconData shapes_24_filled = IconData(0xf6b7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share" in size 20 and filled style. + static const IconData share_20_filled = IconData(0xf6b8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share" in size 24 and filled style. + static const IconData share_24_filled = IconData(0xf6b9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_android" in size 20 and filled style. + static const IconData share_android_20_filled = IconData(0xf6ba, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_android" in size 24 and filled style. + static const IconData share_android_24_filled = IconData(0xf6bb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_close_tray" in size 24 and filled style. + static const IconData share_close_tray_24_filled = IconData(0xf6bc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_desktop" in size 24 and filled style. + static const IconData share_desktop_24_filled = IconData(0xf6bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 20 and filled style. + static const IconData share_ios_20_filled = IconData(0xf6be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 24 and filled style. + static const IconData share_ios_24_filled = IconData(0xf6bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 28 and filled style. + static const IconData share_ios_28_filled = IconData(0xf6c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_ios" in size 48 and filled style. + static const IconData share_ios_48_filled = IconData(0xf6c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_screen" in size 20 and filled style. + static const IconData share_screen_20_filled = IconData(0xf6c2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_screen" in size 24 and filled style. + static const IconData share_screen_24_filled = IconData(0xf6c3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_screen" in size 28 and filled style. + static const IconData share_screen_28_filled = IconData(0xf6c4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_stop" in size 24 and filled style. + static const IconData share_stop_24_filled = IconData(0xf6c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "share_stop" in size 28 and filled style. + static const IconData share_stop_28_filled = IconData(0xf6c6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield" in size 20 and filled style. + static const IconData shield_20_filled = IconData(0xf6c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield" in size 24 and filled style. + static const IconData shield_24_filled = IconData(0xf6c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_dismiss" in size 20 and filled style. + static const IconData shield_dismiss_20_filled = IconData(0xf6c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_dismiss" in size 24 and filled style. + static const IconData shield_dismiss_24_filled = IconData(0xf6ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_error" in size 20 and filled style. + static const IconData shield_error_20_filled = IconData(0xf6cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_error" in size 24 and filled style. + static const IconData shield_error_24_filled = IconData(0xf6cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_keyhole" in size 16 and filled style. + static const IconData shield_keyhole_16_filled = IconData(0xf6cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_keyhole" in size 20 and filled style. + static const IconData shield_keyhole_20_filled = IconData(0xf6ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_keyhole" in size 24 and filled style. + static const IconData shield_keyhole_24_filled = IconData(0xf6cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_prohibited" in size 20 and filled style. + static const IconData shield_prohibited_20_filled = IconData(0xf6d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shield_prohibited" in size 24 and filled style. + static const IconData shield_prohibited_24_filled = IconData(0xf6d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts" in size 24 and filled style. + static const IconData shifts_24_filled = IconData(0xf6d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_24h" in size 20 and filled style. + static const IconData shifts_24h_20_filled = IconData(0xf6d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_24h" in size 24 and filled style. + static const IconData shifts_24h_24_filled = IconData(0xf6d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts" in size 28 and filled style. + static const IconData shifts_28_filled = IconData(0xf6d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_30_minutes" in size 24 and filled style. + static const IconData shifts_30_minutes_24_filled = IconData(0xf6d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_activity" in size 20 and filled style. + static const IconData shifts_activity_20_filled = IconData(0xf6d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_activity" in size 24 and filled style. + static const IconData shifts_activity_24_filled = IconData(0xf6d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_add" in size 24 and filled style. + static const IconData shifts_add_24_filled = IconData(0xf6d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_approve" in size 24 and filled style. + static const IconData shifts_approve_24_filled = IconData(0xf6da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_availability" in size 24 and filled style. + static const IconData shifts_availability_24_filled = IconData(0xf6db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_deny" in size 24 and filled style. + static const IconData shifts_deny_24_filled = IconData(0xf6dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_open" in size 20 and filled style. + static const IconData shifts_open_20_filled = IconData(0xf6dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_open" in size 24 and filled style. + static const IconData shifts_open_24_filled = IconData(0xf6de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_pending" in size 24 and filled style. + static const IconData shifts_pending_24_filled = IconData(0xf6df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "shifts_team" in size 24 and filled style. + static const IconData shifts_team_24_filled = IconData(0xf6e0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ship" in size 20 and filled style. + static const IconData ship_20_filled = IconData(0xf6e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ship" in size 24 and filled style. + static const IconData ship_24_filled = IconData(0xf6e2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sign_out" in size 24 and filled style. + static const IconData sign_out_24_filled = IconData(0xf6e3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 16 and filled style. + static const IconData signature_16_filled = IconData(0xf6e4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 20 and filled style. + static const IconData signature_20_filled = IconData(0xf6e5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 24 and filled style. + static const IconData signature_24_filled = IconData(0xf6e6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "signature" in size 28 and filled style. + static const IconData signature_28_filled = IconData(0xf6e7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "signed" in size 16 and filled style. + static const IconData signed_16_filled = IconData(0xf6e8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "signed" in size 20 and filled style. + static const IconData signed_20_filled = IconData(0xf6e9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "signed" in size 24 and filled style. + static const IconData signed_24_filled = IconData(0xf6ea, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sim" in size 16 and filled style. + static const IconData sim_16_filled = IconData(0xf6eb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sim" in size 20 and filled style. + static const IconData sim_20_filled = IconData(0xf6ec, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sim" in size 24 and filled style. + static const IconData sim_24_filled = IconData(0xf6ed, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sleep" in size 24 and filled style. + static const IconData sleep_24_filled = IconData(0xf6ee, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_add" in size 24 and filled style. + static const IconData slide_add_24_filled = IconData(0xf6ef, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_design" in size 24 and filled style. + static const IconData slide_design_24_filled = IconData(0xf6f0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_hide" in size 24 and filled style. + static const IconData slide_hide_24_filled = IconData(0xf6f1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_layout" in size 20 and filled style. + static const IconData slide_layout_20_filled = IconData(0xf6f2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_layout" in size 24 and filled style. + static const IconData slide_layout_24_filled = IconData(0xf6f3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_microphone" in size 24 and filled style. + static const IconData slide_microphone_24_filled = IconData(0xf6f4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text" in size 24 and filled style. + static const IconData slide_text_24_filled = IconData(0xf6f5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 16 and filled style. + static const IconData slow_mode_16_filled = IconData(0xf6f6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 20 and filled style. + static const IconData slow_mode_20_filled = IconData(0xf6f7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 24 and filled style. + static const IconData slow_mode_24_filled = IconData(0xf6f8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slow_mode" in size 28 and filled style. + static const IconData slow_mode_28_filled = IconData(0xf6f9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "small" in size 16 and filled style. + static const IconData small_16_filled = IconData(0xf6fa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "small" in size 20 and filled style. + static const IconData small_20_filled = IconData(0xf6fb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "small" in size 24 and filled style. + static const IconData small_24_filled = IconData(0xf6fc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "snooze" in size 16 and filled style. + static const IconData snooze_16_filled = IconData(0xf6fd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "snooze" in size 24 and filled style. + static const IconData snooze_24_filled = IconData(0xf6fe, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sound_source" in size 24 and filled style. + static const IconData sound_source_24_filled = IconData(0xf6ff, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sound_source" in size 28 and filled style. + static const IconData sound_source_28_filled = IconData(0xf700, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "spacebar" in size 24 and filled style. + static const IconData spacebar_24_filled = IconData(0xf701, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_0" in size 24 and filled style. + static const IconData speaker_0_24_filled = IconData(0xf702, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 16 and filled style. + static const IconData speaker_16_filled = IconData(0xf703, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_1" in size 24 and filled style. + static const IconData speaker_1_24_filled = IconData(0xf704, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 20 and filled style. + static const IconData speaker_20_filled = IconData(0xf705, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 24 and filled style. + static const IconData speaker_24_filled = IconData(0xf706, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker" in size 28 and filled style. + static const IconData speaker_28_filled = IconData(0xf707, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_bluetooth" in size 24 and filled style. + static const IconData speaker_bluetooth_24_filled = IconData(0xf708, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_edit" in size 16 and filled style. + static const IconData speaker_edit_16_filled = IconData(0xf709, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_edit" in size 20 and filled style. + static const IconData speaker_edit_20_filled = IconData(0xf70a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_edit" in size 24 and filled style. + static const IconData speaker_edit_24_filled = IconData(0xf70b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_none" in size 20 and filled style. + static const IconData speaker_none_20_filled = IconData(0xf70c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_none" in size 24 and filled style. + static const IconData speaker_none_24_filled = IconData(0xf70d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_none" in size 28 and filled style. + static const IconData speaker_none_28_filled = IconData(0xf70e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_off" in size 24 and filled style. + static const IconData speaker_off_24_filled = IconData(0xf70f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_off" in size 28 and filled style. + static const IconData speaker_off_28_filled = IconData(0xf710, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "speaker_settings" in size 24 and filled style. + static const IconData speaker_settings_24_filled = IconData(0xf711, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "spinner_ios" in size 20 and filled style. + static const IconData spinner_ios_20_filled = IconData(0xf712, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sports" in size 16 and filled style. + static const IconData sports_16_filled = IconData(0xf713, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sports" in size 20 and filled style. + static const IconData sports_20_filled = IconData(0xf714, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sports" in size 24 and filled style. + static const IconData sports_24_filled = IconData(0xf715, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 12 and filled style. + static const IconData star_12_filled = IconData(0xf716, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 16 and filled style. + static const IconData star_16_filled = IconData(0xf717, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 20 and filled style. + static const IconData star_20_filled = IconData(0xf718, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 24 and filled style. + static const IconData star_24_filled = IconData(0xf719, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star" in size 28 and filled style. + static const IconData star_28_filled = IconData(0xf71a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_add" in size 16 and filled style. + static const IconData star_add_16_filled = IconData(0xf71b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_add" in size 20 and filled style. + static const IconData star_add_20_filled = IconData(0xf71c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_add" in size 24 and filled style. + static const IconData star_add_24_filled = IconData(0xf71d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_arrow_right" in size 24 and filled style. + static const IconData star_arrow_right_24_filled = IconData(0xf71e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_arrow_right_start" in size 24 and filled style. + static const IconData star_arrow_right_start_24_filled = IconData(0xf71f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_emphasis" in size 24 and filled style. + static const IconData star_emphasis_24_filled = IconData(0xf720, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_half" in size 12 and filled style. + static const IconData star_half_12_filled = IconData(0xf721, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_half" in size 16 and filled style. + static const IconData star_half_16_filled = IconData(0xf722, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_half" in size 20 and filled style. + static const IconData star_half_20_filled = IconData(0xf723, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_half" in size 24 and filled style. + static const IconData star_half_24_filled = IconData(0xf724, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_half" in size 28 and filled style. + static const IconData star_half_28_filled = IconData(0xf725, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 12 and filled style. + static const IconData star_off_12_filled = IconData(0xf726, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 16 and filled style. + static const IconData star_off_16_filled = IconData(0xf727, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 20 and filled style. + static const IconData star_off_20_filled = IconData(0xf728, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 24 and filled style. + static const IconData star_off_24_filled = IconData(0xf729, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_off" in size 28 and filled style. + static const IconData star_off_28_filled = IconData(0xf72a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_one_quarter" in size 12 and filled style. + static const IconData star_one_quarter_12_filled = IconData(0xf72b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_one_quarter" in size 16 and filled style. + static const IconData star_one_quarter_16_filled = IconData(0xf72c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_one_quarter" in size 20 and filled style. + static const IconData star_one_quarter_20_filled = IconData(0xf72d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_one_quarter" in size 24 and filled style. + static const IconData star_one_quarter_24_filled = IconData(0xf72e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_one_quarter" in size 28 and filled style. + static const IconData star_one_quarter_28_filled = IconData(0xf72f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_prohibited" in size 16 and filled style. + static const IconData star_prohibited_16_filled = IconData(0xf730, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_prohibited" in size 20 and filled style. + static const IconData star_prohibited_20_filled = IconData(0xf731, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_prohibited" in size 24 and filled style. + static const IconData star_prohibited_24_filled = IconData(0xf732, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_settings" in size 24 and filled style. + static const IconData star_settings_24_filled = IconData(0xf733, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_three_quarter" in size 12 and filled style. + static const IconData star_three_quarter_12_filled = IconData(0xf734, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_three_quarter" in size 16 and filled style. + static const IconData star_three_quarter_16_filled = IconData(0xf735, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_three_quarter" in size 20 and filled style. + static const IconData star_three_quarter_20_filled = IconData(0xf736, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_three_quarter" in size 24 and filled style. + static const IconData star_three_quarter_24_filled = IconData(0xf737, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "star_three_quarter" in size 28 and filled style. + static const IconData star_three_quarter_28_filled = IconData(0xf738, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 16 and filled style. + static const IconData status_16_filled = IconData(0xf739, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 20 and filled style. + static const IconData status_20_filled = IconData(0xf73a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 24 and filled style. + static const IconData status_24_filled = IconData(0xf73b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "stethoscope" in size 20 and filled style. + static const IconData stethoscope_20_filled = IconData(0xf73c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "stethoscope" in size 24 and filled style. + static const IconData stethoscope_24_filled = IconData(0xf73d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sticker" in size 20 and filled style. + static const IconData sticker_20_filled = IconData(0xf73e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sticker" in size 24 and filled style. + static const IconData sticker_24_filled = IconData(0xf73f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sticker_add" in size 24 and filled style. + static const IconData sticker_add_24_filled = IconData(0xf740, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "stop" in size 16 and filled style. + static const IconData stop_16_filled = IconData(0xf741, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "stop" in size 20 and filled style. + static const IconData stop_20_filled = IconData(0xf742, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "stop" in size 24 and filled style. + static const IconData stop_24_filled = IconData(0xf743, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "storage" in size 24 and filled style. + static const IconData storage_24_filled = IconData(0xf744, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "store" in size 16 and filled style. + static const IconData store_16_filled = IconData(0xf745, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "store" in size 20 and filled style. + static const IconData store_20_filled = IconData(0xf746, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "store" in size 24 and filled style. + static const IconData store_24_filled = IconData(0xf747, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "store_microsoft" in size 16 and filled style. + static const IconData store_microsoft_16_filled = IconData(0xf748, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "store_microsoft" in size 20 and filled style. + static const IconData store_microsoft_20_filled = IconData(0xf749, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "store_microsoft" in size 24 and filled style. + static const IconData store_microsoft_24_filled = IconData(0xf74a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "style_guide" in size 24 and filled style. + static const IconData style_guide_24_filled = IconData(0xf74b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sub_grid" in size 24 and filled style. + static const IconData sub_grid_24_filled = IconData(0xf74c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "subway" in size 20 and filled style. + static const IconData subway_20_filled = IconData(0xf74d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "subway" in size 24 and filled style. + static const IconData subway_24_filled = IconData(0xf74e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "suggestion" in size 24 and filled style. + static const IconData suggestion_24_filled = IconData(0xf74f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "surface_earbuds" in size 20 and filled style. + static const IconData surface_earbuds_20_filled = IconData(0xf750, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "surface_earbuds" in size 24 and filled style. + static const IconData surface_earbuds_24_filled = IconData(0xf751, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "surface_hub" in size 20 and filled style. + static const IconData surface_hub_20_filled = IconData(0xf752, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "surface_hub" in size 24 and filled style. + static const IconData surface_hub_24_filled = IconData(0xf753, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "swipe_down" in size 24 and filled style. + static const IconData swipe_down_24_filled = IconData(0xf754, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "swipe_right" in size 24 and filled style. + static const IconData swipe_right_24_filled = IconData(0xf755, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "swipe_up" in size 24 and filled style. + static const IconData swipe_up_24_filled = IconData(0xf756, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "symbols" in size 24 and filled style. + static const IconData symbols_24_filled = IconData(0xf757, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sync_off" in size 16 and filled style. + static const IconData sync_off_16_filled = IconData(0xf758, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "sync_off" in size 20 and filled style. + static const IconData sync_off_20_filled = IconData(0xf759, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "system" in size 24 and filled style. + static const IconData system_24_filled = IconData(0xf75a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 16 and filled style. + static const IconData tab_16_filled = IconData(0xf75b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 20 and filled style. + static const IconData tab_20_filled = IconData(0xf75c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 24 and filled style. + static const IconData tab_24_filled = IconData(0xf75d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab" in size 28 and filled style. + static const IconData tab_28_filled = IconData(0xf75e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop" in size 20 and filled style. + static const IconData tab_desktop_20_filled = IconData(0xf75f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_arrow_clockwise" in size 16 and filled style. + static const IconData tab_desktop_arrow_clockwise_16_filled = IconData(0xf760, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_arrow_clockwise" in size 20 and filled style. + static const IconData tab_desktop_arrow_clockwise_20_filled = IconData(0xf761, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_arrow_clockwise" in size 24 and filled style. + static const IconData tab_desktop_arrow_clockwise_24_filled = IconData(0xf762, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_clock" in size 20 and filled style. + static const IconData tab_desktop_clock_20_filled = IconData(0xf763, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_copy" in size 20 and filled style. + static const IconData tab_desktop_copy_20_filled = IconData(0xf764, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_image" in size 16 and filled style. + static const IconData tab_desktop_image_16_filled = IconData(0xf765, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_image" in size 20 and filled style. + static const IconData tab_desktop_image_20_filled = IconData(0xf766, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_image" in size 24 and filled style. + static const IconData tab_desktop_image_24_filled = IconData(0xf767, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_multiple" in size 20 and filled style. + static const IconData tab_desktop_multiple_20_filled = IconData(0xf768, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_new_page" in size 20 and filled style. + static const IconData tab_desktop_new_page_20_filled = IconData(0xf769, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 16 and filled style. + static const IconData tab_in_private_16_filled = IconData(0xf76a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 20 and filled style. + static const IconData tab_in_private_20_filled = IconData(0xf76b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 24 and filled style. + static const IconData tab_in_private_24_filled = IconData(0xf76c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_in_private" in size 28 and filled style. + static const IconData tab_in_private_28_filled = IconData(0xf76d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_inprivate_account" in size 20 and filled style. + static const IconData tab_inprivate_account_20_filled = IconData(0xf76e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_inprivate_account" in size 24 and filled style. + static const IconData tab_inprivate_account_24_filled = IconData(0xf76f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_new" in size 20 and filled style. + static const IconData tab_new_20_filled = IconData(0xf770, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_new" in size 24 and filled style. + static const IconData tab_new_24_filled = IconData(0xf771, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_sweep" in size 24 and filled style. + static const IconData tab_sweep_24_filled = IconData(0xf772, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_tracking_prevention" in size 20 and filled style. + static const IconData tab_tracking_prevention_20_filled = IconData(0xf773, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_tracking_prevention" in size 24 and filled style. + static const IconData tab_tracking_prevention_24_filled = IconData(0xf774, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table" in size 20 and filled style. + static const IconData table_20_filled = IconData(0xf775, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table" in size 24 and filled style. + static const IconData table_24_filled = IconData(0xf776, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_add" in size 24 and filled style. + static const IconData table_add_24_filled = IconData(0xf777, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_merge" in size 20 and filled style. + static const IconData table_cells_merge_20_filled = IconData(0xf778, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_merge" in size 24 and filled style. + static const IconData table_cells_merge_24_filled = IconData(0xf779, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_split" in size 20 and filled style. + static const IconData table_cells_split_20_filled = IconData(0xf77a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_cells_split" in size 24 and filled style. + static const IconData table_cells_split_24_filled = IconData(0xf77b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_column_delete" in size 24 and filled style. + static const IconData table_column_delete_24_filled = IconData(0xf77c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_column_insert" in size 24 and filled style. + static const IconData table_column_insert_24_filled = IconData(0xf77d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_column_resize" in size 24 and filled style. + static const IconData table_column_resize_24_filled = IconData(0xf77e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_delete" in size 24 and filled style. + static const IconData table_delete_24_filled = IconData(0xf77f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_edit" in size 24 and filled style. + static const IconData table_edit_24_filled = IconData(0xf780, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_freeze" in size 24 and filled style. + static const IconData table_freeze_24_filled = IconData(0xf781, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_freeze_column" in size 24 and filled style. + static const IconData table_freeze_column_24_filled = IconData(0xf782, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_freeze_row" in size 24 and filled style. + static const IconData table_freeze_row_24_filled = IconData(0xf783, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_down" in size 24 and filled style. + static const IconData table_insert_down_24_filled = IconData(0xf784, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_left" in size 24 and filled style. + static const IconData table_insert_left_24_filled = IconData(0xf785, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_right" in size 24 and filled style. + static const IconData table_insert_right_24_filled = IconData(0xf786, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_insert_up" in size 24 and filled style. + static const IconData table_insert_up_24_filled = IconData(0xf787, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_down" in size 24 and filled style. + static const IconData table_move_down_24_filled = IconData(0xf788, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_left" in size 24 and filled style. + static const IconData table_move_left_24_filled = IconData(0xf789, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_right" in size 24 and filled style. + static const IconData table_move_right_24_filled = IconData(0xf78a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_move_up" in size 24 and filled style. + static const IconData table_move_up_24_filled = IconData(0xf78b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_row_delete" in size 24 and filled style. + static const IconData table_row_delete_24_filled = IconData(0xf78c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_row_insert" in size 24 and filled style. + static const IconData table_row_insert_24_filled = IconData(0xf78d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_row_resize" in size 24 and filled style. + static const IconData table_row_resize_24_filled = IconData(0xf78e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_settings" in size 24 and filled style. + static const IconData table_settings_24_filled = IconData(0xf78f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_switch" in size 24 and filled style. + static const IconData table_switch_24_filled = IconData(0xf790, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tablet" in size 20 and filled style. + static const IconData tablet_20_filled = IconData(0xf791, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tablet" in size 24 and filled style. + static const IconData tablet_24_filled = IconData(0xf792, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tabs" in size 24 and filled style. + static const IconData tabs_24_filled = IconData(0xf793, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tag" in size 20 and filled style. + static const IconData tag_20_filled = IconData(0xf794, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tag" in size 24 and filled style. + static const IconData tag_24_filled = IconData(0xf795, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tap_double" in size 24 and filled style. + static const IconData tap_double_24_filled = IconData(0xf796, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tap_single" in size 24 and filled style. + static const IconData tap_single_24_filled = IconData(0xf797, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "target" in size 16 and filled style. + static const IconData target_16_filled = IconData(0xf798, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "target" in size 20 and filled style. + static const IconData target_20_filled = IconData(0xf799, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "target" in size 24 and filled style. + static const IconData target_24_filled = IconData(0xf79a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "target_edit" in size 16 and filled style. + static const IconData target_edit_16_filled = IconData(0xf79b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "target_edit" in size 20 and filled style. + static const IconData target_edit_20_filled = IconData(0xf79c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "target_edit" in size 24 and filled style. + static const IconData target_edit_24_filled = IconData(0xf79d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "task_list" in size 20 and filled style. + static const IconData task_list_20_filled = IconData(0xf79e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "task_list" in size 24 and filled style. + static const IconData task_list_24_filled = IconData(0xf79f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "task_list_add" in size 20 and filled style. + static const IconData task_list_add_20_filled = IconData(0xf7a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "task_list_add" in size 24 and filled style. + static const IconData task_list_add_24_filled = IconData(0xf7a1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tasks_app" in size 24 and filled style. + static const IconData tasks_app_24_filled = IconData(0xf7a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tasks_app" in size 28 and filled style. + static const IconData tasks_app_28_filled = IconData(0xf7a3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "team_add" in size 24 and filled style. + static const IconData team_add_24_filled = IconData(0xf7a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "team_delete" in size 24 and filled style. + static const IconData team_delete_24_filled = IconData(0xf7a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "teddy" in size 24 and filled style. + static const IconData teddy_24_filled = IconData(0xf7a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "temperature" in size 20 and filled style. + static const IconData temperature_20_filled = IconData(0xf7a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "temperature" in size 24 and filled style. + static const IconData temperature_24_filled = IconData(0xf7a8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tent" in size 24 and filled style. + static const IconData tent_24_filled = IconData(0xf7a9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "test_call" in size 24 and filled style. + static const IconData test_call_24_filled = IconData(0xf7aa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text" in size 24 and filled style. + static const IconData text_24_filled = IconData(0xf7ab, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_add" in size 24 and filled style. + static const IconData text_add_24_filled = IconData(0xf7ac, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_after" in size 20 and filled style. + static const IconData text_add_space_after_20_filled = IconData(0xf7ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_after" in size 24 and filled style. + static const IconData text_add_space_after_24_filled = IconData(0xf7ae, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_before" in size 20 and filled style. + static const IconData text_add_space_before_20_filled = IconData(0xf7af, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_add_space_before" in size 24 and filled style. + static const IconData text_add_space_before_24_filled = IconData(0xf7b0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_center" in size 20 and filled style. + static const IconData text_align_center_20_filled = IconData(0xf7b1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_center" in size 24 and filled style. + static const IconData text_align_center_24_filled = IconData(0xf7b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_distributed" in size 20 and filled style. + static const IconData text_align_distributed_20_filled = IconData(0xf7b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_distributed" in size 24 and filled style. + static const IconData text_align_distributed_24_filled = IconData(0xf7b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_justify" in size 20 and filled style. + static const IconData text_align_justify_20_filled = IconData(0xf7b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_justify" in size 24 and filled style. + static const IconData text_align_justify_24_filled = IconData(0xf7b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_align_left" in size 20 and filled style. + static const IconData text_align_left_20_filled = IconData(0xf7b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_align_left" in size 24 and filled style. + static const IconData text_align_left_24_filled = IconData(0xf7b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_align_right" in size 20 and filled style. + static const IconData text_align_right_20_filled = IconData(0xf7b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_align_right" in size 24 and filled style. + static const IconData text_align_right_24_filled = IconData(0xf7ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_asterisk" in size 20 and filled style. + static const IconData text_asterisk_20_filled = IconData(0xf7bb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bold" in size 20 and filled style. + static const IconData text_bold_20_filled = IconData(0xf7bc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bold" in size 24 and filled style. + static const IconData text_bold_24_filled = IconData(0xf7bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list" in size 20 and filled style. + static const IconData text_bullet_list_20_filled = IconData(0xf7be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list" in size 24 and filled style. + static const IconData text_bullet_list_24_filled = IconData(0xf7bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_add" in size 24 and filled style. + static const IconData text_bullet_list_add_24_filled = IconData(0xf7c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square" in size 24 and filled style. + static const IconData text_bullet_list_square_24_filled = IconData(0xf7c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square_warning" in size 16 and filled style. + static const IconData text_bullet_list_square_warning_16_filled = IconData( + 0xf7c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square_warning" in size 20 and filled style. + static const IconData text_bullet_list_square_warning_20_filled = IconData( + 0xf7c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_square_warning" in size 24 and filled style. + static const IconData text_bullet_list_square_warning_24_filled = IconData( + 0xf7c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_tree" in size 16 and filled style. + static const IconData text_bullet_list_tree_16_filled = IconData(0xf7c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_tree" in size 20 and filled style. + static const IconData text_bullet_list_tree_20_filled = IconData(0xf7c6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_bullet_list_tree" in size 24 and filled style. + static const IconData text_bullet_list_tree_24_filled = IconData(0xf7c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_accept" in size 20 and filled style. + static const IconData text_change_accept_20_filled = IconData(0xf7c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_accept" in size 24 and filled style. + static const IconData text_change_accept_24_filled = IconData(0xf7c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_case" in size 20 and filled style. + static const IconData text_change_case_20_filled = IconData(0xf7ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_case" in size 24 and filled style. + static const IconData text_change_case_24_filled = IconData(0xf7cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_next" in size 20 and filled style. + static const IconData text_change_next_20_filled = IconData(0xf7cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_next" in size 24 and filled style. + static const IconData text_change_next_24_filled = IconData(0xf7cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_previous" in size 20 and filled style. + static const IconData text_change_previous_20_filled = IconData(0xf7ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_previous" in size 24 and filled style. + static const IconData text_change_previous_24_filled = IconData(0xf7cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_reject" in size 20 and filled style. + static const IconData text_change_reject_20_filled = IconData(0xf7d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_reject" in size 24 and filled style. + static const IconData text_change_reject_24_filled = IconData(0xf7d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_settings" in size 20 and filled style. + static const IconData text_change_settings_20_filled = IconData(0xf7d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_change_settings" in size 24 and filled style. + static const IconData text_change_settings_24_filled = IconData(0xf7d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_clear_formatting" in size 20 and filled style. + static const IconData text_clear_formatting_20_filled = IconData(0xf7d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_clear_formatting" in size 24 and filled style. + static const IconData text_clear_formatting_24_filled = IconData(0xf7d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_collapse" in size 24 and filled style. + static const IconData text_collapse_24_filled = IconData(0xf7d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_color" in size 20 and filled style. + static const IconData text_color_20_filled = IconData(0xf7d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_color" in size 24 and filled style. + static const IconData text_color_24_filled = IconData(0xf7d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_one" in size 20 and filled style. + static const IconData text_column_one_20_filled = IconData(0xf7d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_one" in size 24 and filled style. + static const IconData text_column_one_24_filled = IconData(0xf7da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_three" in size 20 and filled style. + static const IconData text_column_three_20_filled = IconData(0xf7db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_three" in size 24 and filled style. + static const IconData text_column_three_24_filled = IconData(0xf7dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two" in size 20 and filled style. + static const IconData text_column_two_20_filled = IconData(0xf7dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two" in size 24 and filled style. + static const IconData text_column_two_24_filled = IconData(0xf7de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two_left" in size 20 and filled style. + static const IconData text_column_two_left_20_filled = IconData(0xf7df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two_left" in size 24 and filled style. + static const IconData text_column_two_left_24_filled = IconData(0xf7e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_column_two_right" in size 20 and filled style. + static const IconData text_column_two_right_20_filled = IconData(0xf7e1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_column_two_right" in size 24 and filled style. + static const IconData text_column_two_right_24_filled = IconData(0xf7e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true); + + /// fluent icon named "text_description" in size 20 and filled style. + static const IconData text_description_20_filled = IconData(0xf7e3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_description" in size 24 and filled style. + static const IconData text_description_24_filled = IconData(0xf7e4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction" in size 20 and filled style. + static const IconData text_direction_20_filled = IconData(0xf7e5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction" in size 24 and filled style. + static const IconData text_direction_24_filled = IconData(0xf7e6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_horizontal_ltr" in size 20 and filled style. + static const IconData text_direction_horizontal_ltr_20_filled = IconData( + 0xf7e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_horizontal_ltr" in size 24 and filled style. + static const IconData text_direction_horizontal_ltr_24_filled = IconData( + 0xf7e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270" in size 20 and filled style. + static const IconData text_direction_rotate_270_20_filled = IconData(0xf7e9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270" in size 24 and filled style. + static const IconData text_direction_rotate_270_24_filled = IconData(0xf7ea, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270_ac" in size 20 and filled style. + static const IconData text_direction_rotate_270_ac_20_filled = IconData( + 0xf7eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_270_ac" in size 24 and filled style. + static const IconData text_direction_rotate_270_ac_24_filled = IconData( + 0xf7ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_90" in size 20 and filled style. + static const IconData text_direction_rotate_90_20_filled = IconData(0xf7ed, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_rotate_90" in size 24 and filled style. + static const IconData text_direction_rotate_90_24_filled = IconData(0xf7ee, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_vertical" in size 20 and filled style. + static const IconData text_direction_vertical_20_filled = IconData(0xf7ef, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_direction_vertical" in size 24 and filled style. + static const IconData text_direction_vertical_24_filled = IconData(0xf7f0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_edit_style" in size 20 and filled style. + static const IconData text_edit_style_20_filled = IconData(0xf7f1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_edit_style" in size 24 and filled style. + static const IconData text_edit_style_24_filled = IconData(0xf7f2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_effects" in size 20 and filled style. + static const IconData text_effects_20_filled = IconData(0xf7f3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_effects" in size 24 and filled style. + static const IconData text_effects_24_filled = IconData(0xf7f4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_expand" in size 24 and filled style. + static const IconData text_expand_24_filled = IconData(0xf7f5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_field" in size 16 and filled style. + static const IconData text_field_16_filled = IconData(0xf7f6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_field" in size 20 and filled style. + static const IconData text_field_20_filled = IconData(0xf7f7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_field" in size 24 and filled style. + static const IconData text_field_24_filled = IconData(0xf7f8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_first_line" in size 20 and filled style. + static const IconData text_first_line_20_filled = IconData(0xf7f9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_first_line" in size 24 and filled style. + static const IconData text_first_line_24_filled = IconData(0xf7fa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_font" in size 16 and filled style. + static const IconData text_font_16_filled = IconData(0xf7fb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_font" in size 20 and filled style. + static const IconData text_font_20_filled = IconData(0xf7fc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_font" in size 24 and filled style. + static const IconData text_font_24_filled = IconData(0xf7fd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_font_size" in size 20 and filled style. + static const IconData text_font_size_20_filled = IconData(0xf7fe, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_font_size" in size 24 and filled style. + static const IconData text_font_size_24_filled = IconData(0xf7ff, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_footnote" in size 20 and filled style. + static const IconData text_footnote_20_filled = IconData(0xf800, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_footnote" in size 24 and filled style. + static const IconData text_footnote_24_filled = IconData(0xf801, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_grammar_options" in size 16 and filled style. + static const IconData text_grammar_options_16_filled = IconData(0xf802, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_grammar_options" in size 20 and filled style. + static const IconData text_grammar_options_20_filled = IconData(0xf803, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_grammar_options" in size 24 and filled style. + static const IconData text_grammar_options_24_filled = IconData(0xf804, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_hanging" in size 20 and filled style. + static const IconData text_hanging_20_filled = IconData(0xf805, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_hanging" in size 24 and filled style. + static const IconData text_hanging_24_filled = IconData(0xf806, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_header_1" in size 20 and filled style. + static const IconData text_header_1_20_filled = IconData(0xf807, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_header_2" in size 20 and filled style. + static const IconData text_header_2_20_filled = IconData(0xf808, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_header_3" in size 20 and filled style. + static const IconData text_header_3_20_filled = IconData(0xf809, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_indent_decrease" in size 24 and filled style. + static const IconData text_indent_decrease_24_filled = IconData(0xf80a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_indent_increase" in size 24 and filled style. + static const IconData text_indent_increase_24_filled = IconData(0xf80b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_italic" in size 20 and filled style. + static const IconData text_italic_20_filled = IconData(0xf80c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_italic" in size 24 and filled style. + static const IconData text_italic_24_filled = IconData(0xf80d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_line_spacing" in size 20 and filled style. + static const IconData text_line_spacing_20_filled = IconData(0xf80e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_line_spacing" in size 24 and filled style. + static const IconData text_line_spacing_24_filled = IconData(0xf80f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_format" in size 20 and filled style. + static const IconData text_number_format_20_filled = IconData(0xf810, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_format" in size 24 and filled style. + static const IconData text_number_format_24_filled = IconData(0xf811, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_list_ltr" in size 20 and filled style. + static const IconData text_number_list_ltr_20_filled = IconData(0xf812, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_list_ltr" in size 24 and filled style. + static const IconData text_number_list_ltr_24_filled = IconData(0xf813, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_number_list_rtl" in size 24 and filled style. + static const IconData text_number_list_rtl_24_filled = IconData(0xf814, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_paragraph_settings" in size 20 and filled style. + static const IconData text_paragraph_settings_20_filled = IconData(0xf815, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_paragraph_settings" in size 24 and filled style. + static const IconData text_paragraph_settings_24_filled = IconData(0xf816, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_proofing_tools" in size 20 and filled style. + static const IconData text_proofing_tools_20_filled = IconData(0xf817, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_proofing_tools" in size 24 and filled style. + static const IconData text_proofing_tools_24_filled = IconData(0xf818, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_quote" in size 20 and filled style. + static const IconData text_quote_20_filled = IconData(0xf819, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_quote" in size 24 and filled style. + static const IconData text_quote_24_filled = IconData(0xf81a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_sort_ascending" in size 20 and filled style. + static const IconData text_sort_ascending_20_filled = IconData(0xf81b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_sort_descending" in size 20 and filled style. + static const IconData text_sort_descending_20_filled = IconData(0xf81c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_strikethrough" in size 20 and filled style. + static const IconData text_strikethrough_20_filled = IconData(0xf81d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_strikethrough" in size 24 and filled style. + static const IconData text_strikethrough_24_filled = IconData(0xf81e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_subscript" in size 20 and filled style. + static const IconData text_subscript_20_filled = IconData(0xf81f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_subscript" in size 24 and filled style. + static const IconData text_subscript_24_filled = IconData(0xf820, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_superscript" in size 20 and filled style. + static const IconData text_superscript_20_filled = IconData(0xf821, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_superscript" in size 24 and filled style. + static const IconData text_superscript_24_filled = IconData(0xf822, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_underline" in size 20 and filled style. + static const IconData text_underline_20_filled = IconData(0xf823, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_underline" in size 24 and filled style. + static const IconData text_underline_24_filled = IconData(0xf824, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_word_count" in size 20 and filled style. + static const IconData text_word_count_20_filled = IconData(0xf825, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_word_count" in size 24 and filled style. + static const IconData text_word_count_24_filled = IconData(0xf826, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "text_wrap" in size 24 and filled style. + static const IconData text_wrap_24_filled = IconData(0xf827, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox" in size 20 and filled style. + static const IconData textbox_20_filled = IconData(0xf828, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox" in size 24 and filled style. + static const IconData textbox_24_filled = IconData(0xf829, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align" in size 20 and filled style. + static const IconData textbox_align_20_filled = IconData(0xf82a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align" in size 24 and filled style. + static const IconData textbox_align_24_filled = IconData(0xf82b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_bottom" in size 20 and filled style. + static const IconData textbox_align_bottom_20_filled = IconData(0xf82c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_bottom" in size 24 and filled style. + static const IconData textbox_align_bottom_24_filled = IconData(0xf82d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_middle" in size 20 and filled style. + static const IconData textbox_align_middle_20_filled = IconData(0xf82e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_middle" in size 24 and filled style. + static const IconData textbox_align_middle_24_filled = IconData(0xf82f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_top" in size 20 and filled style. + static const IconData textbox_align_top_20_filled = IconData(0xf830, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_align_top" in size 24 and filled style. + static const IconData textbox_align_top_24_filled = IconData(0xf831, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_vertical" in size 20 and filled style. + static const IconData textbox_vertical_20_filled = IconData(0xf832, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "textbox_vertical" in size 24 and filled style. + static const IconData textbox_vertical_24_filled = IconData(0xf833, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "thinking" in size 20 and filled style. + static const IconData thinking_20_filled = IconData(0xf834, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "thinking" in size 24 and filled style. + static const IconData thinking_24_filled = IconData(0xf835, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_dislike" in size 20 and filled style. + static const IconData thumb_dislike_20_filled = IconData(0xf836, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_dislike" in size 24 and filled style. + static const IconData thumb_dislike_24_filled = IconData(0xf837, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_like" in size 20 and filled style. + static const IconData thumb_like_20_filled = IconData(0xf838, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "thumb_like" in size 24 and filled style. + static const IconData thumb_like_24_filled = IconData(0xf839, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ticket" in size 20 and filled style. + static const IconData ticket_20_filled = IconData(0xf83a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ticket" in size 24 and filled style. + static const IconData ticket_24_filled = IconData(0xf83b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "time_and_weather" in size 24 and filled style. + static const IconData time_and_weather_24_filled = IconData(0xf83c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "time_picker" in size 24 and filled style. + static const IconData time_picker_24_filled = IconData(0xf83d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "timeline" in size 24 and filled style. + static const IconData timeline_24_filled = IconData(0xf83e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "timer_10" in size 24 and filled style. + static const IconData timer_10_24_filled = IconData(0xf83f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "timer" in size 24 and filled style. + static const IconData timer_24_filled = IconData(0xf840, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "timer_2" in size 24 and filled style. + static const IconData timer_2_24_filled = IconData(0xf841, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "timer_off" in size 24 and filled style. + static const IconData timer_off_24_filled = IconData(0xf842, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "toggle_right" in size 16 and filled style. + static const IconData toggle_right_16_filled = IconData(0xf843, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "toggle_right" in size 20 and filled style. + static const IconData toggle_right_20_filled = IconData(0xf844, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "toggle_right" in size 24 and filled style. + static const IconData toggle_right_24_filled = IconData(0xf845, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 16 and filled style. + static const IconData toolbox_16_filled = IconData(0xf846, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 20 and filled style. + static const IconData toolbox_20_filled = IconData(0xf847, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 24 and filled style. + static const IconData toolbox_24_filled = IconData(0xf848, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "toolbox" in size 28 and filled style. + static const IconData toolbox_28_filled = IconData(0xf849, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "top_speed" in size 24 and filled style. + static const IconData top_speed_24_filled = IconData(0xf84a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "translate" in size 20 and filled style. + static const IconData translate_20_filled = IconData(0xf84b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "translate" in size 24 and filled style. + static const IconData translate_24_filled = IconData(0xf84c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "trophy" in size 16 and filled style. + static const IconData trophy_16_filled = IconData(0xf84d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "trophy" in size 20 and filled style. + static const IconData trophy_20_filled = IconData(0xf84e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "trophy" in size 24 and filled style. + static const IconData trophy_24_filled = IconData(0xf84f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "uninstall_app" in size 24 and filled style. + static const IconData uninstall_app_24_filled = IconData(0xf850, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "unlock" in size 20 and filled style. + static const IconData unlock_20_filled = IconData(0xf851, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "unlock" in size 24 and filled style. + static const IconData unlock_24_filled = IconData(0xf852, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "unlock" in size 28 and filled style. + static const IconData unlock_28_filled = IconData(0xf853, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "upload" in size 24 and filled style. + static const IconData upload_24_filled = IconData(0xf854, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "usb_port" in size 20 and filled style. + static const IconData usb_port_20_filled = IconData(0xf855, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "usb_port" in size 24 and filled style. + static const IconData usb_port_24_filled = IconData(0xf856, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "usb_stick" in size 20 and filled style. + static const IconData usb_stick_20_filled = IconData(0xf857, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "usb_stick" in size 24 and filled style. + static const IconData usb_stick_24_filled = IconData(0xf858, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vault" in size 16 and filled style. + static const IconData vault_16_filled = IconData(0xf859, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vault" in size 20 and filled style. + static const IconData vault_20_filled = IconData(0xf85a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vault" in size 24 and filled style. + static const IconData vault_24_filled = IconData(0xf85b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_bicycle" in size 24 and filled style. + static const IconData vehicle_bicycle_24_filled = IconData(0xf85c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_bus" in size 24 and filled style. + static const IconData vehicle_bus_24_filled = IconData(0xf85d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_cab" in size 24 and filled style. + static const IconData vehicle_cab_24_filled = IconData(0xf85e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_car" in size 16 and filled style. + static const IconData vehicle_car_16_filled = IconData(0xf85f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_car" in size 20 and filled style. + static const IconData vehicle_car_20_filled = IconData(0xf860, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_car" in size 24 and filled style. + static const IconData vehicle_car_24_filled = IconData(0xf861, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_truck" in size 24 and filled style. + static const IconData vehicle_truck_24_filled = IconData(0xf862, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 16 and filled style. + static const IconData video_16_filled = IconData(0xf863, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 20 and filled style. + static const IconData video_20_filled = IconData(0xf864, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 24 and filled style. + static const IconData video_24_filled = IconData(0xf865, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video" in size 28 and filled style. + static const IconData video_28_filled = IconData(0xf866, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_background_effect" in size 24 and filled style. + static const IconData video_background_effect_24_filled = IconData(0xf867, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_clip" in size 24 and filled style. + static const IconData video_clip_24_filled = IconData(0xf868, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_off" in size 20 and filled style. + static const IconData video_off_20_filled = IconData(0xf869, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_off" in size 24 and filled style. + static const IconData video_off_24_filled = IconData(0xf86a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_off" in size 28 and filled style. + static const IconData video_off_28_filled = IconData(0xf86b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person" in size 24 and filled style. + static const IconData video_person_24_filled = IconData(0xf86c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_off" in size 24 and filled style. + static const IconData video_person_off_24_filled = IconData(0xf86d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_star" in size 24 and filled style. + static const IconData video_person_star_24_filled = IconData(0xf86e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_play_pause" in size 24 and filled style. + static const IconData video_play_pause_24_filled = IconData(0xf86f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_security" in size 20 and filled style. + static const IconData video_security_20_filled = IconData(0xf870, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_security" in size 24 and filled style. + static const IconData video_security_24_filled = IconData(0xf871, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_switch" in size 24 and filled style. + static const IconData video_switch_24_filled = IconData(0xf872, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop" in size 20 and filled style. + static const IconData view_desktop_20_filled = IconData(0xf873, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop" in size 24 and filled style. + static const IconData view_desktop_24_filled = IconData(0xf874, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop_mobile" in size 20 and filled style. + static const IconData view_desktop_mobile_20_filled = IconData(0xf875, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "view_desktop_mobile" in size 24 and filled style. + static const IconData view_desktop_mobile_24_filled = IconData(0xf876, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "visual_search" in size 16 and filled style. + static const IconData visual_search_16_filled = IconData(0xf877, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "visual_search" in size 20 and filled style. + static const IconData visual_search_20_filled = IconData(0xf878, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "visual_search" in size 24 and filled style. + static const IconData visual_search_24_filled = IconData(0xf879, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "voicemail" in size 16 and filled style. + static const IconData voicemail_16_filled = IconData(0xf87a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "voicemail" in size 20 and filled style. + static const IconData voicemail_20_filled = IconData(0xf87b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "voicemail" in size 24 and filled style. + static const IconData voicemail_24_filled = IconData(0xf87c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "walkie_talkie" in size 24 and filled style. + static const IconData walkie_talkie_24_filled = IconData(0xf87d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "walkie_talkie" in size 28 and filled style. + static const IconData walkie_talkie_28_filled = IconData(0xf87e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wallpaper" in size 24 and filled style. + static const IconData wallpaper_24_filled = IconData(0xf87f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "warning" in size 16 and filled style. + static const IconData warning_16_filled = IconData(0xf880, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "warning" in size 20 and filled style. + static const IconData warning_20_filled = IconData(0xf881, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "warning" in size 24 and filled style. + static const IconData warning_24_filled = IconData(0xf882, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_blowing_snow" in size 20 and filled style. + static const IconData weather_blowing_snow_20_filled = IconData(0xf883, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_blowing_snow" in size 24 and filled style. + static const IconData weather_blowing_snow_24_filled = IconData(0xf884, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_blowing_snow" in size 48 and filled style. + static const IconData weather_blowing_snow_48_filled = IconData(0xf885, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_cloudy" in size 20 and filled style. + static const IconData weather_cloudy_20_filled = IconData(0xf886, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_cloudy" in size 24 and filled style. + static const IconData weather_cloudy_24_filled = IconData(0xf887, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_cloudy" in size 48 and filled style. + static const IconData weather_cloudy_48_filled = IconData(0xf888, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_duststorm" in size 20 and filled style. + static const IconData weather_duststorm_20_filled = IconData(0xf889, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_duststorm" in size 24 and filled style. + static const IconData weather_duststorm_24_filled = IconData(0xf88a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_duststorm" in size 48 and filled style. + static const IconData weather_duststorm_48_filled = IconData(0xf88b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_fog" in size 20 and filled style. + static const IconData weather_fog_20_filled = IconData(0xf88c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_fog" in size 24 and filled style. + static const IconData weather_fog_24_filled = IconData(0xf88d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_fog" in size 48 and filled style. + static const IconData weather_fog_48_filled = IconData(0xf88e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_day" in size 20 and filled style. + static const IconData weather_hail_day_20_filled = IconData(0xf88f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_day" in size 24 and filled style. + static const IconData weather_hail_day_24_filled = IconData(0xf890, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_day" in size 48 and filled style. + static const IconData weather_hail_day_48_filled = IconData(0xf891, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_night" in size 20 and filled style. + static const IconData weather_hail_night_20_filled = IconData(0xf892, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_night" in size 24 and filled style. + static const IconData weather_hail_night_24_filled = IconData(0xf893, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_hail_night" in size 48 and filled style. + static const IconData weather_hail_night_48_filled = IconData(0xf894, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_moon" in size 20 and filled style. + static const IconData weather_moon_20_filled = IconData(0xf895, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_moon" in size 24 and filled style. + static const IconData weather_moon_24_filled = IconData(0xf896, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_moon" in size 48 and filled style. + static const IconData weather_moon_48_filled = IconData(0xf897, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_day" in size 20 and filled style. + static const IconData weather_partly_cloudy_day_20_filled = IconData(0xf898, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_day" in size 24 and filled style. + static const IconData weather_partly_cloudy_day_24_filled = IconData(0xf899, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_day" in size 48 and filled style. + static const IconData weather_partly_cloudy_day_48_filled = IconData(0xf89a, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_night" in size 20 and filled style. + static const IconData weather_partly_cloudy_night_20_filled = IconData(0xf89b, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_night" in size 24 and filled style. + static const IconData weather_partly_cloudy_night_24_filled = IconData(0xf89c, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_partly_cloudy_night" in size 48 and filled style. + static const IconData weather_partly_cloudy_night_48_filled = IconData(0xf89d, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain" in size 20 and filled style. + static const IconData weather_rain_20_filled = IconData(0xf89e, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain" in size 24 and filled style. + static const IconData weather_rain_24_filled = IconData(0xf89f, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain" in size 48 and filled style. + static const IconData weather_rain_48_filled = IconData(0xf8a0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_day" in size 20 and filled style. + static const IconData weather_rain_showers_day_20_filled = IconData(0xf8a1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_day" in size 24 and filled style. + static const IconData weather_rain_showers_day_24_filled = IconData(0xf8a2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_day" in size 48 and filled style. + static const IconData weather_rain_showers_day_48_filled = IconData(0xf8a3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_night" in size 20 and filled style. + static const IconData weather_rain_showers_night_20_filled = IconData(0xf8a4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_night" in size 24 and filled style. + static const IconData weather_rain_showers_night_24_filled = IconData(0xf8a5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_showers_night" in size 48 and filled style. + static const IconData weather_rain_showers_night_48_filled = IconData(0xf8a6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_snow" in size 20 and filled style. + static const IconData weather_rain_snow_20_filled = IconData(0xf8a7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_snow" in size 24 and filled style. + static const IconData weather_rain_snow_24_filled = IconData(0xf8a8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_rain_snow" in size 48 and filled style. + static const IconData weather_rain_snow_48_filled = IconData(0xf8a9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow" in size 20 and filled style. + static const IconData weather_snow_20_filled = IconData(0xf8aa, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow" in size 24 and filled style. + static const IconData weather_snow_24_filled = IconData(0xf8ab, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow" in size 48 and filled style. + static const IconData weather_snow_48_filled = IconData(0xf8ac, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_day" in size 20 and filled style. + static const IconData weather_snow_shower_day_20_filled = IconData(0xf8ad, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_day" in size 24 and filled style. + static const IconData weather_snow_shower_day_24_filled = IconData(0xf8ae, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_day" in size 48 and filled style. + static const IconData weather_snow_shower_day_48_filled = IconData(0xf8af, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_night" in size 20 and filled style. + static const IconData weather_snow_shower_night_20_filled = IconData(0xf8b0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_night" in size 24 and filled style. + static const IconData weather_snow_shower_night_24_filled = IconData(0xf8b1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snow_shower_night" in size 48 and filled style. + static const IconData weather_snow_shower_night_48_filled = IconData(0xf8b2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snowflake" in size 20 and filled style. + static const IconData weather_snowflake_20_filled = IconData(0xf8b3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snowflake" in size 24 and filled style. + static const IconData weather_snowflake_24_filled = IconData(0xf8b4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_snowflake" in size 48 and filled style. + static const IconData weather_snowflake_48_filled = IconData(0xf8b5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_squalls" in size 20 and filled style. + static const IconData weather_squalls_20_filled = IconData(0xf8b6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_squalls" in size 24 and filled style. + static const IconData weather_squalls_24_filled = IconData(0xf8b7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_squalls" in size 48 and filled style. + static const IconData weather_squalls_48_filled = IconData(0xf8b8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_sunny" in size 20 and filled style. + static const IconData weather_sunny_20_filled = IconData(0xf8b9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_sunny" in size 24 and filled style. + static const IconData weather_sunny_24_filled = IconData(0xf8ba, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_sunny" in size 48 and filled style. + static const IconData weather_sunny_48_filled = IconData(0xf8bb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_thunderstorm" in size 20 and filled style. + static const IconData weather_thunderstorm_20_filled = IconData(0xf8bc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_thunderstorm" in size 24 and filled style. + static const IconData weather_thunderstorm_24_filled = IconData(0xf8bd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weather_thunderstorm" in size 48 and filled style. + static const IconData weather_thunderstorm_48_filled = IconData(0xf8be, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "web_asset" in size 24 and filled style. + static const IconData web_asset_24_filled = IconData(0xf8bf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weekend" in size 12 and filled style. + static const IconData weekend_12_filled = IconData(0xf8c0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "weekend" in size 24 and filled style. + static const IconData weekend_24_filled = IconData(0xf8c1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "whiteboard" in size 20 and filled style. + static const IconData whiteboard_20_filled = IconData(0xf8c2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "whiteboard" in size 24 and filled style. + static const IconData whiteboard_24_filled = IconData(0xf8c3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_1" in size 20 and filled style. + static const IconData wifi_1_20_filled = IconData(0xf8c4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_1" in size 24 and filled style. + static const IconData wifi_1_24_filled = IconData(0xf8c5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_2" in size 20 and filled style. + static const IconData wifi_2_20_filled = IconData(0xf8c6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_2" in size 24 and filled style. + static const IconData wifi_2_24_filled = IconData(0xf8c7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_3" in size 20 and filled style. + static const IconData wifi_3_20_filled = IconData(0xf8c8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_3" in size 24 and filled style. + static const IconData wifi_3_24_filled = IconData(0xf8c9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_4" in size 20 and filled style. + static const IconData wifi_4_20_filled = IconData(0xf8ca, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_4" in size 24 and filled style. + static const IconData wifi_4_24_filled = IconData(0xf8cb, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wifi_protected" in size 24 and filled style. + static const IconData wifi_protected_24_filled = IconData(0xf8cc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window" in size 20 and filled style. + static const IconData window_20_filled = IconData(0xf8cd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_ad" in size 20 and filled style. + static const IconData window_ad_20_filled = IconData(0xf8ce, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_dev_tools" in size 16 and filled style. + static const IconData window_dev_tools_16_filled = IconData(0xf8cf, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_dev_tools" in size 20 and filled style. + static const IconData window_dev_tools_20_filled = IconData(0xf8d0, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_dev_tools" in size 24 and filled style. + static const IconData window_dev_tools_24_filled = IconData(0xf8d1, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_inprivate" in size 20 and filled style. + static const IconData window_inprivate_20_filled = IconData(0xf8d2, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_inprivate_account" in size 20 and filled style. + static const IconData window_inprivate_account_20_filled = IconData(0xf8d3, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_multiple" in size 20 and filled style. + static const IconData window_multiple_20_filled = IconData(0xf8d4, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_new" in size 20 and filled style. + static const IconData window_new_20_filled = IconData(0xf8d5, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_shield" in size 16 and filled style. + static const IconData window_shield_16_filled = IconData(0xf8d6, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_shield" in size 20 and filled style. + static const IconData window_shield_20_filled = IconData(0xf8d7, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "window_shield" in size 24 and filled style. + static const IconData window_shield_24_filled = IconData(0xf8d8, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "wrench" in size 24 and filled style. + static const IconData wrench_24_filled = IconData(0xf8d9, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "xbox_console" in size 20 and filled style. + static const IconData xbox_console_20_filled = IconData(0xf8da, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "xbox_console" in size 24 and filled style. + static const IconData xbox_console_24_filled = IconData(0xf8db, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_in" in size 20 and filled style. + static const IconData zoom_in_20_filled = IconData(0xf8dc, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_in" in size 24 and filled style. + static const IconData zoom_in_24_filled = IconData(0xf8dd, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_out" in size 20 and filled style. + static const IconData zoom_out_20_filled = IconData(0xf8de, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "zoom_out" in size 24 and filled style. + static const IconData zoom_out_24_filled = IconData(0xf8df, + fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + +// END GENERATED +} diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml new file mode 100644 index 0000000000..beacd32283 --- /dev/null +++ b/flutter/pubspec.yaml @@ -0,0 +1,31 @@ +name: fluentui_system_icons +description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. +version: 1.1.54 +homepage: https://github.com/microsoft/fluentui-system-icons/tree/master + +environment: + sdk: ">=2.1.0 <3.0.0" + +dependencies: + flutter: + sdk: flutter + +dev_dependencies: + flutter_test: + sdk: flutter + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter. +flutter: + fonts: + - family: FluentSystemIcons-Regular + fonts: + - asset: packages/fluentui_system_icons/fonts/FluentSystemIcons-Regular.ttf + - family: FluentSystemIcons-Filled + fonts: + - asset: packages/fluentui_system_icons/fonts/FluentSystemIcons-Filled.ttf + + # For details regarding fonts in packages, see + # https://flutter.dev/custom-fonts/#from-packages diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json new file mode 100644 index 0000000000..9526b05eed --- /dev/null +++ b/fonts/FluentSystemIcons-Filled.json @@ -0,0 +1,2019 @@ +{ + "ic_fluent_access_time_24_filled": "0xf101", + "ic_fluent_accessibility_16_filled": "0xf102", + "ic_fluent_accessibility_20_filled": "0xf103", + "ic_fluent_accessibility_24_filled": "0xf104", + "ic_fluent_accessibility_28_filled": "0xf105", + "ic_fluent_activity_24_filled": "0xf106", + "ic_fluent_add_12_filled": "0xf107", + "ic_fluent_add_16_filled": "0xf108", + "ic_fluent_add_20_filled": "0xf109", + "ic_fluent_add_24_filled": "0xf10a", + "ic_fluent_add_28_filled": "0xf10b", + "ic_fluent_add_circle_20_filled": "0xf10c", + "ic_fluent_add_circle_24_filled": "0xf10d", + "ic_fluent_add_circle_28_filled": "0xf10e", + "ic_fluent_airplane_20_filled": "0xf10f", + "ic_fluent_airplane_24_filled": "0xf110", + "ic_fluent_airplane_take_off_16_filled": "0xf111", + "ic_fluent_airplane_take_off_20_filled": "0xf112", + "ic_fluent_airplane_take_off_24_filled": "0xf113", + "ic_fluent_alert_20_filled": "0xf114", + "ic_fluent_alert_24_filled": "0xf115", + "ic_fluent_alert_28_filled": "0xf116", + "ic_fluent_alert_off_16_filled": "0xf117", + "ic_fluent_alert_off_20_filled": "0xf118", + "ic_fluent_alert_off_24_filled": "0xf119", + "ic_fluent_alert_off_28_filled": "0xf11a", + "ic_fluent_alert_on_24_filled": "0xf11b", + "ic_fluent_alert_snooze_20_filled": "0xf11c", + "ic_fluent_alert_snooze_24_filled": "0xf11d", + "ic_fluent_alert_urgent_20_filled": "0xf11e", + "ic_fluent_alert_urgent_24_filled": "0xf11f", + "ic_fluent_animal_dog_20_filled": "0xf120", + "ic_fluent_animal_dog_24_filled": "0xf121", + "ic_fluent_app_folder_20_filled": "0xf122", + "ic_fluent_app_folder_24_filled": "0xf123", + "ic_fluent_app_generic_24_filled": "0xf124", + "ic_fluent_app_recent_24_filled": "0xf125", + "ic_fluent_app_span_16_filled": "0xf126", + "ic_fluent_app_span_20_filled": "0xf127", + "ic_fluent_app_span_24_filled": "0xf128", + "ic_fluent_app_span_28_filled": "0xf129", + "ic_fluent_app_store_24_filled": "0xf12a", + "ic_fluent_app_title_24_filled": "0xf12b", + "ic_fluent_app_unspan_16_filled": "0xf12c", + "ic_fluent_app_unspan_20_filled": "0xf12d", + "ic_fluent_app_unspan_24_filled": "0xf12e", + "ic_fluent_app_unspan_28_filled": "0xf12f", + "ic_fluent_approvals_app_24_filled": "0xf130", + "ic_fluent_approvals_app_28_filled": "0xf131", + "ic_fluent_apps_16_filled": "0xf132", + "ic_fluent_apps_20_filled": "0xf133", + "ic_fluent_apps_24_filled": "0xf134", + "ic_fluent_apps_28_filled": "0xf135", + "ic_fluent_apps_add_in_20_filled": "0xf136", + "ic_fluent_apps_add_in_24_filled": "0xf137", + "ic_fluent_apps_list_24_filled": "0xf138", + "ic_fluent_archive_20_filled": "0xf139", + "ic_fluent_archive_24_filled": "0xf13a", + "ic_fluent_archive_28_filled": "0xf13b", + "ic_fluent_archive_48_filled": "0xf13c", + "ic_fluent_arrow_clockwise_20_filled": "0xf13d", + "ic_fluent_arrow_clockwise_24_filled": "0xf13e", + "ic_fluent_arrow_counterclockwise_20_filled": "0xf13f", + "ic_fluent_arrow_counterclockwise_24_filled": "0xf140", + "ic_fluent_arrow_curve_down_left_20_filled": "0xf141", + "ic_fluent_arrow_curve_down_right_20_filled": "0xf142", + "ic_fluent_arrow_curve_right_20_filled": "0xf143", + "ic_fluent_arrow_curve_right_24_filled": "0xf144", + "ic_fluent_arrow_curve_up_left_20_filled": "0xf145", + "ic_fluent_arrow_curve_up_right_20_filled": "0xf146", + "ic_fluent_arrow_down_16_filled": "0xf147", + "ic_fluent_arrow_down_20_filled": "0xf148", + "ic_fluent_arrow_down_24_filled": "0xf149", + "ic_fluent_arrow_down_28_filled": "0xf14a", + "ic_fluent_arrow_down_left_24_filled": "0xf14b", + "ic_fluent_arrow_down_right_circle_16_filled": "0xf14c", + "ic_fluent_arrow_down_right_circle_24_filled": "0xf14d", + "ic_fluent_arrow_down_square_24_filled": "0xf14e", + "ic_fluent_arrow_download_16_filled": "0xf14f", + "ic_fluent_arrow_download_20_filled": "0xf150", + "ic_fluent_arrow_download_24_filled": "0xf151", + "ic_fluent_arrow_download_48_filled": "0xf152", + "ic_fluent_arrow_enter_24_filled": "0xf153", + "ic_fluent_arrow_expand_24_filled": "0xf154", + "ic_fluent_arrow_export_20_filled": "0xf155", + "ic_fluent_arrow_forward_16_filled": "0xf156", + "ic_fluent_arrow_forward_20_filled": "0xf157", + "ic_fluent_arrow_forward_24_filled": "0xf158", + "ic_fluent_arrow_import_20_filled": "0xf159", + "ic_fluent_arrow_import_24_filled": "0xf15a", + "ic_fluent_arrow_left_20_filled": "0xf15b", + "ic_fluent_arrow_left_24_filled": "0xf15c", + "ic_fluent_arrow_left_28_filled": "0xf15d", + "ic_fluent_arrow_maximize_16_filled": "0xf15e", + "ic_fluent_arrow_maximize_20_filled": "0xf15f", + "ic_fluent_arrow_maximize_24_filled": "0xf160", + "ic_fluent_arrow_maximize_28_filled": "0xf161", + "ic_fluent_arrow_maximize_vertical_20_filled": "0xf162", + "ic_fluent_arrow_maximize_vertical_24_filled": "0xf163", + "ic_fluent_arrow_minimize_16_filled": "0xf164", + "ic_fluent_arrow_minimize_20_filled": "0xf165", + "ic_fluent_arrow_minimize_24_filled": "0xf166", + "ic_fluent_arrow_minimize_28_filled": "0xf167", + "ic_fluent_arrow_minimize_vertical_24_filled": "0xf168", + "ic_fluent_arrow_move_24_filled": "0xf169", + "ic_fluent_arrow_next_20_filled": "0xf16a", + "ic_fluent_arrow_next_24_filled": "0xf16b", + "ic_fluent_arrow_previous_20_filled": "0xf16c", + "ic_fluent_arrow_previous_24_filled": "0xf16d", + "ic_fluent_arrow_redo_20_filled": "0xf16e", + "ic_fluent_arrow_redo_24_filled": "0xf16f", + "ic_fluent_arrow_repeat_all_16_filled": "0xf170", + "ic_fluent_arrow_repeat_all_20_filled": "0xf171", + "ic_fluent_arrow_repeat_all_24_filled": "0xf172", + "ic_fluent_arrow_repeat_all_off_16_filled": "0xf173", + "ic_fluent_arrow_repeat_all_off_20_filled": "0xf174", + "ic_fluent_arrow_repeat_all_off_24_filled": "0xf175", + "ic_fluent_arrow_reply_16_filled": "0xf176", + "ic_fluent_arrow_reply_20_filled": "0xf177", + "ic_fluent_arrow_reply_24_filled": "0xf178", + "ic_fluent_arrow_reply_48_filled": "0xf179", + "ic_fluent_arrow_reply_all_16_filled": "0xf17a", + "ic_fluent_arrow_reply_all_20_filled": "0xf17b", + "ic_fluent_arrow_reply_all_24_filled": "0xf17c", + "ic_fluent_arrow_reply_all_48_filled": "0xf17d", + "ic_fluent_arrow_reply_down_16_filled": "0xf17e", + "ic_fluent_arrow_reply_down_20_filled": "0xf17f", + "ic_fluent_arrow_reply_down_24_filled": "0xf180", + "ic_fluent_arrow_right_20_filled": "0xf181", + "ic_fluent_arrow_right_24_filled": "0xf182", + "ic_fluent_arrow_right_28_filled": "0xf183", + "ic_fluent_arrow_right_circle_24_filled": "0xf184", + "ic_fluent_arrow_rotate_clockwise_20_filled": "0xf185", + "ic_fluent_arrow_rotate_clockwise_24_filled": "0xf186", + "ic_fluent_arrow_rotate_counterclockwise_20_filled": "0xf187", + "ic_fluent_arrow_rotate_counterclockwise_24_filled": "0xf188", + "ic_fluent_arrow_rotate_icon_24_filled": "0xf189", + "ic_fluent_arrow_sort_20_filled": "0xf18a", + "ic_fluent_arrow_sort_24_filled": "0xf18b", + "ic_fluent_arrow_sort_28_filled": "0xf18c", + "ic_fluent_arrow_swap_20_filled": "0xf18d", + "ic_fluent_arrow_swap_24_filled": "0xf18e", + "ic_fluent_arrow_sync_12_filled": "0xf18f", + "ic_fluent_arrow_sync_20_filled": "0xf190", + "ic_fluent_arrow_sync_24_filled": "0xf191", + "ic_fluent_arrow_sync_circle_16_filled": "0xf192", + "ic_fluent_arrow_sync_circle_20_filled": "0xf193", + "ic_fluent_arrow_sync_circle_24_filled": "0xf194", + "ic_fluent_arrow_sync_off_12_filled": "0xf195", + "ic_fluent_arrow_trending_16_filled": "0xf196", + "ic_fluent_arrow_trending_20_filled": "0xf197", + "ic_fluent_arrow_trending_24_filled": "0xf198", + "ic_fluent_arrow_undo_20_filled": "0xf199", + "ic_fluent_arrow_undo_24_filled": "0xf19a", + "ic_fluent_arrow_up_20_filled": "0xf19b", + "ic_fluent_arrow_up_24_filled": "0xf19c", + "ic_fluent_arrow_up_28_filled": "0xf19d", + "ic_fluent_arrow_up_circle_16_filled": "0xf19e", + "ic_fluent_arrow_up_circle_20_filled": "0xf19f", + "ic_fluent_arrow_up_circle_24_filled": "0xf1a0", + "ic_fluent_arrow_up_left_24_filled": "0xf1a1", + "ic_fluent_arrow_up_left_circle_24_filled": "0xf1a2", + "ic_fluent_arrow_up_right_24_filled": "0xf1a3", + "ic_fluent_arrow_upload_20_filled": "0xf1a4", + "ic_fluent_arrow_upload_24_filled": "0xf1a5", + "ic_fluent_arrows_bidirectional_24_filled": "0xf1a6", + "ic_fluent_assignments_24_filled": "0xf1a7", + "ic_fluent_attach_16_filled": "0xf1a8", + "ic_fluent_attach_20_filled": "0xf1a9", + "ic_fluent_attach_24_filled": "0xf1aa", + "ic_fluent_attach_forward_20_filled": "0xf1ab", + "ic_fluent_attach_forward_24_filled": "0xf1ac", + "ic_fluent_attach_with_text_24_filled": "0xf1ad", + "ic_fluent_autocorrect_24_filled": "0xf1ae", + "ic_fluent_autosum_20_filled": "0xf1af", + "ic_fluent_autosum_24_filled": "0xf1b0", + "ic_fluent_backspace_20_filled": "0xf1b1", + "ic_fluent_backspace_24_filled": "0xf1b2", + "ic_fluent_backward_20_filled": "0xf1b3", + "ic_fluent_backward_24_filled": "0xf1b4", + "ic_fluent_badge_24_filled": "0xf1b5", + "ic_fluent_balloon_20_filled": "0xf1b6", + "ic_fluent_balloon_24_filled": "0xf1b7", + "ic_fluent_bank_16_filled": "0xf1b8", + "ic_fluent_bank_20_filled": "0xf1b9", + "ic_fluent_bank_24_filled": "0xf1ba", + "ic_fluent_battery_0_20_filled": "0xf1bb", + "ic_fluent_battery_0_24_filled": "0xf1bc", + "ic_fluent_battery_1_20_filled": "0xf1bd", + "ic_fluent_battery_1_24_filled": "0xf1be", + "ic_fluent_battery_2_20_filled": "0xf1bf", + "ic_fluent_battery_2_24_filled": "0xf1c0", + "ic_fluent_battery_3_20_filled": "0xf1c1", + "ic_fluent_battery_3_24_filled": "0xf1c2", + "ic_fluent_battery_4_20_filled": "0xf1c3", + "ic_fluent_battery_4_24_filled": "0xf1c4", + "ic_fluent_battery_5_20_filled": "0xf1c5", + "ic_fluent_battery_5_24_filled": "0xf1c6", + "ic_fluent_battery_6_20_filled": "0xf1c7", + "ic_fluent_battery_6_24_filled": "0xf1c8", + "ic_fluent_battery_7_20_filled": "0xf1c9", + "ic_fluent_battery_7_24_filled": "0xf1ca", + "ic_fluent_battery_8_20_filled": "0xf1cb", + "ic_fluent_battery_8_24_filled": "0xf1cc", + "ic_fluent_battery_9_20_filled": "0xf1cd", + "ic_fluent_battery_9_24_filled": "0xf1ce", + "ic_fluent_battery_charge_20_filled": "0xf1cf", + "ic_fluent_battery_charge_24_filled": "0xf1d0", + "ic_fluent_battery_full_20_filled": "0xf1d1", + "ic_fluent_battery_full_24_filled": "0xf1d2", + "ic_fluent_battery_saver_20_filled": "0xf1d3", + "ic_fluent_battery_saver_24_filled": "0xf1d4", + "ic_fluent_battery_warning_24_filled": "0xf1d5", + "ic_fluent_beaker_16_filled": "0xf1d6", + "ic_fluent_beaker_20_filled": "0xf1d7", + "ic_fluent_beaker_24_filled": "0xf1d8", + "ic_fluent_bed_20_filled": "0xf1d9", + "ic_fluent_bed_24_filled": "0xf1da", + "ic_fluent_block_16_filled": "0xf1db", + "ic_fluent_block_20_filled": "0xf1dc", + "ic_fluent_block_24_filled": "0xf1dd", + "ic_fluent_bluetooth_20_filled": "0xf1de", + "ic_fluent_bluetooth_24_filled": "0xf1df", + "ic_fluent_bluetooth_connected_24_filled": "0xf1e0", + "ic_fluent_bluetooth_disabled_24_filled": "0xf1e1", + "ic_fluent_bluetooth_searching_24_filled": "0xf1e2", + "ic_fluent_board_24_filled": "0xf1e3", + "ic_fluent_book_formula_compatibility_24_filled": "0xf1e4", + "ic_fluent_book_formula_database_24_filled": "0xf1e5", + "ic_fluent_book_formula_date_24_filled": "0xf1e6", + "ic_fluent_book_formula_engineering_24_filled": "0xf1e7", + "ic_fluent_book_formula_financial_24_filled": "0xf1e8", + "ic_fluent_book_formula_information_24_filled": "0xf1e9", + "ic_fluent_book_formula_logical_24_filled": "0xf1ea", + "ic_fluent_book_formula_lookup_24_filled": "0xf1eb", + "ic_fluent_book_formula_math_24_filled": "0xf1ec", + "ic_fluent_book_formula_recent_24_filled": "0xf1ed", + "ic_fluent_book_formula_statistics_24_filled": "0xf1ee", + "ic_fluent_book_formula_text_24_filled": "0xf1ef", + "ic_fluent_book_globe_24_filled": "0xf1f0", + "ic_fluent_book_number_16_filled": "0xf1f1", + "ic_fluent_book_number_20_filled": "0xf1f2", + "ic_fluent_book_number_24_filled": "0xf1f3", + "ic_fluent_bookmark_16_filled": "0xf1f4", + "ic_fluent_bookmark_20_filled": "0xf1f5", + "ic_fluent_bookmark_24_filled": "0xf1f6", + "ic_fluent_bookmark_28_filled": "0xf1f7", + "ic_fluent_bookmark_off_24_filled": "0xf1f8", + "ic_fluent_bot_24_filled": "0xf1f9", + "ic_fluent_bot_add_24_filled": "0xf1fa", + "ic_fluent_branch_24_filled": "0xf1fb", + "ic_fluent_briefcase_20_filled": "0xf1fc", + "ic_fluent_briefcase_24_filled": "0xf1fd", + "ic_fluent_bring_to_front_20_filled": "0xf1fe", + "ic_fluent_bring_to_front_24_filled": "0xf1ff", + "ic_fluent_broad_activity_feed_24_filled": "0xf200", + "ic_fluent_broom_20_filled": "0xf201", + "ic_fluent_broom_24_filled": "0xf202", + "ic_fluent_bug_report_24_filled": "0xf203", + "ic_fluent_building_1_24_filled": "0xf204", + "ic_fluent_building_24_filled": "0xf205", + "ic_fluent_building_2_16_filled": "0xf206", + "ic_fluent_building_2_20_filled": "0xf207", + "ic_fluent_building_2_24_filled": "0xf208", + "ic_fluent_building_retail_24_filled": "0xf209", + "ic_fluent_calculator_20_filled": "0xf20a", + "ic_fluent_calendar_20_filled": "0xf20b", + "ic_fluent_calendar_24_filled": "0xf20c", + "ic_fluent_calendar_28_filled": "0xf20d", + "ic_fluent_calendar_3_day_20_filled": "0xf20e", + "ic_fluent_calendar_3_day_24_filled": "0xf20f", + "ic_fluent_calendar_3_day_28_filled": "0xf210", + "ic_fluent_calendar_add_20_filled": "0xf211", + "ic_fluent_calendar_add_24_filled": "0xf212", + "ic_fluent_calendar_agenda_20_filled": "0xf213", + "ic_fluent_calendar_agenda_24_filled": "0xf214", + "ic_fluent_calendar_agenda_28_filled": "0xf215", + "ic_fluent_calendar_arrow_right_20_filled": "0xf216", + "ic_fluent_calendar_assistant_20_filled": "0xf217", + "ic_fluent_calendar_assistant_24_filled": "0xf218", + "ic_fluent_calendar_cancel_20_filled": "0xf219", + "ic_fluent_calendar_cancel_24_filled": "0xf21a", + "ic_fluent_calendar_checkmark_16_filled": "0xf21b", + "ic_fluent_calendar_checkmark_20_filled": "0xf21c", + "ic_fluent_calendar_clock_20_filled": "0xf21d", + "ic_fluent_calendar_clock_24_filled": "0xf21e", + "ic_fluent_calendar_date_20_filled": "0xf21f", + "ic_fluent_calendar_date_24_filled": "0xf220", + "ic_fluent_calendar_date_28_filled": "0xf221", + "ic_fluent_calendar_day_20_filled": "0xf222", + "ic_fluent_calendar_day_24_filled": "0xf223", + "ic_fluent_calendar_day_28_filled": "0xf224", + "ic_fluent_calendar_empty_16_filled": "0xf225", + "ic_fluent_calendar_empty_20_filled": "0xf226", + "ic_fluent_calendar_empty_24_filled": "0xf227", + "ic_fluent_calendar_empty_28_filled": "0xf228", + "ic_fluent_calendar_later_24_filled": "0xf229", + "ic_fluent_calendar_month_20_filled": "0xf22a", + "ic_fluent_calendar_month_24_filled": "0xf22b", + "ic_fluent_calendar_month_28_filled": "0xf22c", + "ic_fluent_calendar_multiple_20_filled": "0xf22d", + "ic_fluent_calendar_multiple_24_filled": "0xf22e", + "ic_fluent_calendar_overdue_24_filled": "0xf22f", + "ic_fluent_calendar_person_20_filled": "0xf230", + "ic_fluent_calendar_reply_16_filled": "0xf231", + "ic_fluent_calendar_reply_20_filled": "0xf232", + "ic_fluent_calendar_reply_24_filled": "0xf233", + "ic_fluent_calendar_reply_28_filled": "0xf234", + "ic_fluent_calendar_settings_20_filled": "0xf235", + "ic_fluent_calendar_star_20_filled": "0xf236", + "ic_fluent_calendar_star_24_filled": "0xf237", + "ic_fluent_calendar_sync_16_filled": "0xf238", + "ic_fluent_calendar_sync_20_filled": "0xf239", + "ic_fluent_calendar_sync_24_filled": "0xf23a", + "ic_fluent_calendar_today_16_filled": "0xf23b", + "ic_fluent_calendar_today_20_filled": "0xf23c", + "ic_fluent_calendar_today_24_filled": "0xf23d", + "ic_fluent_calendar_today_28_filled": "0xf23e", + "ic_fluent_calendar_week_numbers_24_filled": "0xf23f", + "ic_fluent_calendar_week_start_20_filled": "0xf240", + "ic_fluent_calendar_week_start_24_filled": "0xf241", + "ic_fluent_calendar_week_start_28_filled": "0xf242", + "ic_fluent_calendar_work_week_16_filled": "0xf243", + "ic_fluent_calendar_work_week_20_filled": "0xf244", + "ic_fluent_calendar_work_week_24_filled": "0xf245", + "ic_fluent_call_add_24_filled": "0xf246", + "ic_fluent_call_end_20_filled": "0xf247", + "ic_fluent_call_end_24_filled": "0xf248", + "ic_fluent_call_end_28_filled": "0xf249", + "ic_fluent_call_forward_24_filled": "0xf24a", + "ic_fluent_call_inbound_16_filled": "0xf24b", + "ic_fluent_call_inbound_24_filled": "0xf24c", + "ic_fluent_call_missed_16_filled": "0xf24d", + "ic_fluent_call_missed_24_filled": "0xf24e", + "ic_fluent_call_outbound_16_filled": "0xf24f", + "ic_fluent_call_outbound_24_filled": "0xf250", + "ic_fluent_call_park_24_filled": "0xf251", + "ic_fluent_calligraphy_pen_20_filled": "0xf252", + "ic_fluent_calligraphy_pen_24_filled": "0xf253", + "ic_fluent_camera_20_filled": "0xf254", + "ic_fluent_camera_24_filled": "0xf255", + "ic_fluent_camera_28_filled": "0xf256", + "ic_fluent_camera_add_20_filled": "0xf257", + "ic_fluent_camera_add_24_filled": "0xf258", + "ic_fluent_camera_add_48_filled": "0xf259", + "ic_fluent_camera_switch_24_filled": "0xf25a", + "ic_fluent_caret_12_filled": "0xf25b", + "ic_fluent_caret_16_filled": "0xf25c", + "ic_fluent_caret_20_filled": "0xf25d", + "ic_fluent_caret_24_filled": "0xf25e", + "ic_fluent_caret_down_12_filled": "0xf25f", + "ic_fluent_caret_down_16_filled": "0xf260", + "ic_fluent_caret_down_20_filled": "0xf261", + "ic_fluent_caret_down_24_filled": "0xf262", + "ic_fluent_caret_left_12_filled": "0xf263", + "ic_fluent_caret_left_16_filled": "0xf264", + "ic_fluent_caret_left_20_filled": "0xf265", + "ic_fluent_caret_left_24_filled": "0xf266", + "ic_fluent_caret_right_12_filled": "0xf267", + "ic_fluent_caret_right_16_filled": "0xf268", + "ic_fluent_caret_right_20_filled": "0xf269", + "ic_fluent_caret_right_24_filled": "0xf26a", + "ic_fluent_cart_24_filled": "0xf26b", + "ic_fluent_cast_20_filled": "0xf26c", + "ic_fluent_cast_24_filled": "0xf26d", + "ic_fluent_cast_28_filled": "0xf26e", + "ic_fluent_cellular_3g_24_filled": "0xf26f", + "ic_fluent_cellular_4g_24_filled": "0xf270", + "ic_fluent_cellular_data_1_20_filled": "0xf271", + "ic_fluent_cellular_data_1_24_filled": "0xf272", + "ic_fluent_cellular_data_2_20_filled": "0xf273", + "ic_fluent_cellular_data_2_24_filled": "0xf274", + "ic_fluent_cellular_data_3_20_filled": "0xf275", + "ic_fluent_cellular_data_3_24_filled": "0xf276", + "ic_fluent_cellular_data_4_20_filled": "0xf277", + "ic_fluent_cellular_data_4_24_filled": "0xf278", + "ic_fluent_cellular_data_5_20_filled": "0xf279", + "ic_fluent_cellular_data_5_24_filled": "0xf27a", + "ic_fluent_cellular_data_off_24_filled": "0xf27b", + "ic_fluent_cellular_off_24_filled": "0xf27c", + "ic_fluent_cellular_unavailable_24_filled": "0xf27d", + "ic_fluent_certificate_20_filled": "0xf27e", + "ic_fluent_certificate_24_filled": "0xf27f", + "ic_fluent_channel_16_filled": "0xf280", + "ic_fluent_channel_20_filled": "0xf281", + "ic_fluent_channel_24_filled": "0xf282", + "ic_fluent_channel_follow_24_filled": "0xf283", + "ic_fluent_channel_notifications_24_filled": "0xf284", + "ic_fluent_channel_unfollow_24_filled": "0xf285", + "ic_fluent_chat_20_filled": "0xf286", + "ic_fluent_chat_24_filled": "0xf287", + "ic_fluent_chat_28_filled": "0xf288", + "ic_fluent_chat_bubbles_question_24_filled": "0xf289", + "ic_fluent_chat_help_24_filled": "0xf28a", + "ic_fluent_chat_off_24_filled": "0xf28b", + "ic_fluent_chat_warning_24_filled": "0xf28c", + "ic_fluent_checkbox_checked_20_filled": "0xf28d", + "ic_fluent_checkbox_checked_24_filled": "0xf28e", + "ic_fluent_checkbox_unchecked_12_filled": "0xf28f", + "ic_fluent_checkbox_unchecked_16_filled": "0xf290", + "ic_fluent_checkbox_unchecked_20_filled": "0xf291", + "ic_fluent_checkbox_unchecked_24_filled": "0xf292", + "ic_fluent_checkmark_12_filled": "0xf293", + "ic_fluent_checkmark_20_filled": "0xf294", + "ic_fluent_checkmark_24_filled": "0xf295", + "ic_fluent_checkmark_28_filled": "0xf296", + "ic_fluent_checkmark_circle_16_filled": "0xf297", + "ic_fluent_checkmark_circle_20_filled": "0xf298", + "ic_fluent_checkmark_circle_24_filled": "0xf299", + "ic_fluent_checkmark_circle_48_filled": "0xf29a", + "ic_fluent_checkmark_lock_16_filled": "0xf29b", + "ic_fluent_checkmark_lock_20_filled": "0xf29c", + "ic_fluent_checkmark_lock_24_filled": "0xf29d", + "ic_fluent_checkmark_square_24_filled": "0xf29e", + "ic_fluent_checkmark_underline_circle_16_filled": "0xf29f", + "ic_fluent_checkmark_underline_circle_20_filled": "0xf2a0", + "ic_fluent_chevron_down_12_filled": "0xf2a1", + "ic_fluent_chevron_down_16_filled": "0xf2a2", + "ic_fluent_chevron_down_20_filled": "0xf2a3", + "ic_fluent_chevron_down_24_filled": "0xf2a4", + "ic_fluent_chevron_down_28_filled": "0xf2a5", + "ic_fluent_chevron_down_48_filled": "0xf2a6", + "ic_fluent_chevron_down_circle_24_filled": "0xf2a7", + "ic_fluent_chevron_left_12_filled": "0xf2a8", + "ic_fluent_chevron_left_16_filled": "0xf2a9", + "ic_fluent_chevron_left_20_filled": "0xf2aa", + "ic_fluent_chevron_left_24_filled": "0xf2ab", + "ic_fluent_chevron_left_28_filled": "0xf2ac", + "ic_fluent_chevron_left_48_filled": "0xf2ad", + "ic_fluent_chevron_right_12_filled": "0xf2ae", + "ic_fluent_chevron_right_16_filled": "0xf2af", + "ic_fluent_chevron_right_20_filled": "0xf2b0", + "ic_fluent_chevron_right_24_filled": "0xf2b1", + "ic_fluent_chevron_right_28_filled": "0xf2b2", + "ic_fluent_chevron_right_48_filled": "0xf2b3", + "ic_fluent_chevron_up_12_filled": "0xf2b4", + "ic_fluent_chevron_up_16_filled": "0xf2b5", + "ic_fluent_chevron_up_20_filled": "0xf2b6", + "ic_fluent_chevron_up_24_filled": "0xf2b7", + "ic_fluent_chevron_up_28_filled": "0xf2b8", + "ic_fluent_chevron_up_48_filled": "0xf2b9", + "ic_fluent_circle_16_filled": "0xf2ba", + "ic_fluent_circle_20_filled": "0xf2bb", + "ic_fluent_circle_24_filled": "0xf2bc", + "ic_fluent_circle_half_fill_20_filled": "0xf2bd", + "ic_fluent_circle_half_fill_24_filled": "0xf2be", + "ic_fluent_circle_line_24_filled": "0xf2bf", + "ic_fluent_circle_small_24_filled": "0xf2c0", + "ic_fluent_city_16_filled": "0xf2c1", + "ic_fluent_city_20_filled": "0xf2c2", + "ic_fluent_city_24_filled": "0xf2c3", + "ic_fluent_class_24_filled": "0xf2c4", + "ic_fluent_classification_16_filled": "0xf2c5", + "ic_fluent_classification_20_filled": "0xf2c6", + "ic_fluent_classification_24_filled": "0xf2c7", + "ic_fluent_clear_formatting_24_filled": "0xf2c8", + "ic_fluent_clipboard_20_filled": "0xf2c9", + "ic_fluent_clipboard_24_filled": "0xf2ca", + "ic_fluent_clipboard_code_16_filled": "0xf2cb", + "ic_fluent_clipboard_code_20_filled": "0xf2cc", + "ic_fluent_clipboard_code_24_filled": "0xf2cd", + "ic_fluent_clipboard_letter_16_filled": "0xf2ce", + "ic_fluent_clipboard_letter_20_filled": "0xf2cf", + "ic_fluent_clipboard_letter_24_filled": "0xf2d0", + "ic_fluent_clipboard_link_16_filled": "0xf2d1", + "ic_fluent_clipboard_link_20_filled": "0xf2d2", + "ic_fluent_clipboard_link_24_filled": "0xf2d3", + "ic_fluent_clipboard_more_24_filled": "0xf2d4", + "ic_fluent_clipboard_paste_20_filled": "0xf2d5", + "ic_fluent_clipboard_paste_24_filled": "0xf2d6", + "ic_fluent_clipboard_search_20_filled": "0xf2d7", + "ic_fluent_clipboard_search_24_filled": "0xf2d8", + "ic_fluent_clipboard_text_20_filled": "0xf2d9", + "ic_fluent_clipboard_text_24_filled": "0xf2da", + "ic_fluent_clock_12_filled": "0xf2db", + "ic_fluent_clock_16_filled": "0xf2dc", + "ic_fluent_clock_20_filled": "0xf2dd", + "ic_fluent_clock_24_filled": "0xf2de", + "ic_fluent_clock_28_filled": "0xf2df", + "ic_fluent_clock_48_filled": "0xf2e0", + "ic_fluent_clock_alarm_20_filled": "0xf2e1", + "ic_fluent_clock_alarm_24_filled": "0xf2e2", + "ic_fluent_closed_caption_24_filled": "0xf2e3", + "ic_fluent_cloud_20_filled": "0xf2e4", + "ic_fluent_cloud_24_filled": "0xf2e5", + "ic_fluent_cloud_48_filled": "0xf2e6", + "ic_fluent_cloud_backup_24_filled": "0xf2e7", + "ic_fluent_cloud_backup_48_filled": "0xf2e8", + "ic_fluent_cloud_download_24_filled": "0xf2e9", + "ic_fluent_cloud_off_24_filled": "0xf2ea", + "ic_fluent_cloud_off_48_filled": "0xf2eb", + "ic_fluent_cloud_offline_24_filled": "0xf2ec", + "ic_fluent_cloud_sync_complete_24_filled": "0xf2ed", + "ic_fluent_cloud_sync_complete_48_filled": "0xf2ee", + "ic_fluent_code_20_filled": "0xf2ef", + "ic_fluent_code_24_filled": "0xf2f0", + "ic_fluent_collections_20_filled": "0xf2f1", + "ic_fluent_collections_24_filled": "0xf2f2", + "ic_fluent_collections_add_20_filled": "0xf2f3", + "ic_fluent_collections_add_24_filled": "0xf2f4", + "ic_fluent_color_20_filled": "0xf2f5", + "ic_fluent_color_24_filled": "0xf2f6", + "ic_fluent_color_background_20_filled": "0xf2f7", + "ic_fluent_color_background_24_filled": "0xf2f8", + "ic_fluent_color_fill_20_filled": "0xf2f9", + "ic_fluent_color_fill_24_filled": "0xf2fa", + "ic_fluent_color_line_20_filled": "0xf2fb", + "ic_fluent_color_line_24_filled": "0xf2fc", + "ic_fluent_column_triple_24_filled": "0xf2fd", + "ic_fluent_comment_16_filled": "0xf2fe", + "ic_fluent_comment_20_filled": "0xf2ff", + "ic_fluent_comment_24_filled": "0xf300", + "ic_fluent_comment_add_24_filled": "0xf301", + "ic_fluent_comment_delete_24_filled": "0xf302", + "ic_fluent_comment_mention_16_filled": "0xf303", + "ic_fluent_comment_mention_20_filled": "0xf304", + "ic_fluent_comment_mention_24_filled": "0xf305", + "ic_fluent_comment_multiple_16_filled": "0xf306", + "ic_fluent_comment_multiple_20_filled": "0xf307", + "ic_fluent_comment_multiple_24_filled": "0xf308", + "ic_fluent_comment_next_24_filled": "0xf309", + "ic_fluent_comment_previous_24_filled": "0xf30a", + "ic_fluent_comment_resolve_24_filled": "0xf30b", + "ic_fluent_communication_16_filled": "0xf30c", + "ic_fluent_communication_20_filled": "0xf30d", + "ic_fluent_communication_24_filled": "0xf30e", + "ic_fluent_compass_northwest_16_filled": "0xf30f", + "ic_fluent_compass_northwest_20_filled": "0xf310", + "ic_fluent_compass_northwest_24_filled": "0xf311", + "ic_fluent_compass_northwest_28_filled": "0xf312", + "ic_fluent_compose_16_filled": "0xf313", + "ic_fluent_compose_20_filled": "0xf314", + "ic_fluent_compose_24_filled": "0xf315", + "ic_fluent_compose_28_filled": "0xf316", + "ic_fluent_conference_room_16_filled": "0xf317", + "ic_fluent_conference_room_20_filled": "0xf318", + "ic_fluent_conference_room_24_filled": "0xf319", + "ic_fluent_conference_room_28_filled": "0xf31a", + "ic_fluent_conference_room_48_filled": "0xf31b", + "ic_fluent_connector_16_filled": "0xf31c", + "ic_fluent_connector_20_filled": "0xf31d", + "ic_fluent_connector_24_filled": "0xf31e", + "ic_fluent_contact_card_20_filled": "0xf31f", + "ic_fluent_contact_card_24_filled": "0xf320", + "ic_fluent_contact_card_group_24_filled": "0xf321", + "ic_fluent_contacts_24_filled": "0xf322", + "ic_fluent_content_settings_16_filled": "0xf323", + "ic_fluent_content_settings_20_filled": "0xf324", + "ic_fluent_content_settings_24_filled": "0xf325", + "ic_fluent_convert_to_table_24_filled": "0xf326", + "ic_fluent_convert_to_text_24_filled": "0xf327", + "ic_fluent_cookies_20_filled": "0xf328", + "ic_fluent_cookies_24_filled": "0xf329", + "ic_fluent_copy_16_filled": "0xf32a", + "ic_fluent_copy_20_filled": "0xf32b", + "ic_fluent_copy_24_filled": "0xf32c", + "ic_fluent_copy_image_24_filled": "0xf32d", + "ic_fluent_copy_link_24_filled": "0xf32e", + "ic_fluent_copy_move_16_filled": "0xf32f", + "ic_fluent_copy_move_24_filled": "0xf330", + "ic_fluent_crop_24_filled": "0xf331", + "ic_fluent_crop_interim_24_filled": "0xf332", + "ic_fluent_crop_interim_off_24_filled": "0xf333", + "ic_fluent_cube_16_filled": "0xf334", + "ic_fluent_cube_20_filled": "0xf335", + "ic_fluent_cube_24_filled": "0xf336", + "ic_fluent_currency_16_filled": "0xf337", + "ic_fluent_currency_20_filled": "0xf338", + "ic_fluent_currency_24_filled": "0xf339", + "ic_fluent_cut_20_filled": "0xf33a", + "ic_fluent_cut_24_filled": "0xf33b", + "ic_fluent_dark_theme_24_filled": "0xf33c", + "ic_fluent_data_area_24_filled": "0xf33d", + "ic_fluent_data_bar_horizontal_24_filled": "0xf33e", + "ic_fluent_data_bar_vertical_20_filled": "0xf33f", + "ic_fluent_data_bar_vertical_24_filled": "0xf340", + "ic_fluent_data_funnel_24_filled": "0xf341", + "ic_fluent_data_histogram_24_filled": "0xf342", + "ic_fluent_data_line_24_filled": "0xf343", + "ic_fluent_data_pie_20_filled": "0xf344", + "ic_fluent_data_pie_24_filled": "0xf345", + "ic_fluent_data_scatter_24_filled": "0xf346", + "ic_fluent_data_sunburst_24_filled": "0xf347", + "ic_fluent_data_treemap_24_filled": "0xf348", + "ic_fluent_data_usage_24_filled": "0xf349", + "ic_fluent_data_waterfall_24_filled": "0xf34a", + "ic_fluent_data_whisker_24_filled": "0xf34b", + "ic_fluent_delete_20_filled": "0xf34c", + "ic_fluent_delete_24_filled": "0xf34d", + "ic_fluent_delete_28_filled": "0xf34e", + "ic_fluent_delete_48_filled": "0xf34f", + "ic_fluent_delete_forever_24_filled": "0xf350", + "ic_fluent_delete_forever_28_filled": "0xf351", + "ic_fluent_delete_off_20_filled": "0xf352", + "ic_fluent_delete_off_24_filled": "0xf353", + "ic_fluent_dentist_24_filled": "0xf354", + "ic_fluent_design_ideas_16_filled": "0xf355", + "ic_fluent_design_ideas_20_filled": "0xf356", + "ic_fluent_design_ideas_24_filled": "0xf357", + "ic_fluent_desktop_16_filled": "0xf358", + "ic_fluent_desktop_20_filled": "0xf359", + "ic_fluent_desktop_24_filled": "0xf35a", + "ic_fluent_desktop_28_filled": "0xf35b", + "ic_fluent_developer_board_24_filled": "0xf35c", + "ic_fluent_device_eq_24_filled": "0xf35d", + "ic_fluent_dialpad_20_filled": "0xf35e", + "ic_fluent_dialpad_24_filled": "0xf35f", + "ic_fluent_dialpad_off_24_filled": "0xf360", + "ic_fluent_dictionary_20_filled": "0xf361", + "ic_fluent_dictionary_24_filled": "0xf362", + "ic_fluent_dictionary_add_20_filled": "0xf363", + "ic_fluent_dictionary_add_24_filled": "0xf364", + "ic_fluent_directions_20_filled": "0xf365", + "ic_fluent_directions_24_filled": "0xf366", + "ic_fluent_dismiss_12_filled": "0xf367", + "ic_fluent_dismiss_16_filled": "0xf368", + "ic_fluent_dismiss_20_filled": "0xf369", + "ic_fluent_dismiss_24_filled": "0xf36a", + "ic_fluent_dismiss_28_filled": "0xf36b", + "ic_fluent_dismiss_circle_16_filled": "0xf36c", + "ic_fluent_dismiss_circle_20_filled": "0xf36d", + "ic_fluent_dismiss_circle_24_filled": "0xf36e", + "ic_fluent_dismiss_circle_48_filled": "0xf36f", + "ic_fluent_divider_short_24_filled": "0xf370", + "ic_fluent_divider_tall_24_filled": "0xf371", + "ic_fluent_dock_24_filled": "0xf372", + "ic_fluent_dock_left_16_filled": "0xf373", + "ic_fluent_dock_left_20_filled": "0xf374", + "ic_fluent_dock_left_24_filled": "0xf375", + "ic_fluent_dock_row_24_filled": "0xf376", + "ic_fluent_doctor_24_filled": "0xf377", + "ic_fluent_document_20_filled": "0xf378", + "ic_fluent_document_24_filled": "0xf379", + "ic_fluent_document_28_filled": "0xf37a", + "ic_fluent_document_autosave_24_filled": "0xf37b", + "ic_fluent_document_briefcase_20_filled": "0xf37c", + "ic_fluent_document_briefcase_24_filled": "0xf37d", + "ic_fluent_document_catch_up_24_filled": "0xf37e", + "ic_fluent_document_copy_16_filled": "0xf37f", + "ic_fluent_document_copy_20_filled": "0xf380", + "ic_fluent_document_copy_24_filled": "0xf381", + "ic_fluent_document_copy_48_filled": "0xf382", + "ic_fluent_document_dismiss_20_filled": "0xf383", + "ic_fluent_document_dismiss_24_filled": "0xf384", + "ic_fluent_document_edit_16_filled": "0xf385", + "ic_fluent_document_edit_20_filled": "0xf386", + "ic_fluent_document_edit_24_filled": "0xf387", + "ic_fluent_document_endnote_20_filled": "0xf388", + "ic_fluent_document_endnote_24_filled": "0xf389", + "ic_fluent_document_error_16_filled": "0xf38a", + "ic_fluent_document_error_20_filled": "0xf38b", + "ic_fluent_document_error_24_filled": "0xf38c", + "ic_fluent_document_footer_24_filled": "0xf38d", + "ic_fluent_document_footer_remove_24_filled": "0xf38e", + "ic_fluent_document_header_24_filled": "0xf38f", + "ic_fluent_document_header_footer_20_filled": "0xf390", + "ic_fluent_document_header_footer_24_filled": "0xf391", + "ic_fluent_document_header_remove_24_filled": "0xf392", + "ic_fluent_document_landscape_20_filled": "0xf393", + "ic_fluent_document_landscape_24_filled": "0xf394", + "ic_fluent_document_margins_20_filled": "0xf395", + "ic_fluent_document_margins_24_filled": "0xf396", + "ic_fluent_document_none_20_filled": "0xf397", + "ic_fluent_document_none_24_filled": "0xf398", + "ic_fluent_document_one_page_20_filled": "0xf399", + "ic_fluent_document_one_page_24_filled": "0xf39a", + "ic_fluent_document_page_24_filled": "0xf39b", + "ic_fluent_document_page_bottom_center_20_filled": "0xf39c", + "ic_fluent_document_page_bottom_center_24_filled": "0xf39d", + "ic_fluent_document_page_bottom_left_20_filled": "0xf39e", + "ic_fluent_document_page_bottom_left_24_filled": "0xf39f", + "ic_fluent_document_page_bottom_right_20_filled": "0xf3a0", + "ic_fluent_document_page_bottom_right_24_filled": "0xf3a1", + "ic_fluent_document_page_break_24_filled": "0xf3a2", + "ic_fluent_document_page_number_20_filled": "0xf3a3", + "ic_fluent_document_page_number_24_filled": "0xf3a4", + "ic_fluent_document_page_top_center_20_filled": "0xf3a5", + "ic_fluent_document_page_top_center_24_filled": "0xf3a6", + "ic_fluent_document_page_top_left_20_filled": "0xf3a7", + "ic_fluent_document_page_top_left_24_filled": "0xf3a8", + "ic_fluent_document_page_top_right_20_filled": "0xf3a9", + "ic_fluent_document_page_top_right_24_filled": "0xf3aa", + "ic_fluent_document_pdf_16_filled": "0xf3ab", + "ic_fluent_document_pdf_20_filled": "0xf3ac", + "ic_fluent_document_pdf_24_filled": "0xf3ad", + "ic_fluent_document_search_20_filled": "0xf3ae", + "ic_fluent_document_search_24_filled": "0xf3af", + "ic_fluent_document_toolbox_20_filled": "0xf3b0", + "ic_fluent_document_toolbox_24_filled": "0xf3b1", + "ic_fluent_document_top_center_20_filled": "0xf3b2", + "ic_fluent_document_top_left_20_filled": "0xf3b3", + "ic_fluent_document_top_right_20_filled": "0xf3b4", + "ic_fluent_document_unknown_16_filled": "0xf3b5", + "ic_fluent_document_unknown_20_filled": "0xf3b6", + "ic_fluent_document_unknown_24_filled": "0xf3b7", + "ic_fluent_document_width_20_filled": "0xf3b8", + "ic_fluent_document_width_24_filled": "0xf3b9", + "ic_fluent_double_swipe_down_24_filled": "0xf3ba", + "ic_fluent_double_swipe_up_24_filled": "0xf3bb", + "ic_fluent_double_tap_swipe_down_24_filled": "0xf3bc", + "ic_fluent_double_tap_swipe_up_24_filled": "0xf3bd", + "ic_fluent_drafts_16_filled": "0xf3be", + "ic_fluent_drafts_20_filled": "0xf3bf", + "ic_fluent_drafts_24_filled": "0xf3c0", + "ic_fluent_drag_24_filled": "0xf3c1", + "ic_fluent_drink_24_filled": "0xf3c2", + "ic_fluent_drink_beer_24_filled": "0xf3c3", + "ic_fluent_drink_coffee_20_filled": "0xf3c4", + "ic_fluent_drink_coffee_24_filled": "0xf3c5", + "ic_fluent_drink_margarita_24_filled": "0xf3c6", + "ic_fluent_drink_wine_24_filled": "0xf3c7", + "ic_fluent_dual_screen_24_filled": "0xf3c8", + "ic_fluent_dual_screen_add_24_filled": "0xf3c9", + "ic_fluent_dual_screen_arrow_right_24_filled": "0xf3ca", + "ic_fluent_dual_screen_clock_24_filled": "0xf3cb", + "ic_fluent_dual_screen_desktop_24_filled": "0xf3cc", + "ic_fluent_dual_screen_error_24_filled": "0xf3cd", + "ic_fluent_dual_screen_group_24_filled": "0xf3ce", + "ic_fluent_dual_screen_lock_24_filled": "0xf3cf", + "ic_fluent_dual_screen_mirror_24_filled": "0xf3d0", + "ic_fluent_dual_screen_pagination_24_filled": "0xf3d1", + "ic_fluent_dual_screen_settings_24_filled": "0xf3d2", + "ic_fluent_dual_screen_status_bar_24_filled": "0xf3d3", + "ic_fluent_dual_screen_tablet_24_filled": "0xf3d4", + "ic_fluent_dual_screen_update_24_filled": "0xf3d5", + "ic_fluent_dual_screen_vertical_scroll_24_filled": "0xf3d6", + "ic_fluent_dual_screen_vibrate_24_filled": "0xf3d7", + "ic_fluent_earth_16_filled": "0xf3d8", + "ic_fluent_earth_20_filled": "0xf3d9", + "ic_fluent_earth_24_filled": "0xf3da", + "ic_fluent_edit_16_filled": "0xf3db", + "ic_fluent_edit_20_filled": "0xf3dc", + "ic_fluent_edit_24_filled": "0xf3dd", + "ic_fluent_emoji_16_filled": "0xf3de", + "ic_fluent_emoji_20_filled": "0xf3df", + "ic_fluent_emoji_24_filled": "0xf3e0", + "ic_fluent_emoji_add_24_filled": "0xf3e1", + "ic_fluent_emoji_angry_20_filled": "0xf3e2", + "ic_fluent_emoji_angry_24_filled": "0xf3e3", + "ic_fluent_emoji_laugh_20_filled": "0xf3e4", + "ic_fluent_emoji_laugh_24_filled": "0xf3e5", + "ic_fluent_emoji_meh_20_filled": "0xf3e6", + "ic_fluent_emoji_meh_24_filled": "0xf3e7", + "ic_fluent_emoji_sad_20_filled": "0xf3e8", + "ic_fluent_emoji_sad_24_filled": "0xf3e9", + "ic_fluent_emoji_surprise_20_filled": "0xf3ea", + "ic_fluent_emoji_surprise_24_filled": "0xf3eb", + "ic_fluent_erase_20_filled": "0xf3ec", + "ic_fluent_erase_24_filled": "0xf3ed", + "ic_fluent_eraser_tool_24_filled": "0xf3ee", + "ic_fluent_error_circle_16_filled": "0xf3ef", + "ic_fluent_error_circle_20_filled": "0xf3f0", + "ic_fluent_error_circle_24_filled": "0xf3f1", + "ic_fluent_export_24_filled": "0xf3f2", + "ic_fluent_extended_dock_24_filled": "0xf3f3", + "ic_fluent_extension_20_filled": "0xf3f4", + "ic_fluent_extension_24_filled": "0xf3f5", + "ic_fluent_eye_hide_20_filled": "0xf3f6", + "ic_fluent_eye_hide_24_filled": "0xf3f7", + "ic_fluent_eye_show_12_filled": "0xf3f8", + "ic_fluent_eye_show_16_filled": "0xf3f9", + "ic_fluent_eye_show_20_filled": "0xf3fa", + "ic_fluent_eye_show_24_filled": "0xf3fb", + "ic_fluent_fast_acceleration_24_filled": "0xf3fc", + "ic_fluent_fast_forward_20_filled": "0xf3fd", + "ic_fluent_fast_forward_24_filled": "0xf3fe", + "ic_fluent_fast_mode_16_filled": "0xf3ff", + "ic_fluent_fast_mode_20_filled": "0xf400", + "ic_fluent_fast_mode_24_filled": "0xf401", + "ic_fluent_fast_mode_28_filled": "0xf402", + "ic_fluent_favorites_20_filled": "0xf403", + "ic_fluent_favorites_24_filled": "0xf404", + "ic_fluent_filter_20_filled": "0xf405", + "ic_fluent_filter_24_filled": "0xf406", + "ic_fluent_filter_28_filled": "0xf407", + "ic_fluent_fingerprint_24_filled": "0xf408", + "ic_fluent_flag_16_filled": "0xf409", + "ic_fluent_flag_20_filled": "0xf40a", + "ic_fluent_flag_24_filled": "0xf40b", + "ic_fluent_flag_28_filled": "0xf40c", + "ic_fluent_flag_48_filled": "0xf40d", + "ic_fluent_flag_off_24_filled": "0xf40e", + "ic_fluent_flag_off_28_filled": "0xf40f", + "ic_fluent_flag_off_48_filled": "0xf410", + "ic_fluent_flag_pride_16_filled": "0xf411", + "ic_fluent_flag_pride_20_filled": "0xf412", + "ic_fluent_flag_pride_24_filled": "0xf413", + "ic_fluent_flag_pride_28_filled": "0xf414", + "ic_fluent_flag_pride_48_filled": "0xf415", + "ic_fluent_flash_auto_24_filled": "0xf416", + "ic_fluent_flash_off_24_filled": "0xf417", + "ic_fluent_flash_on_20_filled": "0xf418", + "ic_fluent_flash_on_24_filled": "0xf419", + "ic_fluent_flashlight_24_filled": "0xf41a", + "ic_fluent_flashlight_off_24_filled": "0xf41b", + "ic_fluent_folder_20_filled": "0xf41c", + "ic_fluent_folder_24_filled": "0xf41d", + "ic_fluent_folder_28_filled": "0xf41e", + "ic_fluent_folder_48_filled": "0xf41f", + "ic_fluent_folder_add_20_filled": "0xf420", + "ic_fluent_folder_add_24_filled": "0xf421", + "ic_fluent_folder_add_28_filled": "0xf422", + "ic_fluent_folder_add_48_filled": "0xf423", + "ic_fluent_folder_briefcase_20_filled": "0xf424", + "ic_fluent_folder_junk_20_filled": "0xf425", + "ic_fluent_folder_junk_24_filled": "0xf426", + "ic_fluent_folder_junk_28_filled": "0xf427", + "ic_fluent_folder_junk_48_filled": "0xf428", + "ic_fluent_folder_link_20_filled": "0xf429", + "ic_fluent_folder_link_24_filled": "0xf42a", + "ic_fluent_folder_link_28_filled": "0xf42b", + "ic_fluent_folder_link_48_filled": "0xf42c", + "ic_fluent_folder_move_20_filled": "0xf42d", + "ic_fluent_folder_move_24_filled": "0xf42e", + "ic_fluent_folder_move_28_filled": "0xf42f", + "ic_fluent_folder_move_48_filled": "0xf430", + "ic_fluent_folder_open_16_filled": "0xf431", + "ic_fluent_folder_open_20_filled": "0xf432", + "ic_fluent_folder_open_24_filled": "0xf433", + "ic_fluent_folder_open_vertical_20_filled": "0xf434", + "ic_fluent_folder_public_16_filled": "0xf435", + "ic_fluent_folder_public_20_filled": "0xf436", + "ic_fluent_folder_public_24_filled": "0xf437", + "ic_fluent_folder_zip_16_filled": "0xf438", + "ic_fluent_folder_zip_20_filled": "0xf439", + "ic_fluent_folder_zip_24_filled": "0xf43a", + "ic_fluent_font_decrease_20_filled": "0xf43b", + "ic_fluent_font_decrease_24_filled": "0xf43c", + "ic_fluent_font_increase_20_filled": "0xf43d", + "ic_fluent_font_increase_24_filled": "0xf43e", + "ic_fluent_font_space_tracking_in_16_filled": "0xf43f", + "ic_fluent_font_space_tracking_in_20_filled": "0xf440", + "ic_fluent_font_space_tracking_in_24_filled": "0xf441", + "ic_fluent_font_space_tracking_in_28_filled": "0xf442", + "ic_fluent_font_space_tracking_out_16_filled": "0xf443", + "ic_fluent_font_space_tracking_out_20_filled": "0xf444", + "ic_fluent_font_space_tracking_out_24_filled": "0xf445", + "ic_fluent_font_space_tracking_out_28_filled": "0xf446", + "ic_fluent_food_20_filled": "0xf447", + "ic_fluent_food_24_filled": "0xf448", + "ic_fluent_food_cake_24_filled": "0xf449", + "ic_fluent_food_egg_24_filled": "0xf44a", + "ic_fluent_food_toast_24_filled": "0xf44b", + "ic_fluent_form_new_24_filled": "0xf44c", + "ic_fluent_form_new_28_filled": "0xf44d", + "ic_fluent_form_new_48_filled": "0xf44e", + "ic_fluent_forward_20_filled": "0xf44f", + "ic_fluent_forward_24_filled": "0xf450", + "ic_fluent_fps_240_24_filled": "0xf451", + "ic_fluent_fps_960_24_filled": "0xf452", + "ic_fluent_full_screen_zoom_24_filled": "0xf453", + "ic_fluent_gallery_24_filled": "0xf454", + "ic_fluent_games_24_filled": "0xf455", + "ic_fluent_gesture_24_filled": "0xf456", + "ic_fluent_gif_20_filled": "0xf457", + "ic_fluent_gif_24_filled": "0xf458", + "ic_fluent_gift_20_filled": "0xf459", + "ic_fluent_gift_24_filled": "0xf45a", + "ic_fluent_glance_24_filled": "0xf45b", + "ic_fluent_glasses_24_filled": "0xf45c", + "ic_fluent_glasses_off_24_filled": "0xf45d", + "ic_fluent_globe_20_filled": "0xf45e", + "ic_fluent_globe_24_filled": "0xf45f", + "ic_fluent_globe_add_24_filled": "0xf460", + "ic_fluent_globe_clock_24_filled": "0xf461", + "ic_fluent_globe_desktop_24_filled": "0xf462", + "ic_fluent_globe_location_24_filled": "0xf463", + "ic_fluent_globe_search_24_filled": "0xf464", + "ic_fluent_globe_video_24_filled": "0xf465", + "ic_fluent_grid_20_filled": "0xf466", + "ic_fluent_grid_24_filled": "0xf467", + "ic_fluent_grid_28_filled": "0xf468", + "ic_fluent_group_20_filled": "0xf469", + "ic_fluent_group_24_filled": "0xf46a", + "ic_fluent_group_list_24_filled": "0xf46b", + "ic_fluent_guest_16_filled": "0xf46c", + "ic_fluent_guest_20_filled": "0xf46d", + "ic_fluent_guest_24_filled": "0xf46e", + "ic_fluent_guest_28_filled": "0xf46f", + "ic_fluent_guest_add_24_filled": "0xf470", + "ic_fluent_hand_raise_24_filled": "0xf471", + "ic_fluent_handshake_16_filled": "0xf472", + "ic_fluent_handshake_20_filled": "0xf473", + "ic_fluent_handshake_24_filled": "0xf474", + "ic_fluent_hdr_24_filled": "0xf475", + "ic_fluent_headphones_24_filled": "0xf476", + "ic_fluent_headphones_28_filled": "0xf477", + "ic_fluent_headset_24_filled": "0xf478", + "ic_fluent_headset_28_filled": "0xf479", + "ic_fluent_headset_vr_20_filled": "0xf47a", + "ic_fluent_headset_vr_24_filled": "0xf47b", + "ic_fluent_heart_16_filled": "0xf47c", + "ic_fluent_heart_20_filled": "0xf47d", + "ic_fluent_heart_24_filled": "0xf47e", + "ic_fluent_highlight_16_filled": "0xf47f", + "ic_fluent_highlight_20_filled": "0xf480", + "ic_fluent_highlight_24_filled": "0xf481", + "ic_fluent_highlight_accent_16_filled": "0xf482", + "ic_fluent_highlight_accent_20_filled": "0xf483", + "ic_fluent_highlight_accent_24_filled": "0xf484", + "ic_fluent_history_20_filled": "0xf485", + "ic_fluent_history_24_filled": "0xf486", + "ic_fluent_home_20_filled": "0xf487", + "ic_fluent_home_24_filled": "0xf488", + "ic_fluent_home_28_filled": "0xf489", + "ic_fluent_home_add_24_filled": "0xf48a", + "ic_fluent_home_checkmark_24_filled": "0xf48b", + "ic_fluent_icons_20_filled": "0xf48c", + "ic_fluent_icons_24_filled": "0xf48d", + "ic_fluent_image_16_filled": "0xf48e", + "ic_fluent_image_20_filled": "0xf48f", + "ic_fluent_image_24_filled": "0xf490", + "ic_fluent_image_28_filled": "0xf491", + "ic_fluent_image_48_filled": "0xf492", + "ic_fluent_image_add_24_filled": "0xf493", + "ic_fluent_image_alt_text_20_filled": "0xf494", + "ic_fluent_image_alt_text_24_filled": "0xf495", + "ic_fluent_image_copy_20_filled": "0xf496", + "ic_fluent_image_copy_24_filled": "0xf497", + "ic_fluent_image_copy_28_filled": "0xf498", + "ic_fluent_image_edit_16_filled": "0xf499", + "ic_fluent_image_edit_20_filled": "0xf49a", + "ic_fluent_image_edit_24_filled": "0xf49b", + "ic_fluent_image_library_20_filled": "0xf49c", + "ic_fluent_image_library_24_filled": "0xf49d", + "ic_fluent_image_library_28_filled": "0xf49e", + "ic_fluent_image_off_24_filled": "0xf49f", + "ic_fluent_image_search_20_filled": "0xf4a0", + "ic_fluent_image_search_24_filled": "0xf4a1", + "ic_fluent_immersive_reader_20_filled": "0xf4a2", + "ic_fluent_immersive_reader_24_filled": "0xf4a3", + "ic_fluent_important_12_filled": "0xf4a4", + "ic_fluent_important_16_filled": "0xf4a5", + "ic_fluent_important_20_filled": "0xf4a6", + "ic_fluent_important_24_filled": "0xf4a7", + "ic_fluent_incognito_24_filled": "0xf4a8", + "ic_fluent_info_16_filled": "0xf4a9", + "ic_fluent_info_20_filled": "0xf4aa", + "ic_fluent_info_24_filled": "0xf4ab", + "ic_fluent_info_28_filled": "0xf4ac", + "ic_fluent_inking_tool_16_filled": "0xf4ad", + "ic_fluent_inking_tool_20_filled": "0xf4ae", + "ic_fluent_inking_tool_24_filled": "0xf4af", + "ic_fluent_inking_tool_accent_16_filled": "0xf4b0", + "ic_fluent_inking_tool_accent_20_filled": "0xf4b1", + "ic_fluent_inking_tool_accent_24_filled": "0xf4b2", + "ic_fluent_inprivate_account_16_filled": "0xf4b3", + "ic_fluent_inprivate_account_20_filled": "0xf4b4", + "ic_fluent_inprivate_account_24_filled": "0xf4b5", + "ic_fluent_inprivate_account_28_filled": "0xf4b6", + "ic_fluent_insert_20_filled": "0xf4b7", + "ic_fluent_inspect_20_filled": "0xf4b8", + "ic_fluent_inspect_24_filled": "0xf4b9", + "ic_fluent_ios_arrow_left_24_filled": "0xf4ba", + "ic_fluent_ios_chevron_24_filled": "0xf4bb", + "ic_fluent_ios_chevron_right_20_filled": "0xf4bc", + "ic_fluent_javascript_16_filled": "0xf4bd", + "ic_fluent_javascript_20_filled": "0xf4be", + "ic_fluent_javascript_24_filled": "0xf4bf", + "ic_fluent_key_20_filled": "0xf4c0", + "ic_fluent_key_24_filled": "0xf4c1", + "ic_fluent_keyboard_20_filled": "0xf4c2", + "ic_fluent_keyboard_24_filled": "0xf4c3", + "ic_fluent_keyboard_dock_24_filled": "0xf4c4", + "ic_fluent_keyboard_layout_float_24_filled": "0xf4c5", + "ic_fluent_keyboard_layout_one_handed_left_24_filled": "0xf4c6", + "ic_fluent_keyboard_layout_resize_24_filled": "0xf4c7", + "ic_fluent_keyboard_layout_split_24_filled": "0xf4c8", + "ic_fluent_keyboard_shift_24_filled": "0xf4c9", + "ic_fluent_keyboard_shift_uppercase_24_filled": "0xf4ca", + "ic_fluent_keyboard_tab_24_filled": "0xf4cb", + "ic_fluent_laptop_16_filled": "0xf4cc", + "ic_fluent_laptop_20_filled": "0xf4cd", + "ic_fluent_laptop_24_filled": "0xf4ce", + "ic_fluent_laptop_28_filled": "0xf4cf", + "ic_fluent_large_16_filled": "0xf4d0", + "ic_fluent_large_20_filled": "0xf4d1", + "ic_fluent_large_24_filled": "0xf4d2", + "ic_fluent_lasso_24_filled": "0xf4d3", + "ic_fluent_launcher_settings_24_filled": "0xf4d4", + "ic_fluent_layer_20_filled": "0xf4d5", + "ic_fluent_layer_24_filled": "0xf4d6", + "ic_fluent_leaf_16_filled": "0xf4d7", + "ic_fluent_leaf_20_filled": "0xf4d8", + "ic_fluent_leaf_24_filled": "0xf4d9", + "ic_fluent_leaf_two_16_filled": "0xf4da", + "ic_fluent_leaf_two_20_filled": "0xf4db", + "ic_fluent_leaf_two_24_filled": "0xf4dc", + "ic_fluent_library_24_filled": "0xf4dd", + "ic_fluent_library_28_filled": "0xf4de", + "ic_fluent_lightbulb_16_filled": "0xf4df", + "ic_fluent_lightbulb_20_filled": "0xf4e0", + "ic_fluent_lightbulb_24_filled": "0xf4e1", + "ic_fluent_lightbulb_circle_24_filled": "0xf4e2", + "ic_fluent_lightbulb_filament_16_filled": "0xf4e3", + "ic_fluent_lightbulb_filament_20_filled": "0xf4e4", + "ic_fluent_lightbulb_filament_24_filled": "0xf4e5", + "ic_fluent_like_16_filled": "0xf4e6", + "ic_fluent_likert_16_filled": "0xf4e7", + "ic_fluent_likert_20_filled": "0xf4e8", + "ic_fluent_likert_24_filled": "0xf4e9", + "ic_fluent_line_horizontal_1_20_filled": "0xf4ea", + "ic_fluent_line_horizontal_3_20_filled": "0xf4eb", + "ic_fluent_line_horizontal_5_20_filled": "0xf4ec", + "ic_fluent_link_16_filled": "0xf4ed", + "ic_fluent_link_20_filled": "0xf4ee", + "ic_fluent_link_24_filled": "0xf4ef", + "ic_fluent_link_28_filled": "0xf4f0", + "ic_fluent_link_48_filled": "0xf4f1", + "ic_fluent_link_edit_16_filled": "0xf4f2", + "ic_fluent_link_edit_20_filled": "0xf4f3", + "ic_fluent_link_edit_24_filled": "0xf4f4", + "ic_fluent_link_remove_20_filled": "0xf4f5", + "ic_fluent_link_square_24_filled": "0xf4f6", + "ic_fluent_list_20_filled": "0xf4f7", + "ic_fluent_list_24_filled": "0xf4f8", + "ic_fluent_list_28_filled": "0xf4f9", + "ic_fluent_live_20_filled": "0xf4fa", + "ic_fluent_live_24_filled": "0xf4fb", + "ic_fluent_local_language_16_filled": "0xf4fc", + "ic_fluent_local_language_20_filled": "0xf4fd", + "ic_fluent_local_language_24_filled": "0xf4fe", + "ic_fluent_local_language_28_filled": "0xf4ff", + "ic_fluent_location_12_filled": "0xf500", + "ic_fluent_location_16_filled": "0xf501", + "ic_fluent_location_20_filled": "0xf502", + "ic_fluent_location_24_filled": "0xf503", + "ic_fluent_location_28_filled": "0xf504", + "ic_fluent_location_live_20_filled": "0xf505", + "ic_fluent_location_live_24_filled": "0xf506", + "ic_fluent_location_not_found_24_filled": "0xf507", + "ic_fluent_lock_12_filled": "0xf508", + "ic_fluent_lock_16_filled": "0xf509", + "ic_fluent_lock_20_filled": "0xf50a", + "ic_fluent_lock_24_filled": "0xf50b", + "ic_fluent_lock_shield_20_filled": "0xf50c", + "ic_fluent_lock_shield_24_filled": "0xf50d", + "ic_fluent_lock_shield_48_filled": "0xf50e", + "ic_fluent_magic_wand_24_filled": "0xf50f", + "ic_fluent_mail_20_filled": "0xf510", + "ic_fluent_mail_24_filled": "0xf511", + "ic_fluent_mail_28_filled": "0xf512", + "ic_fluent_mail_48_filled": "0xf513", + "ic_fluent_mail_add_24_filled": "0xf514", + "ic_fluent_mail_all_20_filled": "0xf515", + "ic_fluent_mail_all_24_filled": "0xf516", + "ic_fluent_mail_all_accounts_24_filled": "0xf517", + "ic_fluent_mail_all_read_20_filled": "0xf518", + "ic_fluent_mail_all_unread_20_filled": "0xf519", + "ic_fluent_mail_clock_20_filled": "0xf51a", + "ic_fluent_mail_copy_20_filled": "0xf51b", + "ic_fluent_mail_copy_24_filled": "0xf51c", + "ic_fluent_mail_inbox_16_filled": "0xf51d", + "ic_fluent_mail_inbox_20_filled": "0xf51e", + "ic_fluent_mail_inbox_24_filled": "0xf51f", + "ic_fluent_mail_inbox_28_filled": "0xf520", + "ic_fluent_mail_inbox_add_16_filled": "0xf521", + "ic_fluent_mail_inbox_add_20_filled": "0xf522", + "ic_fluent_mail_inbox_add_24_filled": "0xf523", + "ic_fluent_mail_inbox_add_28_filled": "0xf524", + "ic_fluent_mail_inbox_dismiss_16_filled": "0xf525", + "ic_fluent_mail_inbox_dismiss_20_filled": "0xf526", + "ic_fluent_mail_inbox_dismiss_24_filled": "0xf527", + "ic_fluent_mail_inbox_dismiss_28_filled": "0xf528", + "ic_fluent_mail_move_to_focussed_24_filled": "0xf529", + "ic_fluent_mail_outbox_24_filled": "0xf52a", + "ic_fluent_mail_read_20_filled": "0xf52b", + "ic_fluent_mail_read_24_filled": "0xf52c", + "ic_fluent_mail_read_28_filled": "0xf52d", + "ic_fluent_mail_read_48_filled": "0xf52e", + "ic_fluent_mail_unread_16_filled": "0xf52f", + "ic_fluent_mail_unread_20_filled": "0xf530", + "ic_fluent_mail_unread_24_filled": "0xf531", + "ic_fluent_mail_unread_28_filled": "0xf532", + "ic_fluent_mail_unread_48_filled": "0xf533", + "ic_fluent_mail_unsubscribe_24_filled": "0xf534", + "ic_fluent_malware_detected_16_filled": "0xf535", + "ic_fluent_malware_detected_24_filled": "0xf536", + "ic_fluent_manufacturer_24_filled": "0xf537", + "ic_fluent_map_24_filled": "0xf538", + "ic_fluent_map_drive_16_filled": "0xf539", + "ic_fluent_map_drive_20_filled": "0xf53a", + "ic_fluent_map_drive_24_filled": "0xf53b", + "ic_fluent_match_app_layout_24_filled": "0xf53c", + "ic_fluent_maximize_16_filled": "0xf53d", + "ic_fluent_meet_now_20_filled": "0xf53e", + "ic_fluent_meet_now_24_filled": "0xf53f", + "ic_fluent_megaphone_16_filled": "0xf540", + "ic_fluent_megaphone_20_filled": "0xf541", + "ic_fluent_megaphone_24_filled": "0xf542", + "ic_fluent_megaphone_28_filled": "0xf543", + "ic_fluent_megaphone_off_24_filled": "0xf544", + "ic_fluent_mention_16_filled": "0xf545", + "ic_fluent_mention_20_filled": "0xf546", + "ic_fluent_mention_24_filled": "0xf547", + "ic_fluent_merge_24_filled": "0xf548", + "ic_fluent_mic_off_12_filled": "0xf549", + "ic_fluent_mic_off_16_filled": "0xf54a", + "ic_fluent_mic_off_24_filled": "0xf54b", + "ic_fluent_mic_off_28_filled": "0xf54c", + "ic_fluent_mic_on_16_filled": "0xf54d", + "ic_fluent_mic_on_20_filled": "0xf54e", + "ic_fluent_mic_on_24_filled": "0xf54f", + "ic_fluent_mic_on_28_filled": "0xf550", + "ic_fluent_mic_on_48_filled": "0xf551", + "ic_fluent_mic_settings_24_filled": "0xf552", + "ic_fluent_midi_20_filled": "0xf553", + "ic_fluent_midi_24_filled": "0xf554", + "ic_fluent_missing_metadata_16_filled": "0xf555", + "ic_fluent_missing_metadata_24_filled": "0xf556", + "ic_fluent_mobile_optimized_24_filled": "0xf557", + "ic_fluent_money_16_filled": "0xf558", + "ic_fluent_money_20_filled": "0xf559", + "ic_fluent_money_24_filled": "0xf55a", + "ic_fluent_more_16_filled": "0xf55b", + "ic_fluent_more_20_filled": "0xf55c", + "ic_fluent_more_24_filled": "0xf55d", + "ic_fluent_more_28_filled": "0xf55e", + "ic_fluent_more_48_filled": "0xf55f", + "ic_fluent_more_vertical_20_filled": "0xf560", + "ic_fluent_more_vertical_24_filled": "0xf561", + "ic_fluent_more_vertical_28_filled": "0xf562", + "ic_fluent_more_vertical_48_filled": "0xf563", + "ic_fluent_movies_and_tv_24_filled": "0xf564", + "ic_fluent_multiselect_20_filled": "0xf565", + "ic_fluent_multiselect_24_filled": "0xf566", + "ic_fluent_music_20_filled": "0xf567", + "ic_fluent_music_24_filled": "0xf568", + "ic_fluent_my_location_24_filled": "0xf569", + "ic_fluent_navigation_20_filled": "0xf56a", + "ic_fluent_navigation_24_filled": "0xf56b", + "ic_fluent_network_check_24_filled": "0xf56c", + "ic_fluent_new_16_filled": "0xf56d", + "ic_fluent_new_24_filled": "0xf56e", + "ic_fluent_news_20_filled": "0xf56f", + "ic_fluent_news_24_filled": "0xf570", + "ic_fluent_news_28_filled": "0xf571", + "ic_fluent_next_16_filled": "0xf572", + "ic_fluent_next_20_filled": "0xf573", + "ic_fluent_next_24_filled": "0xf574", + "ic_fluent_note_20_filled": "0xf575", + "ic_fluent_note_24_filled": "0xf576", + "ic_fluent_note_add_16_filled": "0xf577", + "ic_fluent_note_add_20_filled": "0xf578", + "ic_fluent_note_add_24_filled": "0xf579", + "ic_fluent_notebook_24_filled": "0xf57a", + "ic_fluent_notebook_error_24_filled": "0xf57b", + "ic_fluent_notebook_lightning_24_filled": "0xf57c", + "ic_fluent_notebook_question_mark_24_filled": "0xf57d", + "ic_fluent_notebook_section_24_filled": "0xf57e", + "ic_fluent_notebook_sync_24_filled": "0xf57f", + "ic_fluent_notepad_20_filled": "0xf580", + "ic_fluent_notepad_24_filled": "0xf581", + "ic_fluent_notepad_28_filled": "0xf582", + "ic_fluent_number_row_16_filled": "0xf583", + "ic_fluent_number_row_20_filled": "0xf584", + "ic_fluent_number_row_24_filled": "0xf585", + "ic_fluent_number_symbol_16_filled": "0xf586", + "ic_fluent_number_symbol_20_filled": "0xf587", + "ic_fluent_number_symbol_24_filled": "0xf588", + "ic_fluent_office_apps_24_filled": "0xf589", + "ic_fluent_office_apps_28_filled": "0xf58a", + "ic_fluent_open_16_filled": "0xf58b", + "ic_fluent_open_20_filled": "0xf58c", + "ic_fluent_open_24_filled": "0xf58d", + "ic_fluent_open_folder_24_filled": "0xf58e", + "ic_fluent_open_in_browser_24_filled": "0xf58f", + "ic_fluent_options_16_filled": "0xf590", + "ic_fluent_options_20_filled": "0xf591", + "ic_fluent_options_24_filled": "0xf592", + "ic_fluent_organization_20_filled": "0xf593", + "ic_fluent_organization_24_filled": "0xf594", + "ic_fluent_organization_28_filled": "0xf595", + "ic_fluent_owner_24_filled": "0xf596", + "ic_fluent_page_20_filled": "0xf597", + "ic_fluent_page_fit_16_filled": "0xf598", + "ic_fluent_page_fit_20_filled": "0xf599", + "ic_fluent_page_fit_24_filled": "0xf59a", + "ic_fluent_paint_brush_16_filled": "0xf59b", + "ic_fluent_paint_brush_20_filled": "0xf59c", + "ic_fluent_paint_brush_24_filled": "0xf59d", + "ic_fluent_paint_bucket_16_filled": "0xf59e", + "ic_fluent_paint_bucket_20_filled": "0xf59f", + "ic_fluent_paint_bucket_24_filled": "0xf5a0", + "ic_fluent_pair_24_filled": "0xf5a1", + "ic_fluent_pane_close_16_filled": "0xf5a2", + "ic_fluent_pane_close_20_filled": "0xf5a3", + "ic_fluent_pane_close_24_filled": "0xf5a4", + "ic_fluent_pane_open_16_filled": "0xf5a5", + "ic_fluent_pane_open_20_filled": "0xf5a6", + "ic_fluent_pane_open_24_filled": "0xf5a7", + "ic_fluent_password_24_filled": "0xf5a8", + "ic_fluent_patient_24_filled": "0xf5a9", + "ic_fluent_pause_16_filled": "0xf5aa", + "ic_fluent_pause_20_filled": "0xf5ab", + "ic_fluent_pause_24_filled": "0xf5ac", + "ic_fluent_pause_48_filled": "0xf5ad", + "ic_fluent_payment_20_filled": "0xf5ae", + "ic_fluent_payment_24_filled": "0xf5af", + "ic_fluent_pen_settings_24_filled": "0xf5b0", + "ic_fluent_people_16_filled": "0xf5b1", + "ic_fluent_people_20_filled": "0xf5b2", + "ic_fluent_people_24_filled": "0xf5b3", + "ic_fluent_people_28_filled": "0xf5b4", + "ic_fluent_people_add_16_filled": "0xf5b5", + "ic_fluent_people_add_20_filled": "0xf5b6", + "ic_fluent_people_add_24_filled": "0xf5b7", + "ic_fluent_people_audience_24_filled": "0xf5b8", + "ic_fluent_people_community_16_filled": "0xf5b9", + "ic_fluent_people_community_20_filled": "0xf5ba", + "ic_fluent_people_community_24_filled": "0xf5bb", + "ic_fluent_people_community_28_filled": "0xf5bc", + "ic_fluent_people_community_add_24_filled": "0xf5bd", + "ic_fluent_people_prohibited_20_filled": "0xf5be", + "ic_fluent_people_search_24_filled": "0xf5bf", + "ic_fluent_people_settings_20_filled": "0xf5c0", + "ic_fluent_people_team_16_filled": "0xf5c1", + "ic_fluent_people_team_20_filled": "0xf5c2", + "ic_fluent_people_team_24_filled": "0xf5c3", + "ic_fluent_people_team_28_filled": "0xf5c4", + "ic_fluent_person_12_filled": "0xf5c5", + "ic_fluent_person_16_filled": "0xf5c6", + "ic_fluent_person_20_filled": "0xf5c7", + "ic_fluent_person_24_filled": "0xf5c8", + "ic_fluent_person_28_filled": "0xf5c9", + "ic_fluent_person_48_filled": "0xf5ca", + "ic_fluent_person_accounts_24_filled": "0xf5cb", + "ic_fluent_person_add_20_filled": "0xf5cc", + "ic_fluent_person_add_24_filled": "0xf5cd", + "ic_fluent_person_arrow_left_20_filled": "0xf5ce", + "ic_fluent_person_arrow_left_24_filled": "0xf5cf", + "ic_fluent_person_arrow_right_16_filled": "0xf5d0", + "ic_fluent_person_arrow_right_20_filled": "0xf5d1", + "ic_fluent_person_arrow_right_24_filled": "0xf5d2", + "ic_fluent_person_available_16_filled": "0xf5d3", + "ic_fluent_person_available_24_filled": "0xf5d4", + "ic_fluent_person_block_24_filled": "0xf5d5", + "ic_fluent_person_board_16_filled": "0xf5d6", + "ic_fluent_person_board_20_filled": "0xf5d7", + "ic_fluent_person_board_24_filled": "0xf5d8", + "ic_fluent_person_call_24_filled": "0xf5d9", + "ic_fluent_person_delete_16_filled": "0xf5da", + "ic_fluent_person_delete_24_filled": "0xf5db", + "ic_fluent_person_feedback_20_filled": "0xf5dc", + "ic_fluent_person_feedback_24_filled": "0xf5dd", + "ic_fluent_person_prohibited_20_filled": "0xf5de", + "ic_fluent_person_question_mark_16_filled": "0xf5df", + "ic_fluent_person_question_mark_20_filled": "0xf5e0", + "ic_fluent_person_question_mark_24_filled": "0xf5e1", + "ic_fluent_person_support_16_filled": "0xf5e2", + "ic_fluent_person_support_20_filled": "0xf5e3", + "ic_fluent_person_support_24_filled": "0xf5e4", + "ic_fluent_person_swap_16_filled": "0xf5e5", + "ic_fluent_person_swap_20_filled": "0xf5e6", + "ic_fluent_person_swap_24_filled": "0xf5e7", + "ic_fluent_person_voice_20_filled": "0xf5e8", + "ic_fluent_person_voice_24_filled": "0xf5e9", + "ic_fluent_phone_20_filled": "0xf5ea", + "ic_fluent_phone_24_filled": "0xf5eb", + "ic_fluent_phone_28_filled": "0xf5ec", + "ic_fluent_phone_add_new_app_24_filled": "0xf5ed", + "ic_fluent_phone_desktop_16_filled": "0xf5ee", + "ic_fluent_phone_desktop_20_filled": "0xf5ef", + "ic_fluent_phone_desktop_24_filled": "0xf5f0", + "ic_fluent_phone_desktop_28_filled": "0xf5f1", + "ic_fluent_phone_error_24_filled": "0xf5f2", + "ic_fluent_phone_home_lock_24_filled": "0xf5f3", + "ic_fluent_phone_laptop_20_filled": "0xf5f4", + "ic_fluent_phone_laptop_24_filled": "0xf5f5", + "ic_fluent_phone_link_setup_24_filled": "0xf5f6", + "ic_fluent_phone_mobile_20_filled": "0xf5f7", + "ic_fluent_phone_mobile_24_filled": "0xf5f8", + "ic_fluent_phone_page_header_24_filled": "0xf5f9", + "ic_fluent_phone_pagination_24_filled": "0xf5fa", + "ic_fluent_phone_screen_time_24_filled": "0xf5fb", + "ic_fluent_phone_shake_24_filled": "0xf5fc", + "ic_fluent_phone_status_bar_24_filled": "0xf5fd", + "ic_fluent_phone_tablet_20_filled": "0xf5fe", + "ic_fluent_phone_tablet_24_filled": "0xf5ff", + "ic_fluent_phone_to_pc_20_filled": "0xf600", + "ic_fluent_phone_to_pc_24_filled": "0xf601", + "ic_fluent_phone_update_24_filled": "0xf602", + "ic_fluent_phone_vertical_scroll_24_filled": "0xf603", + "ic_fluent_phone_vibrate_24_filled": "0xf604", + "ic_fluent_photo_filter_24_filled": "0xf605", + "ic_fluent_picture_in_picture_16_filled": "0xf606", + "ic_fluent_picture_in_picture_20_filled": "0xf607", + "ic_fluent_picture_in_picture_24_filled": "0xf608", + "ic_fluent_pin_12_filled": "0xf609", + "ic_fluent_pin_16_filled": "0xf60a", + "ic_fluent_pin_20_filled": "0xf60b", + "ic_fluent_pin_24_filled": "0xf60c", + "ic_fluent_pin_off_20_filled": "0xf60d", + "ic_fluent_pin_off_24_filled": "0xf60e", + "ic_fluent_play_20_filled": "0xf60f", + "ic_fluent_play_24_filled": "0xf610", + "ic_fluent_play_48_filled": "0xf611", + "ic_fluent_play_circle_24_filled": "0xf612", + "ic_fluent_plug_disconnected_20_filled": "0xf613", + "ic_fluent_plug_disconnected_24_filled": "0xf614", + "ic_fluent_plug_disconnected_28_filled": "0xf615", + "ic_fluent_point_scan_24_filled": "0xf616", + "ic_fluent_poll_24_filled": "0xf617", + "ic_fluent_power_20_filled": "0xf618", + "ic_fluent_power_24_filled": "0xf619", + "ic_fluent_power_28_filled": "0xf61a", + "ic_fluent_predictions_24_filled": "0xf61b", + "ic_fluent_premium_16_filled": "0xf61c", + "ic_fluent_premium_20_filled": "0xf61d", + "ic_fluent_premium_24_filled": "0xf61e", + "ic_fluent_premium_28_filled": "0xf61f", + "ic_fluent_presence_available_10_filled": "0xf620", + "ic_fluent_presence_available_12_filled": "0xf621", + "ic_fluent_presence_available_16_filled": "0xf622", + "ic_fluent_presence_away_10_filled": "0xf623", + "ic_fluent_presence_away_12_filled": "0xf624", + "ic_fluent_presence_away_16_filled": "0xf625", + "ic_fluent_presence_busy_10_filled": "0xf626", + "ic_fluent_presence_busy_12_filled": "0xf627", + "ic_fluent_presence_busy_16_filled": "0xf628", + "ic_fluent_presence_dnd_10_filled": "0xf629", + "ic_fluent_presence_dnd_12_filled": "0xf62a", + "ic_fluent_presence_dnd_16_filled": "0xf62b", + "ic_fluent_presenter_24_filled": "0xf62c", + "ic_fluent_presenter_off_24_filled": "0xf62d", + "ic_fluent_preview_link_16_filled": "0xf62e", + "ic_fluent_preview_link_20_filled": "0xf62f", + "ic_fluent_preview_link_24_filled": "0xf630", + "ic_fluent_previous_16_filled": "0xf631", + "ic_fluent_previous_20_filled": "0xf632", + "ic_fluent_previous_24_filled": "0xf633", + "ic_fluent_print_20_filled": "0xf634", + "ic_fluent_print_24_filled": "0xf635", + "ic_fluent_print_48_filled": "0xf636", + "ic_fluent_prohibited_20_filled": "0xf637", + "ic_fluent_prohibited_24_filled": "0xf638", + "ic_fluent_prohibited_28_filled": "0xf639", + "ic_fluent_prohibited_48_filled": "0xf63a", + "ic_fluent_proofread_language_24_filled": "0xf63b", + "ic_fluent_protocol_handler_16_filled": "0xf63c", + "ic_fluent_protocol_handler_20_filled": "0xf63d", + "ic_fluent_protocol_handler_24_filled": "0xf63e", + "ic_fluent_qr_code_24_filled": "0xf63f", + "ic_fluent_qr_code_28_filled": "0xf640", + "ic_fluent_question_16_filled": "0xf641", + "ic_fluent_question_20_filled": "0xf642", + "ic_fluent_question_24_filled": "0xf643", + "ic_fluent_question_28_filled": "0xf644", + "ic_fluent_question_48_filled": "0xf645", + "ic_fluent_question_circle_16_filled": "0xf646", + "ic_fluent_question_circle_20_filled": "0xf647", + "ic_fluent_question_circle_24_filled": "0xf648", + "ic_fluent_question_circle_28_filled": "0xf649", + "ic_fluent_question_circle_48_filled": "0xf64a", + "ic_fluent_quiz_new_24_filled": "0xf64b", + "ic_fluent_quiz_new_28_filled": "0xf64c", + "ic_fluent_quiz_new_48_filled": "0xf64d", + "ic_fluent_radio_button_20_filled": "0xf64e", + "ic_fluent_radio_button_24_filled": "0xf64f", + "ic_fluent_rating_mature_16_filled": "0xf650", + "ic_fluent_rating_mature_20_filled": "0xf651", + "ic_fluent_rating_mature_24_filled": "0xf652", + "ic_fluent_re_order_16_filled": "0xf653", + "ic_fluent_re_order_24_filled": "0xf654", + "ic_fluent_re_order_dots_20_filled": "0xf655", + "ic_fluent_re_order_dots_24_filled": "0xf656", + "ic_fluent_read_aloud_20_filled": "0xf657", + "ic_fluent_read_aloud_24_filled": "0xf658", + "ic_fluent_read_only_16_filled": "0xf659", + "ic_fluent_read_only_24_filled": "0xf65a", + "ic_fluent_reading_list_16_filled": "0xf65b", + "ic_fluent_reading_list_20_filled": "0xf65c", + "ic_fluent_reading_list_24_filled": "0xf65d", + "ic_fluent_reading_list_28_filled": "0xf65e", + "ic_fluent_reading_list_add_16_filled": "0xf65f", + "ic_fluent_reading_list_add_20_filled": "0xf660", + "ic_fluent_reading_list_add_24_filled": "0xf661", + "ic_fluent_reading_list_add_28_filled": "0xf662", + "ic_fluent_reading_mode_20_filled": "0xf663", + "ic_fluent_reading_mode_24_filled": "0xf664", + "ic_fluent_reading_mode_mobile_20_filled": "0xf665", + "ic_fluent_reading_mode_mobile_24_filled": "0xf666", + "ic_fluent_reciept_20_filled": "0xf667", + "ic_fluent_reciept_24_filled": "0xf668", + "ic_fluent_recommended_24_filled": "0xf669", + "ic_fluent_record_16_filled": "0xf66a", + "ic_fluent_record_20_filled": "0xf66b", + "ic_fluent_record_24_filled": "0xf66c", + "ic_fluent_remove_12_filled": "0xf66d", + "ic_fluent_remove_16_filled": "0xf66e", + "ic_fluent_remove_20_filled": "0xf66f", + "ic_fluent_remove_24_filled": "0xf670", + "ic_fluent_remove_recent_24_filled": "0xf671", + "ic_fluent_rename_16_filled": "0xf672", + "ic_fluent_rename_20_filled": "0xf673", + "ic_fluent_rename_24_filled": "0xf674", + "ic_fluent_rename_28_filled": "0xf675", + "ic_fluent_resize_20_filled": "0xf676", + "ic_fluent_resize_image_24_filled": "0xf677", + "ic_fluent_resize_table_24_filled": "0xf678", + "ic_fluent_resize_video_24_filled": "0xf679", + "ic_fluent_restore_16_filled": "0xf67a", + "ic_fluent_reward_16_filled": "0xf67b", + "ic_fluent_reward_20_filled": "0xf67c", + "ic_fluent_reward_24_filled": "0xf67d", + "ic_fluent_rewind_20_filled": "0xf67e", + "ic_fluent_rewind_24_filled": "0xf67f", + "ic_fluent_rocket_16_filled": "0xf680", + "ic_fluent_rocket_20_filled": "0xf681", + "ic_fluent_rocket_24_filled": "0xf682", + "ic_fluent_router_24_filled": "0xf683", + "ic_fluent_row_triple_24_filled": "0xf684", + "ic_fluent_ruler_16_filled": "0xf685", + "ic_fluent_ruler_20_filled": "0xf686", + "ic_fluent_ruler_24_filled": "0xf687", + "ic_fluent_run_24_filled": "0xf688", + "ic_fluent_save_20_filled": "0xf689", + "ic_fluent_save_24_filled": "0xf68a", + "ic_fluent_save_as_20_filled": "0xf68b", + "ic_fluent_save_as_24_filled": "0xf68c", + "ic_fluent_save_copy_24_filled": "0xf68d", + "ic_fluent_savings_16_filled": "0xf68e", + "ic_fluent_savings_20_filled": "0xf68f", + "ic_fluent_savings_24_filled": "0xf690", + "ic_fluent_scale_fill_24_filled": "0xf691", + "ic_fluent_scale_fit_16_filled": "0xf692", + "ic_fluent_scale_fit_20_filled": "0xf693", + "ic_fluent_scale_fit_24_filled": "0xf694", + "ic_fluent_scan_24_filled": "0xf695", + "ic_fluent_scratchpad_24_filled": "0xf696", + "ic_fluent_screenshot_20_filled": "0xf697", + "ic_fluent_screenshot_24_filled": "0xf698", + "ic_fluent_search_20_filled": "0xf699", + "ic_fluent_search_24_filled": "0xf69a", + "ic_fluent_search_28_filled": "0xf69b", + "ic_fluent_search_info_24_filled": "0xf69c", + "ic_fluent_search_square_24_filled": "0xf69d", + "ic_fluent_select_all_24_filled": "0xf69e", + "ic_fluent_select_all_off_24_filled": "0xf69f", + "ic_fluent_select_object_20_filled": "0xf6a0", + "ic_fluent_select_object_24_filled": "0xf6a1", + "ic_fluent_send_20_filled": "0xf6a2", + "ic_fluent_send_24_filled": "0xf6a3", + "ic_fluent_send_28_filled": "0xf6a4", + "ic_fluent_send_clock_20_filled": "0xf6a5", + "ic_fluent_send_copy_24_filled": "0xf6a6", + "ic_fluent_send_logging_24_filled": "0xf6a7", + "ic_fluent_send_to_back_20_filled": "0xf6a8", + "ic_fluent_send_to_back_24_filled": "0xf6a9", + "ic_fluent_serial_port_16_filled": "0xf6aa", + "ic_fluent_serial_port_20_filled": "0xf6ab", + "ic_fluent_serial_port_24_filled": "0xf6ac", + "ic_fluent_service_bell_24_filled": "0xf6ad", + "ic_fluent_set_top_stack_16_filled": "0xf6ae", + "ic_fluent_set_top_stack_20_filled": "0xf6af", + "ic_fluent_set_top_stack_24_filled": "0xf6b0", + "ic_fluent_settings_16_filled": "0xf6b1", + "ic_fluent_settings_20_filled": "0xf6b2", + "ic_fluent_settings_24_filled": "0xf6b3", + "ic_fluent_settings_28_filled": "0xf6b4", + "ic_fluent_shapes_16_filled": "0xf6b5", + "ic_fluent_shapes_20_filled": "0xf6b6", + "ic_fluent_shapes_24_filled": "0xf6b7", + "ic_fluent_share_20_filled": "0xf6b8", + "ic_fluent_share_24_filled": "0xf6b9", + "ic_fluent_share_android_20_filled": "0xf6ba", + "ic_fluent_share_android_24_filled": "0xf6bb", + "ic_fluent_share_close_tray_24_filled": "0xf6bc", + "ic_fluent_share_desktop_24_filled": "0xf6bd", + "ic_fluent_share_ios_20_filled": "0xf6be", + "ic_fluent_share_ios_24_filled": "0xf6bf", + "ic_fluent_share_ios_28_filled": "0xf6c0", + "ic_fluent_share_ios_48_filled": "0xf6c1", + "ic_fluent_share_screen_20_filled": "0xf6c2", + "ic_fluent_share_screen_24_filled": "0xf6c3", + "ic_fluent_share_screen_28_filled": "0xf6c4", + "ic_fluent_share_stop_24_filled": "0xf6c5", + "ic_fluent_share_stop_28_filled": "0xf6c6", + "ic_fluent_shield_20_filled": "0xf6c7", + "ic_fluent_shield_24_filled": "0xf6c8", + "ic_fluent_shield_dismiss_20_filled": "0xf6c9", + "ic_fluent_shield_dismiss_24_filled": "0xf6ca", + "ic_fluent_shield_error_20_filled": "0xf6cb", + "ic_fluent_shield_error_24_filled": "0xf6cc", + "ic_fluent_shield_keyhole_16_filled": "0xf6cd", + "ic_fluent_shield_keyhole_20_filled": "0xf6ce", + "ic_fluent_shield_keyhole_24_filled": "0xf6cf", + "ic_fluent_shield_prohibited_20_filled": "0xf6d0", + "ic_fluent_shield_prohibited_24_filled": "0xf6d1", + "ic_fluent_shifts_24_filled": "0xf6d2", + "ic_fluent_shifts_24h_20_filled": "0xf6d3", + "ic_fluent_shifts_24h_24_filled": "0xf6d4", + "ic_fluent_shifts_28_filled": "0xf6d5", + "ic_fluent_shifts_30_minutes_24_filled": "0xf6d6", + "ic_fluent_shifts_activity_20_filled": "0xf6d7", + "ic_fluent_shifts_activity_24_filled": "0xf6d8", + "ic_fluent_shifts_add_24_filled": "0xf6d9", + "ic_fluent_shifts_approve_24_filled": "0xf6da", + "ic_fluent_shifts_availability_24_filled": "0xf6db", + "ic_fluent_shifts_deny_24_filled": "0xf6dc", + "ic_fluent_shifts_open_20_filled": "0xf6dd", + "ic_fluent_shifts_open_24_filled": "0xf6de", + "ic_fluent_shifts_pending_24_filled": "0xf6df", + "ic_fluent_shifts_team_24_filled": "0xf6e0", + "ic_fluent_ship_20_filled": "0xf6e1", + "ic_fluent_ship_24_filled": "0xf6e2", + "ic_fluent_sign_out_24_filled": "0xf6e3", + "ic_fluent_signature_16_filled": "0xf6e4", + "ic_fluent_signature_20_filled": "0xf6e5", + "ic_fluent_signature_24_filled": "0xf6e6", + "ic_fluent_signature_28_filled": "0xf6e7", + "ic_fluent_signed_16_filled": "0xf6e8", + "ic_fluent_signed_20_filled": "0xf6e9", + "ic_fluent_signed_24_filled": "0xf6ea", + "ic_fluent_sim_16_filled": "0xf6eb", + "ic_fluent_sim_20_filled": "0xf6ec", + "ic_fluent_sim_24_filled": "0xf6ed", + "ic_fluent_sleep_24_filled": "0xf6ee", + "ic_fluent_slide_add_24_filled": "0xf6ef", + "ic_fluent_slide_design_24_filled": "0xf6f0", + "ic_fluent_slide_hide_24_filled": "0xf6f1", + "ic_fluent_slide_layout_20_filled": "0xf6f2", + "ic_fluent_slide_layout_24_filled": "0xf6f3", + "ic_fluent_slide_microphone_24_filled": "0xf6f4", + "ic_fluent_slide_text_24_filled": "0xf6f5", + "ic_fluent_slow_mode_16_filled": "0xf6f6", + "ic_fluent_slow_mode_20_filled": "0xf6f7", + "ic_fluent_slow_mode_24_filled": "0xf6f8", + "ic_fluent_slow_mode_28_filled": "0xf6f9", + "ic_fluent_small_16_filled": "0xf6fa", + "ic_fluent_small_20_filled": "0xf6fb", + "ic_fluent_small_24_filled": "0xf6fc", + "ic_fluent_snooze_16_filled": "0xf6fd", + "ic_fluent_snooze_24_filled": "0xf6fe", + "ic_fluent_sound_source_24_filled": "0xf6ff", + "ic_fluent_sound_source_28_filled": "0xf700", + "ic_fluent_spacebar_24_filled": "0xf701", + "ic_fluent_speaker_0_24_filled": "0xf702", + "ic_fluent_speaker_16_filled": "0xf703", + "ic_fluent_speaker_1_24_filled": "0xf704", + "ic_fluent_speaker_20_filled": "0xf705", + "ic_fluent_speaker_24_filled": "0xf706", + "ic_fluent_speaker_28_filled": "0xf707", + "ic_fluent_speaker_bluetooth_24_filled": "0xf708", + "ic_fluent_speaker_edit_16_filled": "0xf709", + "ic_fluent_speaker_edit_20_filled": "0xf70a", + "ic_fluent_speaker_edit_24_filled": "0xf70b", + "ic_fluent_speaker_none_20_filled": "0xf70c", + "ic_fluent_speaker_none_24_filled": "0xf70d", + "ic_fluent_speaker_none_28_filled": "0xf70e", + "ic_fluent_speaker_off_24_filled": "0xf70f", + "ic_fluent_speaker_off_28_filled": "0xf710", + "ic_fluent_speaker_settings_24_filled": "0xf711", + "ic_fluent_spinner_ios_20_filled": "0xf712", + "ic_fluent_sports_16_filled": "0xf713", + "ic_fluent_sports_20_filled": "0xf714", + "ic_fluent_sports_24_filled": "0xf715", + "ic_fluent_star_12_filled": "0xf716", + "ic_fluent_star_16_filled": "0xf717", + "ic_fluent_star_20_filled": "0xf718", + "ic_fluent_star_24_filled": "0xf719", + "ic_fluent_star_28_filled": "0xf71a", + "ic_fluent_star_add_16_filled": "0xf71b", + "ic_fluent_star_add_20_filled": "0xf71c", + "ic_fluent_star_add_24_filled": "0xf71d", + "ic_fluent_star_arrow_right_24_filled": "0xf71e", + "ic_fluent_star_arrow_right_start_24_filled": "0xf71f", + "ic_fluent_star_emphasis_24_filled": "0xf720", + "ic_fluent_star_half_12_filled": "0xf721", + "ic_fluent_star_half_16_filled": "0xf722", + "ic_fluent_star_half_20_filled": "0xf723", + "ic_fluent_star_half_24_filled": "0xf724", + "ic_fluent_star_half_28_filled": "0xf725", + "ic_fluent_star_off_12_filled": "0xf726", + "ic_fluent_star_off_16_filled": "0xf727", + "ic_fluent_star_off_20_filled": "0xf728", + "ic_fluent_star_off_24_filled": "0xf729", + "ic_fluent_star_off_28_filled": "0xf72a", + "ic_fluent_star_one_quarter_12_filled": "0xf72b", + "ic_fluent_star_one_quarter_16_filled": "0xf72c", + "ic_fluent_star_one_quarter_20_filled": "0xf72d", + "ic_fluent_star_one_quarter_24_filled": "0xf72e", + "ic_fluent_star_one_quarter_28_filled": "0xf72f", + "ic_fluent_star_prohibited_16_filled": "0xf730", + "ic_fluent_star_prohibited_20_filled": "0xf731", + "ic_fluent_star_prohibited_24_filled": "0xf732", + "ic_fluent_star_settings_24_filled": "0xf733", + "ic_fluent_star_three_quarter_12_filled": "0xf734", + "ic_fluent_star_three_quarter_16_filled": "0xf735", + "ic_fluent_star_three_quarter_20_filled": "0xf736", + "ic_fluent_star_three_quarter_24_filled": "0xf737", + "ic_fluent_star_three_quarter_28_filled": "0xf738", + "ic_fluent_status_16_filled": "0xf739", + "ic_fluent_status_20_filled": "0xf73a", + "ic_fluent_status_24_filled": "0xf73b", + "ic_fluent_stethoscope_20_filled": "0xf73c", + "ic_fluent_stethoscope_24_filled": "0xf73d", + "ic_fluent_sticker_20_filled": "0xf73e", + "ic_fluent_sticker_24_filled": "0xf73f", + "ic_fluent_sticker_add_24_filled": "0xf740", + "ic_fluent_stop_16_filled": "0xf741", + "ic_fluent_stop_20_filled": "0xf742", + "ic_fluent_stop_24_filled": "0xf743", + "ic_fluent_storage_24_filled": "0xf744", + "ic_fluent_store_16_filled": "0xf745", + "ic_fluent_store_20_filled": "0xf746", + "ic_fluent_store_24_filled": "0xf747", + "ic_fluent_store_microsoft_16_filled": "0xf748", + "ic_fluent_store_microsoft_20_filled": "0xf749", + "ic_fluent_store_microsoft_24_filled": "0xf74a", + "ic_fluent_style_guide_24_filled": "0xf74b", + "ic_fluent_sub_grid_24_filled": "0xf74c", + "ic_fluent_subway_20_filled": "0xf74d", + "ic_fluent_subway_24_filled": "0xf74e", + "ic_fluent_suggestion_24_filled": "0xf74f", + "ic_fluent_surface_earbuds_20_filled": "0xf750", + "ic_fluent_surface_earbuds_24_filled": "0xf751", + "ic_fluent_surface_hub_20_filled": "0xf752", + "ic_fluent_surface_hub_24_filled": "0xf753", + "ic_fluent_swipe_down_24_filled": "0xf754", + "ic_fluent_swipe_right_24_filled": "0xf755", + "ic_fluent_swipe_up_24_filled": "0xf756", + "ic_fluent_symbols_24_filled": "0xf757", + "ic_fluent_sync_off_16_filled": "0xf758", + "ic_fluent_sync_off_20_filled": "0xf759", + "ic_fluent_system_24_filled": "0xf75a", + "ic_fluent_tab_16_filled": "0xf75b", + "ic_fluent_tab_20_filled": "0xf75c", + "ic_fluent_tab_24_filled": "0xf75d", + "ic_fluent_tab_28_filled": "0xf75e", + "ic_fluent_tab_desktop_20_filled": "0xf75f", + "ic_fluent_tab_desktop_arrow_clockwise_16_filled": "0xf760", + "ic_fluent_tab_desktop_arrow_clockwise_20_filled": "0xf761", + "ic_fluent_tab_desktop_arrow_clockwise_24_filled": "0xf762", + "ic_fluent_tab_desktop_clock_20_filled": "0xf763", + "ic_fluent_tab_desktop_copy_20_filled": "0xf764", + "ic_fluent_tab_desktop_image_16_filled": "0xf765", + "ic_fluent_tab_desktop_image_20_filled": "0xf766", + "ic_fluent_tab_desktop_image_24_filled": "0xf767", + "ic_fluent_tab_desktop_multiple_20_filled": "0xf768", + "ic_fluent_tab_desktop_new_page_20_filled": "0xf769", + "ic_fluent_tab_in_private_16_filled": "0xf76a", + "ic_fluent_tab_in_private_20_filled": "0xf76b", + "ic_fluent_tab_in_private_24_filled": "0xf76c", + "ic_fluent_tab_in_private_28_filled": "0xf76d", + "ic_fluent_tab_inprivate_account_20_filled": "0xf76e", + "ic_fluent_tab_inprivate_account_24_filled": "0xf76f", + "ic_fluent_tab_new_20_filled": "0xf770", + "ic_fluent_tab_new_24_filled": "0xf771", + "ic_fluent_tab_sweep_24_filled": "0xf772", + "ic_fluent_tab_tracking_prevention_20_filled": "0xf773", + "ic_fluent_tab_tracking_prevention_24_filled": "0xf774", + "ic_fluent_table_20_filled": "0xf775", + "ic_fluent_table_24_filled": "0xf776", + "ic_fluent_table_add_24_filled": "0xf777", + "ic_fluent_table_cells_merge_20_filled": "0xf778", + "ic_fluent_table_cells_merge_24_filled": "0xf779", + "ic_fluent_table_cells_split_20_filled": "0xf77a", + "ic_fluent_table_cells_split_24_filled": "0xf77b", + "ic_fluent_table_column_delete_24_filled": "0xf77c", + "ic_fluent_table_column_insert_24_filled": "0xf77d", + "ic_fluent_table_column_resize_24_filled": "0xf77e", + "ic_fluent_table_delete_24_filled": "0xf77f", + "ic_fluent_table_edit_24_filled": "0xf780", + "ic_fluent_table_freeze_24_filled": "0xf781", + "ic_fluent_table_freeze_column_24_filled": "0xf782", + "ic_fluent_table_freeze_row_24_filled": "0xf783", + "ic_fluent_table_insert_down_24_filled": "0xf784", + "ic_fluent_table_insert_left_24_filled": "0xf785", + "ic_fluent_table_insert_right_24_filled": "0xf786", + "ic_fluent_table_insert_up_24_filled": "0xf787", + "ic_fluent_table_move_down_24_filled": "0xf788", + "ic_fluent_table_move_left_24_filled": "0xf789", + "ic_fluent_table_move_right_24_filled": "0xf78a", + "ic_fluent_table_move_up_24_filled": "0xf78b", + "ic_fluent_table_row_delete_24_filled": "0xf78c", + "ic_fluent_table_row_insert_24_filled": "0xf78d", + "ic_fluent_table_row_resize_24_filled": "0xf78e", + "ic_fluent_table_settings_24_filled": "0xf78f", + "ic_fluent_table_switch_24_filled": "0xf790", + "ic_fluent_tablet_20_filled": "0xf791", + "ic_fluent_tablet_24_filled": "0xf792", + "ic_fluent_tabs_24_filled": "0xf793", + "ic_fluent_tag_20_filled": "0xf794", + "ic_fluent_tag_24_filled": "0xf795", + "ic_fluent_tap_double_24_filled": "0xf796", + "ic_fluent_tap_single_24_filled": "0xf797", + "ic_fluent_target_16_filled": "0xf798", + "ic_fluent_target_20_filled": "0xf799", + "ic_fluent_target_24_filled": "0xf79a", + "ic_fluent_target_edit_16_filled": "0xf79b", + "ic_fluent_target_edit_20_filled": "0xf79c", + "ic_fluent_target_edit_24_filled": "0xf79d", + "ic_fluent_task_list_20_filled": "0xf79e", + "ic_fluent_task_list_24_filled": "0xf79f", + "ic_fluent_task_list_add_20_filled": "0xf7a0", + "ic_fluent_task_list_add_24_filled": "0xf7a1", + "ic_fluent_tasks_app_24_filled": "0xf7a2", + "ic_fluent_tasks_app_28_filled": "0xf7a3", + "ic_fluent_team_add_24_filled": "0xf7a4", + "ic_fluent_team_delete_24_filled": "0xf7a5", + "ic_fluent_teddy_24_filled": "0xf7a6", + "ic_fluent_temperature_20_filled": "0xf7a7", + "ic_fluent_temperature_24_filled": "0xf7a8", + "ic_fluent_tent_24_filled": "0xf7a9", + "ic_fluent_test_call_24_filled": "0xf7aa", + "ic_fluent_text_24_filled": "0xf7ab", + "ic_fluent_text_add_24_filled": "0xf7ac", + "ic_fluent_text_add_space_after_20_filled": "0xf7ad", + "ic_fluent_text_add_space_after_24_filled": "0xf7ae", + "ic_fluent_text_add_space_before_20_filled": "0xf7af", + "ic_fluent_text_add_space_before_24_filled": "0xf7b0", + "ic_fluent_text_align_center_20_filled": "0xf7b1", + "ic_fluent_text_align_center_24_filled": "0xf7b2", + "ic_fluent_text_align_distributed_20_filled": "0xf7b3", + "ic_fluent_text_align_distributed_24_filled": "0xf7b4", + "ic_fluent_text_align_justify_20_filled": "0xf7b5", + "ic_fluent_text_align_justify_24_filled": "0xf7b6", + "ic_fluent_text_align_left_20_filled": "0xf7b7", + "ic_fluent_text_align_left_24_filled": "0xf7b8", + "ic_fluent_text_align_right_20_filled": "0xf7b9", + "ic_fluent_text_align_right_24_filled": "0xf7ba", + "ic_fluent_text_asterisk_20_filled": "0xf7bb", + "ic_fluent_text_bold_20_filled": "0xf7bc", + "ic_fluent_text_bold_24_filled": "0xf7bd", + "ic_fluent_text_bullet_list_20_filled": "0xf7be", + "ic_fluent_text_bullet_list_24_filled": "0xf7bf", + "ic_fluent_text_bullet_list_add_24_filled": "0xf7c0", + "ic_fluent_text_bullet_list_square_24_filled": "0xf7c1", + "ic_fluent_text_bullet_list_square_warning_16_filled": "0xf7c2", + "ic_fluent_text_bullet_list_square_warning_20_filled": "0xf7c3", + "ic_fluent_text_bullet_list_square_warning_24_filled": "0xf7c4", + "ic_fluent_text_bullet_list_tree_16_filled": "0xf7c5", + "ic_fluent_text_bullet_list_tree_20_filled": "0xf7c6", + "ic_fluent_text_bullet_list_tree_24_filled": "0xf7c7", + "ic_fluent_text_change_accept_20_filled": "0xf7c8", + "ic_fluent_text_change_accept_24_filled": "0xf7c9", + "ic_fluent_text_change_case_20_filled": "0xf7ca", + "ic_fluent_text_change_case_24_filled": "0xf7cb", + "ic_fluent_text_change_next_20_filled": "0xf7cc", + "ic_fluent_text_change_next_24_filled": "0xf7cd", + "ic_fluent_text_change_previous_20_filled": "0xf7ce", + "ic_fluent_text_change_previous_24_filled": "0xf7cf", + "ic_fluent_text_change_reject_20_filled": "0xf7d0", + "ic_fluent_text_change_reject_24_filled": "0xf7d1", + "ic_fluent_text_change_settings_20_filled": "0xf7d2", + "ic_fluent_text_change_settings_24_filled": "0xf7d3", + "ic_fluent_text_clear_formatting_20_filled": "0xf7d4", + "ic_fluent_text_clear_formatting_24_filled": "0xf7d5", + "ic_fluent_text_collapse_24_filled": "0xf7d6", + "ic_fluent_text_color_20_filled": "0xf7d7", + "ic_fluent_text_color_24_filled": "0xf7d8", + "ic_fluent_text_column_one_20_filled": "0xf7d9", + "ic_fluent_text_column_one_24_filled": "0xf7da", + "ic_fluent_text_column_three_20_filled": "0xf7db", + "ic_fluent_text_column_three_24_filled": "0xf7dc", + "ic_fluent_text_column_two_20_filled": "0xf7dd", + "ic_fluent_text_column_two_24_filled": "0xf7de", + "ic_fluent_text_column_two_left_20_filled": "0xf7df", + "ic_fluent_text_column_two_left_24_filled": "0xf7e0", + "ic_fluent_text_column_two_right_20_filled": "0xf7e1", + "ic_fluent_text_column_two_right_24_filled": "0xf7e2", + "ic_fluent_text_description_20_filled": "0xf7e3", + "ic_fluent_text_description_24_filled": "0xf7e4", + "ic_fluent_text_direction_20_filled": "0xf7e5", + "ic_fluent_text_direction_24_filled": "0xf7e6", + "ic_fluent_text_direction_horizontal_ltr_20_filled": "0xf7e7", + "ic_fluent_text_direction_horizontal_ltr_24_filled": "0xf7e8", + "ic_fluent_text_direction_rotate_270_20_filled": "0xf7e9", + "ic_fluent_text_direction_rotate_270_24_filled": "0xf7ea", + "ic_fluent_text_direction_rotate_270_ac_20_filled": "0xf7eb", + "ic_fluent_text_direction_rotate_270_ac_24_filled": "0xf7ec", + "ic_fluent_text_direction_rotate_90_20_filled": "0xf7ed", + "ic_fluent_text_direction_rotate_90_24_filled": "0xf7ee", + "ic_fluent_text_direction_vertical_20_filled": "0xf7ef", + "ic_fluent_text_direction_vertical_24_filled": "0xf7f0", + "ic_fluent_text_edit_style_20_filled": "0xf7f1", + "ic_fluent_text_edit_style_24_filled": "0xf7f2", + "ic_fluent_text_effects_20_filled": "0xf7f3", + "ic_fluent_text_effects_24_filled": "0xf7f4", + "ic_fluent_text_expand_24_filled": "0xf7f5", + "ic_fluent_text_field_16_filled": "0xf7f6", + "ic_fluent_text_field_20_filled": "0xf7f7", + "ic_fluent_text_field_24_filled": "0xf7f8", + "ic_fluent_text_first_line_20_filled": "0xf7f9", + "ic_fluent_text_first_line_24_filled": "0xf7fa", + "ic_fluent_text_font_16_filled": "0xf7fb", + "ic_fluent_text_font_20_filled": "0xf7fc", + "ic_fluent_text_font_24_filled": "0xf7fd", + "ic_fluent_text_font_size_20_filled": "0xf7fe", + "ic_fluent_text_font_size_24_filled": "0xf7ff", + "ic_fluent_text_footnote_20_filled": "0xf800", + "ic_fluent_text_footnote_24_filled": "0xf801", + "ic_fluent_text_grammar_options_16_filled": "0xf802", + "ic_fluent_text_grammar_options_20_filled": "0xf803", + "ic_fluent_text_grammar_options_24_filled": "0xf804", + "ic_fluent_text_hanging_20_filled": "0xf805", + "ic_fluent_text_hanging_24_filled": "0xf806", + "ic_fluent_text_header_1_20_filled": "0xf807", + "ic_fluent_text_header_2_20_filled": "0xf808", + "ic_fluent_text_header_3_20_filled": "0xf809", + "ic_fluent_text_indent_decrease_24_filled": "0xf80a", + "ic_fluent_text_indent_increase_24_filled": "0xf80b", + "ic_fluent_text_italic_20_filled": "0xf80c", + "ic_fluent_text_italic_24_filled": "0xf80d", + "ic_fluent_text_line_spacing_20_filled": "0xf80e", + "ic_fluent_text_line_spacing_24_filled": "0xf80f", + "ic_fluent_text_number_format_20_filled": "0xf810", + "ic_fluent_text_number_format_24_filled": "0xf811", + "ic_fluent_text_number_list_ltr_20_filled": "0xf812", + "ic_fluent_text_number_list_ltr_24_filled": "0xf813", + "ic_fluent_text_number_list_rtl_24_filled": "0xf814", + "ic_fluent_text_paragraph_settings_20_filled": "0xf815", + "ic_fluent_text_paragraph_settings_24_filled": "0xf816", + "ic_fluent_text_proofing_tools_20_filled": "0xf817", + "ic_fluent_text_proofing_tools_24_filled": "0xf818", + "ic_fluent_text_quote_20_filled": "0xf819", + "ic_fluent_text_quote_24_filled": "0xf81a", + "ic_fluent_text_sort_ascending_20_filled": "0xf81b", + "ic_fluent_text_sort_descending_20_filled": "0xf81c", + "ic_fluent_text_strikethrough_20_filled": "0xf81d", + "ic_fluent_text_strikethrough_24_filled": "0xf81e", + "ic_fluent_text_subscript_20_filled": "0xf81f", + "ic_fluent_text_subscript_24_filled": "0xf820", + "ic_fluent_text_superscript_20_filled": "0xf821", + "ic_fluent_text_superscript_24_filled": "0xf822", + "ic_fluent_text_underline_20_filled": "0xf823", + "ic_fluent_text_underline_24_filled": "0xf824", + "ic_fluent_text_word_count_20_filled": "0xf825", + "ic_fluent_text_word_count_24_filled": "0xf826", + "ic_fluent_text_wrap_24_filled": "0xf827", + "ic_fluent_textbox_20_filled": "0xf828", + "ic_fluent_textbox_24_filled": "0xf829", + "ic_fluent_textbox_align_20_filled": "0xf82a", + "ic_fluent_textbox_align_24_filled": "0xf82b", + "ic_fluent_textbox_align_bottom_20_filled": "0xf82c", + "ic_fluent_textbox_align_bottom_24_filled": "0xf82d", + "ic_fluent_textbox_align_middle_20_filled": "0xf82e", + "ic_fluent_textbox_align_middle_24_filled": "0xf82f", + "ic_fluent_textbox_align_top_20_filled": "0xf830", + "ic_fluent_textbox_align_top_24_filled": "0xf831", + "ic_fluent_textbox_vertical_20_filled": "0xf832", + "ic_fluent_textbox_vertical_24_filled": "0xf833", + "ic_fluent_thinking_20_filled": "0xf834", + "ic_fluent_thinking_24_filled": "0xf835", + "ic_fluent_thumb_dislike_20_filled": "0xf836", + "ic_fluent_thumb_dislike_24_filled": "0xf837", + "ic_fluent_thumb_like_20_filled": "0xf838", + "ic_fluent_thumb_like_24_filled": "0xf839", + "ic_fluent_ticket_20_filled": "0xf83a", + "ic_fluent_ticket_24_filled": "0xf83b", + "ic_fluent_time_and_weather_24_filled": "0xf83c", + "ic_fluent_time_picker_24_filled": "0xf83d", + "ic_fluent_timeline_24_filled": "0xf83e", + "ic_fluent_timer_10_24_filled": "0xf83f", + "ic_fluent_timer_24_filled": "0xf840", + "ic_fluent_timer_2_24_filled": "0xf841", + "ic_fluent_timer_off_24_filled": "0xf842", + "ic_fluent_toggle_right_16_filled": "0xf843", + "ic_fluent_toggle_right_20_filled": "0xf844", + "ic_fluent_toggle_right_24_filled": "0xf845", + "ic_fluent_toolbox_16_filled": "0xf846", + "ic_fluent_toolbox_20_filled": "0xf847", + "ic_fluent_toolbox_24_filled": "0xf848", + "ic_fluent_toolbox_28_filled": "0xf849", + "ic_fluent_top_speed_24_filled": "0xf84a", + "ic_fluent_translate_20_filled": "0xf84b", + "ic_fluent_translate_24_filled": "0xf84c", + "ic_fluent_trophy_16_filled": "0xf84d", + "ic_fluent_trophy_20_filled": "0xf84e", + "ic_fluent_trophy_24_filled": "0xf84f", + "ic_fluent_uninstall_app_24_filled": "0xf850", + "ic_fluent_unlock_20_filled": "0xf851", + "ic_fluent_unlock_24_filled": "0xf852", + "ic_fluent_unlock_28_filled": "0xf853", + "ic_fluent_upload_24_filled": "0xf854", + "ic_fluent_usb_port_20_filled": "0xf855", + "ic_fluent_usb_port_24_filled": "0xf856", + "ic_fluent_usb_stick_20_filled": "0xf857", + "ic_fluent_usb_stick_24_filled": "0xf858", + "ic_fluent_vault_16_filled": "0xf859", + "ic_fluent_vault_20_filled": "0xf85a", + "ic_fluent_vault_24_filled": "0xf85b", + "ic_fluent_vehicle_bicycle_24_filled": "0xf85c", + "ic_fluent_vehicle_bus_24_filled": "0xf85d", + "ic_fluent_vehicle_cab_24_filled": "0xf85e", + "ic_fluent_vehicle_car_16_filled": "0xf85f", + "ic_fluent_vehicle_car_20_filled": "0xf860", + "ic_fluent_vehicle_car_24_filled": "0xf861", + "ic_fluent_vehicle_truck_24_filled": "0xf862", + "ic_fluent_video_16_filled": "0xf863", + "ic_fluent_video_20_filled": "0xf864", + "ic_fluent_video_24_filled": "0xf865", + "ic_fluent_video_28_filled": "0xf866", + "ic_fluent_video_background_effect_24_filled": "0xf867", + "ic_fluent_video_clip_24_filled": "0xf868", + "ic_fluent_video_off_20_filled": "0xf869", + "ic_fluent_video_off_24_filled": "0xf86a", + "ic_fluent_video_off_28_filled": "0xf86b", + "ic_fluent_video_person_24_filled": "0xf86c", + "ic_fluent_video_person_off_24_filled": "0xf86d", + "ic_fluent_video_person_star_24_filled": "0xf86e", + "ic_fluent_video_play_pause_24_filled": "0xf86f", + "ic_fluent_video_security_20_filled": "0xf870", + "ic_fluent_video_security_24_filled": "0xf871", + "ic_fluent_video_switch_24_filled": "0xf872", + "ic_fluent_view_desktop_20_filled": "0xf873", + "ic_fluent_view_desktop_24_filled": "0xf874", + "ic_fluent_view_desktop_mobile_20_filled": "0xf875", + "ic_fluent_view_desktop_mobile_24_filled": "0xf876", + "ic_fluent_visual_search_16_filled": "0xf877", + "ic_fluent_visual_search_20_filled": "0xf878", + "ic_fluent_visual_search_24_filled": "0xf879", + "ic_fluent_voicemail_16_filled": "0xf87a", + "ic_fluent_voicemail_20_filled": "0xf87b", + "ic_fluent_voicemail_24_filled": "0xf87c", + "ic_fluent_walkie_talkie_24_filled": "0xf87d", + "ic_fluent_walkie_talkie_28_filled": "0xf87e", + "ic_fluent_wallpaper_24_filled": "0xf87f", + "ic_fluent_warning_16_filled": "0xf880", + "ic_fluent_warning_20_filled": "0xf881", + "ic_fluent_warning_24_filled": "0xf882", + "ic_fluent_weather_blowing_snow_20_filled": "0xf883", + "ic_fluent_weather_blowing_snow_24_filled": "0xf884", + "ic_fluent_weather_blowing_snow_48_filled": "0xf885", + "ic_fluent_weather_cloudy_20_filled": "0xf886", + "ic_fluent_weather_cloudy_24_filled": "0xf887", + "ic_fluent_weather_cloudy_48_filled": "0xf888", + "ic_fluent_weather_duststorm_20_filled": "0xf889", + "ic_fluent_weather_duststorm_24_filled": "0xf88a", + "ic_fluent_weather_duststorm_48_filled": "0xf88b", + "ic_fluent_weather_fog_20_filled": "0xf88c", + "ic_fluent_weather_fog_24_filled": "0xf88d", + "ic_fluent_weather_fog_48_filled": "0xf88e", + "ic_fluent_weather_hail_day_20_filled": "0xf88f", + "ic_fluent_weather_hail_day_24_filled": "0xf890", + "ic_fluent_weather_hail_day_48_filled": "0xf891", + "ic_fluent_weather_hail_night_20_filled": "0xf892", + "ic_fluent_weather_hail_night_24_filled": "0xf893", + "ic_fluent_weather_hail_night_48_filled": "0xf894", + "ic_fluent_weather_moon_20_filled": "0xf895", + "ic_fluent_weather_moon_24_filled": "0xf896", + "ic_fluent_weather_moon_48_filled": "0xf897", + "ic_fluent_weather_partly_cloudy_day_20_filled": "0xf898", + "ic_fluent_weather_partly_cloudy_day_24_filled": "0xf899", + "ic_fluent_weather_partly_cloudy_day_48_filled": "0xf89a", + "ic_fluent_weather_partly_cloudy_night_20_filled": "0xf89b", + "ic_fluent_weather_partly_cloudy_night_24_filled": "0xf89c", + "ic_fluent_weather_partly_cloudy_night_48_filled": "0xf89d", + "ic_fluent_weather_rain_20_filled": "0xf89e", + "ic_fluent_weather_rain_24_filled": "0xf89f", + "ic_fluent_weather_rain_48_filled": "0xf8a0", + "ic_fluent_weather_rain_showers_day_20_filled": "0xf8a1", + "ic_fluent_weather_rain_showers_day_24_filled": "0xf8a2", + "ic_fluent_weather_rain_showers_day_48_filled": "0xf8a3", + "ic_fluent_weather_rain_showers_night_20_filled": "0xf8a4", + "ic_fluent_weather_rain_showers_night_24_filled": "0xf8a5", + "ic_fluent_weather_rain_showers_night_48_filled": "0xf8a6", + "ic_fluent_weather_rain_snow_20_filled": "0xf8a7", + "ic_fluent_weather_rain_snow_24_filled": "0xf8a8", + "ic_fluent_weather_rain_snow_48_filled": "0xf8a9", + "ic_fluent_weather_snow_20_filled": "0xf8aa", + "ic_fluent_weather_snow_24_filled": "0xf8ab", + "ic_fluent_weather_snow_48_filled": "0xf8ac", + "ic_fluent_weather_snow_shower_day_20_filled": "0xf8ad", + "ic_fluent_weather_snow_shower_day_24_filled": "0xf8ae", + "ic_fluent_weather_snow_shower_day_48_filled": "0xf8af", + "ic_fluent_weather_snow_shower_night_20_filled": "0xf8b0", + "ic_fluent_weather_snow_shower_night_24_filled": "0xf8b1", + "ic_fluent_weather_snow_shower_night_48_filled": "0xf8b2", + "ic_fluent_weather_snowflake_20_filled": "0xf8b3", + "ic_fluent_weather_snowflake_24_filled": "0xf8b4", + "ic_fluent_weather_snowflake_48_filled": "0xf8b5", + "ic_fluent_weather_squalls_20_filled": "0xf8b6", + "ic_fluent_weather_squalls_24_filled": "0xf8b7", + "ic_fluent_weather_squalls_48_filled": "0xf8b8", + "ic_fluent_weather_sunny_20_filled": "0xf8b9", + "ic_fluent_weather_sunny_24_filled": "0xf8ba", + "ic_fluent_weather_sunny_48_filled": "0xf8bb", + "ic_fluent_weather_thunderstorm_20_filled": "0xf8bc", + "ic_fluent_weather_thunderstorm_24_filled": "0xf8bd", + "ic_fluent_weather_thunderstorm_48_filled": "0xf8be", + "ic_fluent_web_asset_24_filled": "0xf8bf", + "ic_fluent_weekend_12_filled": "0xf8c0", + "ic_fluent_weekend_24_filled": "0xf8c1", + "ic_fluent_whiteboard_20_filled": "0xf8c2", + "ic_fluent_whiteboard_24_filled": "0xf8c3", + "ic_fluent_wifi_1_20_filled": "0xf8c4", + "ic_fluent_wifi_1_24_filled": "0xf8c5", + "ic_fluent_wifi_2_20_filled": "0xf8c6", + "ic_fluent_wifi_2_24_filled": "0xf8c7", + "ic_fluent_wifi_3_20_filled": "0xf8c8", + "ic_fluent_wifi_3_24_filled": "0xf8c9", + "ic_fluent_wifi_4_20_filled": "0xf8ca", + "ic_fluent_wifi_4_24_filled": "0xf8cb", + "ic_fluent_wifi_protected_24_filled": "0xf8cc", + "ic_fluent_window_20_filled": "0xf8cd", + "ic_fluent_window_ad_20_filled": "0xf8ce", + "ic_fluent_window_dev_tools_16_filled": "0xf8cf", + "ic_fluent_window_dev_tools_20_filled": "0xf8d0", + "ic_fluent_window_dev_tools_24_filled": "0xf8d1", + "ic_fluent_window_inprivate_20_filled": "0xf8d2", + "ic_fluent_window_inprivate_account_20_filled": "0xf8d3", + "ic_fluent_window_multiple_20_filled": "0xf8d4", + "ic_fluent_window_new_20_filled": "0xf8d5", + "ic_fluent_window_shield_16_filled": "0xf8d6", + "ic_fluent_window_shield_20_filled": "0xf8d7", + "ic_fluent_window_shield_24_filled": "0xf8d8", + "ic_fluent_wrench_24_filled": "0xf8d9", + "ic_fluent_xbox_console_20_filled": "0xf8da", + "ic_fluent_xbox_console_24_filled": "0xf8db", + "ic_fluent_zoom_in_20_filled": "0xf8dc", + "ic_fluent_zoom_in_24_filled": "0xf8dd", + "ic_fluent_zoom_out_20_filled": "0xf8de", + "ic_fluent_zoom_out_24_filled": "0xf8df", + "ic_fluent_mail_outbox_20_filled": "0xf8e0", + "ic_fluent_calendar_checkmark_24_filled": "0xf8e1" +} \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf new file mode 100644 index 0000000000..8147dd1c89 Binary files /dev/null and b/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/fonts/FluentSystemIcons-Regular.json b/fonts/FluentSystemIcons-Regular.json new file mode 100644 index 0000000000..b5db4deca6 --- /dev/null +++ b/fonts/FluentSystemIcons-Regular.json @@ -0,0 +1,1995 @@ +{ + "ic_fluent_access_time_24_regular": "0xf101", + "ic_fluent_accessibility_16_regular": "0xf102", + "ic_fluent_accessibility_20_regular": "0xf103", + "ic_fluent_accessibility_24_regular": "0xf104", + "ic_fluent_accessibility_28_regular": "0xf105", + "ic_fluent_activity_24_regular": "0xf106", + "ic_fluent_add_12_regular": "0xf107", + "ic_fluent_add_16_regular": "0xf108", + "ic_fluent_add_20_regular": "0xf109", + "ic_fluent_add_24_regular": "0xf10a", + "ic_fluent_add_28_regular": "0xf10b", + "ic_fluent_add_circle_20_regular": "0xf10c", + "ic_fluent_add_circle_24_regular": "0xf10d", + "ic_fluent_add_circle_28_regular": "0xf10e", + "ic_fluent_airplane_20_regular": "0xf10f", + "ic_fluent_airplane_24_regular": "0xf110", + "ic_fluent_airplane_take_off_16_regular": "0xf111", + "ic_fluent_airplane_take_off_20_regular": "0xf112", + "ic_fluent_airplane_take_off_24_regular": "0xf113", + "ic_fluent_alert_20_regular": "0xf114", + "ic_fluent_alert_24_regular": "0xf115", + "ic_fluent_alert_28_regular": "0xf116", + "ic_fluent_alert_off_16_regular": "0xf117", + "ic_fluent_alert_off_20_regular": "0xf118", + "ic_fluent_alert_off_24_regular": "0xf119", + "ic_fluent_alert_off_28_regular": "0xf11a", + "ic_fluent_alert_on_24_regular": "0xf11b", + "ic_fluent_alert_snooze_20_regular": "0xf11c", + "ic_fluent_alert_snooze_24_regular": "0xf11d", + "ic_fluent_alert_urgent_20_regular": "0xf11e", + "ic_fluent_alert_urgent_24_regular": "0xf11f", + "ic_fluent_animal_dog_20_regular": "0xf120", + "ic_fluent_animal_dog_24_regular": "0xf121", + "ic_fluent_app_folder_20_regular": "0xf122", + "ic_fluent_app_folder_24_regular": "0xf123", + "ic_fluent_app_generic_24_regular": "0xf124", + "ic_fluent_app_recent_24_regular": "0xf125", + "ic_fluent_app_span_16_regular": "0xf126", + "ic_fluent_app_span_20_regular": "0xf127", + "ic_fluent_app_span_24_regular": "0xf128", + "ic_fluent_app_span_28_regular": "0xf129", + "ic_fluent_app_store_24_regular": "0xf12a", + "ic_fluent_app_title_24_regular": "0xf12b", + "ic_fluent_app_unspan_16_regular": "0xf12c", + "ic_fluent_app_unspan_20_regular": "0xf12d", + "ic_fluent_app_unspan_24_regular": "0xf12e", + "ic_fluent_app_unspan_28_regular": "0xf12f", + "ic_fluent_approvals_app_24_regular": "0xf130", + "ic_fluent_approvals_app_28_regular": "0xf131", + "ic_fluent_apps_16_regular": "0xf132", + "ic_fluent_apps_20_regular": "0xf133", + "ic_fluent_apps_24_regular": "0xf134", + "ic_fluent_apps_28_regular": "0xf135", + "ic_fluent_apps_add_in_20_regular": "0xf136", + "ic_fluent_apps_add_in_24_regular": "0xf137", + "ic_fluent_apps_list_24_regular": "0xf138", + "ic_fluent_archive_20_regular": "0xf139", + "ic_fluent_archive_24_regular": "0xf13a", + "ic_fluent_archive_28_regular": "0xf13b", + "ic_fluent_archive_48_regular": "0xf13c", + "ic_fluent_arrow_clockwise_20_regular": "0xf13d", + "ic_fluent_arrow_clockwise_24_regular": "0xf13e", + "ic_fluent_arrow_counterclockwise_20_regular": "0xf13f", + "ic_fluent_arrow_counterclockwise_24_regular": "0xf140", + "ic_fluent_arrow_curve_down_left_20_regular": "0xf141", + "ic_fluent_arrow_curve_down_right_20_regular": "0xf142", + "ic_fluent_arrow_curve_right_20_regular": "0xf143", + "ic_fluent_arrow_curve_right_24_regular": "0xf144", + "ic_fluent_arrow_curve_up_left_20_regular": "0xf145", + "ic_fluent_arrow_curve_up_right_20_regular": "0xf146", + "ic_fluent_arrow_down_16_regular": "0xf147", + "ic_fluent_arrow_down_20_regular": "0xf148", + "ic_fluent_arrow_down_24_regular": "0xf149", + "ic_fluent_arrow_down_28_regular": "0xf14a", + "ic_fluent_arrow_down_left_24_regular": "0xf14b", + "ic_fluent_arrow_down_right_circle_16_regular": "0xf14c", + "ic_fluent_arrow_down_right_circle_24_regular": "0xf14d", + "ic_fluent_arrow_down_square_24_regular": "0xf14e", + "ic_fluent_arrow_download_16_regular": "0xf14f", + "ic_fluent_arrow_download_20_regular": "0xf150", + "ic_fluent_arrow_download_24_regular": "0xf151", + "ic_fluent_arrow_download_48_regular": "0xf152", + "ic_fluent_arrow_enter_24_regular": "0xf153", + "ic_fluent_arrow_expand_24_regular": "0xf154", + "ic_fluent_arrow_export_20_regular": "0xf155", + "ic_fluent_arrow_forward_16_regular": "0xf156", + "ic_fluent_arrow_forward_20_regular": "0xf157", + "ic_fluent_arrow_forward_24_regular": "0xf158", + "ic_fluent_arrow_import_20_regular": "0xf159", + "ic_fluent_arrow_import_24_regular": "0xf15a", + "ic_fluent_arrow_left_20_regular": "0xf15b", + "ic_fluent_arrow_left_24_regular": "0xf15c", + "ic_fluent_arrow_left_28_regular": "0xf15d", + "ic_fluent_arrow_maximize_16_regular": "0xf15e", + "ic_fluent_arrow_maximize_20_regular": "0xf15f", + "ic_fluent_arrow_maximize_24_regular": "0xf160", + "ic_fluent_arrow_maximize_28_regular": "0xf161", + "ic_fluent_arrow_maximize_vertical_20_regular": "0xf162", + "ic_fluent_arrow_maximize_vertical_24_regular": "0xf163", + "ic_fluent_arrow_minimize_16_regular": "0xf164", + "ic_fluent_arrow_minimize_20_regular": "0xf165", + "ic_fluent_arrow_minimize_24_regular": "0xf166", + "ic_fluent_arrow_minimize_28_regular": "0xf167", + "ic_fluent_arrow_minimize_vertical_24_regular": "0xf168", + "ic_fluent_arrow_move_24_regular": "0xf169", + "ic_fluent_arrow_next_20_regular": "0xf16a", + "ic_fluent_arrow_next_24_regular": "0xf16b", + "ic_fluent_arrow_previous_20_regular": "0xf16c", + "ic_fluent_arrow_previous_24_regular": "0xf16d", + "ic_fluent_arrow_redo_20_regular": "0xf16e", + "ic_fluent_arrow_redo_24_regular": "0xf16f", + "ic_fluent_arrow_repeat_all_16_regular": "0xf170", + "ic_fluent_arrow_repeat_all_20_regular": "0xf171", + "ic_fluent_arrow_repeat_all_24_regular": "0xf172", + "ic_fluent_arrow_repeat_all_off_16_regular": "0xf173", + "ic_fluent_arrow_repeat_all_off_20_regular": "0xf174", + "ic_fluent_arrow_repeat_all_off_24_regular": "0xf175", + "ic_fluent_arrow_reply_16_regular": "0xf176", + "ic_fluent_arrow_reply_20_regular": "0xf177", + "ic_fluent_arrow_reply_24_regular": "0xf178", + "ic_fluent_arrow_reply_48_regular": "0xf179", + "ic_fluent_arrow_reply_all_16_regular": "0xf17a", + "ic_fluent_arrow_reply_all_20_regular": "0xf17b", + "ic_fluent_arrow_reply_all_24_regular": "0xf17c", + "ic_fluent_arrow_reply_all_48_regular": "0xf17d", + "ic_fluent_arrow_reply_down_16_regular": "0xf17e", + "ic_fluent_arrow_reply_down_20_regular": "0xf17f", + "ic_fluent_arrow_reply_down_24_regular": "0xf180", + "ic_fluent_arrow_right_20_regular": "0xf181", + "ic_fluent_arrow_right_24_regular": "0xf182", + "ic_fluent_arrow_right_28_regular": "0xf183", + "ic_fluent_arrow_right_circle_24_regular": "0xf184", + "ic_fluent_arrow_rotate_clockwise_20_regular": "0xf185", + "ic_fluent_arrow_rotate_clockwise_24_regular": "0xf186", + "ic_fluent_arrow_rotate_counterclockwise_20_regular": "0xf187", + "ic_fluent_arrow_rotate_counterclockwise_24_regular": "0xf188", + "ic_fluent_arrow_rotate_icon_24_regular": "0xf189", + "ic_fluent_arrow_sort_20_regular": "0xf18a", + "ic_fluent_arrow_sort_24_regular": "0xf18b", + "ic_fluent_arrow_sort_28_regular": "0xf18c", + "ic_fluent_arrow_swap_20_regular": "0xf18d", + "ic_fluent_arrow_swap_24_regular": "0xf18e", + "ic_fluent_arrow_sync_12_regular": "0xf18f", + "ic_fluent_arrow_sync_20_regular": "0xf190", + "ic_fluent_arrow_sync_24_regular": "0xf191", + "ic_fluent_arrow_sync_circle_16_regular": "0xf192", + "ic_fluent_arrow_sync_circle_20_regular": "0xf193", + "ic_fluent_arrow_sync_circle_24_regular": "0xf194", + "ic_fluent_arrow_sync_off_12_regular": "0xf195", + "ic_fluent_arrow_trending_16_regular": "0xf196", + "ic_fluent_arrow_trending_20_regular": "0xf197", + "ic_fluent_arrow_trending_24_regular": "0xf198", + "ic_fluent_arrow_undo_20_regular": "0xf199", + "ic_fluent_arrow_undo_24_regular": "0xf19a", + "ic_fluent_arrow_up_20_regular": "0xf19b", + "ic_fluent_arrow_up_24_regular": "0xf19c", + "ic_fluent_arrow_up_28_regular": "0xf19d", + "ic_fluent_arrow_up_circle_16_regular": "0xf19e", + "ic_fluent_arrow_up_circle_20_regular": "0xf19f", + "ic_fluent_arrow_up_circle_24_regular": "0xf1a0", + "ic_fluent_arrow_up_left_24_regular": "0xf1a1", + "ic_fluent_arrow_up_left_circle_24_regular": "0xf1a2", + "ic_fluent_arrow_up_right_24_regular": "0xf1a3", + "ic_fluent_arrow_upload_20_regular": "0xf1a4", + "ic_fluent_arrow_upload_24_regular": "0xf1a5", + "ic_fluent_arrows_bidirectional_24_regular": "0xf1a6", + "ic_fluent_assignments_24_regular": "0xf1a7", + "ic_fluent_attach_16_regular": "0xf1a8", + "ic_fluent_attach_20_regular": "0xf1a9", + "ic_fluent_attach_24_regular": "0xf1aa", + "ic_fluent_attach_forward_20_regular": "0xf1ab", + "ic_fluent_attach_forward_24_regular": "0xf1ac", + "ic_fluent_attach_with_text_24_regular": "0xf1ad", + "ic_fluent_autocorrect_24_regular": "0xf1ae", + "ic_fluent_autosum_20_regular": "0xf1af", + "ic_fluent_autosum_24_regular": "0xf1b0", + "ic_fluent_backspace_20_regular": "0xf1b1", + "ic_fluent_backspace_24_regular": "0xf1b2", + "ic_fluent_backward_20_regular": "0xf1b3", + "ic_fluent_backward_24_regular": "0xf1b4", + "ic_fluent_badge_24_regular": "0xf1b5", + "ic_fluent_balloon_20_regular": "0xf1b6", + "ic_fluent_balloon_24_regular": "0xf1b7", + "ic_fluent_bank_16_regular": "0xf1b8", + "ic_fluent_bank_20_regular": "0xf1b9", + "ic_fluent_bank_24_regular": "0xf1ba", + "ic_fluent_battery_0_20_regular": "0xf1bb", + "ic_fluent_battery_0_24_regular": "0xf1bc", + "ic_fluent_battery_1_20_regular": "0xf1bd", + "ic_fluent_battery_1_24_regular": "0xf1be", + "ic_fluent_battery_2_20_regular": "0xf1bf", + "ic_fluent_battery_2_24_regular": "0xf1c0", + "ic_fluent_battery_3_20_regular": "0xf1c1", + "ic_fluent_battery_3_24_regular": "0xf1c2", + "ic_fluent_battery_4_20_regular": "0xf1c3", + "ic_fluent_battery_4_24_regular": "0xf1c4", + "ic_fluent_battery_5_20_regular": "0xf1c5", + "ic_fluent_battery_5_24_regular": "0xf1c6", + "ic_fluent_battery_6_20_regular": "0xf1c7", + "ic_fluent_battery_6_24_regular": "0xf1c8", + "ic_fluent_battery_7_20_regular": "0xf1c9", + "ic_fluent_battery_7_24_regular": "0xf1ca", + "ic_fluent_battery_8_20_regular": "0xf1cb", + "ic_fluent_battery_8_24_regular": "0xf1cc", + "ic_fluent_battery_9_20_regular": "0xf1cd", + "ic_fluent_battery_9_24_regular": "0xf1ce", + "ic_fluent_battery_charge_20_regular": "0xf1cf", + "ic_fluent_battery_charge_24_regular": "0xf1d0", + "ic_fluent_battery_full_20_regular": "0xf1d1", + "ic_fluent_battery_full_24_regular": "0xf1d2", + "ic_fluent_battery_saver_20_regular": "0xf1d3", + "ic_fluent_battery_saver_24_regular": "0xf1d4", + "ic_fluent_battery_warning_24_regular": "0xf1d5", + "ic_fluent_beaker_16_regular": "0xf1d6", + "ic_fluent_beaker_20_regular": "0xf1d7", + "ic_fluent_beaker_24_regular": "0xf1d8", + "ic_fluent_bed_20_regular": "0xf1d9", + "ic_fluent_bed_24_regular": "0xf1da", + "ic_fluent_block_16_regular": "0xf1db", + "ic_fluent_block_20_regular": "0xf1dc", + "ic_fluent_block_24_regular": "0xf1dd", + "ic_fluent_bluetooth_20_regular": "0xf1de", + "ic_fluent_bluetooth_24_regular": "0xf1df", + "ic_fluent_bluetooth_connected_24_regular": "0xf1e0", + "ic_fluent_bluetooth_disabled_24_regular": "0xf1e1", + "ic_fluent_bluetooth_searching_24_regular": "0xf1e2", + "ic_fluent_board_24_regular": "0xf1e3", + "ic_fluent_book_formula_compatibility_24_regular": "0xf1e4", + "ic_fluent_book_formula_database_24_regular": "0xf1e5", + "ic_fluent_book_formula_date_24_regular": "0xf1e6", + "ic_fluent_book_formula_engineering_24_regular": "0xf1e7", + "ic_fluent_book_formula_financial_24_regular": "0xf1e8", + "ic_fluent_book_formula_information_24_regular": "0xf1e9", + "ic_fluent_book_formula_logical_24_regular": "0xf1ea", + "ic_fluent_book_formula_lookup_24_regular": "0xf1eb", + "ic_fluent_book_formula_math_24_regular": "0xf1ec", + "ic_fluent_book_formula_recent_24_regular": "0xf1ed", + "ic_fluent_book_formula_statistics_24_regular": "0xf1ee", + "ic_fluent_book_formula_text_24_regular": "0xf1ef", + "ic_fluent_book_globe_24_regular": "0xf1f0", + "ic_fluent_book_number_16_regular": "0xf1f1", + "ic_fluent_book_number_20_regular": "0xf1f2", + "ic_fluent_book_number_24_regular": "0xf1f3", + "ic_fluent_bookmark_16_regular": "0xf1f4", + "ic_fluent_bookmark_20_regular": "0xf1f5", + "ic_fluent_bookmark_24_regular": "0xf1f6", + "ic_fluent_bookmark_28_regular": "0xf1f7", + "ic_fluent_bookmark_off_24_regular": "0xf1f8", + "ic_fluent_bot_24_regular": "0xf1f9", + "ic_fluent_bot_add_24_regular": "0xf1fa", + "ic_fluent_branch_24_regular": "0xf1fb", + "ic_fluent_briefcase_20_regular": "0xf1fc", + "ic_fluent_briefcase_24_regular": "0xf1fd", + "ic_fluent_bring_to_front_20_regular": "0xf1fe", + "ic_fluent_bring_to_front_24_regular": "0xf1ff", + "ic_fluent_broad_activity_feed_24_regular": "0xf200", + "ic_fluent_broom_20_regular": "0xf201", + "ic_fluent_broom_24_regular": "0xf202", + "ic_fluent_bug_report_24_regular": "0xf203", + "ic_fluent_building_1_24_regular": "0xf204", + "ic_fluent_building_24_regular": "0xf205", + "ic_fluent_building_2_16_regular": "0xf206", + "ic_fluent_building_2_20_regular": "0xf207", + "ic_fluent_building_2_24_regular": "0xf208", + "ic_fluent_building_retail_24_regular": "0xf209", + "ic_fluent_calculator_20_regular": "0xf20a", + "ic_fluent_calendar_20_regular": "0xf20b", + "ic_fluent_calendar_24_regular": "0xf20c", + "ic_fluent_calendar_28_regular": "0xf20d", + "ic_fluent_calendar_3_day_20_regular": "0xf20e", + "ic_fluent_calendar_3_day_24_regular": "0xf20f", + "ic_fluent_calendar_3_day_28_regular": "0xf210", + "ic_fluent_calendar_add_20_regular": "0xf211", + "ic_fluent_calendar_add_24_regular": "0xf212", + "ic_fluent_calendar_agenda_20_regular": "0xf213", + "ic_fluent_calendar_agenda_24_regular": "0xf214", + "ic_fluent_calendar_agenda_28_regular": "0xf215", + "ic_fluent_calendar_arrow_right_20_regular": "0xf216", + "ic_fluent_calendar_assistant_20_regular": "0xf217", + "ic_fluent_calendar_assistant_24_regular": "0xf218", + "ic_fluent_calendar_cancel_20_regular": "0xf219", + "ic_fluent_calendar_cancel_24_regular": "0xf21a", + "ic_fluent_calendar_checkmark_16_regular": "0xf21b", + "ic_fluent_calendar_checkmark_20_regular": "0xf21c", + "ic_fluent_calendar_clock_20_regular": "0xf21d", + "ic_fluent_calendar_clock_24_regular": "0xf21e", + "ic_fluent_calendar_date_20_regular": "0xf21f", + "ic_fluent_calendar_date_24_regular": "0xf220", + "ic_fluent_calendar_date_28_regular": "0xf221", + "ic_fluent_calendar_day_20_regular": "0xf222", + "ic_fluent_calendar_day_24_regular": "0xf223", + "ic_fluent_calendar_day_28_regular": "0xf224", + "ic_fluent_calendar_empty_16_regular": "0xf225", + "ic_fluent_calendar_empty_20_regular": "0xf226", + "ic_fluent_calendar_empty_24_regular": "0xf227", + "ic_fluent_calendar_empty_28_regular": "0xf228", + "ic_fluent_calendar_later_24_regular": "0xf229", + "ic_fluent_calendar_month_20_regular": "0xf22a", + "ic_fluent_calendar_month_24_regular": "0xf22b", + "ic_fluent_calendar_month_28_regular": "0xf22c", + "ic_fluent_calendar_multiple_20_regular": "0xf22d", + "ic_fluent_calendar_multiple_24_regular": "0xf22e", + "ic_fluent_calendar_overdue_24_regular": "0xf22f", + "ic_fluent_calendar_person_20_regular": "0xf230", + "ic_fluent_calendar_reply_16_regular": "0xf231", + "ic_fluent_calendar_reply_20_regular": "0xf232", + "ic_fluent_calendar_reply_24_regular": "0xf233", + "ic_fluent_calendar_reply_28_regular": "0xf234", + "ic_fluent_calendar_settings_20_regular": "0xf235", + "ic_fluent_calendar_star_20_regular": "0xf236", + "ic_fluent_calendar_star_24_regular": "0xf237", + "ic_fluent_calendar_sync_16_regular": "0xf238", + "ic_fluent_calendar_sync_20_regular": "0xf239", + "ic_fluent_calendar_sync_24_regular": "0xf23a", + "ic_fluent_calendar_today_16_regular": "0xf23b", + "ic_fluent_calendar_today_20_regular": "0xf23c", + "ic_fluent_calendar_today_24_regular": "0xf23d", + "ic_fluent_calendar_today_28_regular": "0xf23e", + "ic_fluent_calendar_week_numbers_24_regular": "0xf23f", + "ic_fluent_calendar_week_start_20_regular": "0xf240", + "ic_fluent_calendar_week_start_24_regular": "0xf241", + "ic_fluent_calendar_week_start_28_regular": "0xf242", + "ic_fluent_calendar_work_week_16_regular": "0xf243", + "ic_fluent_calendar_work_week_20_regular": "0xf244", + "ic_fluent_calendar_work_week_24_regular": "0xf245", + "ic_fluent_call_add_24_regular": "0xf246", + "ic_fluent_call_end_20_regular": "0xf247", + "ic_fluent_call_end_24_regular": "0xf248", + "ic_fluent_call_end_28_regular": "0xf249", + "ic_fluent_call_forward_24_regular": "0xf24a", + "ic_fluent_call_inbound_16_regular": "0xf24b", + "ic_fluent_call_inbound_24_regular": "0xf24c", + "ic_fluent_call_missed_16_regular": "0xf24d", + "ic_fluent_call_missed_24_regular": "0xf24e", + "ic_fluent_call_outbound_16_regular": "0xf24f", + "ic_fluent_call_outbound_24_regular": "0xf250", + "ic_fluent_call_park_24_regular": "0xf251", + "ic_fluent_calligraphy_pen_20_regular": "0xf252", + "ic_fluent_calligraphy_pen_24_regular": "0xf253", + "ic_fluent_camera_20_regular": "0xf254", + "ic_fluent_camera_24_regular": "0xf255", + "ic_fluent_camera_28_regular": "0xf256", + "ic_fluent_camera_add_20_regular": "0xf257", + "ic_fluent_camera_add_24_regular": "0xf258", + "ic_fluent_camera_add_48_regular": "0xf259", + "ic_fluent_camera_switch_24_regular": "0xf25a", + "ic_fluent_caret_12_regular": "0xf25b", + "ic_fluent_caret_16_regular": "0xf25c", + "ic_fluent_caret_20_regular": "0xf25d", + "ic_fluent_caret_24_regular": "0xf25e", + "ic_fluent_caret_down_12_regular": "0xf25f", + "ic_fluent_caret_down_16_regular": "0xf260", + "ic_fluent_caret_down_20_regular": "0xf261", + "ic_fluent_caret_down_24_regular": "0xf262", + "ic_fluent_caret_left_12_regular": "0xf263", + "ic_fluent_caret_left_16_regular": "0xf264", + "ic_fluent_caret_left_20_regular": "0xf265", + "ic_fluent_caret_left_24_regular": "0xf266", + "ic_fluent_caret_right_12_regular": "0xf267", + "ic_fluent_caret_right_16_regular": "0xf268", + "ic_fluent_caret_right_20_regular": "0xf269", + "ic_fluent_caret_right_24_regular": "0xf26a", + "ic_fluent_cart_24_regular": "0xf26b", + "ic_fluent_cast_20_regular": "0xf26c", + "ic_fluent_cast_24_regular": "0xf26d", + "ic_fluent_cast_28_regular": "0xf26e", + "ic_fluent_cellular_3g_24_regular": "0xf26f", + "ic_fluent_cellular_4g_24_regular": "0xf270", + "ic_fluent_cellular_data_1_20_regular": "0xf271", + "ic_fluent_cellular_data_1_24_regular": "0xf272", + "ic_fluent_cellular_data_2_20_regular": "0xf273", + "ic_fluent_cellular_data_2_24_regular": "0xf274", + "ic_fluent_cellular_data_3_20_regular": "0xf275", + "ic_fluent_cellular_data_3_24_regular": "0xf276", + "ic_fluent_cellular_data_4_20_regular": "0xf277", + "ic_fluent_cellular_data_4_24_regular": "0xf278", + "ic_fluent_cellular_data_5_20_regular": "0xf279", + "ic_fluent_cellular_data_5_24_regular": "0xf27a", + "ic_fluent_cellular_data_off_24_regular": "0xf27b", + "ic_fluent_cellular_off_24_regular": "0xf27c", + "ic_fluent_cellular_unavailable_24_regular": "0xf27d", + "ic_fluent_certificate_20_regular": "0xf27e", + "ic_fluent_certificate_24_regular": "0xf27f", + "ic_fluent_channel_16_regular": "0xf280", + "ic_fluent_channel_20_regular": "0xf281", + "ic_fluent_channel_24_regular": "0xf282", + "ic_fluent_channel_follow_24_regular": "0xf283", + "ic_fluent_channel_notifications_24_regular": "0xf284", + "ic_fluent_channel_unfollow_24_regular": "0xf285", + "ic_fluent_chat_20_regular": "0xf286", + "ic_fluent_chat_24_regular": "0xf287", + "ic_fluent_chat_28_regular": "0xf288", + "ic_fluent_chat_bubbles_question_24_regular": "0xf289", + "ic_fluent_chat_help_24_regular": "0xf28a", + "ic_fluent_chat_off_24_regular": "0xf28b", + "ic_fluent_chat_warning_24_regular": "0xf28c", + "ic_fluent_checkbox_checked_20_regular": "0xf28d", + "ic_fluent_checkbox_checked_24_regular": "0xf28e", + "ic_fluent_checkbox_unchecked_12_regular": "0xf28f", + "ic_fluent_checkbox_unchecked_16_regular": "0xf290", + "ic_fluent_checkbox_unchecked_20_regular": "0xf291", + "ic_fluent_checkbox_unchecked_24_regular": "0xf292", + "ic_fluent_checkmark_12_regular": "0xf293", + "ic_fluent_checkmark_20_regular": "0xf294", + "ic_fluent_checkmark_24_regular": "0xf295", + "ic_fluent_checkmark_28_regular": "0xf296", + "ic_fluent_checkmark_circle_16_regular": "0xf297", + "ic_fluent_checkmark_circle_20_regular": "0xf298", + "ic_fluent_checkmark_circle_24_regular": "0xf299", + "ic_fluent_checkmark_circle_48_regular": "0xf29a", + "ic_fluent_checkmark_lock_16_regular": "0xf29b", + "ic_fluent_checkmark_lock_20_regular": "0xf29c", + "ic_fluent_checkmark_lock_24_regular": "0xf29d", + "ic_fluent_checkmark_square_24_regular": "0xf29e", + "ic_fluent_checkmark_underline_circle_16_regular": "0xf29f", + "ic_fluent_checkmark_underline_circle_20_regular": "0xf2a0", + "ic_fluent_chevron_down_12_regular": "0xf2a1", + "ic_fluent_chevron_down_16_regular": "0xf2a2", + "ic_fluent_chevron_down_20_regular": "0xf2a3", + "ic_fluent_chevron_down_24_regular": "0xf2a4", + "ic_fluent_chevron_down_28_regular": "0xf2a5", + "ic_fluent_chevron_down_48_regular": "0xf2a6", + "ic_fluent_chevron_down_circle_24_regular": "0xf2a7", + "ic_fluent_chevron_left_12_regular": "0xf2a8", + "ic_fluent_chevron_left_16_regular": "0xf2a9", + "ic_fluent_chevron_left_20_regular": "0xf2aa", + "ic_fluent_chevron_left_24_regular": "0xf2ab", + "ic_fluent_chevron_left_28_regular": "0xf2ac", + "ic_fluent_chevron_left_48_regular": "0xf2ad", + "ic_fluent_chevron_right_12_regular": "0xf2ae", + "ic_fluent_chevron_right_16_regular": "0xf2af", + "ic_fluent_chevron_right_20_regular": "0xf2b0", + "ic_fluent_chevron_right_24_regular": "0xf2b1", + "ic_fluent_chevron_right_28_regular": "0xf2b2", + "ic_fluent_chevron_right_48_regular": "0xf2b3", + "ic_fluent_chevron_up_12_regular": "0xf2b4", + "ic_fluent_chevron_up_16_regular": "0xf2b5", + "ic_fluent_chevron_up_20_regular": "0xf2b6", + "ic_fluent_chevron_up_24_regular": "0xf2b7", + "ic_fluent_chevron_up_28_regular": "0xf2b8", + "ic_fluent_chevron_up_48_regular": "0xf2b9", + "ic_fluent_circle_16_regular": "0xf2ba", + "ic_fluent_circle_20_regular": "0xf2bb", + "ic_fluent_circle_24_regular": "0xf2bc", + "ic_fluent_circle_half_fill_20_regular": "0xf2bd", + "ic_fluent_circle_half_fill_24_regular": "0xf2be", + "ic_fluent_circle_line_24_regular": "0xf2bf", + "ic_fluent_circle_small_24_regular": "0xf2c0", + "ic_fluent_city_16_regular": "0xf2c1", + "ic_fluent_city_20_regular": "0xf2c2", + "ic_fluent_city_24_regular": "0xf2c3", + "ic_fluent_class_24_regular": "0xf2c4", + "ic_fluent_classification_16_regular": "0xf2c5", + "ic_fluent_classification_20_regular": "0xf2c6", + "ic_fluent_classification_24_regular": "0xf2c7", + "ic_fluent_clear_formatting_24_regular": "0xf2c8", + "ic_fluent_clipboard_20_regular": "0xf2c9", + "ic_fluent_clipboard_24_regular": "0xf2ca", + "ic_fluent_clipboard_code_16_regular": "0xf2cb", + "ic_fluent_clipboard_code_20_regular": "0xf2cc", + "ic_fluent_clipboard_code_24_regular": "0xf2cd", + "ic_fluent_clipboard_letter_16_regular": "0xf2ce", + "ic_fluent_clipboard_letter_20_regular": "0xf2cf", + "ic_fluent_clipboard_letter_24_regular": "0xf2d0", + "ic_fluent_clipboard_link_16_regular": "0xf2d1", + "ic_fluent_clipboard_link_20_regular": "0xf2d2", + "ic_fluent_clipboard_link_24_regular": "0xf2d3", + "ic_fluent_clipboard_more_24_regular": "0xf2d4", + "ic_fluent_clipboard_paste_20_regular": "0xf2d5", + "ic_fluent_clipboard_paste_24_regular": "0xf2d6", + "ic_fluent_clipboard_search_20_regular": "0xf2d7", + "ic_fluent_clipboard_search_24_regular": "0xf2d8", + "ic_fluent_clipboard_text_20_regular": "0xf2d9", + "ic_fluent_clipboard_text_24_regular": "0xf2da", + "ic_fluent_clock_12_regular": "0xf2db", + "ic_fluent_clock_16_regular": "0xf2dc", + "ic_fluent_clock_20_regular": "0xf2dd", + "ic_fluent_clock_24_regular": "0xf2de", + "ic_fluent_clock_28_regular": "0xf2df", + "ic_fluent_clock_48_regular": "0xf2e0", + "ic_fluent_clock_alarm_20_regular": "0xf2e1", + "ic_fluent_clock_alarm_24_regular": "0xf2e2", + "ic_fluent_closed_caption_24_regular": "0xf2e3", + "ic_fluent_cloud_20_regular": "0xf2e4", + "ic_fluent_cloud_24_regular": "0xf2e5", + "ic_fluent_cloud_48_regular": "0xf2e6", + "ic_fluent_cloud_backup_24_regular": "0xf2e7", + "ic_fluent_cloud_backup_48_regular": "0xf2e8", + "ic_fluent_cloud_download_24_regular": "0xf2e9", + "ic_fluent_cloud_off_24_regular": "0xf2ea", + "ic_fluent_cloud_off_48_regular": "0xf2eb", + "ic_fluent_cloud_offline_24_regular": "0xf2ec", + "ic_fluent_cloud_sync_complete_24_regular": "0xf2ed", + "ic_fluent_cloud_sync_complete_48_regular": "0xf2ee", + "ic_fluent_code_20_regular": "0xf2ef", + "ic_fluent_code_24_regular": "0xf2f0", + "ic_fluent_collections_20_regular": "0xf2f1", + "ic_fluent_collections_24_regular": "0xf2f2", + "ic_fluent_collections_add_20_regular": "0xf2f3", + "ic_fluent_collections_add_24_regular": "0xf2f4", + "ic_fluent_color_20_regular": "0xf2f5", + "ic_fluent_color_24_regular": "0xf2f6", + "ic_fluent_color_background_20_regular": "0xf2f7", + "ic_fluent_color_background_24_regular": "0xf2f8", + "ic_fluent_color_fill_20_regular": "0xf2f9", + "ic_fluent_color_fill_24_regular": "0xf2fa", + "ic_fluent_color_line_20_regular": "0xf2fb", + "ic_fluent_color_line_24_regular": "0xf2fc", + "ic_fluent_column_triple_24_regular": "0xf2fd", + "ic_fluent_comment_16_regular": "0xf2fe", + "ic_fluent_comment_20_regular": "0xf2ff", + "ic_fluent_comment_24_regular": "0xf300", + "ic_fluent_comment_add_24_regular": "0xf301", + "ic_fluent_comment_delete_24_regular": "0xf302", + "ic_fluent_comment_mention_16_regular": "0xf303", + "ic_fluent_comment_mention_20_regular": "0xf304", + "ic_fluent_comment_mention_24_regular": "0xf305", + "ic_fluent_comment_multiple_16_regular": "0xf306", + "ic_fluent_comment_multiple_20_regular": "0xf307", + "ic_fluent_comment_multiple_24_regular": "0xf308", + "ic_fluent_comment_next_24_regular": "0xf309", + "ic_fluent_comment_previous_24_regular": "0xf30a", + "ic_fluent_comment_resolve_24_regular": "0xf30b", + "ic_fluent_communication_16_regular": "0xf30c", + "ic_fluent_communication_20_regular": "0xf30d", + "ic_fluent_communication_24_regular": "0xf30e", + "ic_fluent_compass_northwest_16_regular": "0xf30f", + "ic_fluent_compass_northwest_20_regular": "0xf310", + "ic_fluent_compass_northwest_24_regular": "0xf311", + "ic_fluent_compass_northwest_28_regular": "0xf312", + "ic_fluent_compose_16_regular": "0xf313", + "ic_fluent_compose_20_regular": "0xf314", + "ic_fluent_compose_24_regular": "0xf315", + "ic_fluent_compose_28_regular": "0xf316", + "ic_fluent_conference_room_16_regular": "0xf317", + "ic_fluent_conference_room_20_regular": "0xf318", + "ic_fluent_conference_room_24_regular": "0xf319", + "ic_fluent_conference_room_28_regular": "0xf31a", + "ic_fluent_conference_room_48_regular": "0xf31b", + "ic_fluent_connector_16_regular": "0xf31c", + "ic_fluent_connector_20_regular": "0xf31d", + "ic_fluent_connector_24_regular": "0xf31e", + "ic_fluent_contact_card_20_regular": "0xf31f", + "ic_fluent_contact_card_24_regular": "0xf320", + "ic_fluent_contact_card_group_24_regular": "0xf321", + "ic_fluent_contacts_24_regular": "0xf322", + "ic_fluent_content_settings_16_regular": "0xf323", + "ic_fluent_content_settings_20_regular": "0xf324", + "ic_fluent_content_settings_24_regular": "0xf325", + "ic_fluent_convert_to_table_24_regular": "0xf326", + "ic_fluent_convert_to_text_24_regular": "0xf327", + "ic_fluent_cookies_20_regular": "0xf328", + "ic_fluent_cookies_24_regular": "0xf329", + "ic_fluent_copy_16_regular": "0xf32a", + "ic_fluent_copy_20_regular": "0xf32b", + "ic_fluent_copy_24_regular": "0xf32c", + "ic_fluent_copy_image_24_regular": "0xf32d", + "ic_fluent_copy_link_24_regular": "0xf32e", + "ic_fluent_copy_move_16_regular": "0xf32f", + "ic_fluent_copy_move_24_regular": "0xf330", + "ic_fluent_crop_24_regular": "0xf331", + "ic_fluent_crop_interim_24_regular": "0xf332", + "ic_fluent_crop_interim_off_24_regular": "0xf333", + "ic_fluent_cube_16_regular": "0xf334", + "ic_fluent_cube_20_regular": "0xf335", + "ic_fluent_cube_24_regular": "0xf336", + "ic_fluent_currency_16_regular": "0xf337", + "ic_fluent_currency_20_regular": "0xf338", + "ic_fluent_currency_24_regular": "0xf339", + "ic_fluent_cut_20_regular": "0xf33a", + "ic_fluent_cut_24_regular": "0xf33b", + "ic_fluent_dark_theme_24_regular": "0xf33c", + "ic_fluent_data_area_24_regular": "0xf33d", + "ic_fluent_data_bar_horizontal_24_regular": "0xf33e", + "ic_fluent_data_bar_vertical_20_regular": "0xf33f", + "ic_fluent_data_bar_vertical_24_regular": "0xf340", + "ic_fluent_data_funnel_24_regular": "0xf341", + "ic_fluent_data_histogram_24_regular": "0xf342", + "ic_fluent_data_line_24_regular": "0xf343", + "ic_fluent_data_pie_20_regular": "0xf344", + "ic_fluent_data_pie_24_regular": "0xf345", + "ic_fluent_data_scatter_24_regular": "0xf346", + "ic_fluent_data_sunburst_24_regular": "0xf347", + "ic_fluent_data_treemap_24_regular": "0xf348", + "ic_fluent_data_usage_24_regular": "0xf349", + "ic_fluent_data_waterfall_24_regular": "0xf34a", + "ic_fluent_data_whisker_24_regular": "0xf34b", + "ic_fluent_delete_20_regular": "0xf34c", + "ic_fluent_delete_24_regular": "0xf34d", + "ic_fluent_delete_28_regular": "0xf34e", + "ic_fluent_delete_48_regular": "0xf34f", + "ic_fluent_delete_forever_24_regular": "0xf350", + "ic_fluent_delete_forever_28_regular": "0xf351", + "ic_fluent_delete_off_20_regular": "0xf352", + "ic_fluent_delete_off_24_regular": "0xf353", + "ic_fluent_dentist_24_regular": "0xf354", + "ic_fluent_design_ideas_16_regular": "0xf355", + "ic_fluent_design_ideas_20_regular": "0xf356", + "ic_fluent_design_ideas_24_regular": "0xf357", + "ic_fluent_desktop_16_regular": "0xf358", + "ic_fluent_desktop_20_regular": "0xf359", + "ic_fluent_desktop_24_regular": "0xf35a", + "ic_fluent_desktop_28_regular": "0xf35b", + "ic_fluent_developer_board_24_regular": "0xf35c", + "ic_fluent_device_eq_24_regular": "0xf35d", + "ic_fluent_dialpad_20_regular": "0xf35e", + "ic_fluent_dialpad_24_regular": "0xf35f", + "ic_fluent_dialpad_off_24_regular": "0xf360", + "ic_fluent_dictionary_20_regular": "0xf361", + "ic_fluent_dictionary_24_regular": "0xf362", + "ic_fluent_dictionary_add_20_regular": "0xf363", + "ic_fluent_dictionary_add_24_regular": "0xf364", + "ic_fluent_directions_20_regular": "0xf365", + "ic_fluent_directions_24_regular": "0xf366", + "ic_fluent_dismiss_12_regular": "0xf367", + "ic_fluent_dismiss_16_regular": "0xf368", + "ic_fluent_dismiss_20_regular": "0xf369", + "ic_fluent_dismiss_24_regular": "0xf36a", + "ic_fluent_dismiss_28_regular": "0xf36b", + "ic_fluent_dismiss_circle_16_regular": "0xf36c", + "ic_fluent_dismiss_circle_20_regular": "0xf36d", + "ic_fluent_dismiss_circle_24_regular": "0xf36e", + "ic_fluent_dismiss_circle_48_regular": "0xf36f", + "ic_fluent_divider_short_24_regular": "0xf370", + "ic_fluent_divider_tall_24_regular": "0xf371", + "ic_fluent_dock_24_regular": "0xf372", + "ic_fluent_dock_left_16_regular": "0xf373", + "ic_fluent_dock_left_20_regular": "0xf374", + "ic_fluent_dock_left_24_regular": "0xf375", + "ic_fluent_dock_row_24_regular": "0xf376", + "ic_fluent_doctor_24_regular": "0xf377", + "ic_fluent_document_20_regular": "0xf378", + "ic_fluent_document_24_regular": "0xf379", + "ic_fluent_document_28_regular": "0xf37a", + "ic_fluent_document_autosave_24_regular": "0xf37b", + "ic_fluent_document_briefcase_20_regular": "0xf37c", + "ic_fluent_document_briefcase_24_regular": "0xf37d", + "ic_fluent_document_catch_up_24_regular": "0xf37e", + "ic_fluent_document_copy_16_regular": "0xf37f", + "ic_fluent_document_copy_20_regular": "0xf380", + "ic_fluent_document_copy_24_regular": "0xf381", + "ic_fluent_document_copy_48_regular": "0xf382", + "ic_fluent_document_dismiss_20_regular": "0xf383", + "ic_fluent_document_dismiss_24_regular": "0xf384", + "ic_fluent_document_edit_16_regular": "0xf385", + "ic_fluent_document_edit_20_regular": "0xf386", + "ic_fluent_document_edit_24_regular": "0xf387", + "ic_fluent_document_endnote_20_regular": "0xf388", + "ic_fluent_document_endnote_24_regular": "0xf389", + "ic_fluent_document_error_16_regular": "0xf38a", + "ic_fluent_document_error_20_regular": "0xf38b", + "ic_fluent_document_error_24_regular": "0xf38c", + "ic_fluent_document_footer_24_regular": "0xf38d", + "ic_fluent_document_footer_remove_24_regular": "0xf38e", + "ic_fluent_document_header_24_regular": "0xf38f", + "ic_fluent_document_header_footer_20_regular": "0xf390", + "ic_fluent_document_header_footer_24_regular": "0xf391", + "ic_fluent_document_header_remove_24_regular": "0xf392", + "ic_fluent_document_landscape_20_regular": "0xf393", + "ic_fluent_document_landscape_24_regular": "0xf394", + "ic_fluent_document_margins_20_regular": "0xf395", + "ic_fluent_document_margins_24_regular": "0xf396", + "ic_fluent_document_none_20_regular": "0xf397", + "ic_fluent_document_none_24_regular": "0xf398", + "ic_fluent_document_one_page_20_regular": "0xf399", + "ic_fluent_document_one_page_24_regular": "0xf39a", + "ic_fluent_document_page_24_regular": "0xf39b", + "ic_fluent_document_page_bottom_center_20_regular": "0xf39c", + "ic_fluent_document_page_bottom_center_24_regular": "0xf39d", + "ic_fluent_document_page_bottom_left_20_regular": "0xf39e", + "ic_fluent_document_page_bottom_left_24_regular": "0xf39f", + "ic_fluent_document_page_bottom_right_20_regular": "0xf3a0", + "ic_fluent_document_page_bottom_right_24_regular": "0xf3a1", + "ic_fluent_document_page_break_24_regular": "0xf3a2", + "ic_fluent_document_page_number_20_regular": "0xf3a3", + "ic_fluent_document_page_number_24_regular": "0xf3a4", + "ic_fluent_document_page_top_center_20_regular": "0xf3a5", + "ic_fluent_document_page_top_center_24_regular": "0xf3a6", + "ic_fluent_document_page_top_left_20_regular": "0xf3a7", + "ic_fluent_document_page_top_left_24_regular": "0xf3a8", + "ic_fluent_document_page_top_right_20_regular": "0xf3a9", + "ic_fluent_document_page_top_right_24_regular": "0xf3aa", + "ic_fluent_document_pdf_16_regular": "0xf3ab", + "ic_fluent_document_pdf_20_regular": "0xf3ac", + "ic_fluent_document_pdf_24_regular": "0xf3ad", + "ic_fluent_document_search_20_regular": "0xf3ae", + "ic_fluent_document_search_24_regular": "0xf3af", + "ic_fluent_document_toolbox_20_regular": "0xf3b0", + "ic_fluent_document_toolbox_24_regular": "0xf3b1", + "ic_fluent_document_top_center_20_regular": "0xf3b2", + "ic_fluent_document_top_left_20_regular": "0xf3b3", + "ic_fluent_document_top_right_20_regular": "0xf3b4", + "ic_fluent_document_unknown_16_regular": "0xf3b5", + "ic_fluent_document_unknown_20_regular": "0xf3b6", + "ic_fluent_document_unknown_24_regular": "0xf3b7", + "ic_fluent_document_width_20_regular": "0xf3b8", + "ic_fluent_document_width_24_regular": "0xf3b9", + "ic_fluent_double_swipe_down_24_regular": "0xf3ba", + "ic_fluent_double_swipe_up_24_regular": "0xf3bb", + "ic_fluent_double_tap_swipe_down_24_regular": "0xf3bc", + "ic_fluent_double_tap_swipe_up_24_regular": "0xf3bd", + "ic_fluent_drafts_16_regular": "0xf3be", + "ic_fluent_drafts_20_regular": "0xf3bf", + "ic_fluent_drafts_24_regular": "0xf3c0", + "ic_fluent_drag_24_regular": "0xf3c1", + "ic_fluent_drink_24_regular": "0xf3c2", + "ic_fluent_drink_beer_24_regular": "0xf3c3", + "ic_fluent_drink_coffee_20_regular": "0xf3c4", + "ic_fluent_drink_coffee_24_regular": "0xf3c5", + "ic_fluent_drink_margarita_24_regular": "0xf3c6", + "ic_fluent_drink_wine_24_regular": "0xf3c7", + "ic_fluent_dual_screen_24_regular": "0xf3c8", + "ic_fluent_dual_screen_add_24_regular": "0xf3c9", + "ic_fluent_dual_screen_arrow_right_24_regular": "0xf3ca", + "ic_fluent_dual_screen_clock_24_regular": "0xf3cb", + "ic_fluent_dual_screen_desktop_24_regular": "0xf3cc", + "ic_fluent_dual_screen_error_24_regular": "0xf3cd", + "ic_fluent_dual_screen_group_24_regular": "0xf3ce", + "ic_fluent_dual_screen_header_24_regular": "0xf3cf", + "ic_fluent_dual_screen_lock_24_regular": "0xf3d0", + "ic_fluent_dual_screen_mirror_24_regular": "0xf3d1", + "ic_fluent_dual_screen_pagination_24_regular": "0xf3d2", + "ic_fluent_dual_screen_settings_24_regular": "0xf3d3", + "ic_fluent_dual_screen_status_bar_24_regular": "0xf3d4", + "ic_fluent_dual_screen_tablet_24_regular": "0xf3d5", + "ic_fluent_dual_screen_update_24_regular": "0xf3d6", + "ic_fluent_dual_screen_vertical_scroll_24_regular": "0xf3d7", + "ic_fluent_dual_screen_vibrate_24_regular": "0xf3d8", + "ic_fluent_earth_16_regular": "0xf3d9", + "ic_fluent_earth_20_regular": "0xf3da", + "ic_fluent_earth_24_regular": "0xf3db", + "ic_fluent_edit_16_regular": "0xf3dc", + "ic_fluent_edit_20_regular": "0xf3dd", + "ic_fluent_edit_24_regular": "0xf3de", + "ic_fluent_emoji_16_regular": "0xf3df", + "ic_fluent_emoji_20_regular": "0xf3e0", + "ic_fluent_emoji_24_regular": "0xf3e1", + "ic_fluent_emoji_add_24_regular": "0xf3e2", + "ic_fluent_emoji_angry_20_regular": "0xf3e3", + "ic_fluent_emoji_angry_24_regular": "0xf3e4", + "ic_fluent_emoji_laugh_20_regular": "0xf3e5", + "ic_fluent_emoji_laugh_24_regular": "0xf3e6", + "ic_fluent_emoji_meh_20_regular": "0xf3e7", + "ic_fluent_emoji_meh_24_regular": "0xf3e8", + "ic_fluent_emoji_sad_20_regular": "0xf3e9", + "ic_fluent_emoji_sad_24_regular": "0xf3ea", + "ic_fluent_emoji_surprise_20_regular": "0xf3eb", + "ic_fluent_emoji_surprise_24_regular": "0xf3ec", + "ic_fluent_erase_20_regular": "0xf3ed", + "ic_fluent_erase_24_regular": "0xf3ee", + "ic_fluent_eraser_tool_24_regular": "0xf3ef", + "ic_fluent_error_circle_16_regular": "0xf3f0", + "ic_fluent_error_circle_20_regular": "0xf3f1", + "ic_fluent_error_circle_24_regular": "0xf3f2", + "ic_fluent_export_24_regular": "0xf3f3", + "ic_fluent_extended_dock_24_regular": "0xf3f4", + "ic_fluent_extension_20_regular": "0xf3f5", + "ic_fluent_extension_24_regular": "0xf3f6", + "ic_fluent_eye_hide_20_regular": "0xf3f7", + "ic_fluent_eye_hide_24_regular": "0xf3f8", + "ic_fluent_eye_show_12_regular": "0xf3f9", + "ic_fluent_eye_show_16_regular": "0xf3fa", + "ic_fluent_eye_show_20_regular": "0xf3fb", + "ic_fluent_eye_show_24_regular": "0xf3fc", + "ic_fluent_fast_acceleration_24_regular": "0xf3fd", + "ic_fluent_fast_forward_20_regular": "0xf3fe", + "ic_fluent_fast_forward_24_regular": "0xf3ff", + "ic_fluent_fast_mode_16_regular": "0xf400", + "ic_fluent_fast_mode_20_regular": "0xf401", + "ic_fluent_fast_mode_24_regular": "0xf402", + "ic_fluent_fast_mode_28_regular": "0xf403", + "ic_fluent_favorites_20_regular": "0xf404", + "ic_fluent_favorites_24_regular": "0xf405", + "ic_fluent_filter_20_regular": "0xf406", + "ic_fluent_filter_24_regular": "0xf407", + "ic_fluent_filter_28_regular": "0xf408", + "ic_fluent_fingerprint_24_regular": "0xf409", + "ic_fluent_flag_16_regular": "0xf40a", + "ic_fluent_flag_20_regular": "0xf40b", + "ic_fluent_flag_24_regular": "0xf40c", + "ic_fluent_flag_28_regular": "0xf40d", + "ic_fluent_flag_48_regular": "0xf40e", + "ic_fluent_flag_off_24_regular": "0xf40f", + "ic_fluent_flag_off_28_regular": "0xf410", + "ic_fluent_flag_off_48_regular": "0xf411", + "ic_fluent_flash_auto_24_regular": "0xf412", + "ic_fluent_flash_off_24_regular": "0xf413", + "ic_fluent_flash_on_20_regular": "0xf414", + "ic_fluent_flash_on_24_regular": "0xf415", + "ic_fluent_flashlight_24_regular": "0xf416", + "ic_fluent_flashlight_off_24_regular": "0xf417", + "ic_fluent_folder_20_regular": "0xf418", + "ic_fluent_folder_24_regular": "0xf419", + "ic_fluent_folder_28_regular": "0xf41a", + "ic_fluent_folder_48_regular": "0xf41b", + "ic_fluent_folder_add_20_regular": "0xf41c", + "ic_fluent_folder_add_24_regular": "0xf41d", + "ic_fluent_folder_add_28_regular": "0xf41e", + "ic_fluent_folder_add_48_regular": "0xf41f", + "ic_fluent_folder_briefcase_20_regular": "0xf420", + "ic_fluent_folder_junk_20_regular": "0xf421", + "ic_fluent_folder_junk_24_regular": "0xf422", + "ic_fluent_folder_junk_28_regular": "0xf423", + "ic_fluent_folder_junk_48_regular": "0xf424", + "ic_fluent_folder_link_20_regular": "0xf425", + "ic_fluent_folder_link_24_regular": "0xf426", + "ic_fluent_folder_link_28_regular": "0xf427", + "ic_fluent_folder_link_48_regular": "0xf428", + "ic_fluent_folder_move_20_regular": "0xf429", + "ic_fluent_folder_move_24_regular": "0xf42a", + "ic_fluent_folder_move_28_regular": "0xf42b", + "ic_fluent_folder_move_48_regular": "0xf42c", + "ic_fluent_folder_open_16_regular": "0xf42d", + "ic_fluent_folder_open_20_regular": "0xf42e", + "ic_fluent_folder_open_24_regular": "0xf42f", + "ic_fluent_folder_open_vertical_20_regular": "0xf430", + "ic_fluent_folder_public_16_regular": "0xf431", + "ic_fluent_folder_public_20_regular": "0xf432", + "ic_fluent_folder_public_24_regular": "0xf433", + "ic_fluent_folder_zip_16_regular": "0xf434", + "ic_fluent_folder_zip_20_regular": "0xf435", + "ic_fluent_folder_zip_24_regular": "0xf436", + "ic_fluent_font_decrease_20_regular": "0xf437", + "ic_fluent_font_decrease_24_regular": "0xf438", + "ic_fluent_font_increase_20_regular": "0xf439", + "ic_fluent_font_increase_24_regular": "0xf43a", + "ic_fluent_font_space_tracking_in_16_regular": "0xf43b", + "ic_fluent_font_space_tracking_in_20_regular": "0xf43c", + "ic_fluent_font_space_tracking_in_24_regular": "0xf43d", + "ic_fluent_font_space_tracking_in_28_regular": "0xf43e", + "ic_fluent_font_space_tracking_out_16_regular": "0xf43f", + "ic_fluent_font_space_tracking_out_20_regular": "0xf440", + "ic_fluent_font_space_tracking_out_24_regular": "0xf441", + "ic_fluent_font_space_tracking_out_28_regular": "0xf442", + "ic_fluent_food_20_regular": "0xf443", + "ic_fluent_food_24_regular": "0xf444", + "ic_fluent_food_cake_24_regular": "0xf445", + "ic_fluent_food_egg_24_regular": "0xf446", + "ic_fluent_food_toast_24_regular": "0xf447", + "ic_fluent_form_new_24_regular": "0xf448", + "ic_fluent_form_new_28_regular": "0xf449", + "ic_fluent_form_new_48_regular": "0xf44a", + "ic_fluent_forward_20_regular": "0xf44b", + "ic_fluent_forward_24_regular": "0xf44c", + "ic_fluent_fps_240_24_regular": "0xf44d", + "ic_fluent_fps_960_24_regular": "0xf44e", + "ic_fluent_full_screen_zoom_24_regular": "0xf44f", + "ic_fluent_gallery_24_regular": "0xf450", + "ic_fluent_games_24_regular": "0xf451", + "ic_fluent_gesture_24_regular": "0xf452", + "ic_fluent_gif_20_regular": "0xf453", + "ic_fluent_gif_24_regular": "0xf454", + "ic_fluent_gift_20_regular": "0xf455", + "ic_fluent_gift_24_regular": "0xf456", + "ic_fluent_glance_24_regular": "0xf457", + "ic_fluent_glasses_24_regular": "0xf458", + "ic_fluent_glasses_off_24_regular": "0xf459", + "ic_fluent_globe_20_regular": "0xf45a", + "ic_fluent_globe_24_regular": "0xf45b", + "ic_fluent_globe_add_24_regular": "0xf45c", + "ic_fluent_globe_clock_24_regular": "0xf45d", + "ic_fluent_globe_desktop_24_regular": "0xf45e", + "ic_fluent_globe_location_24_regular": "0xf45f", + "ic_fluent_globe_search_24_regular": "0xf460", + "ic_fluent_globe_video_24_regular": "0xf461", + "ic_fluent_grid_20_regular": "0xf462", + "ic_fluent_grid_24_regular": "0xf463", + "ic_fluent_grid_28_regular": "0xf464", + "ic_fluent_group_20_regular": "0xf465", + "ic_fluent_group_24_regular": "0xf466", + "ic_fluent_group_list_24_regular": "0xf467", + "ic_fluent_guest_16_regular": "0xf468", + "ic_fluent_guest_20_regular": "0xf469", + "ic_fluent_guest_24_regular": "0xf46a", + "ic_fluent_guest_28_regular": "0xf46b", + "ic_fluent_guest_add_24_regular": "0xf46c", + "ic_fluent_hand_raise_24_regular": "0xf46d", + "ic_fluent_handshake_16_regular": "0xf46e", + "ic_fluent_handshake_20_regular": "0xf46f", + "ic_fluent_handshake_24_regular": "0xf470", + "ic_fluent_hdr_24_regular": "0xf471", + "ic_fluent_headphones_24_regular": "0xf472", + "ic_fluent_headphones_28_regular": "0xf473", + "ic_fluent_headset_24_regular": "0xf474", + "ic_fluent_headset_28_regular": "0xf475", + "ic_fluent_headset_vr_20_regular": "0xf476", + "ic_fluent_headset_vr_24_regular": "0xf477", + "ic_fluent_heart_16_regular": "0xf478", + "ic_fluent_heart_20_regular": "0xf479", + "ic_fluent_heart_24_regular": "0xf47a", + "ic_fluent_highlight_16_regular": "0xf47b", + "ic_fluent_highlight_20_regular": "0xf47c", + "ic_fluent_highlight_24_regular": "0xf47d", + "ic_fluent_history_20_regular": "0xf47e", + "ic_fluent_history_24_regular": "0xf47f", + "ic_fluent_home_20_regular": "0xf480", + "ic_fluent_home_24_regular": "0xf481", + "ic_fluent_home_28_regular": "0xf482", + "ic_fluent_home_add_24_regular": "0xf483", + "ic_fluent_home_checkmark_24_regular": "0xf484", + "ic_fluent_icons_20_regular": "0xf485", + "ic_fluent_icons_24_regular": "0xf486", + "ic_fluent_image_16_regular": "0xf487", + "ic_fluent_image_20_regular": "0xf488", + "ic_fluent_image_24_regular": "0xf489", + "ic_fluent_image_28_regular": "0xf48a", + "ic_fluent_image_48_regular": "0xf48b", + "ic_fluent_image_add_24_regular": "0xf48c", + "ic_fluent_image_alt_text_20_regular": "0xf48d", + "ic_fluent_image_alt_text_24_regular": "0xf48e", + "ic_fluent_image_copy_20_regular": "0xf48f", + "ic_fluent_image_copy_24_regular": "0xf490", + "ic_fluent_image_copy_28_regular": "0xf491", + "ic_fluent_image_edit_16_regular": "0xf492", + "ic_fluent_image_edit_20_regular": "0xf493", + "ic_fluent_image_edit_24_regular": "0xf494", + "ic_fluent_image_library_20_regular": "0xf495", + "ic_fluent_image_library_24_regular": "0xf496", + "ic_fluent_image_library_28_regular": "0xf497", + "ic_fluent_image_off_24_regular": "0xf498", + "ic_fluent_image_search_20_regular": "0xf499", + "ic_fluent_image_search_24_regular": "0xf49a", + "ic_fluent_immersive_reader_20_regular": "0xf49b", + "ic_fluent_immersive_reader_24_regular": "0xf49c", + "ic_fluent_important_12_regular": "0xf49d", + "ic_fluent_important_16_regular": "0xf49e", + "ic_fluent_important_20_regular": "0xf49f", + "ic_fluent_important_24_regular": "0xf4a0", + "ic_fluent_incognito_24_regular": "0xf4a1", + "ic_fluent_info_16_regular": "0xf4a2", + "ic_fluent_info_20_regular": "0xf4a3", + "ic_fluent_info_24_regular": "0xf4a4", + "ic_fluent_info_28_regular": "0xf4a5", + "ic_fluent_inking_tool_16_regular": "0xf4a6", + "ic_fluent_inking_tool_20_regular": "0xf4a7", + "ic_fluent_inking_tool_24_regular": "0xf4a8", + "ic_fluent_inprivate_account_16_regular": "0xf4a9", + "ic_fluent_inprivate_account_20_regular": "0xf4aa", + "ic_fluent_inprivate_account_24_regular": "0xf4ab", + "ic_fluent_inprivate_account_28_regular": "0xf4ac", + "ic_fluent_insert_20_regular": "0xf4ad", + "ic_fluent_inspect_20_regular": "0xf4ae", + "ic_fluent_inspect_24_regular": "0xf4af", + "ic_fluent_ios_arrow_left_24_regular": "0xf4b0", + "ic_fluent_ios_chevron_24_regular": "0xf4b1", + "ic_fluent_ios_chevron_right_20_regular": "0xf4b2", + "ic_fluent_javascript_16_regular": "0xf4b3", + "ic_fluent_javascript_20_regular": "0xf4b4", + "ic_fluent_javascript_24_regular": "0xf4b5", + "ic_fluent_key_20_regular": "0xf4b6", + "ic_fluent_key_24_regular": "0xf4b7", + "ic_fluent_keyboard_20_regular": "0xf4b8", + "ic_fluent_keyboard_24_regular": "0xf4b9", + "ic_fluent_keyboard_dock_24_regular": "0xf4ba", + "ic_fluent_keyboard_layout_float_24_regular": "0xf4bb", + "ic_fluent_keyboard_layout_one_handed_left_24_regular": "0xf4bc", + "ic_fluent_keyboard_layout_resize_24_regular": "0xf4bd", + "ic_fluent_keyboard_layout_split_24_regular": "0xf4be", + "ic_fluent_keyboard_shift_24_regular": "0xf4bf", + "ic_fluent_keyboard_shift_uppercase_24_regular": "0xf4c0", + "ic_fluent_keyboard_tab_24_regular": "0xf4c1", + "ic_fluent_laptop_16_regular": "0xf4c2", + "ic_fluent_laptop_20_regular": "0xf4c3", + "ic_fluent_laptop_24_regular": "0xf4c4", + "ic_fluent_laptop_28_regular": "0xf4c5", + "ic_fluent_large_16_regular": "0xf4c6", + "ic_fluent_large_20_regular": "0xf4c7", + "ic_fluent_large_24_regular": "0xf4c8", + "ic_fluent_lasso_24_regular": "0xf4c9", + "ic_fluent_launcher_settings_24_regular": "0xf4ca", + "ic_fluent_layer_20_regular": "0xf4cb", + "ic_fluent_layer_24_regular": "0xf4cc", + "ic_fluent_leaf_16_regular": "0xf4cd", + "ic_fluent_leaf_20_regular": "0xf4ce", + "ic_fluent_leaf_24_regular": "0xf4cf", + "ic_fluent_leaf_two_16_regular": "0xf4d0", + "ic_fluent_leaf_two_20_regular": "0xf4d1", + "ic_fluent_leaf_two_24_regular": "0xf4d2", + "ic_fluent_library_24_regular": "0xf4d3", + "ic_fluent_library_28_regular": "0xf4d4", + "ic_fluent_lightbulb_16_regular": "0xf4d5", + "ic_fluent_lightbulb_20_regular": "0xf4d6", + "ic_fluent_lightbulb_24_regular": "0xf4d7", + "ic_fluent_lightbulb_circle_24_regular": "0xf4d8", + "ic_fluent_lightbulb_filament_16_regular": "0xf4d9", + "ic_fluent_lightbulb_filament_20_regular": "0xf4da", + "ic_fluent_lightbulb_filament_24_regular": "0xf4db", + "ic_fluent_like_16_regular": "0xf4dc", + "ic_fluent_likert_16_regular": "0xf4dd", + "ic_fluent_likert_20_regular": "0xf4de", + "ic_fluent_likert_24_regular": "0xf4df", + "ic_fluent_line_horizontal_1_20_regular": "0xf4e0", + "ic_fluent_line_horizontal_3_20_regular": "0xf4e1", + "ic_fluent_line_horizontal_5_20_regular": "0xf4e2", + "ic_fluent_link_16_regular": "0xf4e3", + "ic_fluent_link_20_regular": "0xf4e4", + "ic_fluent_link_24_regular": "0xf4e5", + "ic_fluent_link_28_regular": "0xf4e6", + "ic_fluent_link_48_regular": "0xf4e7", + "ic_fluent_link_edit_16_regular": "0xf4e8", + "ic_fluent_link_edit_20_regular": "0xf4e9", + "ic_fluent_link_edit_24_regular": "0xf4ea", + "ic_fluent_link_remove_20_regular": "0xf4eb", + "ic_fluent_link_square_24_regular": "0xf4ec", + "ic_fluent_list_20_regular": "0xf4ed", + "ic_fluent_list_24_regular": "0xf4ee", + "ic_fluent_list_28_regular": "0xf4ef", + "ic_fluent_live_20_regular": "0xf4f0", + "ic_fluent_live_24_regular": "0xf4f1", + "ic_fluent_local_language_16_regular": "0xf4f2", + "ic_fluent_local_language_20_regular": "0xf4f3", + "ic_fluent_local_language_24_regular": "0xf4f4", + "ic_fluent_local_language_28_regular": "0xf4f5", + "ic_fluent_location_12_regular": "0xf4f6", + "ic_fluent_location_16_regular": "0xf4f7", + "ic_fluent_location_20_regular": "0xf4f8", + "ic_fluent_location_24_regular": "0xf4f9", + "ic_fluent_location_28_regular": "0xf4fa", + "ic_fluent_location_live_20_regular": "0xf4fb", + "ic_fluent_location_live_24_regular": "0xf4fc", + "ic_fluent_location_not_found_24_regular": "0xf4fd", + "ic_fluent_lock_12_regular": "0xf4fe", + "ic_fluent_lock_16_regular": "0xf4ff", + "ic_fluent_lock_20_regular": "0xf500", + "ic_fluent_lock_24_regular": "0xf501", + "ic_fluent_lock_shield_20_regular": "0xf502", + "ic_fluent_lock_shield_24_regular": "0xf503", + "ic_fluent_lock_shield_48_regular": "0xf504", + "ic_fluent_magic_wand_24_regular": "0xf505", + "ic_fluent_mail_20_regular": "0xf506", + "ic_fluent_mail_24_regular": "0xf507", + "ic_fluent_mail_28_regular": "0xf508", + "ic_fluent_mail_48_regular": "0xf509", + "ic_fluent_mail_add_24_regular": "0xf50a", + "ic_fluent_mail_all_20_regular": "0xf50b", + "ic_fluent_mail_all_24_regular": "0xf50c", + "ic_fluent_mail_all_accounts_24_regular": "0xf50d", + "ic_fluent_mail_all_read_20_regular": "0xf50e", + "ic_fluent_mail_all_unread_20_regular": "0xf50f", + "ic_fluent_mail_clock_20_regular": "0xf510", + "ic_fluent_mail_copy_20_regular": "0xf511", + "ic_fluent_mail_copy_24_regular": "0xf512", + "ic_fluent_mail_inbox_16_regular": "0xf513", + "ic_fluent_mail_inbox_20_regular": "0xf514", + "ic_fluent_mail_inbox_24_regular": "0xf515", + "ic_fluent_mail_inbox_28_regular": "0xf516", + "ic_fluent_mail_inbox_add_16_regular": "0xf517", + "ic_fluent_mail_inbox_add_20_regular": "0xf518", + "ic_fluent_mail_inbox_add_24_regular": "0xf519", + "ic_fluent_mail_inbox_add_28_regular": "0xf51a", + "ic_fluent_mail_inbox_dismiss_16_regular": "0xf51b", + "ic_fluent_mail_inbox_dismiss_20_regular": "0xf51c", + "ic_fluent_mail_inbox_dismiss_24_regular": "0xf51d", + "ic_fluent_mail_inbox_dismiss_28_regular": "0xf51e", + "ic_fluent_mail_move_to_focussed_24_regular": "0xf51f", + "ic_fluent_mail_outbox_24_regular": "0xf520", + "ic_fluent_mail_read_20_regular": "0xf521", + "ic_fluent_mail_read_24_regular": "0xf522", + "ic_fluent_mail_read_28_regular": "0xf523", + "ic_fluent_mail_read_48_regular": "0xf524", + "ic_fluent_mail_unread_16_regular": "0xf525", + "ic_fluent_mail_unread_20_regular": "0xf526", + "ic_fluent_mail_unread_24_regular": "0xf527", + "ic_fluent_mail_unread_28_regular": "0xf528", + "ic_fluent_mail_unread_48_regular": "0xf529", + "ic_fluent_mail_unsubscribe_24_regular": "0xf52a", + "ic_fluent_malware_detected_16_regular": "0xf52b", + "ic_fluent_malware_detected_24_regular": "0xf52c", + "ic_fluent_manufacturer_24_regular": "0xf52d", + "ic_fluent_map_24_regular": "0xf52e", + "ic_fluent_map_drive_16_regular": "0xf52f", + "ic_fluent_map_drive_20_regular": "0xf530", + "ic_fluent_map_drive_24_regular": "0xf531", + "ic_fluent_match_app_layout_24_regular": "0xf532", + "ic_fluent_maximize_16_regular": "0xf533", + "ic_fluent_meet_now_20_regular": "0xf534", + "ic_fluent_meet_now_24_regular": "0xf535", + "ic_fluent_megaphone_16_regular": "0xf536", + "ic_fluent_megaphone_20_regular": "0xf537", + "ic_fluent_megaphone_24_regular": "0xf538", + "ic_fluent_megaphone_28_regular": "0xf539", + "ic_fluent_megaphone_off_24_regular": "0xf53a", + "ic_fluent_mention_16_regular": "0xf53b", + "ic_fluent_mention_20_regular": "0xf53c", + "ic_fluent_mention_24_regular": "0xf53d", + "ic_fluent_merge_24_regular": "0xf53e", + "ic_fluent_mic_off_12_regular": "0xf53f", + "ic_fluent_mic_off_16_regular": "0xf540", + "ic_fluent_mic_off_24_regular": "0xf541", + "ic_fluent_mic_off_28_regular": "0xf542", + "ic_fluent_mic_on_16_regular": "0xf543", + "ic_fluent_mic_on_20_regular": "0xf544", + "ic_fluent_mic_on_24_regular": "0xf545", + "ic_fluent_mic_on_28_regular": "0xf546", + "ic_fluent_mic_on_48_regular": "0xf547", + "ic_fluent_mic_settings_24_regular": "0xf548", + "ic_fluent_midi_20_regular": "0xf549", + "ic_fluent_midi_24_regular": "0xf54a", + "ic_fluent_missing_metadata_16_regular": "0xf54b", + "ic_fluent_missing_metadata_24_regular": "0xf54c", + "ic_fluent_mobile_optimized_24_regular": "0xf54d", + "ic_fluent_money_16_regular": "0xf54e", + "ic_fluent_money_20_regular": "0xf54f", + "ic_fluent_money_24_regular": "0xf550", + "ic_fluent_more_16_regular": "0xf551", + "ic_fluent_more_20_regular": "0xf552", + "ic_fluent_more_24_regular": "0xf553", + "ic_fluent_more_28_regular": "0xf554", + "ic_fluent_more_48_regular": "0xf555", + "ic_fluent_more_vertical_20_regular": "0xf556", + "ic_fluent_more_vertical_24_regular": "0xf557", + "ic_fluent_more_vertical_28_regular": "0xf558", + "ic_fluent_more_vertical_48_regular": "0xf559", + "ic_fluent_movies_and_tv_24_regular": "0xf55a", + "ic_fluent_multiselect_20_regular": "0xf55b", + "ic_fluent_multiselect_24_regular": "0xf55c", + "ic_fluent_music_20_regular": "0xf55d", + "ic_fluent_music_24_regular": "0xf55e", + "ic_fluent_my_location_24_regular": "0xf55f", + "ic_fluent_navigation_20_regular": "0xf560", + "ic_fluent_navigation_24_regular": "0xf561", + "ic_fluent_network_check_24_regular": "0xf562", + "ic_fluent_new_16_regular": "0xf563", + "ic_fluent_new_24_regular": "0xf564", + "ic_fluent_news_20_regular": "0xf565", + "ic_fluent_news_24_regular": "0xf566", + "ic_fluent_news_28_regular": "0xf567", + "ic_fluent_next_16_regular": "0xf568", + "ic_fluent_next_20_regular": "0xf569", + "ic_fluent_next_24_regular": "0xf56a", + "ic_fluent_note_20_regular": "0xf56b", + "ic_fluent_note_24_regular": "0xf56c", + "ic_fluent_note_add_16_regular": "0xf56d", + "ic_fluent_note_add_20_regular": "0xf56e", + "ic_fluent_note_add_24_regular": "0xf56f", + "ic_fluent_notebook_24_regular": "0xf570", + "ic_fluent_notebook_error_24_regular": "0xf571", + "ic_fluent_notebook_lightning_24_regular": "0xf572", + "ic_fluent_notebook_question_mark_24_regular": "0xf573", + "ic_fluent_notebook_section_24_regular": "0xf574", + "ic_fluent_notebook_sync_24_regular": "0xf575", + "ic_fluent_notepad_20_regular": "0xf576", + "ic_fluent_notepad_24_regular": "0xf577", + "ic_fluent_notepad_28_regular": "0xf578", + "ic_fluent_number_row_16_regular": "0xf579", + "ic_fluent_number_row_20_regular": "0xf57a", + "ic_fluent_number_row_24_regular": "0xf57b", + "ic_fluent_number_symbol_16_regular": "0xf57c", + "ic_fluent_number_symbol_20_regular": "0xf57d", + "ic_fluent_number_symbol_24_regular": "0xf57e", + "ic_fluent_office_apps_24_regular": "0xf57f", + "ic_fluent_office_apps_28_regular": "0xf580", + "ic_fluent_open_16_regular": "0xf581", + "ic_fluent_open_20_regular": "0xf582", + "ic_fluent_open_24_regular": "0xf583", + "ic_fluent_open_folder_24_regular": "0xf584", + "ic_fluent_open_in_browser_24_regular": "0xf585", + "ic_fluent_options_16_regular": "0xf586", + "ic_fluent_options_20_regular": "0xf587", + "ic_fluent_options_24_regular": "0xf588", + "ic_fluent_organization_20_regular": "0xf589", + "ic_fluent_organization_24_regular": "0xf58a", + "ic_fluent_organization_28_regular": "0xf58b", + "ic_fluent_owner_24_regular": "0xf58c", + "ic_fluent_page_20_regular": "0xf58d", + "ic_fluent_page_fit_16_regular": "0xf58e", + "ic_fluent_page_fit_20_regular": "0xf58f", + "ic_fluent_page_fit_24_regular": "0xf590", + "ic_fluent_paint_brush_16_regular": "0xf591", + "ic_fluent_paint_brush_20_regular": "0xf592", + "ic_fluent_paint_brush_24_regular": "0xf593", + "ic_fluent_paint_bucket_16_regular": "0xf594", + "ic_fluent_paint_bucket_20_regular": "0xf595", + "ic_fluent_paint_bucket_24_regular": "0xf596", + "ic_fluent_pair_24_regular": "0xf597", + "ic_fluent_pane_close_16_regular": "0xf598", + "ic_fluent_pane_close_20_regular": "0xf599", + "ic_fluent_pane_close_24_regular": "0xf59a", + "ic_fluent_pane_open_16_regular": "0xf59b", + "ic_fluent_pane_open_20_regular": "0xf59c", + "ic_fluent_pane_open_24_regular": "0xf59d", + "ic_fluent_password_24_regular": "0xf59e", + "ic_fluent_patient_24_regular": "0xf59f", + "ic_fluent_pause_16_regular": "0xf5a0", + "ic_fluent_pause_20_regular": "0xf5a1", + "ic_fluent_pause_24_regular": "0xf5a2", + "ic_fluent_pause_48_regular": "0xf5a3", + "ic_fluent_payment_20_regular": "0xf5a4", + "ic_fluent_payment_24_regular": "0xf5a5", + "ic_fluent_pen_settings_24_regular": "0xf5a6", + "ic_fluent_people_16_regular": "0xf5a7", + "ic_fluent_people_20_regular": "0xf5a8", + "ic_fluent_people_24_regular": "0xf5a9", + "ic_fluent_people_28_regular": "0xf5aa", + "ic_fluent_people_add_16_regular": "0xf5ab", + "ic_fluent_people_add_20_regular": "0xf5ac", + "ic_fluent_people_add_24_regular": "0xf5ad", + "ic_fluent_people_audience_24_regular": "0xf5ae", + "ic_fluent_people_community_16_regular": "0xf5af", + "ic_fluent_people_community_20_regular": "0xf5b0", + "ic_fluent_people_community_24_regular": "0xf5b1", + "ic_fluent_people_community_28_regular": "0xf5b2", + "ic_fluent_people_community_add_24_regular": "0xf5b3", + "ic_fluent_people_prohibited_20_regular": "0xf5b4", + "ic_fluent_people_search_24_regular": "0xf5b5", + "ic_fluent_people_settings_20_regular": "0xf5b6", + "ic_fluent_people_team_16_regular": "0xf5b7", + "ic_fluent_people_team_20_regular": "0xf5b8", + "ic_fluent_people_team_24_regular": "0xf5b9", + "ic_fluent_people_team_28_regular": "0xf5ba", + "ic_fluent_person_12_regular": "0xf5bb", + "ic_fluent_person_16_regular": "0xf5bc", + "ic_fluent_person_20_regular": "0xf5bd", + "ic_fluent_person_24_regular": "0xf5be", + "ic_fluent_person_28_regular": "0xf5bf", + "ic_fluent_person_48_regular": "0xf5c0", + "ic_fluent_person_accounts_24_regular": "0xf5c1", + "ic_fluent_person_add_20_regular": "0xf5c2", + "ic_fluent_person_add_24_regular": "0xf5c3", + "ic_fluent_person_arrow_left_20_regular": "0xf5c4", + "ic_fluent_person_arrow_left_24_regular": "0xf5c5", + "ic_fluent_person_arrow_right_16_regular": "0xf5c6", + "ic_fluent_person_arrow_right_20_regular": "0xf5c7", + "ic_fluent_person_arrow_right_24_regular": "0xf5c8", + "ic_fluent_person_available_16_regular": "0xf5c9", + "ic_fluent_person_available_24_regular": "0xf5ca", + "ic_fluent_person_block_24_regular": "0xf5cb", + "ic_fluent_person_board_16_regular": "0xf5cc", + "ic_fluent_person_board_20_regular": "0xf5cd", + "ic_fluent_person_board_24_regular": "0xf5ce", + "ic_fluent_person_call_24_regular": "0xf5cf", + "ic_fluent_person_delete_16_regular": "0xf5d0", + "ic_fluent_person_delete_24_regular": "0xf5d1", + "ic_fluent_person_feedback_20_regular": "0xf5d2", + "ic_fluent_person_feedback_24_regular": "0xf5d3", + "ic_fluent_person_prohibited_20_regular": "0xf5d4", + "ic_fluent_person_question_mark_16_regular": "0xf5d5", + "ic_fluent_person_question_mark_20_regular": "0xf5d6", + "ic_fluent_person_question_mark_24_regular": "0xf5d7", + "ic_fluent_person_support_16_regular": "0xf5d8", + "ic_fluent_person_support_20_regular": "0xf5d9", + "ic_fluent_person_support_24_regular": "0xf5da", + "ic_fluent_person_swap_16_regular": "0xf5db", + "ic_fluent_person_swap_20_regular": "0xf5dc", + "ic_fluent_person_swap_24_regular": "0xf5dd", + "ic_fluent_person_voice_20_regular": "0xf5de", + "ic_fluent_person_voice_24_regular": "0xf5df", + "ic_fluent_phone_20_regular": "0xf5e0", + "ic_fluent_phone_24_regular": "0xf5e1", + "ic_fluent_phone_28_regular": "0xf5e2", + "ic_fluent_phone_add_new_app_24_regular": "0xf5e3", + "ic_fluent_phone_desktop_16_regular": "0xf5e4", + "ic_fluent_phone_desktop_20_regular": "0xf5e5", + "ic_fluent_phone_desktop_24_regular": "0xf5e6", + "ic_fluent_phone_desktop_28_regular": "0xf5e7", + "ic_fluent_phone_error_24_regular": "0xf5e8", + "ic_fluent_phone_home_lock_24_regular": "0xf5e9", + "ic_fluent_phone_laptop_20_regular": "0xf5ea", + "ic_fluent_phone_laptop_24_regular": "0xf5eb", + "ic_fluent_phone_link_setup_24_regular": "0xf5ec", + "ic_fluent_phone_mobile_20_regular": "0xf5ed", + "ic_fluent_phone_mobile_24_regular": "0xf5ee", + "ic_fluent_phone_page_header_24_regular": "0xf5ef", + "ic_fluent_phone_pagination_24_regular": "0xf5f0", + "ic_fluent_phone_screen_time_24_regular": "0xf5f1", + "ic_fluent_phone_shake_24_regular": "0xf5f2", + "ic_fluent_phone_status_bar_24_regular": "0xf5f3", + "ic_fluent_phone_tablet_20_regular": "0xf5f4", + "ic_fluent_phone_tablet_24_regular": "0xf5f5", + "ic_fluent_phone_to_pc_20_regular": "0xf5f6", + "ic_fluent_phone_to_pc_24_regular": "0xf5f7", + "ic_fluent_phone_update_24_regular": "0xf5f8", + "ic_fluent_phone_vertical_scroll_24_regular": "0xf5f9", + "ic_fluent_phone_vibrate_24_regular": "0xf5fa", + "ic_fluent_photo_filter_24_regular": "0xf5fb", + "ic_fluent_picture_in_picture_16_regular": "0xf5fc", + "ic_fluent_picture_in_picture_20_regular": "0xf5fd", + "ic_fluent_picture_in_picture_24_regular": "0xf5fe", + "ic_fluent_pin_12_regular": "0xf5ff", + "ic_fluent_pin_16_regular": "0xf600", + "ic_fluent_pin_20_regular": "0xf601", + "ic_fluent_pin_24_regular": "0xf602", + "ic_fluent_pin_off_20_regular": "0xf603", + "ic_fluent_pin_off_24_regular": "0xf604", + "ic_fluent_play_20_regular": "0xf605", + "ic_fluent_play_24_regular": "0xf606", + "ic_fluent_play_48_regular": "0xf607", + "ic_fluent_play_circle_24_regular": "0xf608", + "ic_fluent_plug_disconnected_20_regular": "0xf609", + "ic_fluent_plug_disconnected_24_regular": "0xf60a", + "ic_fluent_plug_disconnected_28_regular": "0xf60b", + "ic_fluent_point_scan_24_regular": "0xf60c", + "ic_fluent_poll_24_regular": "0xf60d", + "ic_fluent_power_20_regular": "0xf60e", + "ic_fluent_power_24_regular": "0xf60f", + "ic_fluent_power_28_regular": "0xf610", + "ic_fluent_predictions_24_regular": "0xf611", + "ic_fluent_premium_16_regular": "0xf612", + "ic_fluent_premium_20_regular": "0xf613", + "ic_fluent_premium_24_regular": "0xf614", + "ic_fluent_premium_28_regular": "0xf615", + "ic_fluent_presence_blocked_10_regular": "0xf616", + "ic_fluent_presence_blocked_12_regular": "0xf617", + "ic_fluent_presence_blocked_16_regular": "0xf618", + "ic_fluent_presence_offline_10_regular": "0xf619", + "ic_fluent_presence_offline_12_regular": "0xf61a", + "ic_fluent_presence_offline_16_regular": "0xf61b", + "ic_fluent_presence_oof_10_regular": "0xf61c", + "ic_fluent_presence_oof_12_regular": "0xf61d", + "ic_fluent_presence_oof_16_regular": "0xf61e", + "ic_fluent_presence_unknown_10_regular": "0xf61f", + "ic_fluent_presence_unknown_12_regular": "0xf620", + "ic_fluent_presence_unknown_16_regular": "0xf621", + "ic_fluent_presenter_24_regular": "0xf622", + "ic_fluent_presenter_off_24_regular": "0xf623", + "ic_fluent_preview_link_16_regular": "0xf624", + "ic_fluent_preview_link_20_regular": "0xf625", + "ic_fluent_preview_link_24_regular": "0xf626", + "ic_fluent_previous_16_regular": "0xf627", + "ic_fluent_previous_20_regular": "0xf628", + "ic_fluent_previous_24_regular": "0xf629", + "ic_fluent_print_20_regular": "0xf62a", + "ic_fluent_print_24_regular": "0xf62b", + "ic_fluent_print_48_regular": "0xf62c", + "ic_fluent_prohibited_20_regular": "0xf62d", + "ic_fluent_prohibited_24_regular": "0xf62e", + "ic_fluent_prohibited_28_regular": "0xf62f", + "ic_fluent_prohibited_48_regular": "0xf630", + "ic_fluent_proofread_language_24_regular": "0xf631", + "ic_fluent_protocol_handler_16_regular": "0xf632", + "ic_fluent_protocol_handler_20_regular": "0xf633", + "ic_fluent_protocol_handler_24_regular": "0xf634", + "ic_fluent_qr_code_24_regular": "0xf635", + "ic_fluent_qr_code_28_regular": "0xf636", + "ic_fluent_question_16_regular": "0xf637", + "ic_fluent_question_20_regular": "0xf638", + "ic_fluent_question_24_regular": "0xf639", + "ic_fluent_question_28_regular": "0xf63a", + "ic_fluent_question_48_regular": "0xf63b", + "ic_fluent_question_circle_16_regular": "0xf63c", + "ic_fluent_question_circle_20_regular": "0xf63d", + "ic_fluent_question_circle_24_regular": "0xf63e", + "ic_fluent_question_circle_28_regular": "0xf63f", + "ic_fluent_question_circle_48_regular": "0xf640", + "ic_fluent_quiz_new_24_regular": "0xf641", + "ic_fluent_quiz_new_28_regular": "0xf642", + "ic_fluent_quiz_new_48_regular": "0xf643", + "ic_fluent_radio_button_20_regular": "0xf644", + "ic_fluent_radio_button_24_regular": "0xf645", + "ic_fluent_rating_mature_16_regular": "0xf646", + "ic_fluent_rating_mature_20_regular": "0xf647", + "ic_fluent_rating_mature_24_regular": "0xf648", + "ic_fluent_re_order_16_regular": "0xf649", + "ic_fluent_re_order_24_regular": "0xf64a", + "ic_fluent_re_order_dots_20_regular": "0xf64b", + "ic_fluent_re_order_dots_24_regular": "0xf64c", + "ic_fluent_read_aloud_20_regular": "0xf64d", + "ic_fluent_read_aloud_24_regular": "0xf64e", + "ic_fluent_read_only_16_regular": "0xf64f", + "ic_fluent_read_only_24_regular": "0xf650", + "ic_fluent_reading_list_16_regular": "0xf651", + "ic_fluent_reading_list_20_regular": "0xf652", + "ic_fluent_reading_list_24_regular": "0xf653", + "ic_fluent_reading_list_28_regular": "0xf654", + "ic_fluent_reading_list_add_16_regular": "0xf655", + "ic_fluent_reading_list_add_20_regular": "0xf656", + "ic_fluent_reading_list_add_24_regular": "0xf657", + "ic_fluent_reading_list_add_28_regular": "0xf658", + "ic_fluent_reading_mode_20_regular": "0xf659", + "ic_fluent_reading_mode_24_regular": "0xf65a", + "ic_fluent_reading_mode_mobile_20_regular": "0xf65b", + "ic_fluent_reading_mode_mobile_24_regular": "0xf65c", + "ic_fluent_reciept_20_regular": "0xf65d", + "ic_fluent_reciept_24_regular": "0xf65e", + "ic_fluent_recommended_24_regular": "0xf65f", + "ic_fluent_record_16_regular": "0xf660", + "ic_fluent_record_20_regular": "0xf661", + "ic_fluent_record_24_regular": "0xf662", + "ic_fluent_remove_12_regular": "0xf663", + "ic_fluent_remove_16_regular": "0xf664", + "ic_fluent_remove_20_regular": "0xf665", + "ic_fluent_remove_24_regular": "0xf666", + "ic_fluent_remove_recent_24_regular": "0xf667", + "ic_fluent_rename_16_regular": "0xf668", + "ic_fluent_rename_20_regular": "0xf669", + "ic_fluent_rename_24_regular": "0xf66a", + "ic_fluent_rename_28_regular": "0xf66b", + "ic_fluent_resize_20_regular": "0xf66c", + "ic_fluent_resize_image_24_regular": "0xf66d", + "ic_fluent_resize_table_24_regular": "0xf66e", + "ic_fluent_resize_video_24_regular": "0xf66f", + "ic_fluent_restore_16_regular": "0xf670", + "ic_fluent_reward_16_regular": "0xf671", + "ic_fluent_reward_20_regular": "0xf672", + "ic_fluent_reward_24_regular": "0xf673", + "ic_fluent_rewind_20_regular": "0xf674", + "ic_fluent_rewind_24_regular": "0xf675", + "ic_fluent_rocket_16_regular": "0xf676", + "ic_fluent_rocket_20_regular": "0xf677", + "ic_fluent_rocket_24_regular": "0xf678", + "ic_fluent_router_24_regular": "0xf679", + "ic_fluent_row_triple_24_regular": "0xf67a", + "ic_fluent_ruler_16_regular": "0xf67b", + "ic_fluent_ruler_20_regular": "0xf67c", + "ic_fluent_ruler_24_regular": "0xf67d", + "ic_fluent_run_24_regular": "0xf67e", + "ic_fluent_save_20_regular": "0xf67f", + "ic_fluent_save_24_regular": "0xf680", + "ic_fluent_save_as_20_regular": "0xf681", + "ic_fluent_save_as_24_regular": "0xf682", + "ic_fluent_save_copy_24_regular": "0xf683", + "ic_fluent_savings_16_regular": "0xf684", + "ic_fluent_savings_20_regular": "0xf685", + "ic_fluent_savings_24_regular": "0xf686", + "ic_fluent_scale_fill_24_regular": "0xf687", + "ic_fluent_scale_fit_16_regular": "0xf688", + "ic_fluent_scale_fit_20_regular": "0xf689", + "ic_fluent_scale_fit_24_regular": "0xf68a", + "ic_fluent_scan_24_regular": "0xf68b", + "ic_fluent_scratchpad_24_regular": "0xf68c", + "ic_fluent_screenshot_20_regular": "0xf68d", + "ic_fluent_screenshot_24_regular": "0xf68e", + "ic_fluent_search_20_regular": "0xf68f", + "ic_fluent_search_24_regular": "0xf690", + "ic_fluent_search_28_regular": "0xf691", + "ic_fluent_search_info_20_regular": "0xf692", + "ic_fluent_search_info_24_regular": "0xf693", + "ic_fluent_search_square_24_regular": "0xf694", + "ic_fluent_select_all_24_regular": "0xf695", + "ic_fluent_select_all_off_24_regular": "0xf696", + "ic_fluent_select_object_20_regular": "0xf697", + "ic_fluent_select_object_24_regular": "0xf698", + "ic_fluent_send_20_regular": "0xf699", + "ic_fluent_send_24_regular": "0xf69a", + "ic_fluent_send_28_regular": "0xf69b", + "ic_fluent_send_clock_20_regular": "0xf69c", + "ic_fluent_send_copy_24_regular": "0xf69d", + "ic_fluent_send_logging_24_regular": "0xf69e", + "ic_fluent_send_to_back_20_regular": "0xf69f", + "ic_fluent_send_to_back_24_regular": "0xf6a0", + "ic_fluent_serial_port_16_regular": "0xf6a1", + "ic_fluent_serial_port_20_regular": "0xf6a2", + "ic_fluent_serial_port_24_regular": "0xf6a3", + "ic_fluent_service_bell_24_regular": "0xf6a4", + "ic_fluent_set_top_stack_16_regular": "0xf6a5", + "ic_fluent_set_top_stack_20_regular": "0xf6a6", + "ic_fluent_set_top_stack_24_regular": "0xf6a7", + "ic_fluent_settings_16_regular": "0xf6a8", + "ic_fluent_settings_20_regular": "0xf6a9", + "ic_fluent_settings_24_regular": "0xf6aa", + "ic_fluent_settings_28_regular": "0xf6ab", + "ic_fluent_shapes_16_regular": "0xf6ac", + "ic_fluent_shapes_20_regular": "0xf6ad", + "ic_fluent_shapes_24_regular": "0xf6ae", + "ic_fluent_share_20_regular": "0xf6af", + "ic_fluent_share_24_regular": "0xf6b0", + "ic_fluent_share_android_20_regular": "0xf6b1", + "ic_fluent_share_android_24_regular": "0xf6b2", + "ic_fluent_share_close_tray_24_regular": "0xf6b3", + "ic_fluent_share_desktop_24_regular": "0xf6b4", + "ic_fluent_share_ios_20_regular": "0xf6b5", + "ic_fluent_share_ios_24_regular": "0xf6b6", + "ic_fluent_share_ios_28_regular": "0xf6b7", + "ic_fluent_share_ios_48_regular": "0xf6b8", + "ic_fluent_share_screen_20_regular": "0xf6b9", + "ic_fluent_share_screen_24_regular": "0xf6ba", + "ic_fluent_share_screen_28_regular": "0xf6bb", + "ic_fluent_share_stop_24_regular": "0xf6bc", + "ic_fluent_share_stop_28_regular": "0xf6bd", + "ic_fluent_shield_20_regular": "0xf6be", + "ic_fluent_shield_24_regular": "0xf6bf", + "ic_fluent_shield_dismiss_20_regular": "0xf6c0", + "ic_fluent_shield_dismiss_24_regular": "0xf6c1", + "ic_fluent_shield_error_20_regular": "0xf6c2", + "ic_fluent_shield_error_24_regular": "0xf6c3", + "ic_fluent_shield_keyhole_16_regular": "0xf6c4", + "ic_fluent_shield_keyhole_20_regular": "0xf6c5", + "ic_fluent_shield_keyhole_24_regular": "0xf6c6", + "ic_fluent_shield_prohibited_20_regular": "0xf6c7", + "ic_fluent_shield_prohibited_24_regular": "0xf6c8", + "ic_fluent_shifts_24_regular": "0xf6c9", + "ic_fluent_shifts_24h_20_regular": "0xf6ca", + "ic_fluent_shifts_24h_24_regular": "0xf6cb", + "ic_fluent_shifts_28_regular": "0xf6cc", + "ic_fluent_shifts_30_minutes_24_regular": "0xf6cd", + "ic_fluent_shifts_activity_20_regular": "0xf6ce", + "ic_fluent_shifts_activity_24_regular": "0xf6cf", + "ic_fluent_shifts_add_24_regular": "0xf6d0", + "ic_fluent_shifts_approve_24_regular": "0xf6d1", + "ic_fluent_shifts_availability_24_regular": "0xf6d2", + "ic_fluent_shifts_deny_24_regular": "0xf6d3", + "ic_fluent_shifts_open_20_regular": "0xf6d4", + "ic_fluent_shifts_open_24_regular": "0xf6d5", + "ic_fluent_shifts_pending_24_regular": "0xf6d6", + "ic_fluent_shifts_team_24_regular": "0xf6d7", + "ic_fluent_ship_20_regular": "0xf6d8", + "ic_fluent_ship_24_regular": "0xf6d9", + "ic_fluent_sign_out_24_regular": "0xf6da", + "ic_fluent_signature_16_regular": "0xf6db", + "ic_fluent_signature_20_regular": "0xf6dc", + "ic_fluent_signature_24_regular": "0xf6dd", + "ic_fluent_signature_28_regular": "0xf6de", + "ic_fluent_signed_16_regular": "0xf6df", + "ic_fluent_signed_20_regular": "0xf6e0", + "ic_fluent_signed_24_regular": "0xf6e1", + "ic_fluent_sim_16_regular": "0xf6e2", + "ic_fluent_sim_20_regular": "0xf6e3", + "ic_fluent_sim_24_regular": "0xf6e4", + "ic_fluent_sleep_24_regular": "0xf6e5", + "ic_fluent_slide_add_24_regular": "0xf6e6", + "ic_fluent_slide_design_24_regular": "0xf6e7", + "ic_fluent_slide_hide_24_regular": "0xf6e8", + "ic_fluent_slide_layout_20_regular": "0xf6e9", + "ic_fluent_slide_layout_24_regular": "0xf6ea", + "ic_fluent_slide_microphone_24_regular": "0xf6eb", + "ic_fluent_slide_text_24_regular": "0xf6ec", + "ic_fluent_slow_mode_16_regular": "0xf6ed", + "ic_fluent_slow_mode_20_regular": "0xf6ee", + "ic_fluent_slow_mode_24_regular": "0xf6ef", + "ic_fluent_slow_mode_28_regular": "0xf6f0", + "ic_fluent_small_16_regular": "0xf6f1", + "ic_fluent_small_20_regular": "0xf6f2", + "ic_fluent_small_24_regular": "0xf6f3", + "ic_fluent_snooze_16_regular": "0xf6f4", + "ic_fluent_snooze_24_regular": "0xf6f5", + "ic_fluent_sound_source_24_regular": "0xf6f6", + "ic_fluent_sound_source_28_regular": "0xf6f7", + "ic_fluent_spacebar_24_regular": "0xf6f8", + "ic_fluent_speaker_0_24_regular": "0xf6f9", + "ic_fluent_speaker_16_regular": "0xf6fa", + "ic_fluent_speaker_1_24_regular": "0xf6fb", + "ic_fluent_speaker_20_regular": "0xf6fc", + "ic_fluent_speaker_24_regular": "0xf6fd", + "ic_fluent_speaker_28_regular": "0xf6fe", + "ic_fluent_speaker_bluetooth_24_regular": "0xf6ff", + "ic_fluent_speaker_edit_16_regular": "0xf700", + "ic_fluent_speaker_edit_20_regular": "0xf701", + "ic_fluent_speaker_edit_24_regular": "0xf702", + "ic_fluent_speaker_none_20_regular": "0xf703", + "ic_fluent_speaker_none_24_regular": "0xf704", + "ic_fluent_speaker_none_28_regular": "0xf705", + "ic_fluent_speaker_off_24_regular": "0xf706", + "ic_fluent_speaker_off_28_regular": "0xf707", + "ic_fluent_speaker_settings_24_regular": "0xf708", + "ic_fluent_spinner_ios_20_regular": "0xf709", + "ic_fluent_sports_16_regular": "0xf70a", + "ic_fluent_sports_20_regular": "0xf70b", + "ic_fluent_sports_24_regular": "0xf70c", + "ic_fluent_star_12_regular": "0xf70d", + "ic_fluent_star_16_regular": "0xf70e", + "ic_fluent_star_20_regular": "0xf70f", + "ic_fluent_star_24_regular": "0xf710", + "ic_fluent_star_28_regular": "0xf711", + "ic_fluent_star_add_16_regular": "0xf712", + "ic_fluent_star_add_20_regular": "0xf713", + "ic_fluent_star_add_24_regular": "0xf714", + "ic_fluent_star_arrow_right_24_regular": "0xf715", + "ic_fluent_star_arrow_right_start_24_regular": "0xf716", + "ic_fluent_star_emphasis_24_regular": "0xf717", + "ic_fluent_star_off_12_regular": "0xf718", + "ic_fluent_star_off_16_regular": "0xf719", + "ic_fluent_star_off_20_regular": "0xf71a", + "ic_fluent_star_off_24_regular": "0xf71b", + "ic_fluent_star_off_28_regular": "0xf71c", + "ic_fluent_star_prohibited_16_regular": "0xf71d", + "ic_fluent_star_prohibited_20_regular": "0xf71e", + "ic_fluent_star_prohibited_24_regular": "0xf71f", + "ic_fluent_star_settings_24_regular": "0xf720", + "ic_fluent_status_16_regular": "0xf721", + "ic_fluent_status_20_regular": "0xf722", + "ic_fluent_status_24_regular": "0xf723", + "ic_fluent_stethoscope_20_regular": "0xf724", + "ic_fluent_stethoscope_24_regular": "0xf725", + "ic_fluent_sticker_20_regular": "0xf726", + "ic_fluent_sticker_24_regular": "0xf727", + "ic_fluent_sticker_add_24_regular": "0xf728", + "ic_fluent_stop_16_regular": "0xf729", + "ic_fluent_stop_20_regular": "0xf72a", + "ic_fluent_stop_24_regular": "0xf72b", + "ic_fluent_storage_24_regular": "0xf72c", + "ic_fluent_store_16_regular": "0xf72d", + "ic_fluent_store_20_regular": "0xf72e", + "ic_fluent_store_24_regular": "0xf72f", + "ic_fluent_store_microsoft_16_regular": "0xf730", + "ic_fluent_store_microsoft_20_regular": "0xf731", + "ic_fluent_store_microsoft_24_regular": "0xf732", + "ic_fluent_style_guide_24_regular": "0xf733", + "ic_fluent_sub_grid_24_regular": "0xf734", + "ic_fluent_subway_20_regular": "0xf735", + "ic_fluent_subway_24_regular": "0xf736", + "ic_fluent_suggestion_24_regular": "0xf737", + "ic_fluent_surface_earbuds_20_regular": "0xf738", + "ic_fluent_surface_earbuds_24_regular": "0xf739", + "ic_fluent_surface_hub_20_regular": "0xf73a", + "ic_fluent_surface_hub_24_regular": "0xf73b", + "ic_fluent_swipe_down_24_regular": "0xf73c", + "ic_fluent_swipe_right_24_regular": "0xf73d", + "ic_fluent_swipe_up_24_regular": "0xf73e", + "ic_fluent_symbols_24_regular": "0xf73f", + "ic_fluent_sync_off_16_regular": "0xf740", + "ic_fluent_sync_off_20_regular": "0xf741", + "ic_fluent_system_24_regular": "0xf742", + "ic_fluent_tab_16_regular": "0xf743", + "ic_fluent_tab_20_regular": "0xf744", + "ic_fluent_tab_24_regular": "0xf745", + "ic_fluent_tab_28_regular": "0xf746", + "ic_fluent_tab_desktop_20_regular": "0xf747", + "ic_fluent_tab_desktop_arrow_clockwise_16_regular": "0xf748", + "ic_fluent_tab_desktop_arrow_clockwise_20_regular": "0xf749", + "ic_fluent_tab_desktop_arrow_clockwise_24_regular": "0xf74a", + "ic_fluent_tab_desktop_clock_20_regular": "0xf74b", + "ic_fluent_tab_desktop_copy_20_regular": "0xf74c", + "ic_fluent_tab_desktop_image_16_regular": "0xf74d", + "ic_fluent_tab_desktop_image_20_regular": "0xf74e", + "ic_fluent_tab_desktop_image_24_regular": "0xf74f", + "ic_fluent_tab_desktop_multiple_20_regular": "0xf750", + "ic_fluent_tab_desktop_new_page_20_regular": "0xf751", + "ic_fluent_tab_in_private_16_regular": "0xf752", + "ic_fluent_tab_in_private_20_regular": "0xf753", + "ic_fluent_tab_in_private_24_regular": "0xf754", + "ic_fluent_tab_in_private_28_regular": "0xf755", + "ic_fluent_tab_inprivate_account_20_regular": "0xf756", + "ic_fluent_tab_inprivate_account_24_regular": "0xf757", + "ic_fluent_tab_new_20_regular": "0xf758", + "ic_fluent_tab_new_24_regular": "0xf759", + "ic_fluent_tab_sweep_24_regular": "0xf75a", + "ic_fluent_tab_tracking_prevention_20_regular": "0xf75b", + "ic_fluent_tab_tracking_prevention_24_regular": "0xf75c", + "ic_fluent_table_20_regular": "0xf75d", + "ic_fluent_table_24_regular": "0xf75e", + "ic_fluent_table_add_24_regular": "0xf75f", + "ic_fluent_table_cells_merge_20_regular": "0xf760", + "ic_fluent_table_cells_merge_24_regular": "0xf761", + "ic_fluent_table_cells_split_20_regular": "0xf762", + "ic_fluent_table_cells_split_24_regular": "0xf763", + "ic_fluent_table_column_delete_24_regular": "0xf764", + "ic_fluent_table_column_insert_24_regular": "0xf765", + "ic_fluent_table_column_resize_24_regular": "0xf766", + "ic_fluent_table_delete_24_regular": "0xf767", + "ic_fluent_table_edit_24_regular": "0xf768", + "ic_fluent_table_freeze_24_regular": "0xf769", + "ic_fluent_table_freeze_column_24_regular": "0xf76a", + "ic_fluent_table_freeze_row_24_regular": "0xf76b", + "ic_fluent_table_insert_down_24_regular": "0xf76c", + "ic_fluent_table_insert_left_24_regular": "0xf76d", + "ic_fluent_table_insert_right_24_regular": "0xf76e", + "ic_fluent_table_insert_up_24_regular": "0xf76f", + "ic_fluent_table_move_down_24_regular": "0xf770", + "ic_fluent_table_move_left_24_regular": "0xf771", + "ic_fluent_table_move_right_24_regular": "0xf772", + "ic_fluent_table_move_up_24_regular": "0xf773", + "ic_fluent_table_row_delete_24_regular": "0xf774", + "ic_fluent_table_row_insert_24_regular": "0xf775", + "ic_fluent_table_row_resize_24_regular": "0xf776", + "ic_fluent_table_settings_24_regular": "0xf777", + "ic_fluent_table_switch_24_regular": "0xf778", + "ic_fluent_tablet_20_regular": "0xf779", + "ic_fluent_tablet_24_regular": "0xf77a", + "ic_fluent_tabs_24_regular": "0xf77b", + "ic_fluent_tag_20_regular": "0xf77c", + "ic_fluent_tag_24_regular": "0xf77d", + "ic_fluent_tap_double_24_regular": "0xf77e", + "ic_fluent_tap_single_24_regular": "0xf77f", + "ic_fluent_target_16_regular": "0xf780", + "ic_fluent_target_20_regular": "0xf781", + "ic_fluent_target_24_regular": "0xf782", + "ic_fluent_target_edit_16_regular": "0xf783", + "ic_fluent_target_edit_20_regular": "0xf784", + "ic_fluent_target_edit_24_regular": "0xf785", + "ic_fluent_task_list_20_regular": "0xf786", + "ic_fluent_task_list_24_regular": "0xf787", + "ic_fluent_task_list_add_20_regular": "0xf788", + "ic_fluent_task_list_add_24_regular": "0xf789", + "ic_fluent_tasks_app_24_regular": "0xf78a", + "ic_fluent_tasks_app_28_regular": "0xf78b", + "ic_fluent_team_add_24_regular": "0xf78c", + "ic_fluent_team_delete_24_regular": "0xf78d", + "ic_fluent_teddy_24_regular": "0xf78e", + "ic_fluent_temperature_20_regular": "0xf78f", + "ic_fluent_temperature_24_regular": "0xf790", + "ic_fluent_tent_24_regular": "0xf791", + "ic_fluent_test_call_24_regular": "0xf792", + "ic_fluent_text_24_regular": "0xf793", + "ic_fluent_text_add_24_regular": "0xf794", + "ic_fluent_text_add_space_after_20_regular": "0xf795", + "ic_fluent_text_add_space_after_24_regular": "0xf796", + "ic_fluent_text_add_space_before_20_regular": "0xf797", + "ic_fluent_text_add_space_before_24_regular": "0xf798", + "ic_fluent_text_align_center_20_regular": "0xf799", + "ic_fluent_text_align_center_24_regular": "0xf79a", + "ic_fluent_text_align_distributed_20_regular": "0xf79b", + "ic_fluent_text_align_distributed_24_regular": "0xf79c", + "ic_fluent_text_align_justify_20_regular": "0xf79d", + "ic_fluent_text_align_justify_24_regular": "0xf79e", + "ic_fluent_text_align_left_20_regular": "0xf79f", + "ic_fluent_text_align_left_24_regular": "0xf7a0", + "ic_fluent_text_align_right_20_regular": "0xf7a1", + "ic_fluent_text_align_right_24_regular": "0xf7a2", + "ic_fluent_text_asterisk_20_regular": "0xf7a3", + "ic_fluent_text_bold_20_regular": "0xf7a4", + "ic_fluent_text_bold_24_regular": "0xf7a5", + "ic_fluent_text_bullet_list_20_regular": "0xf7a6", + "ic_fluent_text_bullet_list_24_regular": "0xf7a7", + "ic_fluent_text_bullet_list_add_24_regular": "0xf7a8", + "ic_fluent_text_bullet_list_square_24_regular": "0xf7a9", + "ic_fluent_text_bullet_list_square_warning_16_regular": "0xf7aa", + "ic_fluent_text_bullet_list_square_warning_20_regular": "0xf7ab", + "ic_fluent_text_bullet_list_square_warning_24_regular": "0xf7ac", + "ic_fluent_text_bullet_list_tree_16_regular": "0xf7ad", + "ic_fluent_text_bullet_list_tree_20_regular": "0xf7ae", + "ic_fluent_text_bullet_list_tree_24_regular": "0xf7af", + "ic_fluent_text_change_accept_20_regular": "0xf7b0", + "ic_fluent_text_change_accept_24_regular": "0xf7b1", + "ic_fluent_text_change_case_20_regular": "0xf7b2", + "ic_fluent_text_change_case_24_regular": "0xf7b3", + "ic_fluent_text_change_next_20_regular": "0xf7b4", + "ic_fluent_text_change_next_24_regular": "0xf7b5", + "ic_fluent_text_change_previous_20_regular": "0xf7b6", + "ic_fluent_text_change_previous_24_regular": "0xf7b7", + "ic_fluent_text_change_reject_20_regular": "0xf7b8", + "ic_fluent_text_change_reject_24_regular": "0xf7b9", + "ic_fluent_text_change_settings_20_regular": "0xf7ba", + "ic_fluent_text_change_settings_24_regular": "0xf7bb", + "ic_fluent_text_clear_formatting_20_regular": "0xf7bc", + "ic_fluent_text_clear_formatting_24_regular": "0xf7bd", + "ic_fluent_text_collapse_24_regular": "0xf7be", + "ic_fluent_text_color_20_regular": "0xf7bf", + "ic_fluent_text_color_24_regular": "0xf7c0", + "ic_fluent_text_column_one_20_regular": "0xf7c1", + "ic_fluent_text_column_one_24_regular": "0xf7c2", + "ic_fluent_text_column_three_20_regular": "0xf7c3", + "ic_fluent_text_column_three_24_regular": "0xf7c4", + "ic_fluent_text_column_two_20_regular": "0xf7c5", + "ic_fluent_text_column_two_24_regular": "0xf7c6", + "ic_fluent_text_column_two_left_20_regular": "0xf7c7", + "ic_fluent_text_column_two_left_24_regular": "0xf7c8", + "ic_fluent_text_column_two_right_20_regular": "0xf7c9", + "ic_fluent_text_column_two_right_24_regular": "0xf7ca", + "ic_fluent_text_description_20_regular": "0xf7cb", + "ic_fluent_text_description_24_regular": "0xf7cc", + "ic_fluent_text_direction_20_regular": "0xf7cd", + "ic_fluent_text_direction_24_regular": "0xf7ce", + "ic_fluent_text_direction_horizontal_ltr_20_regular": "0xf7cf", + "ic_fluent_text_direction_horizontal_ltr_24_regular": "0xf7d0", + "ic_fluent_text_direction_rotate_270_20_regular": "0xf7d1", + "ic_fluent_text_direction_rotate_270_24_regular": "0xf7d2", + "ic_fluent_text_direction_rotate_270_ac_20_regular": "0xf7d3", + "ic_fluent_text_direction_rotate_270_ac_24_regular": "0xf7d4", + "ic_fluent_text_direction_rotate_90_20_regular": "0xf7d5", + "ic_fluent_text_direction_rotate_90_24_regular": "0xf7d6", + "ic_fluent_text_direction_vertical_20_regular": "0xf7d7", + "ic_fluent_text_direction_vertical_24_regular": "0xf7d8", + "ic_fluent_text_edit_style_20_regular": "0xf7d9", + "ic_fluent_text_edit_style_24_regular": "0xf7da", + "ic_fluent_text_effects_20_regular": "0xf7db", + "ic_fluent_text_effects_24_regular": "0xf7dc", + "ic_fluent_text_expand_24_regular": "0xf7dd", + "ic_fluent_text_field_16_regular": "0xf7de", + "ic_fluent_text_field_20_regular": "0xf7df", + "ic_fluent_text_field_24_regular": "0xf7e0", + "ic_fluent_text_first_line_20_regular": "0xf7e1", + "ic_fluent_text_first_line_24_regular": "0xf7e2", + "ic_fluent_text_font_16_regular": "0xf7e3", + "ic_fluent_text_font_20_regular": "0xf7e4", + "ic_fluent_text_font_24_regular": "0xf7e5", + "ic_fluent_text_font_size_20_regular": "0xf7e6", + "ic_fluent_text_font_size_24_regular": "0xf7e7", + "ic_fluent_text_footnote_20_regular": "0xf7e8", + "ic_fluent_text_footnote_24_regular": "0xf7e9", + "ic_fluent_text_grammar_options_16_regular": "0xf7ea", + "ic_fluent_text_grammar_options_20_regular": "0xf7eb", + "ic_fluent_text_grammar_options_24_regular": "0xf7ec", + "ic_fluent_text_hanging_20_regular": "0xf7ed", + "ic_fluent_text_hanging_24_regular": "0xf7ee", + "ic_fluent_text_header_1_20_regular": "0xf7ef", + "ic_fluent_text_header_2_20_regular": "0xf7f0", + "ic_fluent_text_header_3_20_regular": "0xf7f1", + "ic_fluent_text_indent_decrease_24_regular": "0xf7f2", + "ic_fluent_text_indent_increase_24_regular": "0xf7f3", + "ic_fluent_text_italic_20_regular": "0xf7f4", + "ic_fluent_text_italic_24_regular": "0xf7f5", + "ic_fluent_text_line_spacing_20_regular": "0xf7f6", + "ic_fluent_text_line_spacing_24_regular": "0xf7f7", + "ic_fluent_text_number_format_24_regular": "0xf7f8", + "ic_fluent_text_number_list_ltr_20_regular": "0xf7f9", + "ic_fluent_text_number_list_ltr_24_regular": "0xf7fa", + "ic_fluent_text_number_list_rtl_24_regular": "0xf7fb", + "ic_fluent_text_paragraph_settings_20_regular": "0xf7fc", + "ic_fluent_text_paragraph_settings_24_regular": "0xf7fd", + "ic_fluent_text_proofing_tools_20_regular": "0xf7fe", + "ic_fluent_text_proofing_tools_24_regular": "0xf7ff", + "ic_fluent_text_quote_20_regular": "0xf800", + "ic_fluent_text_quote_24_regular": "0xf801", + "ic_fluent_text_sort_ascending_20_regular": "0xf802", + "ic_fluent_text_sort_descending_20_regular": "0xf803", + "ic_fluent_text_strikethrough_20_regular": "0xf804", + "ic_fluent_text_strikethrough_24_regular": "0xf805", + "ic_fluent_text_subscript_20_regular": "0xf806", + "ic_fluent_text_subscript_24_regular": "0xf807", + "ic_fluent_text_superscript_20_regular": "0xf808", + "ic_fluent_text_superscript_24_regular": "0xf809", + "ic_fluent_text_underline_20_regular": "0xf80a", + "ic_fluent_text_underline_24_regular": "0xf80b", + "ic_fluent_text_word_count_20_regular": "0xf80c", + "ic_fluent_text_word_count_24_regular": "0xf80d", + "ic_fluent_text_wrap_24_regular": "0xf80e", + "ic_fluent_textbox_20_regular": "0xf80f", + "ic_fluent_textbox_24_regular": "0xf810", + "ic_fluent_textbox_align_20_regular": "0xf811", + "ic_fluent_textbox_align_24_regular": "0xf812", + "ic_fluent_textbox_align_bottom_20_regular": "0xf813", + "ic_fluent_textbox_align_bottom_24_regular": "0xf814", + "ic_fluent_textbox_align_middle_20_regular": "0xf815", + "ic_fluent_textbox_align_middle_24_regular": "0xf816", + "ic_fluent_textbox_align_top_20_regular": "0xf817", + "ic_fluent_textbox_align_top_24_regular": "0xf818", + "ic_fluent_textbox_vertical_20_regular": "0xf819", + "ic_fluent_textbox_vertical_24_regular": "0xf81a", + "ic_fluent_thinking_20_regular": "0xf81b", + "ic_fluent_thinking_24_regular": "0xf81c", + "ic_fluent_thumb_dislike_20_regular": "0xf81d", + "ic_fluent_thumb_dislike_24_regular": "0xf81e", + "ic_fluent_thumb_like_20_regular": "0xf81f", + "ic_fluent_thumb_like_24_regular": "0xf820", + "ic_fluent_ticket_20_regular": "0xf821", + "ic_fluent_ticket_24_regular": "0xf822", + "ic_fluent_time_and_weather_24_regular": "0xf823", + "ic_fluent_time_picker_24_regular": "0xf824", + "ic_fluent_timeline_24_regular": "0xf825", + "ic_fluent_timer_10_24_regular": "0xf826", + "ic_fluent_timer_24_regular": "0xf827", + "ic_fluent_timer_2_24_regular": "0xf828", + "ic_fluent_timer_off_24_regular": "0xf829", + "ic_fluent_toggle_right_16_regular": "0xf82a", + "ic_fluent_toggle_right_20_regular": "0xf82b", + "ic_fluent_toggle_right_24_regular": "0xf82c", + "ic_fluent_toolbox_16_regular": "0xf82d", + "ic_fluent_toolbox_20_regular": "0xf82e", + "ic_fluent_toolbox_24_regular": "0xf82f", + "ic_fluent_toolbox_28_regular": "0xf830", + "ic_fluent_top_speed_24_regular": "0xf831", + "ic_fluent_translate_16_regular": "0xf832", + "ic_fluent_translate_20_regular": "0xf833", + "ic_fluent_translate_24_regular": "0xf834", + "ic_fluent_trophy_16_regular": "0xf835", + "ic_fluent_trophy_20_regular": "0xf836", + "ic_fluent_trophy_24_regular": "0xf837", + "ic_fluent_uninstall_app_24_regular": "0xf838", + "ic_fluent_unlock_20_regular": "0xf839", + "ic_fluent_unlock_24_regular": "0xf83a", + "ic_fluent_unlock_28_regular": "0xf83b", + "ic_fluent_upload_24_regular": "0xf83c", + "ic_fluent_usb_port_20_regular": "0xf83d", + "ic_fluent_usb_port_24_regular": "0xf83e", + "ic_fluent_usb_stick_20_regular": "0xf83f", + "ic_fluent_usb_stick_24_regular": "0xf840", + "ic_fluent_vault_16_regular": "0xf841", + "ic_fluent_vault_20_regular": "0xf842", + "ic_fluent_vault_24_regular": "0xf843", + "ic_fluent_vehicle_bicycle_24_regular": "0xf844", + "ic_fluent_vehicle_bus_24_regular": "0xf845", + "ic_fluent_vehicle_cab_24_regular": "0xf846", + "ic_fluent_vehicle_car_16_regular": "0xf847", + "ic_fluent_vehicle_car_20_regular": "0xf848", + "ic_fluent_vehicle_car_24_regular": "0xf849", + "ic_fluent_vehicle_truck_24_regular": "0xf84a", + "ic_fluent_video_16_regular": "0xf84b", + "ic_fluent_video_20_regular": "0xf84c", + "ic_fluent_video_24_regular": "0xf84d", + "ic_fluent_video_28_regular": "0xf84e", + "ic_fluent_video_background_effect_24_regular": "0xf84f", + "ic_fluent_video_clip_24_regular": "0xf850", + "ic_fluent_video_off_20_regular": "0xf851", + "ic_fluent_video_off_24_regular": "0xf852", + "ic_fluent_video_off_28_regular": "0xf853", + "ic_fluent_video_person_24_regular": "0xf854", + "ic_fluent_video_person_off_24_regular": "0xf855", + "ic_fluent_video_person_star_24_regular": "0xf856", + "ic_fluent_video_play_pause_24_regular": "0xf857", + "ic_fluent_video_security_20_regular": "0xf858", + "ic_fluent_video_security_24_regular": "0xf859", + "ic_fluent_video_switch_24_regular": "0xf85a", + "ic_fluent_view_desktop_20_regular": "0xf85b", + "ic_fluent_view_desktop_24_regular": "0xf85c", + "ic_fluent_view_desktop_mobile_20_regular": "0xf85d", + "ic_fluent_view_desktop_mobile_24_regular": "0xf85e", + "ic_fluent_visual_search_16_regular": "0xf85f", + "ic_fluent_visual_search_20_regular": "0xf860", + "ic_fluent_visual_search_24_regular": "0xf861", + "ic_fluent_voicemail_16_regular": "0xf862", + "ic_fluent_voicemail_20_regular": "0xf863", + "ic_fluent_voicemail_24_regular": "0xf864", + "ic_fluent_walkie_talkie_24_regular": "0xf865", + "ic_fluent_walkie_talkie_28_regular": "0xf866", + "ic_fluent_wallpaper_24_regular": "0xf867", + "ic_fluent_warning_16_regular": "0xf868", + "ic_fluent_warning_20_regular": "0xf869", + "ic_fluent_warning_24_regular": "0xf86a", + "ic_fluent_weather_blowing_snow_20_regular": "0xf86b", + "ic_fluent_weather_blowing_snow_24_regular": "0xf86c", + "ic_fluent_weather_blowing_snow_48_regular": "0xf86d", + "ic_fluent_weather_cloudy_20_regular": "0xf86e", + "ic_fluent_weather_cloudy_24_regular": "0xf86f", + "ic_fluent_weather_cloudy_48_regular": "0xf870", + "ic_fluent_weather_duststorm_20_regular": "0xf871", + "ic_fluent_weather_duststorm_24_regular": "0xf872", + "ic_fluent_weather_duststorm_48_regular": "0xf873", + "ic_fluent_weather_fog_20_regular": "0xf874", + "ic_fluent_weather_fog_24_regular": "0xf875", + "ic_fluent_weather_fog_48_regular": "0xf876", + "ic_fluent_weather_hail_day_20_regular": "0xf877", + "ic_fluent_weather_hail_day_24_regular": "0xf878", + "ic_fluent_weather_hail_day_48_regular": "0xf879", + "ic_fluent_weather_hail_night_20_regular": "0xf87a", + "ic_fluent_weather_hail_night_24_regular": "0xf87b", + "ic_fluent_weather_hail_night_48_regular": "0xf87c", + "ic_fluent_weather_moon_20_regular": "0xf87d", + "ic_fluent_weather_moon_24_regular": "0xf87e", + "ic_fluent_weather_moon_48_regular": "0xf87f", + "ic_fluent_weather_partly_cloudy_day_20_regular": "0xf880", + "ic_fluent_weather_partly_cloudy_day_24_regular": "0xf881", + "ic_fluent_weather_partly_cloudy_day_48_regular": "0xf882", + "ic_fluent_weather_partly_cloudy_night_20_regular": "0xf883", + "ic_fluent_weather_partly_cloudy_night_24_regular": "0xf884", + "ic_fluent_weather_partly_cloudy_night_48_regular": "0xf885", + "ic_fluent_weather_rain_20_regular": "0xf886", + "ic_fluent_weather_rain_24_regular": "0xf887", + "ic_fluent_weather_rain_48_regular": "0xf888", + "ic_fluent_weather_rain_showers_day_20_regular": "0xf889", + "ic_fluent_weather_rain_showers_day_24_regular": "0xf88a", + "ic_fluent_weather_rain_showers_day_48_regular": "0xf88b", + "ic_fluent_weather_rain_showers_night_20_regular": "0xf88c", + "ic_fluent_weather_rain_showers_night_24_regular": "0xf88d", + "ic_fluent_weather_rain_showers_night_48_regular": "0xf88e", + "ic_fluent_weather_rain_snow_20_regular": "0xf88f", + "ic_fluent_weather_rain_snow_24_regular": "0xf890", + "ic_fluent_weather_rain_snow_48_regular": "0xf891", + "ic_fluent_weather_snow_20_regular": "0xf892", + "ic_fluent_weather_snow_24_regular": "0xf893", + "ic_fluent_weather_snow_48_regular": "0xf894", + "ic_fluent_weather_snow_shower_day_20_regular": "0xf895", + "ic_fluent_weather_snow_shower_day_24_regular": "0xf896", + "ic_fluent_weather_snow_shower_day_48_regular": "0xf897", + "ic_fluent_weather_snow_shower_night_20_regular": "0xf898", + "ic_fluent_weather_snow_shower_night_24_regular": "0xf899", + "ic_fluent_weather_snow_shower_night_48_regular": "0xf89a", + "ic_fluent_weather_snowflake_20_regular": "0xf89b", + "ic_fluent_weather_snowflake_24_regular": "0xf89c", + "ic_fluent_weather_snowflake_48_regular": "0xf89d", + "ic_fluent_weather_squalls_20_regular": "0xf89e", + "ic_fluent_weather_squalls_24_regular": "0xf89f", + "ic_fluent_weather_squalls_48_regular": "0xf8a0", + "ic_fluent_weather_sunny_20_regular": "0xf8a1", + "ic_fluent_weather_sunny_24_regular": "0xf8a2", + "ic_fluent_weather_sunny_48_regular": "0xf8a3", + "ic_fluent_weather_thunderstorm_20_regular": "0xf8a4", + "ic_fluent_weather_thunderstorm_24_regular": "0xf8a5", + "ic_fluent_weather_thunderstorm_48_regular": "0xf8a6", + "ic_fluent_web_asset_24_regular": "0xf8a7", + "ic_fluent_weekend_12_regular": "0xf8a8", + "ic_fluent_weekend_24_regular": "0xf8a9", + "ic_fluent_whiteboard_20_regular": "0xf8aa", + "ic_fluent_whiteboard_24_regular": "0xf8ab", + "ic_fluent_wifi_1_20_regular": "0xf8ac", + "ic_fluent_wifi_1_24_regular": "0xf8ad", + "ic_fluent_wifi_2_20_regular": "0xf8ae", + "ic_fluent_wifi_2_24_regular": "0xf8af", + "ic_fluent_wifi_3_20_regular": "0xf8b0", + "ic_fluent_wifi_3_24_regular": "0xf8b1", + "ic_fluent_wifi_4_20_regular": "0xf8b2", + "ic_fluent_wifi_4_24_regular": "0xf8b3", + "ic_fluent_wifi_protected_24_regular": "0xf8b4", + "ic_fluent_window_20_regular": "0xf8b5", + "ic_fluent_window_ad_20_regular": "0xf8b6", + "ic_fluent_window_dev_tools_16_regular": "0xf8b7", + "ic_fluent_window_dev_tools_20_regular": "0xf8b8", + "ic_fluent_window_dev_tools_24_regular": "0xf8b9", + "ic_fluent_window_inprivate_20_regular": "0xf8ba", + "ic_fluent_window_inprivate_account_20_regular": "0xf8bb", + "ic_fluent_window_multiple_20_regular": "0xf8bc", + "ic_fluent_window_new_20_regular": "0xf8bd", + "ic_fluent_window_shield_16_regular": "0xf8be", + "ic_fluent_window_shield_20_regular": "0xf8bf", + "ic_fluent_window_shield_24_regular": "0xf8c0", + "ic_fluent_wrench_24_regular": "0xf8c1", + "ic_fluent_xbox_console_20_regular": "0xf8c2", + "ic_fluent_xbox_console_24_regular": "0xf8c3", + "ic_fluent_zoom_in_20_regular": "0xf8c4", + "ic_fluent_zoom_in_24_regular": "0xf8c5", + "ic_fluent_zoom_out_20_regular": "0xf8c6", + "ic_fluent_zoom_out_24_regular": "0xf8c7", + "ic_fluent_mail_outbox_20_regular": "0xf8c8", + "ic_fluent_calendar_checkmark_24_regular": "0xf8c9" +} \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf new file mode 100644 index 0000000000..725971c794 Binary files /dev/null and b/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/importer/generate_flutter_demo_class.js b/importer/generate_flutter_demo_class.js new file mode 100644 index 0000000000..38386bd0cf --- /dev/null +++ b/importer/generate_flutter_demo_class.js @@ -0,0 +1,84 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +const fs = require("fs"); +const path = require("path"); +const argv = require("yargs") + .option('source', { + type: 'array', + desc: 'One or more json files' + }) + .argv; + +const FILE_NAME_REGEX = /^ic_fluent_(\w+)_(\d+)_(\w+)/gm; + +const SRC_PATHS = argv.source; +const DEST_PATH = argv.dest; +const ICON_CLASS_NAME = 'sample_icons.dart'; +const ICON_CLASS_HEADER = +`// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +import 'package:fluentui_system_icons/fluentui_system_icons.dart'; + +import 'fluentui_sample_icon.dart'; + +final icons = [ + + // Generated code: do not hand-edit. + // BEGIN GENERATED +`; +const ICON_CLASS_FOOTER = +` + // END GENERATED +]; +`; + +const writeErrorHandler = (err) => { + if (err) throw err; +}; + +if (!SRC_PATHS) { + throw new Error("Icon JSON sources not specified by --source"); +} +if (!DEST_PATH) { + throw new Error("Output destination folder not specified by --dest"); +} + +processJsonFiles(SRC_PATHS, DEST_PATH) + +function processJsonFiles(srcPaths, destPath) { + let iconClassFile = path.join(destPath, ICON_CLASS_NAME); + fs.writeFileSync(iconClassFile, "", writeErrorHandler); + fs.appendFileSync(iconClassFile, ICON_CLASS_HEADER, writeErrorHandler); + + srcPaths.forEach(function (srcPath) { + writeCodeForJson(srcPath, iconClassFile); + }) + + fs.appendFileSync(iconClassFile, ICON_CLASS_FOOTER, writeErrorHandler); +} + +function writeCodeForJson(srcPath, iconClassFile) { + let jsonData = require("./" + srcPath); + const orderedJsonData = {}; + Object.keys(jsonData).sort().forEach(function(key) { + orderedJsonData[key] = jsonData[key]; + }); + + for (var fullName in orderedJsonData) { + let match = FILE_NAME_REGEX.exec(fullName); + let name = match[1]; + let size = match[2]; + let style = match[3]; + FILE_NAME_REGEX.lastIndex = 0; + + let identifier = `${name}_${size}_${style}`; + + var code = +` + FluentUISampleIcon(FluentIcons.${identifier}, '${identifier}', ${size}), +`; + fs.appendFileSync(iconClassFile, code, writeErrorHandler); + } +} diff --git a/importer/generate_flutter_lib_class.js b/importer/generate_flutter_lib_class.js new file mode 100644 index 0000000000..916784a74c --- /dev/null +++ b/importer/generate_flutter_lib_class.js @@ -0,0 +1,102 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +const fs = require("fs"); +const path = require("path"); +const argv = require("yargs") + .option('source', { + type: 'array', + desc: 'One or more json files' + }) + .argv; + +const FILE_NAME_REGEX = /^ic_fluent_(\w+)_(\d+)_(\w+)/gm; + +const SRC_PATHS = argv.source; +const DEST_PATH = argv.dest; +const ICON_CLASS_NAME = 'fluent_icons.dart'; +const ICON_CLASS_HEADER = +`// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + +import 'package:flutter/widgets.dart'; + +class FluentIcons { + + // This class is not meant to be instantiated or extended; this constructor + // prevents instantiation and extension. + // ignore: unused_element + FluentIcons._(); + + // Generated code: do not hand-edit. + // See https://github.com/microsoft/fluentui-system-icons + // BEGIN GENERATED + + static const _kFontPkg = 'fluentui_system_icons'; +`; +const ICON_CLASS_FOOTER = +` + // END GENERATED +} +`; + +const writeErrorHandler = (err) => { + if (err) throw err; +}; + +if (!SRC_PATHS) { + throw new Error("Icon JSON sources not specified by --source"); +} +if (!DEST_PATH) { + throw new Error("Output destination folder not specified by --dest"); +} + +processJsonFiles(SRC_PATHS, DEST_PATH) + +function processJsonFiles(srcPaths, destPath) { + var rtlIcons = fs.readFileSync('rtl.txt').toString().split("\n"); + let iconClassFile = path.join(destPath, ICON_CLASS_NAME); + fs.writeFileSync(iconClassFile, "", writeErrorHandler); + fs.appendFileSync(iconClassFile, ICON_CLASS_HEADER, writeErrorHandler); + + srcPaths.forEach(function (srcPath) { + writeCodeForJson(srcPath, iconClassFile, rtlIcons); + }) + + fs.appendFileSync(iconClassFile, ICON_CLASS_FOOTER, writeErrorHandler); +} + +function writeCodeForJson(srcPath, iconClassFile, rtlIcons) { + let jsonData = require("./" + srcPath); + const orderedJsonData = {}; + Object.keys(jsonData).sort().forEach(function(key) { + orderedJsonData[key] = jsonData[key]; + }); + + let fontName = srcPath.substring(srcPath.lastIndexOf('/') + 1).replace(".json", ""); + var code = +` + // ${fontName} +`; + + fs.appendFileSync(iconClassFile, code, writeErrorHandler); + + for (var fullName in orderedJsonData) { + let match = FILE_NAME_REGEX.exec(fullName); + let name = match[1]; + let size = match[2]; + let style = match[3]; + FILE_NAME_REGEX.lastIndex = 0; + + let codepoint = orderedJsonData[fullName].replace("\\", "0x"); + let identifier = `${name}_${size}_${style}`; + let matchTextDirection = rtlIcons.includes(fullName) ? `, matchTextDirection: true` : ""; + + code = +` + /// fluent icon named "${name}" in size ${size} and ${style} style. + static const IconData ${identifier} = IconData(${codepoint}, fontFamily: '${fontName}', fontPackage: _kFontPkg${matchTextDirection}); +`; + fs.appendFileSync(iconClassFile, code, writeErrorHandler); + } +} diff --git a/importer/package-lock.json b/importer/package-lock.json deleted file mode 100644 index 08291497ba..0000000000 --- a/importer/package-lock.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "name": "fluent-icons-library", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "avocado": { - "version": "1.0.0", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/avocado/-/avocado-1.0.0.tgz", - "integrity": "sha1-5KXCl9pybmSTqQv9bKcnmGAg0tU=", - "requires": { - "commander": "^2.13.0", - "sax": "^1.2.4", - "util.promisify": "^1.0.0" - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "commander": { - "version": "2.20.3", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=", - "requires": { - "object-keys": "^1.0.12" - } - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "es-abstract": { - "version": "1.16.0", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/es-abstract/-/es-abstract-1.16.0.tgz", - "integrity": "sha1-06JtycMoOsl1DcpWlYbpdtncwG0=", - "requires": { - "es-to-primitive": "^1.2.0", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.0", - "is-callable": "^1.1.4", - "is-regex": "^1.0.4", - "object-inspect": "^1.6.0", - "object-keys": "^1.1.1", - "string.prototype.trimleft": "^2.1.0", - "string.prototype.trimright": "^2.1.0" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - }, - "has": { - "version": "1.0.3", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/has/-/has-1.0.3.tgz", - "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha1-n1IUdYpEGWxAbZvXbOv4HsLdMeg=" - }, - "is-callable": { - "version": "1.1.4", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/is-callable/-/is-callable-1.1.4.tgz", - "integrity": "sha1-HhrfIZ4e62hNaR+dagX/DTCiTXU=" - }, - "is-date-object": { - "version": "1.0.1", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/is-date-object/-/is-date-object-1.0.1.tgz", - "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "is-regex": { - "version": "1.0.4", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/is-regex/-/is-regex-1.0.4.tgz", - "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", - "requires": { - "has": "^1.0.1" - } - }, - "is-symbol": { - "version": "1.0.2", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/is-symbol/-/is-symbol-1.0.2.tgz", - "integrity": "sha1-oFX2rlcZLK7jKeeoYBGLSXqVDzg=", - "requires": { - "has-symbols": "^1.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "object-inspect": { - "version": "1.7.0", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha1-9Pa9GBrXfwBrXs5gvQtvOY/3Smc=" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4=" - }, - "object.getownpropertydescriptors": { - "version": "2.0.3", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", - "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", - "requires": { - "define-properties": "^1.1.2", - "es-abstract": "^1.5.1" - } - }, - "p-limit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", - "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true - }, - "replace": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/replace/-/replace-1.1.4.tgz", - "integrity": "sha512-xrGQJpeSBhAyV0NI//gp0x8HNIeYXWOhWCW42IcaYF7m5BhVJAXYd0Kz9dI1X0rclRz6vKUlRD4+cFHnT8gWCg==", - "requires": { - "chalk": "2.4.2", - "minimatch": "3.0.4", - "yargs": "15.0.2" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" - }, - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "yargs": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.0.2.tgz", - "integrity": "sha512-GH/X/hYt+x5hOat4LMnCqMd8r5Cv78heOMIJn1hr7QPPBqfeC6p89Y78+WB9yGDvfpCvgasfmWLzNzEioOUD9Q==", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^16.1.0" - } - }, - "yargs-parser": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz", - "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "sax": { - "version": "1.2.4", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/sax/-/sax-1.2.4.tgz", - "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk=" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "string.prototype.trimleft": { - "version": "2.1.0", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz", - "integrity": "sha1-bMR/DX641isPNwFhFxWjlUWR1jQ=", - "requires": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" - } - }, - "string.prototype.trimright": { - "version": "2.1.0", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz", - "integrity": "sha1-Zp0WS+nfm291WfqOiZRbFopabFg=", - "requires": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "util.promisify": { - "version": "1.0.0", - "resolved": "https://office.pkgs.visualstudio.com/_packaging/Outlook-iOS/npm/registry/util.promisify/-/util.promisify-1.0.0.tgz", - "integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=", - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" - }, - "yargs": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.1.tgz", - "integrity": "sha512-rZ00XIuGAoI58F0weHyCP3PAN17wJqdN/pF8eMp+imuP+jSdMCD5t4bSf5d5FKPvEDrK9zYlnhO7bFYKQ5UYow==", - "dev": true, - "requires": { - "cliui": "^5.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^15.0.0" - } - }, - "yargs-parser": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.0.tgz", - "integrity": "sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } -} diff --git a/importer/package.json b/importer/package.json index c1f352f809..1d6c0529c8 100644 --- a/importer/package.json +++ b/importer/package.json @@ -5,11 +5,21 @@ "main": "index.js", "scripts": { "jshint": "jshint --reporter=node_modules/jshint-stylish src || true", - "clean": "find dist -type f ! -name '.keep' -delete", - "build:android": "node generate.js --source=../assets --dest=./dist --extension=svg && sh tools/vd-tool/bin/vd-tool -c -in ./dist -out ./dist && rm ./dist/*.svg && find ./dist/ -type f ! -name '*_selector.xml' -exec avocado {} + -exec replace '#212121' '@color/fluent_default_icon_tint' {} + && replace '\"http://schemas.android.com/apk/res/android\"' '\"http://schemas.android.com/apk/res/android\" android:autoMirrored=\"true\"' $(awk '$0=\"./dist/\"$0\".xml\"' rtl.txt)", - "build:ios": "node generate.js --source=../assets --dest=./dist --extension=pdf", + "clean": "find dist -type f ! -name '.keep' -delete && rm -rf dist/*", + "generate:svg": "node generate.js --source=../assets --dest=./dist --extension=svg", + "generate:pdf": "node generate.js --source=../assets --dest=./dist --extension=pdf", + "build:android": "npm run generate:svg && sh tools/vd-tool/bin/vd-tool -c -in ./dist -out ./dist && rm ./dist/*.svg && find ./dist/ -type f ! -name '*_selector.xml' -exec avocado {} + -exec replace '#212121' '@color/fluent_default_icon_tint' {} + && replace '\"http://schemas.android.com/apk/res/android\"' '\"http://schemas.android.com/apk/res/android\" android:autoMirrored=\"true\"' $(awk '$0=\"./dist/\"$0\".xml\"' rtl.txt)", + "build:ios": "npm run generate:pdf", "deploy:android": "npm run build:android && rm -rf ../android/library/src/main/res/drawable && mkdir ../android/library/src/main/res/drawable && find ./dist/ -type f -name \"*.xml\" -exec cp {} ../android/library/src/main/res/drawable \\; && npm run clean", - "deploy:ios": "npm run build:ios && python3 process_ios_assets.py && npm run clean" + "deploy:ios": "npm run build:ios && python3 process_ios_assets.py && npm run clean", + "generate:font-regular": "icon-font-generator dist/*_regular.svg -o dist/fonts --name FluentSystemIcons-Regular --types ttf --html false --css false --codepoints ../fonts/FluentSystemIcons-Regular.json --height 500", + "generate:font-filled": "icon-font-generator dist/*_filled.svg -o dist/fonts --name FluentSystemIcons-Filled --types ttf --html false --css false --codepoints ../fonts/FluentSystemIcons-Filled.json --height 500", + "build:fonts": "npm run generate:svg && svgo dist/*.svg --config svgo_config.yml && mkdir dist/fonts && npm run generate:font-regular && npm run generate:font-filled && replace '\\\\\\\\' '0x' dist/fonts/*.json", + "deploy:fonts": "npm run build:fonts && cp -a dist/fonts/ ../fonts && npm run clean", + "generate:flutter-icon-lib-class": "node generate_flutter_lib_class.js --source=../fonts/FluentSystemIcons-Regular.json ../fonts/FluentSystemIcons-Filled.json --dest=dist/flutter", + "generate:flutter-icon-demo-class": "node generate_flutter_demo_class.js --source=../fonts/FluentSystemIcons-Regular.json ../fonts/FluentSystemIcons-Filled.json --dest=dist/flutter", + "build:flutter": "npm run deploy:fonts && mkdir dist/flutter && npm run generate:flutter-icon-lib-class && npm run generate:flutter-icon-demo-class", + "deploy:flutter": "npm run build:flutter && cp ../fonts/*.ttf ../flutter/lib/fonts && cp dist/flutter/fluent_icons.dart ../flutter/lib/src/fluent_icons.dart && cp dist/flutter/sample_icons.dart ../flutter/example/lib/sample_icons.dart && npm run clean" }, "author": "Microsoft Inc.", "license": "Microsoft", @@ -18,6 +28,8 @@ }, "dependencies": { "avocado": "1.0.0", - "replace": "1.1.4" + "icon-font-generator": "^2.1.10", + "replace": "1.1.4", + "svgo": "1.3.2" } } diff --git a/importer/svgo_config.yml b/importer/svgo_config.yml new file mode 100644 index 0000000000..613f24af9b --- /dev/null +++ b/importer/svgo_config.yml @@ -0,0 +1,5 @@ +plugins: + - convertPathData: + noSpaceAfterFlags: false + - mergePaths: + noSpaceAfterFlags: false \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000000..eae34108f6 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,412 @@ +{ + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "@types/q": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", + "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "requires": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "requires": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + }, + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "requires": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + } + }, + "css-what": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz", + "integrity": "sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg==" + }, + "csso": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.0.3.tgz", + "integrity": "sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==", + "requires": { + "css-tree": "1.0.0-alpha.39" + }, + "dependencies": { + "css-tree": { + "version": "1.0.0-alpha.39", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.39.tgz", + "integrity": "sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==", + "requires": { + "mdn-data": "2.0.6", + "source-map": "^0.6.1" + } + }, + "mdn-data": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.6.tgz", + "integrity": "sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==" + } + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + } + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "js-yaml": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "requires": { + "boolbase": "~1.0.0" + } + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "object.values": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", + "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "requires": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + } + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + }, + "util.promisify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.2", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.0" + } + } + } +}